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 110950 - I18N - Some hints are not from bundle
Summary: I18N - Some hints are not from bundle
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-07-25 15:08 UTC by Jiri Prox
Modified: 2007-10-01 16:39 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 Jiri Prox 2007-07-25 15:08:00 UTC
Product Version: NetBeans IDE Dev (Build 200707211200) Java: 1.5.0_12; Java HotSpot(TM) Client VM 1.5.0_12-b04 System:
Linux version 2.6.5-1.358 running on i386; UTF-8; ja_JP (nb) Userdir: /space/ui18n
Pseudolocalizatino

Some hints text (in the alt-enter menu) are not from bundle.

Reproduced with:
Unnecessary cast
Suppress warning fallthrough, deprecation
Cast
Implement all abstract methods
Empty statement delegate
Create field, parameter, local variable
Comment 1 Petr Hrebejk 2007-08-02 16:54:54 UTC
Hopefully fixed everything except EmptyStatementDelegate which is dupe of #109687

Checking in CreateElement.java;
/cvs/java/hints/src/org/netbeans/modules/java/hints/errors/CreateElement.java,v  <--  CreateElement.java
new revision: 1.11; previous revision: 1.10
done
Checking in AddParameterOrLocalFix.java;
/cvs/java/hints/src/org/netbeans/modules/java/hints/errors/AddParameterOrLocalFix.java,v  <--  AddParameterOrLocalFix.java
new revision: 1.3; previous revision: 1.2
done
Checking in CreateFieldFix.java;
/cvs/java/hints/src/org/netbeans/modules/java/hints/errors/CreateFieldFix.java,v  <--  CreateFieldFix.java
new revision: 1.3; previous revision: 1.2
done
Checking in Bundle.properties;
/cvs/java/hints/src/org/netbeans/modules/java/hints/errors/Bundle.properties,v  <--  Bundle.properties
new revision: 1.5; previous revision: 1.4
done
Checking in ImplementAllAbstractMethods.java;
/cvs/java/hints/src/org/netbeans/modules/java/hints/errors/ImplementAllAbstractMethods.java,v  <-- 
ImplementAllAbstractMethods.java
new revision: 1.3; previous revision: 1.2
done
Checking in RemoveUselessCast.java;
/cvs/java/hints/src/org/netbeans/modules/java/hints/errors/RemoveUselessCast.java,v  <--  RemoveUselessCast.java
new revision: 1.4; previous revision: 1.3
done
Checking in SuppressWarningsFixer.java;
/cvs/java/hints/src/org/netbeans/modules/java/hints/errors/SuppressWarningsFixer.java,v  <--  SuppressWarningsFixer.java
new revision: 1.3; previous revision: 1.2
done
Checking in CreateMethodFix.java;
/cvs/java/hints/src/org/netbeans/modules/java/hints/errors/CreateMethodFix.java,v  <--  CreateMethodFix.java
new revision: 1.4; previous revision: 1.3
done
Checking in AddCastFix.java;
/cvs/java/hints/src/org/netbeans/modules/java/hints/errors/AddCastFix.java,v  <--  AddCastFix.java
new revision: 1.3; previous revision: 1.2
done
Checking in AddCast.java;
/cvs/java/hints/src/org/netbeans/modules/java/hints/errors/AddCast.java,v  <--  AddCast.java
new revision: 1.2; previous revision: 1.1
done
Comment 2 Ken Frank 2007-10-01 16:39:16 UTC
verified.

Thanks Jirka for the information !

ken.frank@sun.com