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 203154 - "Inspect & Transform" should work for module suite projects
Summary: "Inspect & Transform" should work for module suite projects
Status: REOPENED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-05 14:19 UTC by Geertjan Wielenga
Modified: 2011-10-11 16:18 UTC (History)
1 user (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 Geertjan Wielenga 2011-10-05 14:19:37 UTC
Currently, the module suite project type does not work for "Inspect & Transform". So, you need to open the modules within the suite and then the classes within the module will be found. Should be possible to apply any of the refactorings from "Inspect & Transform" to a complete module suite (i.e., NetBeans Platform application) project.
Comment 1 Jan Becicka 2011-10-06 06:44:21 UTC

*** This bug has been marked as a duplicate of bug 201127 ***
Comment 2 Jesse Glick 2011-10-11 16:18:25 UTC
Is this really a duplicate? Bug #201127 is merely about adding something to the context menu of NBM projects which is already available in the main menu, as a convenience; whereas this issue seems to be a request to invoke the action (whether by context menu or main menu) on a suite project and for the refactoring infrastructure to treat it as a container - I suppose by setting the scope to all subprojects. Which seems like a bad idea to me (WONTFIX), since we do not generally have actions operate on (possibly nonopen) subprojects.