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 170305 - Ide freezed after ctrl+click on method
Summary: Ide freezed after ctrl+click on method
Status: RESOLVED DUPLICATE of bug 187486
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-13 07:23 UTC by ihsiak
Modified: 2011-01-20 09:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
first threaddump (26.98 KB, text/plain)
2009-08-13 07:24 UTC, ihsiak
Details
Second threaddump (taken 3 mins after the first one) (31.21 KB, text/plain)
2009-08-13 07:25 UTC, ihsiak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ihsiak 2009-08-13 07:23:05 UTC
I was editing my source files and ctrl+clicked on a method... ide is repainting, but not repsonding to any actions.
Thraddumps attached.
Comment 1 ihsiak 2009-08-13 07:24:37 UTC
Created attachment 86177 [details]
first threaddump
Comment 2 ihsiak 2009-08-13 07:25:57 UTC
Created attachment 86178 [details]
Second threaddump (taken 3 mins after the first one)
Comment 3 Max Sauer 2009-08-18 13:19:44 UTC
Please provide your project setup (Is your project dependent on another project? What are the project types?) Thanks.

According to thread dump, it seems that some features are loaded after control click, which probably leads to a different, not yet opened project with a 
non-activated project type. Yardo, please have a look.
Comment 4 ihsiak 2009-08-18 14:49:36 UTC
would zip file with whole nbproject directory be enough? (I would send it to your email address)
Comment 5 Jaroslav Tulach 2009-08-18 14:54:20 UTC
The system seems to oscillate in 
org.netbeans.modules.java.source.parsing.SourceFileObject.openReader(SourceFileObject.java:197)
once ending up in NbMavenProjectFactory.loadProject and once in FeatureProjectFactory.loadProject. However neither 
NbMavenPF or FeaturePF are faulty for being called repeatedly. They both properly exit when being called. Someone 
above in the callstack has to be responsible.
Comment 6 Jan Lahoda 2011-01-20 09:40:50 UTC
Has been resolved as bug #187486, AFAIK.

*** This bug has been marked as a duplicate of bug 187486 ***