Skip to content

Commit

Permalink
[java] SpotBugs exclude NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE from…
Browse files Browse the repository at this point in the history
… the `firefox.AddHasExtensions$1` (#14766)

Co-authored-by: Puja Jagani <[email protected]>
  • Loading branch information
mk868 and pujagani authored Nov 28, 2024
1 parent 6dc99f5 commit a96f6aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions java/spotbugs-excludes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
<Bug pattern="UR_UNINIT_READ"/>
</Match>

<Match>
<Class name="~org.openqa.selenium.firefox.AddHasExtensions.*"/>
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
</Match>

<Match>
<Class name="org.openqa.selenium.firefox.Executable"/>
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
Expand Down

0 comments on commit a96f6aa

Please sign in to comment.