Search Results
OK to copy?
Examples 1 through 10 of
65 (0.0020 seconds)
Class:
org.htmlparser.scanners.BulletListScanner
©,
Rating:
0% of 0,
C1
Class: org.htmlparser.scanners.BulletScanner ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.types.Substitution ©, Rating: 0% of 0, C1
Class: org.apache.tomcat.util.log.SystemLogHandler ©, Rating: 0% of 0, C2
Class: org.apache.tomcat.util.log.SystemLogHandler ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.types.RegularExpression ©, Rating: 0% of 0, C1
Class: org.apache.jasper.compiler.Mark ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.util.CollectionUtilsTest ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.util.CollectionUtilsTest ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.util.CollectionUtilsTest ©, Rating: 0% of 0, C2
Class: org.htmlparser.scanners.BulletScanner ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.types.Substitution ©, Rating: 0% of 0, C1
66 if (!isChecked()) {
67 Stack stk = new Stack();
68 stk.push(this);
69 dieOnCircularReference(stk, p);
70 }
Class: org.apache.tomcat.util.log.SystemLogHandler ©, Rating: 0% of 0, C2
Class: org.apache.tomcat.util.log.SystemLogHandler ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.types.RegularExpression ©, Rating: 0% of 0, C1
102 if (!isChecked()) {
103 Stack stk = new Stack();
104 stk.push(this);
105 dieOnCircularReference(stk, p);
106 }
Class: org.apache.jasper.compiler.Mark ©, Rating: 0% of 0, C1
140 {
141 // store current state in stack
142 includeStack.push(new IncludeState(cursor, line, col, fileId,
143 fileName, baseDir,
144 encoding, stream) );
Class: org.apache.tools.ant.util.CollectionUtilsTest ©, Rating: 0% of 0, C2
058 assertTrue(CollectionUtils.equals(s2, v1));
059 v1.addElement("zyzzy");
060 s2.push("zyzzy2");
061 assertTrue(!CollectionUtils.equals(v1, s2));
062 assertTrue(!CollectionUtils.equals(s2, v1));
Class: org.apache.tools.ant.util.CollectionUtilsTest ©, Rating: 0% of 0, C2
051 assertTrue(CollectionUtils.equals(v1, s2));
052 assertTrue(CollectionUtils.equals(s2, v1));
053 s2.push("baz");
054 assertTrue(!CollectionUtils.equals(v1, s2));
055 assertTrue(!CollectionUtils.equals(s2, v1));
Class: org.apache.tools.ant.util.CollectionUtilsTest ©, Rating: 0% of 0, C2
048 assertTrue(!CollectionUtils.equals(v1, s2));
049 assertTrue(!CollectionUtils.equals(s2, v1));
050 s2.push("bar");
051 assertTrue(CollectionUtils.equals(v1, s2));
052 assertTrue(CollectionUtils.equals(s2, v1));