diff -r 732289cfaec2 api.annotations.common/apichanges.xml --- a/api.annotations.common/apichanges.xml Fri Jan 25 15:12:15 2013 +0100 +++ b/api.annotations.common/apichanges.xml Fri Jan 25 16:50:12 2013 +0100 @@ -108,6 +108,22 @@ + + + Added justification attribute to SuppressWarnings + + + + + +

+ Introduced justificatio attribute to specify why it is ok to + suppress a warning. +

+
+ + +
Added StaticResource diff -r 732289cfaec2 api.annotations.common/manifest.mf --- a/api.annotations.common/manifest.mf Fri Jan 25 15:12:15 2013 +0100 +++ b/api.annotations.common/manifest.mf Fri Jan 25 16:50:12 2013 +0100 @@ -2,5 +2,5 @@ AutoUpdate-Show-In-Client: false OpenIDE-Module: org.netbeans.api.annotations.common/1 OpenIDE-Module-Localizing-Bundle: org/netbeans/annotations/common/resources/Bundle.properties -OpenIDE-Module-Specification-Version: 1.18 +OpenIDE-Module-Specification-Version: 1.19 diff -r 732289cfaec2 api.annotations.common/src/org/netbeans/api/annotations/common/SuppressWarnings.java --- a/api.annotations.common/src/org/netbeans/api/annotations/common/SuppressWarnings.java Fri Jan 25 15:12:15 2013 +0100 +++ b/api.annotations.common/src/org/netbeans/api/annotations/common/SuppressWarnings.java Fri Jan 25 16:50:12 2013 +0100 @@ -62,4 +62,13 @@ */ String[] value() default {}; + /** + * The justification for the suppression. Should be human readable + * description explaining why it is ok to suppress the message(s). + * + * @return the justification for the suppression + * @since 1.19 + */ + String justification() default ""; + } diff -r 732289cfaec2 j2ee.dd/build.xml --- a/j2ee.dd/build.xml Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.dd/build.xml Fri Jan 25 16:50:12 2013 +0100 @@ -86,7 +86,7 @@ removeUnreferencedNodes="true" rootDir="src" java5="true"/> - @org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes"${line.separator}package org.netbeans.modules.j2ee.dd.impl.web.model_2_4; + @org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes")${line.separator}package org.netbeans.modules.j2ee.dd.impl.web.model_2_4; - @org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes"${line.separator}package org.netbeans.modules.j2ee.dd.impl.web.model_2_5; + @org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes")${line.separator}package org.netbeans.modules.j2ee.dd.impl.web.model_2_5; - @org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes"${line.separator}package org.netbeans.modules.j2ee.dd.impl.web.model_3_0; + @org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes")${line.separator}package org.netbeans.modules.j2ee.dd.impl.web.model_3_0; - @org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes"${line.separator}package org.netbeans.modules.j2ee.dd.impl.web.model_3_0_frag; + @org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes")${line.separator}package org.netbeans.modules.j2ee.dd.impl.web.model_3_0_frag; public java.lang.String[] getUrlPattern() { @@ -288,7 +288,7 @@ removeUnreferencedNodes="true" rootDir="src" java5="true"/> - @org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes"${line.separator}package org.netbeans.modules.j2ee.dd.impl.ejb.model_2_1; + @org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes")${line.separator}package org.netbeans.modules.j2ee.dd.impl.ejb.model_2_1; - @org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes"${line.separator}package org.netbeans.modules.j2ee.dd.impl.ejb.model_3_0; + @org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes")${line.separator}package org.netbeans.modules.j2ee.dd.impl.ejb.model_3_0; - @org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes"${line.separator}package org.netbeans.modules.j2ee.dd.impl.ejb.model_3_1; + @org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes")${line.separator}package org.netbeans.modules.j2ee.dd.impl.ejb.model_3_1; public java.lang.String getVersion() { public java.lang.String getVersionString() { @@ -337,7 +337,7 @@ removeUnreferencedNodes="true" rootDir="src" java5="true"/> - @org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes"${line.separator}package org.netbeans.modules.j2ee.dd.impl.application.model_1_4; + @org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes")${line.separator}package org.netbeans.modules.j2ee.dd.impl.application.model_1_4; - @org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes"${line.separator}package org.netbeans.modules.j2ee.dd.impl.application.model_5; + @org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes")${line.separator}package org.netbeans.modules.j2ee.dd.impl.application.model_5; - @org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes"${line.separator}package org.netbeans.modules.j2ee.dd.impl.application.model_6; + @org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes")${line.separator}package org.netbeans.modules.j2ee.dd.impl.application.model_6; public java.lang.String getVersion() { public java.lang.String getVersionString() { @@ -386,7 +386,7 @@ removeUnreferencedNodes="true" rootDir="src" java5="true"/> - @org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes"${line.separator}package org.netbeans.modules.j2ee.dd.impl.client.model_1_4; + @org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes")${line.separator}package org.netbeans.modules.j2ee.dd.impl.client.model_1_4; - @org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes"${line.separator}package org.netbeans.modules.j2ee.dd.impl.client.model_5_0; + @org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes")${line.separator}package org.netbeans.modules.j2ee.dd.impl.client.model_5_0; - @org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes"${line.separator}package org.netbeans.modules.j2ee.dd.impl.client.model_6_0; + @org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes")${line.separator}package org.netbeans.modules.j2ee.dd.impl.client.model_6_0; public java.lang.String getVersion() { public java.lang.String getVersionString() { diff -r 732289cfaec2 j2ee.dd/nbproject/project.xml --- a/j2ee.dd/nbproject/project.xml Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.dd/nbproject/project.xml Fri Jan 25 16:50:12 2013 +0100 @@ -55,7 +55,7 @@ 1 - 1.16 + 1.19 diff -r 732289cfaec2 j2ee.dd/src/org/netbeans/modules/j2ee/dd/api/client/DDProvider.java --- a/j2ee.dd/src/org/netbeans/modules/j2ee/dd/api/client/DDProvider.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.dd/src/org/netbeans/modules/j2ee/dd/api/client/DDProvider.java Fri Jan 25 16:50:12 2013 +0100 @@ -72,7 +72,7 @@ * * @author Milan Kuchtiak */ -@org.netbeans.api.annotations.common.SuppressWarnings("DMI_COLLECTION_OF_URLS") // justification="File URLs only" +@org.netbeans.api.annotations.common.SuppressWarnings(value="DMI_COLLECTION_OF_URLS", justification="File URLs only") public final class DDProvider { private static final DDProvider ddProvider = new DDProvider(); diff -r 732289cfaec2 j2ee.dd/src/org/netbeans/modules/j2ee/dd/api/web/DDProvider.java --- a/j2ee.dd/src/org/netbeans/modules/j2ee/dd/api/web/DDProvider.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.dd/src/org/netbeans/modules/j2ee/dd/api/web/DDProvider.java Fri Jan 25 16:50:12 2013 +0100 @@ -67,7 +67,7 @@ * * @author Milan Kuchtiak */ -@org.netbeans.api.annotations.common.SuppressWarnings("DMI_COLLECTION_OF_URLS") // justification="File URLs only" +@org.netbeans.api.annotations.common.SuppressWarnings(value="DMI_COLLECTION_OF_URLS", justification="File URLs only") public final class DDProvider { private static DDProvider ddProvider; private final Map> ddMap; diff -r 732289cfaec2 j2ee.persistence/nbproject/project.xml --- a/j2ee.persistence/nbproject/project.xml Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.persistence/nbproject/project.xml Fri Jan 25 16:50:12 2013 +0100 @@ -55,7 +55,7 @@ 1 - 1.17 + 1.19 diff -r 732289cfaec2 j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/orm/model_1_0/package-info.java --- a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/orm/model_1_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/orm/model_1_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -52,7 +52,7 @@ removeUnreferencedNodes=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.persistence.dd.orm.model_1_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/orm/model_2_0/package-info.java --- a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/orm/model_2_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/orm/model_2_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -52,7 +52,7 @@ removeUnreferencedNodes=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.persistence.dd.orm.model_2_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/persistence/model_1_0/package-info.java --- a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/persistence/model_1_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/persistence/model_1_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ removeUnreferencedNodes=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.persistence.dd.persistence.model_1_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/persistence/model_2_0/package-info.java --- a/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/persistence/model_2_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/persistence/model_2_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ removeUnreferencedNodes=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.persistence.dd.persistence.model_2_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/nbproject/project.xml --- a/j2ee.sun.dd/nbproject/project.xml Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/nbproject/project.xml Fri Jan 25 16:50:12 2013 +0100 @@ -55,7 +55,7 @@ 1 - 1.16 + 1.19 diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/app/model_1_3_0/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/app/model_1_3_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/app/model_1_3_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.app.model_1_3_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/app/model_1_4_0/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/app/model_1_4_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/app/model_1_4_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.app.model_1_4_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/app/model_5_0_0/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/app/model_5_0_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/app/model_5_0_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.app.model_5_0_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/app/model_6_0_0/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/app/model_6_0_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/app/model_6_0_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.app.model_6_0_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/app/model_6_0_1/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/app/model_6_0_1/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/app/model_6_0_1/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.app.model_6_0_1; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/client/model_1_3_0/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/client/model_1_3_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/client/model_1_3_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.client.model_1_3_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/client/model_1_4_0/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/client/model_1_4_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/client/model_1_4_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.client.model_1_4_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/client/model_1_4_1/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/client/model_1_4_1/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/client/model_1_4_1/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.client.model_1_4_1; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/client/model_5_0_0/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/client/model_5_0_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/client/model_5_0_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.client.model_5_0_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/client/model_6_0_0/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/client/model_6_0_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/client/model_6_0_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.client.model_6_0_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/client/model_6_0_1/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/client/model_6_0_1/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/client/model_6_0_1/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.client.model_6_0_1; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/cmp/model_1_0/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/cmp/model_1_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/cmp/model_1_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.cmp.model_1_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/cmp/model_1_1/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/cmp/model_1_1/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/cmp/model_1_1/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.cmp.model_1_1; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/cmp/model_1_2/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/cmp/model_1_2/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/cmp/model_1_2/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.cmp.model_1_2; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/common/model_2_1_0/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/common/model_2_1_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/common/model_2_1_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.common.model_2_1_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/common/model_2_1_1/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/common/model_2_1_1/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/common/model_2_1_1/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.common.model_2_1_1; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/common/model_3_0_0/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/common/model_3_0_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/common/model_3_0_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.common.model_3_0_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/ejb/model_2_0_0/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/ejb/model_2_0_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/ejb/model_2_0_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.ejb.model_2_0_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/ejb/model_2_1_0/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/ejb/model_2_1_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/ejb/model_2_1_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.ejb.model_2_1_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/ejb/model_2_1_1/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/ejb/model_2_1_1/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/ejb/model_2_1_1/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.ejb.model_2_1_1; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/ejb/model_3_0_0/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/ejb/model_3_0_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/ejb/model_3_0_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.ejb.model_3_0_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/ejb/model_3_0_1/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/ejb/model_3_0_1/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/ejb/model_3_0_1/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.ejb.model_3_0_1; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/ejb/model_3_1_0/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/ejb/model_3_1_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/ejb/model_3_1_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.ejb.model_3_1_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/ejb/model_3_1_1/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/ejb/model_3_1_1/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/ejb/model_3_1_1/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.ejb.model_3_1_1; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/serverresources/model_1_5/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/serverresources/model_1_5/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/serverresources/model_1_5/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.serverresources.model_1_5; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/web/model_2_3_0/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/web/model_2_3_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/web/model_2_3_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.web.model_2_3_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/web/model_2_4_0/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/web/model_2_4_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/web/model_2_4_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.web.model_2_4_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/web/model_2_4_1/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/web/model_2_4_1/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/web/model_2_4_1/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.web.model_2_4_1; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/web/model_2_5_0/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/web/model_2_5_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/web/model_2_5_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.web.model_2_5_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/web/model_3_0_0/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/web/model_3_0_0/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/web/model_3_0_0/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.web.model_3_0_0; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/web/model_3_0_1/package-info.java --- a/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/web/model_3_0_1/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/web/model_3_0_1/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -51,7 +51,7 @@ attrProp=true, java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.sun.dd.impl.web.model_3_0_1; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.weblogic9/nbproject/project.xml --- a/j2ee.weblogic9/nbproject/project.xml Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.weblogic9/nbproject/project.xml Fri Jan 25 16:50:12 2013 +0100 @@ -61,7 +61,7 @@ 1 - 1.4 + 1.19 diff -r 732289cfaec2 j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/ear1030/package-info.java --- a/j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/ear1030/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/ear1030/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -52,7 +52,7 @@ mddFile="../../resources/weblogic-application_10_3_0.mdd", java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.weblogic9.dd.ear1030; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/ear1031/package-info.java --- a/j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/ear1031/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/ear1031/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -52,7 +52,7 @@ mddFile="../../resources/weblogic-application_10_3_1.mdd", java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.weblogic9.dd.ear1031; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/ear90/package-info.java --- a/j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/ear90/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/ear90/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -52,7 +52,7 @@ mddFile="../../resources/weblogic-application_9_0.mdd", java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.weblogic9.dd.ear90; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/ejb1030/package-info.java --- a/j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/ejb1030/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/ejb1030/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -52,7 +52,7 @@ mddFile="../../resources/weblogic-ejb-jar_10_3_0.mdd", java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.weblogic9.dd.ejb1030; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/ejb1031/package-info.java --- a/j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/ejb1031/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/ejb1031/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -52,7 +52,7 @@ mddFile="../../resources/weblogic-ejb-jar_10_3_1.mdd", java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.weblogic9.dd.ejb1031; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/ejb90/package-info.java --- a/j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/ejb90/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/ejb90/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -52,7 +52,7 @@ mddFile="../../resources/weblogic-ejb-jar_9_0.mdd", java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.weblogic9.dd.ejb90; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/jms1031/package-info.java --- a/j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/jms1031/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/jms1031/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -52,7 +52,7 @@ mddFile="../../resources/weblogic-jms_10_3_1.mdd", java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.weblogic9.dd.jms1031; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/web1030/package-info.java --- a/j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/web1030/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/web1030/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -52,7 +52,7 @@ mddFile="../../resources/weblogic-web-app_10_3_0.mdd", java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.weblogic9.dd.web1030; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/web1031/package-info.java --- a/j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/web1031/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/web1031/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -52,7 +52,7 @@ mddFile="../../resources/weblogic-web-app_10_3_1.mdd", java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.weblogic9.dd.web1031; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/web90/package-info.java --- a/j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/web90/package-info.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2ee.weblogic9/src/org/netbeans/modules/j2ee/weblogic9/dd/web90/package-info.java Fri Jan 25 16:50:12 2013 +0100 @@ -52,7 +52,7 @@ mddFile="../../resources/weblogic-web-app_9_0.mdd", java5=true ) -@org.netbeans.api.annotations.common.SuppressWarnings("NM_SAME_SIMPLE_NAME_AS_INTERFACE") // justification="Generated implementation classes" +@org.netbeans.api.annotations.common.SuppressWarnings(value="NM_SAME_SIMPLE_NAME_AS_INTERFACE", justification="Generated implementation classes") package org.netbeans.modules.j2ee.weblogic9.dd.web90; import org.netbeans.modules.schema2beans.Schema2Beans; diff -r 732289cfaec2 j2eeserver/nbproject/project.xml --- a/j2eeserver/nbproject/project.xml Fri Jan 25 15:12:15 2013 +0100 +++ b/j2eeserver/nbproject/project.xml Fri Jan 25 16:50:12 2013 +0100 @@ -64,7 +64,7 @@ 1 - 1.1 + 1.19 diff -r 732289cfaec2 j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ServerFileDistributor.java --- a/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ServerFileDistributor.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/ServerFileDistributor.java Fri Jan 25 16:50:12 2013 +0100 @@ -362,7 +362,7 @@ } } - @org.netbeans.api.annotations.common.SuppressWarnings("REC_CATCH_EXCEPTION") // justification="We rethrow with localized message" + @org.netbeans.api.annotations.common.SuppressWarnings(value="REC_CATCH_EXCEPTION", justification="We rethrow with localized message") private AppChanges _distributeOnSave(File destDir, TargetModuleID target, Iterable artifacts) throws IOException { AppChanges mc = createModuleChangeDescriptor(target); diff -r 732289cfaec2 j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/query/J2eePlatformJavadocForBinaryQuery.java --- a/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/query/J2eePlatformJavadocForBinaryQuery.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/query/J2eePlatformJavadocForBinaryQuery.java Fri Jan 25 16:50:12 2013 +0100 @@ -75,7 +75,7 @@ * Implementation of Javadoc query for the library. * @since 1.5 */ -@org.netbeans.api.annotations.common.SuppressWarnings("DMI_COLLECTION_OF_URLS") // justification="File URLs only" +@org.netbeans.api.annotations.common.SuppressWarnings(value="DMI_COLLECTION_OF_URLS", justification="File URLs only") @org.openide.util.lookup.ServiceProvider(service=org.netbeans.spi.java.queries.JavadocForBinaryQueryImplementation.class) public class J2eePlatformJavadocForBinaryQuery implements JavadocForBinaryQueryImplementation { @@ -87,7 +87,7 @@ public J2eePlatformJavadocForBinaryQuery() { } - @org.netbeans.api.annotations.common.SuppressWarnings("DMI_BLOCKING_METHODS_ON_URL") // justification="File URLs only" + @org.netbeans.api.annotations.common.SuppressWarnings(value="DMI_BLOCKING_METHODS_ON_URL", justification="File URLs only") public JavadocForBinaryQuery.Result findJavadoc(final URL b) { class R implements JavadocForBinaryQuery.Result, PropertyChangeListener { diff -r 732289cfaec2 j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/query/J2eePlatformSourceForBinaryQuery.java --- a/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/query/J2eePlatformSourceForBinaryQuery.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/query/J2eePlatformSourceForBinaryQuery.java Fri Jan 25 16:50:12 2013 +0100 @@ -75,7 +75,7 @@ * Finds the locations of sources for various libraries. * @since 1.5 */ -@org.netbeans.api.annotations.common.SuppressWarnings("DMI_COLLECTION_OF_URLS") // justification="File URLs only" +@org.netbeans.api.annotations.common.SuppressWarnings(value="DMI_COLLECTION_OF_URLS", justification="File URLs only") @org.openide.util.lookup.ServiceProvider(service=org.netbeans.spi.java.queries.SourceForBinaryQueryImplementation.class) public class J2eePlatformSourceForBinaryQuery implements SourceForBinaryQueryImplementation2 { @@ -85,7 +85,7 @@ /** Default constructor for lookup. */ public J2eePlatformSourceForBinaryQuery() {} - @org.netbeans.api.annotations.common.SuppressWarnings("DMI_BLOCKING_METHODS_ON_URL") // justification="File URLs only" + @org.netbeans.api.annotations.common.SuppressWarnings(value="DMI_BLOCKING_METHODS_ON_URL", justification="File URLs only") public SourceForBinaryQueryImplementation2.Result findSourceRoots2 (URL binaryRoot) { SourceForBinaryQueryImplementation2.Result res = this.cache.get (binaryRoot); if (res != null) { diff -r 732289cfaec2 j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/sharability/JavadocForBinaryQueryImpl.java --- a/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/sharability/JavadocForBinaryQueryImpl.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/sharability/JavadocForBinaryQueryImpl.java Fri Jan 25 16:50:12 2013 +0100 @@ -67,7 +67,7 @@ /** * Implementation of Javadoc query for the library. */ -@org.netbeans.api.annotations.common.SuppressWarnings("DMI_COLLECTION_OF_URLS") // justification="File URLs only" +@org.netbeans.api.annotations.common.SuppressWarnings(value="DMI_COLLECTION_OF_URLS", justification="File URLs only") @org.openide.util.lookup.ServiceProvider(service=org.netbeans.spi.java.queries.JavadocForBinaryQueryImplementation.class) public class JavadocForBinaryQueryImpl implements JavadocForBinaryQueryImplementation { @@ -83,7 +83,7 @@ public JavadocForBinaryQueryImpl() { } - @org.netbeans.api.annotations.common.SuppressWarnings("DMI_BLOCKING_METHODS_ON_URL") // justification="File URLs only" + @org.netbeans.api.annotations.common.SuppressWarnings(value="DMI_BLOCKING_METHODS_ON_URL", justification="File URLs only") public JavadocForBinaryQuery.Result findJavadoc(final URL b) { class R implements JavadocForBinaryQuery.Result, PropertyChangeListener { diff -r 732289cfaec2 j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/sharability/SourceForBinaryQueryImpl.java --- a/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/sharability/SourceForBinaryQueryImpl.java Fri Jan 25 15:12:15 2013 +0100 +++ b/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/sharability/SourceForBinaryQueryImpl.java Fri Jan 25 16:50:12 2013 +0100 @@ -68,7 +68,7 @@ * Finds the locations of sources for various libraries. * @author Tomas Zezula */ -@org.netbeans.api.annotations.common.SuppressWarnings("DMI_COLLECTION_OF_URLS") // justification="File URLs only" +@org.netbeans.api.annotations.common.SuppressWarnings(value="DMI_COLLECTION_OF_URLS", justification="File URLs only") @org.openide.util.lookup.ServiceProvider(service=org.netbeans.spi.java.queries.SourceForBinaryQueryImplementation.class) public class SourceForBinaryQueryImpl implements SourceForBinaryQueryImplementation2 { @@ -83,7 +83,7 @@ /** Default constructor for lookup. */ public SourceForBinaryQueryImpl() {} - @org.netbeans.api.annotations.common.SuppressWarnings("DMI_BLOCKING_METHODS_ON_URL") // justification="File URLs only" + @org.netbeans.api.annotations.common.SuppressWarnings(value="DMI_BLOCKING_METHODS_ON_URL", justification="File URLs only") public SourceForBinaryQueryImplementation2.Result findSourceRoots2(URL binaryRoot) { SourceForBinaryQueryImplementation2.Result res = cache.get(binaryRoot); if (res != null) { diff -r 732289cfaec2 java.source/nbproject/project.xml --- a/java.source/nbproject/project.xml Fri Jan 25 15:12:15 2013 +0100 +++ b/java.source/nbproject/project.xml Fri Jan 25 16:50:12 2013 +0100 @@ -55,7 +55,7 @@ 1 - 1.0 + 1.19 diff -r 732289cfaec2 java.source/src/org/netbeans/api/java/source/ClassIndex.java --- a/java.source/src/org/netbeans/api/java/source/ClassIndex.java Fri Jan 25 15:12:15 2013 +0100 +++ b/java.source/src/org/netbeans/api/java/source/ClassIndex.java Fri Jan 25 16:50:12 2013 +0100 @@ -110,15 +110,15 @@ //INV: Never null //@GuardedBy (this) - @org.netbeans.api.annotations.common.SuppressWarnings(value={"DMI_COLLECTION_OF_URLS"}/*,justification="URLs have never host part"*/) //NOI18N + @org.netbeans.api.annotations.common.SuppressWarnings(value={"DMI_COLLECTION_OF_URLS"}, justification="URLs have never host part") //NOI18N private final Set oldSources; //INV: Never null //@GuardedBy (this) - @org.netbeans.api.annotations.common.SuppressWarnings(value={"DMI_COLLECTION_OF_URLS"}/*,justification="URLs have never host part"*/) //NOI18N + @org.netbeans.api.annotations.common.SuppressWarnings(value={"DMI_COLLECTION_OF_URLS"}, justification="URLs have never host part") //NOI18N private final Set oldBoot; //INV: Never null //@GuardedBy (this) - @org.netbeans.api.annotations.common.SuppressWarnings(value={"DMI_COLLECTION_OF_URLS"}/*,justification="URLs have never host part"*/) //NOI18N + @org.netbeans.api.annotations.common.SuppressWarnings(value={"DMI_COLLECTION_OF_URLS"},justification="URLs have never host part") //NOI18N private final Set oldCompile; //INV: Never null //@GuardedBy (this) @@ -796,7 +796,7 @@ } } - @org.netbeans.api.annotations.common.SuppressWarnings(value={"DMI_COLLECTION_OF_URLS"}/*,justification="URLs have never host part"*/) //NOI18N + @org.netbeans.api.annotations.common.SuppressWarnings(value={"DMI_COLLECTION_OF_URLS"}, justification="URLs have never host part") //NOI18N private boolean containsRoot (final ClassPath cp, final Set roots, final List affectedRoots, final boolean translate) { final List entries = cp.entries(); final PathRegistry preg = PathRegistry.getDefault(); @@ -866,7 +866,7 @@ return result; } - @org.netbeans.api.annotations.common.SuppressWarnings(value={"DMI_COLLECTION_OF_URLS"}/*,justification="URLs have never host part"*/) //NOI18N + @org.netbeans.api.annotations.common.SuppressWarnings(value={"DMI_COLLECTION_OF_URLS"}, justification="URLs have never host part") //NOI18N public void propertyChange(PropertyChangeEvent evt) { if (ClassPath.PROP_ENTRIES.equals (evt.getPropertyName())) { final List newRoots = new LinkedList(); diff -r 732289cfaec2 java.source/src/org/netbeans/api/java/source/SourceUtils.java --- a/java.source/src/org/netbeans/api/java/source/SourceUtils.java Fri Jan 25 15:12:15 2013 +0100 +++ b/java.source/src/org/netbeans/api/java/source/SourceUtils.java Fri Jan 25 16:50:12 2013 +0100 @@ -672,7 +672,7 @@ * incoming root, never returns null. * @since 0.10 */ - @org.netbeans.api.annotations.common.SuppressWarnings(value={"DMI_COLLECTION_OF_URLS"}/*,justification="URLs have never host part"*/) //NOI18N + @org.netbeans.api.annotations.common.SuppressWarnings(value={"DMI_COLLECTION_OF_URLS"}, justification="URLs have never host part") //NOI18N public static Set getDependentRoots (final URL root) { final Map> sourceDeps = IndexingController.getDefault().getRootDependencies(); final Map> binaryDeps = IndexingController.getDefault().getBinaryRootDependencies(); @@ -691,14 +691,14 @@ * root, never returns null. * @since 0.110 */ - @org.netbeans.api.annotations.common.SuppressWarnings(value = {"DMI_COLLECTION_OF_URLS"}/*,justification="URLs have never host part"*/) //NOI18N + @org.netbeans.api.annotations.common.SuppressWarnings(value = {"DMI_COLLECTION_OF_URLS"}, justification="URLs have never host part") //NOI18N public static Set getDependentRoots(final URL root, boolean filterNonOpenedProjects) { final Map> sourceDeps = IndexingController.getDefault().getRootDependencies(); final Map> binaryDeps = IndexingController.getDefault().getBinaryRootDependencies(); return getDependentRootsImpl(root, sourceDeps, binaryDeps, filterNonOpenedProjects); } - @org.netbeans.api.annotations.common.SuppressWarnings(value={"DMI_COLLECTION_OF_URLS"}/*,justification="URLs have never host part"*/) //NOI18N + @org.netbeans.api.annotations.common.SuppressWarnings(value={"DMI_COLLECTION_OF_URLS"}, justification="URLs have never host part") //NOI18N static Set getDependentRootsImpl (final URL root, final Map> sourceDeps, Map> binaryDeps, boolean filterNonOpenedProjects) { Set urls; diff -r 732289cfaec2 java.source/src/org/netbeans/modules/java/source/JavadocHelper.java --- a/java.source/src/org/netbeans/modules/java/source/JavadocHelper.java Fri Jan 25 15:12:15 2013 +0100 +++ b/java.source/src/org/netbeans/modules/java/source/JavadocHelper.java Fri Jan 25 16:50:12 2013 +0100 @@ -253,7 +253,7 @@ return getJavadoc(element, null); } - @org.netbeans.api.annotations.common.SuppressWarnings(value="DMI_COLLECTION_OF_URLS"/*,justification="URLs have never host part"*/) + @org.netbeans.api.annotations.common.SuppressWarnings(value="DMI_COLLECTION_OF_URLS", justification="URLs have never host part") private static TextStream doGetJavadoc(final Element element, final boolean allowRemoteJavadoc, final Callable cancel) { if (element == null) { throw new IllegalArgumentException("Cannot pass null as an argument of the SourceUtils.getJavadoc"); // NOI18N diff -r 732289cfaec2 java.source/src/org/netbeans/modules/java/source/classpath/SourcePathCheck.java --- a/java.source/src/org/netbeans/modules/java/source/classpath/SourcePathCheck.java Fri Jan 25 15:12:15 2013 +0100 +++ b/java.source/src/org/netbeans/modules/java/source/classpath/SourcePathCheck.java Fri Jan 25 16:50:12 2013 +0100 @@ -80,7 +80,7 @@ } @Override - @org.netbeans.api.annotations.common.SuppressWarnings(value={"DMI_COLLECTION_OF_URLS"}/*,justification="URLs have never host part"*/) //NOI18N + @org.netbeans.api.annotations.common.SuppressWarnings(value={"DMI_COLLECTION_OF_URLS"}, justification="URLs have never host part") //NOI18N public void run(final Result result, final SchedulerEvent event) { final CompilationInfo info = CompilationInfo.get(result); final ClasspathInfo cpInfo = info.getClasspathInfo(); @@ -125,7 +125,7 @@ public static final class Factory extends TaskFactory { - @org.netbeans.api.annotations.common.SuppressWarnings(value={"DMI_COLLECTION_OF_URLS"}/*,justification="URLs have never host part"*/) //NOI18N + @org.netbeans.api.annotations.common.SuppressWarnings(value={"DMI_COLLECTION_OF_URLS"}, justification="URLs have never host part") //NOI18N private final Set firedFor = new HashSet(); @Override diff -r 732289cfaec2 parsing.api/nbproject/project.xml --- a/parsing.api/nbproject/project.xml Fri Jan 25 15:12:15 2013 +0100 +++ b/parsing.api/nbproject/project.xml Fri Jan 25 16:50:12 2013 +0100 @@ -11,7 +11,7 @@ 1 - 1.4 + 1.19 diff -r 732289cfaec2 parsing.api/src/org/netbeans/modules/parsing/impl/indexing/CacheFolder.java --- a/parsing.api/src/org/netbeans/modules/parsing/impl/indexing/CacheFolder.java Fri Jan 25 15:12:15 2013 +0100 +++ b/parsing.api/src/org/netbeans/modules/parsing/impl/indexing/CacheFolder.java Fri Jan 25 16:50:12 2013 +0100 @@ -91,8 +91,8 @@ //@NotThreadSafe @org.netbeans.api.annotations.common.SuppressWarnings( - value="LI_LAZY_INIT_UPDATE_STATIC" - /*,justification="Caller already holds a monitor"*/) + value="LI_LAZY_INIT_UPDATE_STATIC", + justification="Caller already holds a monitor") private static void loadSegments(FileObject folder) throws IOException { assert Thread.holdsLock(CacheFolder.class); if (segments == null) { diff -r 732289cfaec2 parsing.api/src/org/netbeans/modules/parsing/impl/indexing/DeletedIndexable.java --- a/parsing.api/src/org/netbeans/modules/parsing/impl/indexing/DeletedIndexable.java Fri Jan 25 15:12:15 2013 +0100 +++ b/parsing.api/src/org/netbeans/modules/parsing/impl/indexing/DeletedIndexable.java Fri Jan 25 16:50:12 2013 +0100 @@ -104,8 +104,8 @@ @Override @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_BLOCKING_METHODS_ON_URL" - /*,justification="URLs have never host part"*/) + value="DMI_BLOCKING_METHODS_ON_URL", + justification="URLs have never host part") public boolean equals(Object obj) { if (obj == null) { return false; @@ -125,8 +125,8 @@ @Override @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_BLOCKING_METHODS_ON_URL" - /*,justification="URLs have never host part"*/) + value="DMI_BLOCKING_METHODS_ON_URL", + justification="URLs have never host part") public int hashCode() { int hash = 7; hash = 83 * hash + (this.root != null ? this.root.hashCode() : 0); diff -r 732289cfaec2 parsing.api/src/org/netbeans/modules/parsing/impl/indexing/FileEventLog.java --- a/parsing.api/src/org/netbeans/modules/parsing/impl/indexing/FileEventLog.java Fri Jan 25 15:12:15 2013 +0100 +++ b/parsing.api/src/org/netbeans/modules/parsing/impl/indexing/FileEventLog.java Fri Jan 25 16:50:12 2013 +0100 @@ -67,8 +67,8 @@ }; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private final ThreadLocal>>> changes; public FileEventLog() { @@ -76,8 +76,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public void record (final FileOp operation, final URL root, String relativePath, FileEvent event, final Work work) { assert operation != null; assert root != null; @@ -104,8 +104,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private Map>> getChanges(final boolean create) { Map>> res = changes.get(); if (res == null && create) { diff -r 732289cfaec2 parsing.api/src/org/netbeans/modules/parsing/impl/indexing/LongHashMap.java --- a/parsing.api/src/org/netbeans/modules/parsing/impl/indexing/LongHashMap.java Fri Jan 25 15:12:15 2013 +0100 +++ b/parsing.api/src/org/netbeans/modules/parsing/impl/indexing/LongHashMap.java Fri Jan 25 16:50:12 2013 +0100 @@ -180,8 +180,8 @@ * the LongHashMap fail-fast. (See ConcurrentModificationException). */ @org.netbeans.api.annotations.common.SuppressWarnings( - value={"VO_VOLATILE_INCREMENT"} - /*,justification="Only change is required, no need to have correct value"*/) + value={"VO_VOLATILE_INCREMENT"}, + justification="Only change is required, no need to have correct value") transient volatile int modCount; /** diff -r 732289cfaec2 parsing.api/src/org/netbeans/modules/parsing/impl/indexing/PathRegistry.java --- a/parsing.api/src/org/netbeans/modules/parsing/impl/indexing/PathRegistry.java Fri Jan 25 15:12:15 2013 +0100 +++ b/parsing.api/src/org/netbeans/modules/parsing/impl/indexing/PathRegistry.java Fri Jan 25 16:50:12 2013 +0100 @@ -102,16 +102,16 @@ private Set activeCps; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private Map sourceResults; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private Map translatedRoots; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private Map unknownRoots; private long timeStamp; //Lamport event ordering private volatile Runnable debugCallBack; @@ -120,12 +120,12 @@ private Collection binaryLibraryPath; private Collection unknownSourcePath; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private Map rootPathIds; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private Map> pathIdToRoots; private final Listener listener; @@ -176,8 +176,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public URL[] sourceForBinaryQuery (final URL binaryRoot, final ClassPath definingClassPath, final boolean fire) { assert noHostPart(binaryRoot) : binaryRoot; URL[] result = this.translatedRoots.get(binaryRoot); @@ -428,8 +428,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public Set getSourceIdsFor(URL root) { assert noHostPart(root) : root; PathIds pathIds = getRootPathIds().get(root); @@ -437,8 +437,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public Set getLibraryIdsFor(URL root) { assert noHostPart(root) : root; PathIds pathIds = getRootPathIds().get(root); @@ -446,8 +446,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public Set getRootsMarkedAs(String... pathIds) { final Map> rootsByPathIds = getPathIdToRoots(); final Set roots = new HashSet(); @@ -461,8 +461,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public Set getMimeTypesFor(final URL root) { assert noHostPart(root) : root; PathIds pathIds = getRootPathIds().get(root); @@ -513,8 +513,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private Map getRootPathIds () { Request request; synchronized (this) { @@ -560,8 +560,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private Map> getPathIdToRoots () { Request request; synchronized (this) { @@ -607,8 +607,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private static Result createResources (final Request request) { assert request != null; final Set sourceResult = new HashSet (); @@ -710,8 +710,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private static Collection getSources (final SourceForBinaryQuery.Result2 sr, final Collection cacheDirs, final Map unknownRoots) { assert sr != null; if (sr.preferSources()) { @@ -742,8 +742,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private static void updatePathIds(URL root, TaggedClassPath tcp, Map pathIdsResult, Map> pathIdToRootsResult) { PathIds pathIds = pathIdsResult.get(root); if (pathIds == null) { @@ -765,8 +765,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private static void updateTranslatedPathIds(Collection roots, TaggedClassPath tcp, Map pathIdsResult, Map> pathIdToRootsResult) { Set sids = new HashSet(); Set mimeTypes = new HashSet(); @@ -948,19 +948,19 @@ final Collection binaryLibraryCps; final Set oldCps; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") final Map oldSR; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") final Map unknownRoots; final PropertyChangeListener propertyListener; final ChangeListener changeListener; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public Request (final long timeStamp, final Collection sourceCps, final Collection libraryCps, final Collection binaryLibraryCps, final Set oldCps, final Map oldSR, final Map unknownRoots, @@ -996,29 +996,29 @@ final Collection unknownSourcePath; final Set newCps; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") final Map newSR; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") final Map translatedRoots; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") final Map unknownRoots; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") final Map rootPathIds; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") final Map> pathIdToRoots; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public Result (final long timeStamp, final Collection sourcePath, final Collection libraryPath, diff -r 732289cfaec2 parsing.api/src/org/netbeans/modules/parsing/impl/indexing/ProxyBinaryIndexerFactory.java --- a/parsing.api/src/org/netbeans/modules/parsing/impl/indexing/ProxyBinaryIndexerFactory.java Fri Jan 25 15:12:15 2013 +0100 +++ b/parsing.api/src/org/netbeans/modules/parsing/impl/indexing/ProxyBinaryIndexerFactory.java Fri Jan 25 16:50:12 2013 +0100 @@ -75,8 +75,8 @@ private final String indexerName; private final int indexerVersion; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) //NOI18N + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") //NOI18N private final Set activeRoots; public ProxyBinaryIndexerFactory( @@ -108,8 +108,8 @@ @Override @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part. Already verified by PathRegistry and RepositoryUpdater."*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part. Already verified by PathRegistry and RepositoryUpdater.") public void rootsRemoved(Iterable removedRoots) { final Set filtered = new HashSet(); for (URL removedRoot : removedRoots) { @@ -126,8 +126,8 @@ @Override @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part. Already verified by PathRegistry and RepositoryUpdater."*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part. Already verified by PathRegistry and RepositoryUpdater.") public boolean scanStarted (final Context context) { if (supports(context) != null) { return SPIAccessor.getInstance().scanStarted(getDelegate(),context); @@ -242,8 +242,8 @@ @Override @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part. Already verified by PathRegistry and RepositoryUpdater."*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part. Already verified by PathRegistry and RepositoryUpdater.") protected void index(@NonNull final Context context) { final Map> matchedFiles = supports(context); if (matchedFiles != null) { diff -r 732289cfaec2 parsing.api/src/org/netbeans/modules/parsing/impl/indexing/RepositoryUpdater.java --- a/parsing.api/src/org/netbeans/modules/parsing/impl/indexing/RepositoryUpdater.java Fri Jan 25 15:12:15 2013 +0100 +++ b/parsing.api/src/org/netbeans/modules/parsing/impl/indexing/RepositoryUpdater.java Fri Jan 25 16:50:12 2013 +0100 @@ -300,8 +300,8 @@ * added/removed, file is modified, editor tabs are switched, etc). */ @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public void addIndexingJob( @NonNull final URL rootUrl, @NullAllowed Collection fileUrls, @@ -525,8 +525,8 @@ // ----------------------------------------------------------------------- @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part. Already verified by PathRegistry"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part. Already verified by PathRegistry") @Override public void pathsChanged(PathRegistryEvent event) { assert event != null; @@ -1222,24 +1222,24 @@ /* test */ volatile static Source unitTestActiveSource; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private final Map>scannedRoots2Dependencies = Collections.synchronizedMap(new TreeMap>(new LexicographicComparator(true))); @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private final Map>scannedBinaries2InvDependencies = Collections.synchronizedMap(new HashMap>()); @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private final Map>scannedRoots2Peers = Collections.synchronizedMap(new TreeMap>(new LexicographicComparator(true))); @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private final SetscannedUnknown = Collections.synchronizedSet(new HashSet()); @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private final SetsourcesForBinaryRoots = Collections.synchronizedSet(new HashSet()); private volatile State state = State.CREATED; @@ -1621,8 +1621,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_BLOCKING_METHODS_ON_URL" - /*,justification="URLs have never host part"*/) + value="DMI_BLOCKING_METHODS_ON_URL", + justification="URLs have never host part") private static ClassPath.Entry getClassPathEntry (final FileObject root) { try { if (root != null) { @@ -1677,8 +1677,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value={"DMI_COLLECTION_OF_URLS","DMI_BLOCKING_METHODS_ON_URL"} - /*,justification="URLs have never host part"*/) + value={"DMI_COLLECTION_OF_URLS","DMI_BLOCKING_METHODS_ON_URL"}, + justification="URLs have never host part") private static boolean findDependencies( final URL rootURL, final DependenciesContext ctx, @@ -1973,8 +1973,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private static void printMap(Map> deps, Level level) { Set sortedRoots = new TreeSet(C); sortedRoots.addAll(deps.keySet()); @@ -1987,8 +1987,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private static StringBuilder printMap(Map> deps, StringBuilder sb) { Set sortedRoots = new TreeSet(C); sortedRoots.addAll(deps.keySet()); @@ -3344,8 +3344,8 @@ private final Map> scannedRoots2Depencencies; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public FileListWork ( Map> scannedRoots2Depencencies, URL root, boolean followUpJob, @@ -3365,8 +3365,8 @@ @SuppressWarnings("LeakingThisInConstructor") @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public FileListWork ( Map> scannedRoots2Depencencies, URL root, @@ -3427,8 +3427,8 @@ @Override @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_BLOCKING_METHODS_ON_URL" - /*,justification="URLs have never host part"*/) + value="DMI_BLOCKING_METHODS_ON_URL", + justification="URLs have never host part") public boolean absorb(Work newWork) { if (newWork instanceof FileListWork) { FileListWork nflw = (FileListWork) newWork; @@ -3487,8 +3487,8 @@ @Override @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_BLOCKING_METHODS_ON_URL" - /*,justification="URLs have never host part"*/) + value="DMI_BLOCKING_METHODS_ON_URL", + justification="URLs have never host part") public boolean absorb(Work newWork) { if (newWork instanceof BinaryWork) { return root.equals(((BinaryWork) newWork).root); @@ -3562,8 +3562,8 @@ @Override @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_BLOCKING_METHODS_ON_URL" - /*,justification="URLs have never host part"*/) + value="DMI_BLOCKING_METHODS_ON_URL", + justification="URLs have never host part") public boolean absorb(Work newWork) { if (newWork instanceof DeleteWork) { DeleteWork ndw = (DeleteWork) newWork; @@ -3587,8 +3587,8 @@ private final Set sourcesForBinaryRoots; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public RefreshCifIndices( Collection> cifInfos, Map> scannedRoots2Depencencies, @@ -3623,8 +3623,8 @@ @Override @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") protected boolean getDone() { switchProgressToDeterminate(scannedRoots2Dependencies.size()); for(URL root : scannedRoots2Dependencies.keySet()) { @@ -3758,8 +3758,8 @@ private final Set sourcesForBinaryRoots; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public RefreshEifIndices( Collection> eifInfos, Map> scannedRoots2Depencencies, @@ -3794,8 +3794,8 @@ @Override @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") protected boolean getDone() { switchProgressToDeterminate(scannedRoots2Dependencies.size()); for(URL root : scannedRoots2Dependencies.keySet()) { @@ -3920,8 +3920,8 @@ private Map> checkTimestampFiles; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public RefreshWork( Map> scannedRoots2Depencencies, Map> scannedBinaries2InvDependencies, @@ -3954,8 +3954,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") protected @Override boolean getDone() { if (depCtx == null) { depCtx = new DependenciesContext(scannedRoots2Dependencies, scannedBinaries2InvDependencies, scannedRoots2Peers, sourcesForBinaryRoots, false); @@ -4160,8 +4160,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private boolean scanRootFiles(Map> files) { if (files != null && files.size() > 0) { // #174887 for(Iterator>> it = files.entrySet().iterator(); it.hasNext(); ) { @@ -4199,8 +4199,8 @@ private Level previousLevel; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public RootsWork( Map> scannedRoots2Depencencies, Map> scannedBinaries2InvDependencies, @@ -4274,8 +4274,8 @@ @Override @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public boolean getDone() { TEST_LOGGER.log(Level.FINEST, "RootsWork-started"); //NOI18N if (getCancelRequest().isRaised()) { @@ -4518,8 +4518,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private void notifyRootsRemoved (final Set binaries, final Set sources) { if (!binaries.isEmpty()) { final Collection binFactories = MimeLookup.getLookup(MimePath.EMPTY).lookupAll(BinaryIndexerFactory.class); @@ -4682,8 +4682,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") protected final boolean scanSources(DependenciesContext ctx, SourceIndexers indexers, Map> preregisterIn) { assert ctx != null; long scannedRootsCnt = 0; @@ -5057,8 +5057,8 @@ private final boolean waitForProjects; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public InitialRootsWork( Map> scannedRoots2Depencencies, Map> scannedBinaries2InvDependencies, @@ -5477,8 +5477,8 @@ } } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private Work getWork () { synchronized (todo) { Work w; @@ -5581,8 +5581,8 @@ private final boolean useInitialState; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public DependenciesContext ( final Map> scannedRoots2Deps, final Map> scannedBinaries2InvDependencies, @@ -5718,24 +5718,24 @@ @Override @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public synchronized Map> getRootDependencies() { return roots2Dependencies; } @Override @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public synchronized Map> getBinaryRootDependencies() { return binRoots2Dependencies; } @Override @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public Map> getRootPeers() { return roots2Peers; } @@ -5862,8 +5862,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public synchronized boolean add( @NonNull final URL root, final boolean sourceRoot, @@ -5911,8 +5911,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public synchronized void remove(final Iterable roots, final boolean sourceRoot) { for (URL root : roots) { if (sourceRoot) { @@ -6077,32 +6077,32 @@ //Unit test method @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") /* test */ Set getScannedBinaries () { return this.scannedBinaries2InvDependencies.keySet(); } //Unit test method @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") /* test */ Set getScannedSources () { return this.scannedRoots2Dependencies.keySet(); } //Unit test method @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") /* test */ Map> getScannedRoots2Dependencies() { return this.scannedRoots2Dependencies; } //Unit test method @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") /* test */ Set getScannedUnknowns () { return this.scannedUnknown; } diff -r 732289cfaec2 parsing.api/src/org/netbeans/modules/parsing/impl/indexing/errors/ErrorAnnotator.java --- a/parsing.api/src/org/netbeans/modules/parsing/impl/indexing/errors/ErrorAnnotator.java Fri Jan 25 15:12:15 2013 +0100 +++ b/parsing.api/src/org/netbeans/modules/parsing/impl/indexing/errors/ErrorAnnotator.java Fri Jan 25 16:50:12 2013 +0100 @@ -200,8 +200,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public synchronized void updateInError(Set urls) { Set toRefresh = new HashSet(); for (Iterator it = knownFiles2Error.keySet().iterator(); it.hasNext(); ) { @@ -408,8 +408,8 @@ @Override @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public void run() { try { Set toRefresh = new HashSet(); diff -r 732289cfaec2 parsing.api/src/org/netbeans/modules/parsing/impl/indexing/errors/TaskCache.java --- a/parsing.api/src/org/netbeans/modules/parsing/impl/indexing/errors/TaskCache.java Fri Jan 25 15:12:15 2013 +0100 +++ b/parsing.api/src/org/netbeans/modules/parsing/impl/indexing/errors/TaskCache.java Fri Jan 25 16:50:12 2013 +0100 @@ -591,12 +591,12 @@ private static final class TransactionContext { private int depth; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private Set toRefresh = new HashSet(); @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private Set rootsToRefresh = new HashSet(); } } diff -r 732289cfaec2 parsing.api/src/org/netbeans/modules/parsing/impl/indexing/friendapi/IndexingController.java --- a/parsing.api/src/org/netbeans/modules/parsing/impl/indexing/friendapi/IndexingController.java Fri Jan 25 15:12:15 2013 +0100 +++ b/parsing.api/src/org/netbeans/modules/parsing/impl/indexing/friendapi/IndexingController.java Fri Jan 25 16:50:12 2013 +0100 @@ -64,18 +64,18 @@ public abstract boolean isInProtectedMode(); @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public abstract Map> getRootDependencies(); @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public abstract Map> getBinaryRootDependencies(); @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public abstract Map> getRootPeers(); public abstract int getFileLocksDelay(); diff -r 732289cfaec2 parsing.api/src/org/netbeans/modules/parsing/impl/indexing/lucene/DocumentBasedIndexManager.java --- a/parsing.api/src/org/netbeans/modules/parsing/impl/indexing/lucene/DocumentBasedIndexManager.java Fri Jan 25 15:12:15 2013 +0100 +++ b/parsing.api/src/org/netbeans/modules/parsing/impl/indexing/lucene/DocumentBasedIndexManager.java Fri Jan 25 16:50:12 2013 +0100 @@ -70,8 +70,8 @@ //@GuardedBy("this") @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private final Map> indexes = new HashMap> (); //@GuardedBy("this") @@ -96,8 +96,8 @@ @CheckForNull @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public synchronized DocumentIndex.Transactional getIndex (final URL root, final Mode mode) throws IOException { assert root != null; assert PathRegistry.noHostPart(root) : root; diff -r 732289cfaec2 parsing.api/src/org/netbeans/modules/parsing/spi/indexing/support/QuerySupport.java --- a/parsing.api/src/org/netbeans/modules/parsing/spi/indexing/support/QuerySupport.java Fri Jan 25 15:12:15 2013 +0100 +++ b/parsing.api/src/org/netbeans/modules/parsing/spi/indexing/support/QuerySupport.java Fri Jan 25 16:50:12 2013 +0100 @@ -485,8 +485,8 @@ } @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") public Iterable> getIndices(List roots) { synchronized (root2index) { List> indices = new LinkedList>(); @@ -525,8 +525,8 @@ private final String indexerId; @org.netbeans.api.annotations.common.SuppressWarnings( - value="DMI_COLLECTION_OF_URLS" - /*,justification="URLs have never host part"*/) + value="DMI_COLLECTION_OF_URLS", + justification="URLs have never host part") private final Map> root2index = new HashMap>(); private IndexerQuery(String indexerId) { diff -r 732289cfaec2 web.clientproject/nbproject/project.xml --- a/web.clientproject/nbproject/project.xml Fri Jan 25 15:12:15 2013 +0100 +++ b/web.clientproject/nbproject/project.xml Fri Jan 25 16:50:12 2013 +0100 @@ -11,7 +11,7 @@ 1 - 1.13 + 1.19 diff -r 732289cfaec2 web.clientproject/src/org/netbeans/modules/web/clientproject/ui/wizard/CreateSiteTemplate.java --- a/web.clientproject/src/org/netbeans/modules/web/clientproject/ui/wizard/CreateSiteTemplate.java Fri Jan 25 15:12:15 2013 +0100 +++ b/web.clientproject/src/org/netbeans/modules/web/clientproject/ui/wizard/CreateSiteTemplate.java Fri Jan 25 16:50:12 2013 +0100 @@ -668,7 +668,7 @@ } - @org.netbeans.api.annotations.common.SuppressWarnings("RV_RETURN_VALUE_IGNORED_BAD_PRACTICE") // justification="checking return value of createNewFile() is pointless" + @org.netbeans.api.annotations.common.SuppressWarnings(value="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE", justification="checking return value of createNewFile() is pointless") private static void createZipFile(File templateFile, ClientSideProject project, Node rootNode) throws IOException { if (!templateFile.exists()) { templateFile.createNewFile(); diff -r 732289cfaec2 web.inspect/src/org/netbeans/modules/web/inspect/webkit/ui/CSSStylesDocumentPanel.java --- a/web.inspect/src/org/netbeans/modules/web/inspect/webkit/ui/CSSStylesDocumentPanel.java Fri Jan 25 15:12:15 2013 +0100 +++ b/web.inspect/src/org/netbeans/modules/web/inspect/webkit/ui/CSSStylesDocumentPanel.java Fri Jan 25 16:50:12 2013 +0100 @@ -102,7 +102,7 @@ /** Explorer manager provided by this panel. */ private ExplorerManager manager = new ExplorerManager(); /** Lookup of this panel. */ - @org.netbeans.api.annotations.common.SuppressWarnings("SE_TRANSIENT_FIELD_NOT_RESTORED") // justification="The instances are never serialized." // NOI18N + @org.netbeans.api.annotations.common.SuppressWarnings(value="SE_TRANSIENT_FIELD_NOT_RESTORED", justification="The instances are never serialized.") // NOI18N private transient Lookup lookup = ExplorerUtils.createLookup(getExplorerManager(), getActionMap()); /** Filter for the tree displayed in this panel. */ private transient Filter filter = new Filter(); diff -r 732289cfaec2 web.inspect/src/org/netbeans/modules/web/inspect/webkit/ui/CSSStylesSelectionPanel.java --- a/web.inspect/src/org/netbeans/modules/web/inspect/webkit/ui/CSSStylesSelectionPanel.java Fri Jan 25 15:12:15 2013 +0100 +++ b/web.inspect/src/org/netbeans/modules/web/inspect/webkit/ui/CSSStylesSelectionPanel.java Fri Jan 25 16:50:12 2013 +0100 @@ -332,7 +332,7 @@ * * @return Style Cascade section. */ - @org.netbeans.api.annotations.common.SuppressWarnings("SE_NO_SUITABLE_CONSTRUCTOR_FOR_EXTERNALIZATION") // justification="The instances are never serialized." // NOI18N + @org.netbeans.api.annotations.common.SuppressWarnings(value="SE_NO_SUITABLE_CONSTRUCTOR_FOR_EXTERNALIZATION", justification="The instances are never serialized.") // NOI18N private JPanel initRulePane() { rulePane = new ListView() { { diff -r 732289cfaec2 web.webkit.debugging/nbproject/project.xml --- a/web.webkit.debugging/nbproject/project.xml Fri Jan 25 15:12:15 2013 +0100 +++ b/web.webkit.debugging/nbproject/project.xml Fri Jan 25 16:50:12 2013 +0100 @@ -11,7 +11,7 @@ 1 - 1.17 + 1.19 diff -r 732289cfaec2 web.webkit.debugging/test/unit/src/org/netbeans/modules/web/webkit/debugging/api/dom/DOMTest.java --- a/web.webkit.debugging/test/unit/src/org/netbeans/modules/web/webkit/debugging/api/dom/DOMTest.java Fri Jan 25 15:12:15 2013 +0100 +++ b/web.webkit.debugging/test/unit/src/org/netbeans/modules/web/webkit/debugging/api/dom/DOMTest.java Fri Jan 25 16:50:12 2013 +0100 @@ -412,7 +412,7 @@ } @Override - @org.netbeans.api.annotations.common.SuppressWarnings("UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR") // NOI18N // justification="callback field should be always initialized by registerResponseCallback() method. And if not then it is fine for the method to fail. It is a test anyway." + @org.netbeans.api.annotations.common.SuppressWarnings(value="UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR", justification="callback field should be always initialized by registerResponseCallback() method. And if not then it is fine for the method to fail. It is a test anyway.") // NOI18N public void sendCommand(Command command) throws TransportStateException { JSONObject jsonCommand = command.getCommand(); Object id = jsonCommand.get(Command.COMMAND_ID);