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 9ef56e1 commit 9598015Copy full SHA for 9598015
1 file changed
src/test/java/org/htmlunit/archunit/ArchitectureTest.java
@@ -322,6 +322,7 @@ public boolean test(final JavaClass javaClass) {
322
.and().doNotHaveFullName("org.htmlunit.javascript.host.Window.setTimeout(org.htmlunit.corejs.javascript.Context, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.Scriptable, [Ljava.lang.Object;, org.htmlunit.corejs.javascript.Function)")
323
.and().doNotHaveFullName("org.htmlunit.javascript.host.css.CSSRuleList.item(int)")
324
.and().doNotHaveFullName("org.htmlunit.javascript.host.css.StyleSheetList.item(int)")
325
+ .and().doNotHaveFullName("org.htmlunit.javascript.host.dom.DOMMatrixReadOnly.toJSON()")
326
.and().doNotHaveFullName("org.htmlunit.javascript.host.dom.NodeList.item(java.lang.Object)")
327
.and().doNotHaveFullName("org.htmlunit.javascript.host.html.HTMLAllCollection.item(java.lang.Object)")
328
.and().doNotHaveFullName("org.htmlunit.javascript.host.html.HTMLCollection.item(java.lang.Object)")
0 commit comments