HomeSort by relevance Sort by last modified time
    Searched refs:newType_ (Results 1 - 5 of 5) sorted by null

  /external/jdiff/src/jdiff/
MemberDiff.java 24 public String newType_ = null;
MergeChanges.java 92 ctorDiff.newType_ = addedCtor.type_; // Should be the same as removedCtor.type
98 String type = ctorDiff.newType_;
146 methodDiff.newType_ = addedMethod.returnType_;
166 link2 + HTMLReportGenerator.simpleName(methodDiff.newType_) + " <b>" + addedMethod.name_ + "(" + HTMLReportGenerator.simpleName(sig) + ")</b></a>";
223 methodDiff.newType_ = addedMethod.returnType_;
243 link2 + HTMLReportGenerator.simpleName(methodDiff.newType_) + " <b>" + addedMethod.name_ + "(" + HTMLReportGenerator.simpleName(sig) + ")</b></a>";
314 fieldDiff.newType_ = addedField.type_;
323 link2 + HTMLReportGenerator.simpleName(fieldDiff.newType_) + " <b>" + addedField.name_ + "</b></a>";
APIComparator.java 385 memberDiff.newType_ = newCtor.type_;
389 String type = memberDiff.newType_;
568 methodDiff.newType_ = newMethod.returnType_;
644 link2 + HTMLReportGenerator.simpleName(methodDiff.newType_) + " <b>" + newMethod.name_ + "(" + HTMLReportGenerator.simpleName(sig) + ")</b></a>";
    [all...]
HTMLReportGenerator.java 590 memberDiff.newType_);
684 if (trace) System.out.println("Field " + pkgName + "." + className + "." + memberDiff.name_ + " was changed from " + memberDiff.oldType_ + " to " + memberDiff.newType_);
    [all...]
HTMLIndexes.java 576 ctorNames.add(new Index(className, 2, pkgName, ctor.newType_));
    [all...]

Completed in 1201 milliseconds