File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
src/test/java/org/htmlunit/archunit Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -273,6 +273,7 @@ public boolean test(final JavaClass javaClass) {
273273 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.css.CSSRuleList.item(int)" )
274274 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.css.StyleSheetList.item(int)" )
275275 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.dom.NodeList.item(java.lang.Object)" )
276+ .and ().doNotHaveFullName ("org.htmlunit.javascript.host.html.HTMLAllCollection.item(java.lang.Object)" )
276277 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.html.HTMLCollection.item(java.lang.Object)" )
277278 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.html.HTMLOptionsCollection.item(int)" )
278279 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.html.HTMLSelectElement.item(int)" )
You can’t perform that action at this time.
0 commit comments