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 217824 - Inspect hierarchy causes IDE hangup (it connects to http connection right in the UI thread)
Summary: Inspect hierarchy causes IDE hangup (it connects to http connection right in ...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-04 14:51 UTC by Vladimir Kvashin
Modified: 2012-09-06 12:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack (6.23 KB, text/plain)
2012-09-04 14:51 UTC, Vladimir Kvashin
Details
Full thread dump, just in case you need it (24.07 KB, text/plain)
2012-09-04 14:52 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2012-09-04 14:51:16 UTC
Created attachment 123888 [details]
stack

I invoked "inspect hierarchy" and IDE was frozen for a minute or so.
Thread dump (attached) shows that the reason is IDE searches for java doc right in the UI thread
Comment 1 Vladimir Kvashin 2012-09-04 14:52:22 UTC
Created attachment 123889 [details]
Full thread dump, just in case you need it
Comment 2 Tomas Zezula 2012-09-06 12:24:19 UTC
Http javadoc (again).
Thanks for the stack trace.
Comment 3 Tomas Zezula 2012-09-06 12:40:11 UTC
Fixed jet-main 888a8d128b49.
The "inspect hierarchy" dialog was replaced by a new "inspect hierarchy" top component which loads the JavaDoc in background thread. The background thread does the http connection when the IDE is configured with remote javadoc.