Skip to content

Commit e9da405

Browse files
mk868pujagani
andauthored
[java] SpotBugs exclude NM_SAME_SIMPLE_NAME_AS_SUPERCLASS (SeleniumHQ#14590)
Co-authored-by: Puja Jagani <[email protected]>
1 parent 274f43f commit e9da405

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

java/spotbugs-excludes.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,24 @@
204204
<Class name="org.openqa.selenium.remote.internal.WebElementToJsonConverter" />
205205
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS" />
206206
</Match>
207+
208+
<Match>
209+
<Class name="org.openqa.selenium.chrome.AddHasCasting" />
210+
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS" />
211+
</Match>
212+
213+
<Match>
214+
<Class name="org.openqa.selenium.chrome.AddHasCdp" />
215+
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS" />
216+
</Match>
217+
218+
<Match>
219+
<Class name="org.openqa.selenium.edge.AddHasCdp" />
220+
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS" />
221+
</Match>
222+
223+
<Match>
224+
<Class name="org.openqa.selenium.edge.AddHasCasting" />
225+
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS" />
226+
</Match>
207227
</FindBugsFilter>

0 commit comments

Comments
 (0)