Skip to content

Commit

Permalink
Run SpotBugs only once.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed May 8, 2024
1 parent 7c82d0a commit b07ddc8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,6 @@
<execution>
<id>run-spotbugs</id>
<goals>
<goal>spotbugs</goal>
<goal>check</goal>
</goals>
<phase>verify</phase>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/edu/hm/hafner/util/Ensure.java
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,6 @@ public ObjectCondition(@CheckForNull final T value) {
* @param additionalValues
* additional values of the condition
*/
@SuppressFBWarnings("EI2")
@SuppressWarnings("PMD.ArrayIsStoredDirectly")
public ObjectCondition(@CheckForNull final T value, @CheckForNull final Object... additionalValues) {
this.value = value;
Expand Down

0 comments on commit b07ddc8

Please sign in to comment.