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 - Hard-coded mnemonics
Summary: Hard-coded mnemonics
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2002-09-04 10:08 UTC by Martin Entlicher
Modified: 2003-02-04 13:45 UTC (History)
1 user (show)

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 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.