Skip to content

Commit

Permalink
Upgrade spotbugs. Remove no longer needed exlcudes
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed May 24, 2024
1 parent 2ba25ce commit fadaeb0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
Binary file removed etc/spotbugs/.exclude.xml.swp
Binary file not shown.
12 changes: 0 additions & 12 deletions etc/spotbugs/exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,5 @@
xmlns="/~https://github.com/spotbugs/filter/3.0.0"
xsi:schemaLocation="/~https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd">

<Match>
<Class name="io.helidon.samples.petclinic.model.Owner"/>
<Bug pattern="DLS_DEAD_LOCAL_STORE"/>
</Match>
<Match>
<Class name="io.helidon.samples.petclinic.model.Pet"/>
<Bug pattern="DLS_DEAD_LOCAL_STORE"/>
</Match>
<Match>
<Class name="io.helidon.samples.petclinic.model.Vet"/>
<Bug pattern="DLS_DEAD_LOCAL_STORE"/>
</Match>

</FindBugsFilter>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<version.plugin.helidon-build-tools>4.0.6</version.plugin.helidon-build-tools>
<version.plugin.jandex-maven-plugin>3.1.7</version.plugin.jandex-maven-plugin>
<version.plugin.openapi-generator>6.2.1</version.plugin.openapi-generator>
<version.plugin.spotbugs>4.7.3.4</version.plugin.spotbugs>
<version.plugin.spotbugs>4.8.5.0</version.plugin.spotbugs>
<version.plugin.findsecbugs>1.12.0</version.plugin.findsecbugs>
</properties>

Expand Down

0 comments on commit fadaeb0

Please sign in to comment.