JaroslavTulach commented on a change in pull request #502: #270552: 
AbstractProjectClassPathImpl subtypes generally need to process Artifact.file 
to handle timestamped snapshots properly
URL: https://github.com/apache/incubator-netbeans/pull/502#discussion_r184286466
 
 

 ##########
 File path: maven/src/org/netbeans/modules/maven/nodes/DependencyNode.java
 ##########
 @@ -785,6 +785,7 @@ private Project getDependencyProject() {
                 return null;
             }
             URI uri = org.openide.util.Utilities.toURI(art.getFile());
+            // TODO should be patched, along with other uses of 
Artifact.getFile among nodes
 
 Review comment:
   OK.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to