Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
None
Description
When a file is refactored which require multiple other files to be re-parsed, without nb-javac Netbeans create multiple instances of javac to parse each file on a single instance. This fix is to use only one instance to parse all the files at once. This saves the creation of multiple instance of javac which saves the memory and reduces the time of refactoring by reusing already declared variable.