Skip to content

Commit

Permalink
enable PI checkers
Browse files Browse the repository at this point in the history
  • Loading branch information
JuditKnoll committed Oct 25, 2023
1 parent 918f9fd commit ea76429
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spotbugs/etc/findbugs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -680,8 +680,7 @@
<Detector class="edu.umd.cs.findbugs.detect.FindArgumentAssertions" speed="fast"
reports="AA_ASSERTION_OF_ARGUMENTS"/>
<Detector class="edu.umd.cs.findbugs.detect.DontReusePublicIdentifiers" speed="fast"
reports="PI_DO_NOT_REUSE_PUBLIC_IDENTIFIERS_CLASS_NAMES,PI_DO_NOT_REUSE_PUBLIC_IDENTIFIERS_FIELD_NAMES,PI_DO_NOT_REUSE_PUBLIC_IDENTIFIERS_METHOD_NAMES,PI_DO_NOT_REUSE_PUBLIC_IDENTIFIERS_LOCAL_VARIABLE_NAMES"
disabled="true"/>
reports="PI_DO_NOT_REUSE_PUBLIC_IDENTIFIERS_CLASS_NAMES,PI_DO_NOT_REUSE_PUBLIC_IDENTIFIERS_FIELD_NAMES,PI_DO_NOT_REUSE_PUBLIC_IDENTIFIERS_METHOD_NAMES,PI_DO_NOT_REUSE_PUBLIC_IDENTIFIERS_LOCAL_VARIABLE_NAMES"/>
<!-- Bug Categories -->
<BugCategory category="NOISE" hidden="true"/>

Expand Down

0 comments on commit ea76429

Please sign in to comment.