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 227411 - Patch for: Comma at the end of @Messages
Summary: Patch for: Comma at the end of @Messages
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Svata Dedic
URL:
Keywords: PATCH_AVAILABLE
Depends on:
Blocks:
 
Reported: 2013-03-13 11:50 UTC by narsereg
Modified: 2014-07-30 02:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch without commas (1.46 KB, application/octet-stream)
2013-03-13 11:50 UTC, narsereg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description narsereg 2013-03-13 11:50:21 UTC
Created attachment 132557 [details]
Patch without commas

You added comma in the end of @Message annotation in java.hints/src/org/netbeans/modules/java/hints/jdk/Tiny.java and in web.clientproject/src/org/netbeans/modules/web/clientproject/ui/customizer/CompositePanelProviderImpl.java

Project haven't built in Windows 7 with Java 7 u 17.

Patch in attachments.

Thank you.
Comment 1 Svata Dedic 2014-07-17 12:06:33 UTC
IndexToStringContains fixed. The source in web.clientproject was already corrected by someone.

Thank you for the patch.
Comment 2 Svata Dedic 2014-07-17 12:06:52 UTC
Fixed as jet-main#4b55579ae493
Comment 3 Quality Engineering 2014-07-30 02:34:07 UTC
Integrated into 'main-silver', will be available in build *201407300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4b55579ae493
User: Svata Dedic <sdedic@netbeans.org>
Log: #227411: corrected compilation on earlier JDKs