JDK-6457284 : Internationalize "unnamed package" when the term is used in diagnostics
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 6
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2006-08-04
  • Updated: 2011-03-08
  • Resolved: 2011-03-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b03Fixed
Description
The term "unnamed package" appears in diagnostics whenever an unnamed package
is mentioned.  It would be nice if there were an i18n resource to allow this
term to be translated.
[Deleted some irrelevant cut-and-paste lossage.]

Comments
SUGGESTED FIX Webrev of changes: http://sa.sfbay/projects/langtools/bugid_summary.pl?bugid=6457284 See also attached file 6457284.tar.gz.
23-09-2006

EVALUATION Will do.
23-09-2006

SUGGESTED FIX Replace the string in the implementation of PackageSymbol.toString with a resource that can be looked up in compiler.properties.
04-08-2006