You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/04/19 14:02:42 UTC

[GitHub] [incubator-netbeans] jlahoda opened a new pull request #1204: [NETBEANS-2409](partial): attempting to avoid FileUtil.normalizeFile …

jlahoda opened a new pull request #1204: [NETBEANS-2409](partial): attempting to avoid FileUtil.normalizeFile …
URL: https://github.com/apache/incubator-netbeans/pull/1204
 
 
   …inside FileObject.getFileObject in java.openjdk.project related cases.
   
   I tried to avoid the normalizeFile call inside FolderObj.getFileObject (in masterfs), but I don't seem to have enough knowledge for that. But OpenJDK project is responsible for invocation of getFileObject("../<something>"), so avoid that call inside OpenJDK project should help. Unless someone knowledgeable of FileSystems wants to speed up them.
   

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


With regards,
Apache Git Services

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

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