This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 247436 - 'Inline' variable takes for ever (+30secs) for simple local refactoring
Summary: 'Inline' variable takes for ever (+30secs) for simple local refactoring
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 8.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-24 10:51 UTC by tomzi
Modified: 2016-07-07 08:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
.npss file attached from NetBeans (2.23 MB, application/x-npss)
2014-09-24 10:52 UTC, tomzi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tomzi 2014-09-24 10:51:31 UTC
Just wanted to do a simple 'inline' for a statement like

String a = b.hi();
boolean c = isVarEmpty(a);

But it took 30 seconds to do that....

Product Version = NetBeans IDE 8.0.1 (Build 201408251540)
Operating System = Linux version 3.13.0-24-generic running on amd64
Java; VM; Vendor = 1.8.0_20
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.20-b23
Comment 1 tomzi 2014-09-24 10:52:02 UTC
Created attachment 149490 [details]
.npss file attached from NetBeans

.npss file
Comment 2 Ralph Ruijs 2014-10-13 10:53:34 UTC
120,757 ms spend in EjbRefactoringPlugin.checkParameters()
Comment 3 Martin Balin 2016-07-07 08:56:51 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss