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

Summary: Patch Actions.java, remove Actions14.java, etc
Product: platform Reporter: _ mihmax <mihmax>
Component: -- Other --Assignee: Jesse Glick <jglick>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on: 26640    
Bug Blocks:    

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.