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 106096 - Open related source when doubleclicking on class node
Summary: Open related source when doubleclicking on class node
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-08 09:17 UTC by Jiri Prox
Modified: 2011-08-31 14:07 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2007-06-08 09:17:42 UTC
Product Version: NetBeans IDE Dev (Build 070608) 
Java: 1.6.0_02-ea; Java HotSpot(TM) Client VM 1.6.0_02-ea-b02 
System: Linux version 2.6.5-1.358 running on i386; UTF-8; en_US (nb) 
Userdir: /space/u6

Open related source file if available when double-clicking on class node in
under project's library node. The navigator can do it for elements.

Use case:
1) create new J2SE project
2) add jar from another J2SE project to classpath (add it as jar not whole project)
3) unfold jar node and select any class
-> navigator show elements of this class and can navigate to source file, but
double clicking directly on class node does nothing