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 216047 - Select in Projects impl for binary classes in dependencies of Maven projects
Summary: Select in Projects impl for binary classes in dependencies of Maven projects
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 208241
  Show dependency tree
 
Reported: 2012-07-27 09:21 UTC by Petr Jiricka
Modified: 2012-12-13 14:21 UTC (History)
2 users (show)

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 Petr Jiricka 2012-07-27 09:21:43 UTC
This request is analogous to enhancement #208241 for Ant projects:

1. Add a dependency to your Maven project
2. Navigate to some class file (e.g. LibClass.class) node under the Dependencies
node and open this class file: a synthetic read-only editor containing
disassembled code from the class file will be opened
3. Navigate to some other place in the projects view
4. In the editor popup menu, choose Select in Projects

=> I would expect that LibClass.class will be selected in the projects view,
but it's not.
Comment 1 Tomas Zezula 2012-08-06 15:52:21 UTC
Fixed jet-main 64ac33cbe6e3
Comment 2 Quality Engineering 2012-08-07 02:30:48 UTC
Integrated into 'main-golden', will be available in build *201208070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/64ac33cbe6e3
User: Tomas Zezula <tzezula@netbeans.org>
Log: #216047:Select in Projects impl for binary classes in dependencies of Maven projects