We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DMI_HARDCODED_ABSOLUTE_FILENAME
1 parent 30cf1bc commit c286473Copy full SHA for c286473
java/spotbugs-excludes.xml
@@ -160,6 +160,11 @@
160
<Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME"/>
161
</Match>
162
163
+ <Match>
164
+ <Class name="org.openqa.selenium.safari.SafariTechPreviewDriverService"/>
165
+ <Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME"/>
166
+ </Match>
167
+
168
<Match>
169
<Class name="org.openqa.selenium.support.locators.RelativeLocator$RelativeBy" />
170
<Bug pattern="UPM_UNCALLED_PRIVATE_METHOD" />
0 commit comments