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 228055

Summary: Go to Declaration very slow
Product: java Reporter: Jesse Glick <jglick>
Component: FindBugsAssignee: Jan Lahoda <jlahoda>
Status: VERIFIED FIXED    
Severity: normal Keywords: PERFORMANCE, THREAD
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: .npss file attached from NetBeans

Description Jesse Glick 2013-03-28 17:33:29 UTC
20130325. It seems every time I go to a declaration, the IDE is very slow to respond: freezes for several seconds. I captured a thread dump and found findbugs.RunInEditor taking up most of the time. Surely this should be done in the background?
Comment 1 Jesse Glick 2013-03-28 17:33:45 UTC
Created attachment 133184 [details]
.npss file attached from NetBeans

.npss file
Comment 2 Jesse Glick 2013-03-28 17:43:06 UTC
Indeed disabling the FindBugs plugin makes the IDE far more responsive.
Comment 3 Jan Lahoda 2013-04-11 10:42:22 UTC
Lets see if this is going to help:
http://hg.netbeans.org/jet-main/rev/0d9e55eaf040
Comment 4 Quality Engineering 2013-04-13 13:09:04 UTC
Integrated into 'main-golden', will be available in build *201304131047* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/
User: 
Log:
Comment 5 Jan Lahoda 2013-05-27 05:37:06 UTC
I'll assume it did help.
Comment 6 Jesse Glick 2013-05-28 14:21:42 UTC
Sorry, neglected to reënable the FindBugs plugin to test this. So far in 20130528-a3efd58900c1 it is seeming OK.