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 186562 - Ctrl+Alt+Click is dangerous with Objects
Summary: Ctrl+Alt+Click is dangerous with Objects
Status: RESOLVED DUPLICATE of bug 192908
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-23 16:03 UTC by ecastro
Modified: 2012-10-19 06:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ecastro 2010-05-23 16:03:05 UTC
Doing Ctrl+Alt+Click on Object is too long (it is a lot of work indeed to get all the classes of all the libraries) and it cannot be cancelled. The same is true when clicking on .toString() or .getClass()

It is so long that I can't wait I have to reboot NetBeans, making its use dangerous.


Product Version = NetBeans IDE Dev (Build nbms-and-javadoc-5213-on-100521)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_13
Runtime = Java HotSpot(TM) Client VM 11.3-b02
Comment 1 Vitezslav Stejskal 2010-05-24 12:19:42 UTC
I agree, JavaHyperlinkProvider should probably use PU.runOffEventDispatchThread()...
Comment 2 Tomas Zezula 2012-10-19 06:39:29 UTC
Already fixed.
The JavaHyperlinkProvider is using the PU.runOffEventDispatchThread().
Duplicate of #192908

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