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

Summary: Tools/Internationalization/Internationalize should insert the text as a comment
Product: java Reporter: Tim Lebedkov <lebedkov>
Component: I18NAssignee: Ralph Ruijs <ralphbenjamin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.