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 208217 - "Select in Projects" should select classes from jars
Summary: "Select in Projects" should select classes from jars
Status: RESOLVED DUPLICATE of bug 208241
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 7.1
Hardware: PC Linux
: P1 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-09 21:17 UTC by kofeka
Modified: 2012-12-13 14:21 UTC (History)
2 users (show)

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 kofeka 2012-02-09 21:17:01 UTC
1) Open "Go to Type" dialog
2) Select java.lang.Object class
3) Open the context menu of the editor where the source file of the Object class is shown after the Go To Type dialog has been closed. Notice that the editor is in read-only mode.
4) In the context menu select "Select in Projects" menu item. Notice that you can achieve the same by using Navigate main menu when the editor is active.

Actual result:
Project panel is opened, the panel keeps the previous selection. Which is wrong.

Expected result:
Project panel is opened, the panel expands the project tree so that 

<project_name>/Libraries/<JDK>/rt.jar/java/lang/Object.class

gets selected and revealed.
Comment 1 Jesse Glick 2012-02-14 19:06:47 UTC

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