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 185638 - Tools/Internationalization/Internationalize should insert the text as a comment
Summary: Tools/Internationalization/Internationalize should insert the text as a comment
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: I18N (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-06 20:30 UTC by Tim Lebedkov
Modified: 2011-11-28 09:21 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Lebedkov 2010-05-06 20:30:05 UTC
the current implementation replaces something like
"Invalid Module"
by
NbBundle.getMessage(GwtxmlToolBarMultiViewElement.class, "InvMod")
making the code less readable.

It should insert the constant ("Invalid Module") as a comment into the source.