Search Results
OK to copy?
Examples 1 through 3 of
3 (0.0010 seconds)
Class:
org.apache.tools.ant.types.DataType
©,
Rating:
0% of 0,
C2
Class: org.apache.tools.ant.taskdefs.Property ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.types.Path ©, Rating: 0% of 0, C2
128
129 if (o instanceof DataType) {
130 if (stack.contains(o)) {
131 throw circularReference();
132 } else {
Class: org.apache.tools.ant.taskdefs.Property ©, Rating: 0% of 0, C2
549 private void resolve(Properties props, String name, Stack referencesSeen)
550 throws BuildException {
551 if (referencesSeen.contains(name)) {
552 throw new BuildException("Property " + name + " was circularly "
553 + "defined.");
Class: org.apache.tools.ant.types.Path ©, Rating: 0% of 0, C2
469
470 if (o instanceof DataType) {
471 if (stk.contains(o)) {
472 throw circularReference();
473 } else {
Result Page:
1