@@ -214,25 +214,18 @@ public boolean test(final JavaClass javaClass) {
214214 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.dom.NodeIterator.getFilter()" )
215215 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.dom.Range.getCommonAncestorContainer()" )
216216 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.dom.TreeWalker.getFilter()" )
217- .and ().doNotHaveFullName ("org.htmlunit.javascript.host.dom.XPathResult.getNumberValue()" )
218- .and ().doNotHaveFullName ("org.htmlunit.javascript.host.draganddrop.DataTransferItem.getKind()" )
219- .and ().doNotHaveFullName ("org.htmlunit.javascript.host.draganddrop.DataTransferItem.getType()" )
220217 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.event.BeforeUnloadEvent.getReturnValue()" )
221218 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.event.CustomEvent.getDetail()" )
222- .and ().doNotHaveFullName ("org.htmlunit.javascript.host.event.Event.getComposed()" )
223219 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.event.Event.getReturnValue()" )
224220 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.event.Event.getSrcElement()" )
225221 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.event.Event.getTarget()" )
226- .and ().doNotHaveFullName ("org.htmlunit.javascript.host.event.HashChangeEvent.getNewURL()" )
227- .and ().doNotHaveFullName ("org.htmlunit.javascript.host.event.HashChangeEvent.getOldURL()" )
228222 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.event.InputEvent.getData()" )
229223 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.event.InputEvent.getInputType()" )
230224 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.event.MessageEvent.getData()" )
231225 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.event.MessageEvent.getPorts()" )
232226 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.event.PopStateEvent.getState()" )
233227 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.event.ProgressEvent.getLoaded()" )
234228 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.event.TextEvent.getData()" )
235- .and ().doNotHaveFullName ("org.htmlunit.javascript.host.event.UIEvent.getView()" )
236229 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.file.FileReader.getResult()" )
237230 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.html.HTMLButtonElement.getValue()" )
238231 .and ().doNotHaveFullName ("org.htmlunit.javascript.host.html.HTMLDataElement.getValue()" )
0 commit comments