You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/01/21 06:28:00 UTC

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

     [ https://issues.apache.org/jira/browse/NETBEANS-3693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated NETBEANS-3693:
-------------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Priority: Major
>              Labels: pull-request-available
>
> 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