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.
1 parent 6e34ed6 commit 8389091Copy full SHA for 8389091
java/spotbugs-excludes.xml
@@ -199,11 +199,6 @@
199
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_INTERFACE" />
200
</Match>
201
202
- <Match>
203
- <Class name="org.openqa.selenium.remote.internal.WebElementToJsonConverter" />
204
- <Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS" />
205
- </Match>
206
-
207
<Match>
208
<Class name="org.openqa.selenium.chrome.AddHasCasting" />
209
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS" />
java/src/org/openqa/selenium/remote/internal/WebElementToJsonConverter.java
0 commit comments