Search Results
OK to copy?
Examples 1 through 10 of
25 (0.0030 seconds)
Class:
org.htmlparser.util.IteratorImpl
©,
Rating:
0% of 0,
C1
Class: org.apache.batik.test.DefaultTestSuite ©, Rating: 0% of 0, C1
Class: org.apache.axis.utils.LockableHashtable ©, Rating: 0% of 0, C1
Class: org.apache.axis.deployment.wsdd.WSDDChain ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.control.ModuleController ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.control.ModuleController ©, Rating: 0% of 0, C2
Class: org.htmlparser.tests.utilTests.BeanTest ©, Rating: 0% of 0, C1
Class: org.htmlparser.tests.utilTests.BeanTest ©, Rating: 0% of 0, C1
Class: org.apache.batik.test.PerformanceTest ©, Rating: 0% of 0, C2
Class: org.apache.axis.message.SOAPBody ©, Rating: 0% of 0, C1
111
112 if (hasMoreNodes())
113 ret = (Node) preRead.remove(0);
114 else
115 // should perhaps throw an exception?
Class: org.apache.batik.test.DefaultTestSuite ©, Rating: 0% of 0, C1
Class: org.apache.axis.utils.LockableHashtable ©, Rating: 0% of 0, C1
140 return null;
141 }
142 if (lockedEntries.contains(p1)) lockedEntries.remove(p1);
143 return super.remove(p1);
144 }
Class: org.apache.axis.deployment.wsdd.WSDDChain ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.control.ModuleController ©, Rating: 0% of 0, C2
Class: org.apache.jmeter.control.ModuleController ©, Rating: 0% of 0, C2
159 JMeterTreeNode root =
160 (JMeterTreeNode) gp.getTreeModel().getRoot();
161 nodePath.remove(0);
162 traverse(root, nodePath);
163 }
Class: org.htmlparser.tests.utilTests.BeanTest ©, Rating: 0% of 0, C1
147 enumeration = parser.elements();
148 while (enumeration.hasMoreNodes())
149 assertEquals(
150 "Nodes before and after serialization differ",
151 ((Node) vector.remove(0)).toHtml(),
Class: org.htmlparser.tests.utilTests.BeanTest ©, Rating: 0% of 0, C1
120 enumeration = parser.elements();
121 while (enumeration.hasMoreNodes())
122 assertEquals(
123 "Nodes before and after serialization differ",
124 ((Node) vector.remove(0)).toHtml(),
Class: org.apache.batik.test.PerformanceTest ©, Rating: 0% of 0, C2
Class: org.apache.axis.message.SOAPBody ©, Rating: 0% of 0, C1
312 int i;
313 while ((i = bodyElements.indexOf(child)) != -1) {
314 bodyElements.remove(i);
315 }
316 }