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 2018/08/14 14:53:14 UTC

[GitHub] jtulach commented on a change in pull request #682: Run two travis builds in parallel. Test signatures against latest release.

jtulach commented on a change in pull request #682: Run two travis builds in parallel. Test signatures against latest release.
URL: https://github.com/apache/incubator-netbeans/pull/682#discussion_r209983238
 
 

 ##########
 File path: nbbuild/antsrc/org/netbeans/nbbuild/ModuleListParser.java
 ##########
 @@ -126,7 +126,7 @@ public static void resetCaches() {
                             while (tok2.hasMoreTokens()) {
                                 String module = tok2.nextToken();
                                 standardModules.add(module);
-                                doFastScan |= new File(root, module.replace('/', File.separatorChar)).equals(basedirF);
+                                // doFastScan |= new File(root, module.replace('/', File.separatorChar)).equals(basedirF);
 
 Review comment:
   Prevents a `ClassCastException` when deserializing `nb-*-cache*.ser` which I found in the logs.

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