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 27007

Summary: Hard-coded mnemonics
Product: obsolete Reporter: Martin Entlicher <mentlicher>
Component: vcsgenericAssignee: Martin Entlicher <mentlicher>
Status: VERIFIED FIXED    
Severity: blocker CC: mihmax
Priority: P4 Keywords: I18N
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Martin Entlicher 2002-09-04 10:08:47 UTC
Following hardcoded mnemonics were found using
following script:
find . -name '*.java' -print | xargs fgrep
'setMnemonic(' | egrep -v
'(charAt|toCharArray|getChar|[Bb]undle)'

vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/commands/CvsBranchFrame.java:       
closeButton.setMnemonic(KeyEvent.VK_C);
vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/commands/CvsBranchFrame.java:       
diffButton.setMnemonic(KeyEvent.VK_D);
Comment 1 Martin Entlicher 2002-09-12 12:24:45 UTC
Fixed in the main trunk.

/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/commands/Bundle.properties,v 
<--  Bundle.properties
new revision: 1.6; previous revision: 1.5

/cvs/vcsgeneric/profiles/cvsprofiles/src/org/netbeans/modules/vcs/profiles/cvsprofiles/commands/CvsBranchFrame.java,v 
<--  CvsBranchFrame.java
new revision: 1.4; previous revision: 1.3
Comment 2 Jiri Kovalsky 2002-11-15 08:17:17 UTC
Verified in the sources checked out on Friday Nov 15, 2002 at 9:00 AM GMT.