Skip to content

Commit

Permalink
Suppress a spotbugs warning as technical debt
Browse files Browse the repository at this point in the history
Not clear to me how to resolve the spotbugs warning
  • Loading branch information
MarkEWaite committed Jul 1, 2023
1 parent fb0afc9 commit d21149d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/spotbugs/excludesFilter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,9 @@
<Class name="hudson.plugins.git.extensions.impl.PathRestriction" />
<Method name="normalize" />
</Match>
<Match>
<Bug pattern="URF_UNREAD_FIELD" />
<Class name="jenkins.plugins.git.GitSCMFileSystem$BuilderImpl$HeadNameResult" />
<Field name="headName" />
</Match>
</FindBugsFilter>

0 comments on commit d21149d

Please sign in to comment.