Akshay Gupta created NETBEANS-3693:
--------------------------------------

             Summary: Create only one instance of javac for parsing multiple 
files when refactored.
                 Key: NETBEANS-3693
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3693
             Project: NetBeans
          Issue Type: Improvement
          Components: java - Source
            Reporter: Akshay Gupta
            Assignee: Akshay Gupta


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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to