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 42665

Summary: Define action command names in a shared place
Product: projects Reporter: Jesse Glick <jglick>
Component: Generic InfrastructureAssignee: Petr Hrebejk <phrebejk>
Status: RESOLVED FIXED    
Severity: blocker Keywords: API
Priority: P2    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41535    

Description Jesse Glick 2004-04-30 21:27:13 UTC
All command names for standard actions (supplied
by the infrastructure) should be defined in a
central place so the literal names do not need to
be stored in each project type. Suggest adding
them to ActionProvider, and/or use
JavaProjectConstants as appropriate for
Java-specific items (TBD which are really
Java-specific), and update java/j2seproject,
apisupport/project, and web/project to use the new
constants.
Comment 1 Petr Hrebejk 2004-05-10 11:27:56 UTC
All standard commands are in ActionProvider except Jacadog and
DebugAndFix which are in JavaProjectConstants