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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists