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

Tomáš Procházka closed NETBEANS-3693.
-------------------------------------

> 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
>             Fix For: 12.2
>
>          Time Spent: 6h 10m
>  Remaining Estimate: 0h
>
> 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: [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

Reply via email to