Skip to content

Commit

Permalink
[java] SpotBugs exclude DMI_HARDCODED_ABSOLUTE_FILENAME (SeleniumHQ…
Browse files Browse the repository at this point in the history
…#14597)

Co-authored-by: Puja Jagani <[email protected]>
  • Loading branch information
mk868 and pujagani authored Dec 5, 2024
1 parent 30cf1bc commit c286473
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 @@ -160,6 +160,11 @@
<Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME"/>
</Match>

<Match>
<Class name="org.openqa.selenium.safari.SafariTechPreviewDriverService"/>
<Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME"/>
</Match>

<Match>
<Class name="org.openqa.selenium.support.locators.RelativeLocator$RelativeBy" />
<Bug pattern="UPM_UNCALLED_PRIVATE_METHOD" />
Expand Down

0 comments on commit c286473

Please sign in to comment.