Skip to content

Commit

Permalink
Merge pull request #190 from hazendaz/spotbugs
Browse files Browse the repository at this point in the history
HTML5 cleanup of site / formatting / note about version 4.0 upcoming release
  • Loading branch information
hazendaz committed Mar 14, 2020
2 parents f3da766 + 487afd6 commit 8700eea
Show file tree
Hide file tree
Showing 207 changed files with 1,739 additions and 1,657 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/MavenWrapperDownloader.java
Expand Up @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
@@ -1,7 +1,7 @@

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
https://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

Expand Down Expand Up @@ -193,7 +193,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
2 changes: 1 addition & 1 deletion mvnw
Expand Up @@ -8,7 +8,7 @@
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
Expand Down
2 changes: 1 addition & 1 deletion mvnw.cmd
Expand Up @@ -7,7 +7,7 @@
@REM "License"); you may not use this file except in compliance
@REM with the License. You may obtain a copy of the License at
@REM
@REM http://www.apache.org/licenses/LICENSE-2.0
@REM https://www.apache.org/licenses/LICENSE-2.0
@REM
@REM Unless required by applicable law or agreed to in writing,
@REM software distributed under the License is distributed on an
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -77,7 +77,7 @@
<name>Rolf Kulemann</name>
<email>roku@apache.org</email>
<organization>NEO Business Partners</organization>
<organizationUrl>http://www.neo-partners.com</organizationUrl>
<organizationUrl>https://www.axians.de/de/portfolio/sap-solutions-technology/</organizationUrl>
<roles>
<role>Java Developer</role>
</roles>
Expand Down
5 changes: 5 additions & 0 deletions src/changes/changes.xml
Expand Up @@ -6,6 +6,11 @@
</author>
</properties>
<body>
<release version="4.0.0" date="in Github" description="Released support for spotbugs 4.0">
<action dev="jwl" type="update">
Releasing support for spot bugs 4.0
</action>
</release>
<release version="3.1.0" date="in GitHub" description="Rebrand and upgrade using Spotbugs">
<action dev="jwl" type="update">
Rebrand and upgrade to using spotbugs
Expand Down
Expand Up @@ -21,4 +21,4 @@ void thisAlwaysPasses() {
public void thisIsIgnored() {
// Do nothing
}
}
}
2 changes: 1 addition & 1 deletion src/it-tools/build-tools/pom.xml
Expand Up @@ -6,7 +6,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
3 changes: 1 addition & 2 deletions src/it-tools/build-tools/verify.groovy
Expand Up @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -15,4 +15,3 @@
*/

assert new File(basedir, 'target/build-tools-testing.jar').exists()

2 changes: 1 addition & 1 deletion src/it-tools/prime/pom.xml
Expand Up @@ -6,7 +6,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
Expand Up @@ -3,4 +3,4 @@
<Match>
<Bug pattern="DMI_INVOKING_TOSTRING_ON_ARRAY"/>
</Match>
</FindBugsFilter>
</FindBugsFilter>
Expand Up @@ -3,4 +3,4 @@
<Match>
<Bug pattern="DLS_DEAD_LOCAL_STORE"/>
</Match>
</FindBugsFilter>
</FindBugsFilter>
3 changes: 1 addition & 2 deletions src/it-tools/prime/verify.groovy
Expand Up @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -15,4 +15,3 @@
*/

assert new File(basedir, 'target/prime-testing.jar').exists()

2 changes: 1 addition & 1 deletion src/it/MFINDBUGS-145/pom.xml
Expand Up @@ -6,7 +6,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
4 changes: 2 additions & 2 deletions src/it/MFINDBUGS-178/pom.xml
Expand Up @@ -6,7 +6,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down Expand Up @@ -66,4 +66,4 @@
</plugin>
</plugins>
</reporting>
</project>
</project>
4 changes: 2 additions & 2 deletions src/it/basic-1/pom.xml
Expand Up @@ -6,7 +6,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down Expand Up @@ -46,4 +46,4 @@
</plugin>
</plugins>
</reporting>
</project>
</project>
3 changes: 1 addition & 2 deletions src/it/basic-1/verify.groovy
Expand Up @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down Expand Up @@ -69,4 +69,3 @@ println "BugInstance size is ${xdocErrors}"
assert xdocErrors == spotbugsXmlErrors

assert spotbugsErrors == spotbugsXmlErrors

2 changes: 1 addition & 1 deletion src/it/change-xml-filename/pom.xml
Expand Up @@ -6,7 +6,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
3 changes: 1 addition & 2 deletions src/it/change-xml-filename/verify.groovy
Expand Up @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -32,4 +32,3 @@ println "BugInstance size is ${spotbugsXmlErrors}"


assert spotbugsXmlErrors > 0

4 changes: 2 additions & 2 deletions src/it/check-fail/pom.xml
Expand Up @@ -6,7 +6,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down Expand Up @@ -41,4 +41,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions src/it/check-jvmargs/pom.xml
Expand Up @@ -6,7 +6,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down Expand Up @@ -43,4 +43,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
3 changes: 1 addition & 2 deletions src/it/check-jvmargs/verify.groovy
Expand Up @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down Expand Up @@ -44,4 +44,3 @@ def xdocErrors = allNodes.findAll {it.name() == 'BugInstance'}.size()
println "BugInstance size is ${xdocErrors}"

assert xdocErrors == spotbugsXmlErrors

4 changes: 2 additions & 2 deletions src/it/check-multi/modules/module-1/pom.xml
Expand Up @@ -6,7 +6,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -27,4 +27,4 @@
<artifactId>module-1</artifactId>
<name>module-1</name>
<packaging>jar</packaging>
</project>
</project>
4 changes: 2 additions & 2 deletions src/it/check-multi/modules/module-2/pom.xml
Expand Up @@ -6,7 +6,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -27,4 +27,4 @@
<artifactId>module-2</artifactId>
<name>module-2</name>
<packaging>jar</packaging>
</project>
</project>
4 changes: 2 additions & 2 deletions src/it/check-multi/modules/pom.xml
Expand Up @@ -6,7 +6,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down Expand Up @@ -61,4 +61,4 @@
<module>module-1</module>
<module>module-2</module>
</modules>
</project>
</project>
4 changes: 2 additions & 2 deletions src/it/check-multi/pom.xml
Expand Up @@ -6,7 +6,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -29,4 +29,4 @@
<modules>
<module>modules</module>
</modules>
</project>
</project>
2 changes: 1 addition & 1 deletion src/it/check-multi/verify.groovy
Expand Up @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
4 changes: 2 additions & 2 deletions src/it/check-nofail/pom.xml
Expand Up @@ -6,7 +6,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down Expand Up @@ -41,4 +41,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions src/it/check-pluginList-repo/pom.xml
Expand Up @@ -2,7 +2,7 @@
<!-- Copyright (C) 2006-2020 the original author or authors. Licensed under
the Apache License, Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of the License
at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
law or agreed to in writing, software distributed under the License is distributed
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
express or implied. See the License for the specific language governing permissions
Expand Down Expand Up @@ -45,4 +45,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
3 changes: 1 addition & 2 deletions src/it/check-pluginList-repo/verify.groovy
Expand Up @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down Expand Up @@ -45,4 +45,3 @@ def xdocErrors = allNodes.findAll {it.name() == 'BugInstance'}.size()
println "BugInstance size is ${xdocErrors}"

assert xdocErrors == spotbugsXmlErrors

4 changes: 2 additions & 2 deletions src/it/check-skip/pom.xml
Expand Up @@ -6,7 +6,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down Expand Up @@ -42,4 +42,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 8700eea

Please sign in to comment.