Skip to content

Commit a169324

Browse files
committed
[java] Removing deprecated FirefoxBinary.java and Executable.java
1 parent 835066e commit a169324

File tree

6 files changed

+1
-592
lines changed

6 files changed

+1
-592
lines changed

java/spotbugs-excludes.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,6 @@
6363
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
6464
</Match>
6565

66-
<Match>
67-
<Class name="org.openqa.selenium.firefox.Executable"/>
68-
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
69-
</Match>
70-
71-
<Match>
72-
<Class name="org.openqa.selenium.firefox.FirefoxBinary"/>
73-
<Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME,NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
74-
</Match>
75-
7666
<Match>
7767
<Class name="org.openqa.selenium.firefox.FirefoxDriver"/>
7868
<Bug pattern="NP_BOOLEAN_RETURN_NULL,UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD"/>

java/src/org/openqa/selenium/firefox/Executable.java

Lines changed: 0 additions & 141 deletions
This file was deleted.

0 commit comments

Comments
 (0)