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 - Define action command names in a shared place
Summary: Define action command names in a shared place
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords: API
Depends on:
Blocks: 41535
  Show dependency tree
 
Reported: 2004-04-30 21:27 UTC by Jesse Glick
Modified: 2004-08-13 12:11 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 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