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 - Recognize both "// NOI18N" and "//NOI18N" by default
Summary: Recognize both "// NOI18N" and "//NOI18N" by default
Status: RESOLVED DUPLICATE of bug 77208
Alias: None
Product: java
Classification: Unclassified
Component: I18N (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@java
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2005-07-09 09:01 UTC by Marian Petras
Modified: 2007-03-12 13:31 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 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 ***