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/09/19 17:07:34 UTC

[GitHub] [netbeans] matthiasblaesing edited a comment on issue #1520: [NETBEANS-2940] Invalidate cacheed ArchiveRootProviders on change

matthiasblaesing edited a comment on issue #1520: [NETBEANS-2940] Invalidate cacheed ArchiveRootProviders on change
URL: https://github.com/apache/netbeans/pull/1520#issuecomment-533222964
 
 
   The issue was reported here:
   
   https://github.com/apache/netbeans/pull/1422#issuecomment-533055970
   
   Debugging showed, that before the change in the steady state (after the IDE is full started),  getArchiveRootProviders()  holds two ArchiveRootProviders:
   - org.openide.filesystems.JarArchiveRootProvider
   - org.netbeans.modules.java.j2seplatform.platformdefinition.jrtfs.NBJRTArchiveRootProvider
   
   while after the change from PR #1422 only the JarArchiveRootProvider is reported.
   
   @arusinha could you please see if this PR fixes the issue for you? 
   @lkishalmi could you please check if you agree with my reasoning?

----------------------------------------------------------------
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