You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Akshay Gupta (Jira)" <ji...@apache.org> on 2020/01/14 05:30:00 UTC

[jira] [Created] (NETBEANS-3693) Create only one instance of javac for parsing multiple files when refactored.

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-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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