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 225252 - nbbuild/misc/i18ncheck.pl : false warning for @NbBundle.Messages
Summary: nbbuild/misc/i18ncheck.pl : false warning for @NbBundle.Messages
Status: RESOLVED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 7.3
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-23 17:02 UTC by Alexander Simon
Modified: 2013-01-26 03:04 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2013-01-23 17:02:44 UTC
Script produce wrong message for code:
@NbBundle.Messages({"Key=Value"})
Comment 1 Jiri Rechtacek 2013-01-24 09:58:45 UTC
Alex, could you describe where and what this script is running? As far as I know no build job invokes this script. Moreover the recent changes of this scripts came from CND team so you should take care of it if you need it.
Comment 2 pgebauer 2013-01-24 10:40:27 UTC
The issue is similar to http://netbeans.org/bugzilla/show_bug.cgi?id=219745
Comment 3 pgebauer 2013-01-24 10:53:55 UTC
IMHO the subroutine "sub checkline" should be changed somehow however a perl expert is needed for a help with that.
Comment 4 Alexander Simon 2013-01-24 12:39:38 UTC
CND team integrated the script in Hudson build.
Scrips check possible I18N issues.
CND team has a strict rule: "All I18N warnings must be fixed".
So I cannot use @NbBundle.Messages({"Key=Value"}) notation because script creates wrong warnings.
Comment 5 Alexander Simon 2013-01-25 11:55:01 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/47795a554b5d

Script ignore multiline messages started with:
@Messages({
and ended with:
})
Comment 6 Antonin Nebuzelsky 2013-01-25 14:36:50 UTC
Not in release73 yet, right? -> TM=Dev, 73_HR_FIX_CANDIDATE

http://wiki.netbeans.org/NetBeans_73_HighResistance
Comment 7 Alexander Simon 2013-01-25 14:44:35 UTC
Bug affects development process only. No need 73_HR_FIX_CANDIDATE
Comment 8 Alexander Simon 2013-01-25 14:52:44 UTC
(In reply to comment #6)
> Not in release73 yet, right? -> TM=Dev, 73_HR_FIX_CANDIDATE
> 
> http://wiki.netbeans.org/NetBeans_73_HighResistance
I cannot change target milestone on next.
Is it a bug in bugzilla?
Comment 9 Antonin Nebuzelsky 2013-01-25 15:52:19 UTC
TM=Dev is the right one here.
Comment 10 Quality Engineering 2013-01-26 03:04:18 UTC
Integrated into 'main-golden', will be available in build *201301260001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/47795a554b5d
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #225252 nbbuild/misc/i18ncheck.pl : false warning for @NbBundle.Messages