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 60821

Summary: Recognize both "// NOI18N" and "//NOI18N" by default
Product: java Reporter: Marian Petras <mpetras>
Component: I18NAssignee: issues@java <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker Keywords: SIMPLEFIX
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Marian Petras 2005-07-09 09:01:59 UTC
The I18n wizard skips strings on lines containing pattern "// NOI18N". The Perl
script i18ncheck.pl recognizes a slightly different pattern: "//NOI18N". Change
the I18n wizard so that it recognizes both these patterns by default, i.e.
change the regular expression to "// ?NOI18N".
Comment 1 Marian Petras 2005-07-09 09:02:50 UTC
Confirmed, accepted.
Comment 2 Marian Petras 2007-03-12 13:31:35 UTC
This was reported also as a bug #77208. It is already fixed now.

*** This issue has been marked as a duplicate of 77208 ***