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 81803 - 'Reverse Engineer...' button is not enabled for java project in some cases
Summary: 'Reverse Engineer...' button is not enabled for java project in some cases
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Craig Conover
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-03 14:27 UTC by Alexandr Scherbatiy
Modified: 2007-06-07 12:51 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 Alexandr Scherbatiy 2006-08-03 14:27:54 UTC
Steps to reproduce:

- Remove userdir (<HOME_DIR>\.netbeans\5.5beta2)
- Run IDE
- Select 'View|Toolbars|Customize' from the main toolbar
  'Customize Toolbars' dialog appears
- Create new toolbar
- Drag and Drop 'UML|Reverse Engineer' button to the toolbar
- Close the dialog
- Create new Java Application
  The 'Reverse Engineer' button is disabled on the toolbar.
Comment 1 Yang Su 2006-12-04 23:42:13 UTC
There seems to be two RE buttons on the customizer dialog, that itself is a bug.
The new RE action should be implemented in a way that it listens to project
lookup changes to update its state, if we decide to allow users to customize it
on the toolbar, which I think would be nice.
Comment 2 Peter Lam 2007-03-20 19:59:11 UTC
low use case not currently impacting our installed user base.
Comment 3 Yang Su 2007-03-21 21:52:39 UTC
The enable logic seems to have been fixed. The RE button is enabled when the
selected node contains Java files or they are Java files.

Removed unused duplicate RE action declaration in layer file.
Comment 4 Yang Su 2007-03-21 21:53:59 UTC
in trunk
Comment 5 Alexandr Scherbatiy 2007-06-07 12:51:16 UTC
verified in netbeans-hudson-trunk-378-full.zip