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 30885 - Patch Actions.java, remove Actions14.java, etc
Summary: Patch Actions.java, remove Actions14.java, etc
Status: CLOSED DUPLICATE of bug 26640
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on: 26640
Blocks:
  Show dependency tree
 
Reported: 2003-02-09 21:05 UTC by _ mihmax
Modified: 2008-12-22 18:32 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ mihmax 2003-02-09 21:05:05 UTC
As you suggested in 27009, 
I'm assigning a TASK to you to patch Actions.java
to use Mnemonics.java.

Why I'm filing it separate - because the mess with
26640 vs. 27009 tought me one thing - "the smaller
the issue is, the clearer is the solution and
faster it gets to fix it".
Comment 1 _ mihmax 2003-02-09 21:06:14 UTC
This must be fixed _after_ 26640 is commited in, that's why I've added
a dependance.
Comment 2 Jesse Glick 2003-02-10 18:05:03 UTC
OK, I was actually just treating it as part of #26640. Generally if a
new API is introduced, it is ideal to commit all together:

- the new API code itself

- its documentation, if separate

- new API version #

- API change list entry

- modifications to any old APIs that it obsoletes to delegate to it,
and @deprecation's etc.

*** This issue has been marked as a duplicate of 26640 ***
Comment 3 Marian Mirilovic 2003-07-22 14:35:17 UTC
verified, closed - it's duplicate.