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 2020/01/21 17:07:42 UTC

[GitHub] [netbeans] lahodaj commented on a change in pull request #1890: [NETBEANS-3693] Create only one instance of javac

lahodaj commented on a change in pull request #1890: [NETBEANS-3693] Create only one instance of javac
URL: https://github.com/apache/netbeans/pull/1890#discussion_r369128971
 
 

 ##########
 File path: java/java.source.base/src/org/netbeans/modules/java/source/parsing/JavacParser.java
 ##########
 @@ -181,8 +182,8 @@
     private FileObject root;
     //ClassPaths used by the parser
     private ClasspathInfo cpInfo;
-    //Count of files the parser was created for
-    private final int sourceCount;
+    //XXX: Count of files the parser was created for
 
 Review comment:
   Would probably be good to cleanup the comment here (i.e. adjust it to the current state).

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