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 117247

Summary: typo in java/editor Bundle.properties
Product: java Reporter: Masaki Katakai <masaki>
Component: EditorAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED FIXED    
Severity: blocker CC: jf4jbug
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Masaki Katakai 2007-10-01 08:11:33 UTC
Please fix the typo in ./java/editor/src/org/netbeans/modules/java/editor/overridden/Bundle.properties.

./java/editor/src/org/netbeans/modules/java/editor/overridden/Bundle.properties
  NAME_AnnonynmousInner=annonymous inner

"annonymous" should be "anonymous".
Comment 1 Masaki Katakai 2007-10-01 08:16:07 UTC
Another one:

java/editor/src/org/netbeans/modules/java/editor/codegen/Bundle.properties
  LBL_constructor_select=Select fields to be initalized by constructor:

"initalized" should be "initialized".
Comment 2 Jan Lahoda 2007-10-01 10:05:00 UTC
Should be OK now:
Checking in overridden/Bundle.properties;
/cvs/java/editor/src/org/netbeans/modules/java/editor/overridden/Bundle.properties,v  <--  Bundle.properties
new revision: 1.4; previous revision: 1.3
done
Checking in overridden/ElementDescription.java;
/cvs/java/editor/src/org/netbeans/modules/java/editor/overridden/ElementDescription.java,v  <--  ElementDescription.java
new revision: 1.6; previous revision: 1.5
done
Checking in codegen/Bundle.properties;
/cvs/java/editor/src/org/netbeans/modules/java/editor/codegen/Bundle.properties,v  <--  Bundle.properties
new revision: 1.10; previous revision: 1.9
done