Skip to content

Commit a96f6aa

Browse files
mk868pujagani
andauthored
[java] SpotBugs exclude NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE from the firefox.AddHasExtensions$1 (#14766)
Co-authored-by: Puja Jagani <[email protected]>
1 parent 6dc99f5 commit a96f6aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

java/spotbugs-excludes.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@
5454
<Bug pattern="UR_UNINIT_READ"/>
5555
</Match>
5656

57+
<Match>
58+
<Class name="~org.openqa.selenium.firefox.AddHasExtensions.*"/>
59+
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
60+
</Match>
61+
5762
<Match>
5863
<Class name="org.openqa.selenium.firefox.Executable"/>
5964
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>

0 commit comments

Comments
 (0)