Home | History | Annotate | Download | only in jdiff

Lines Matching full:changed

62                 // in both the old and new API, then treat it as changed,
84 // Find packages which were added or changed in the new API
94 // if it was already marked as changed
113 // %age change = 100 * (added + removed + 2*changed)
169 // in both the old and new package, then treat it as changed,
190 // Find classes which were added or changed in the new package
200 // if it was already marked as changed
254 classDiff.modifiersChange_ = "Changed from ";
271 changeText += "Changed from abstract to non-abstract.";
273 changeText += "Changed from non-abstract to abstract.";
335 // or modifiers etc may have changed
380 // constructor in the new class, then mark it as changed
407 System.out.println(" The single constructor was changed");
476 // returned 0 on entry 13. Changed to use arrays instead, so maybe it was
482 // in both the old and new class, then treat it as changed,
497 // has changed, because the binarySearch did not find it.
545 // Don't mark a method as added if it was marked as changed
598 changeText += "Changed from abstract to non-abstract.";
600 changeText += "Changed from non-abstract to abstract.";
609 changeText += "Changed from native to non-native.";
611 changeText += "Changed from non-native to native.";
620 changeText += "Changed from synchronized to non-synchronized.";
622 changeText += "Changed from non-synchronized to synchronized.";
664 " was changed: old: " +
697 // in both the old and new class, then treat it as changed,
726 changeText += "Changed from transient to non-transient.";
728 changeText += "Changed from non-transient to transient.";
736 changeText += "Changed from volatile to non-volatile.";
738 changeText += "Changed from non-volatile to volatile.";
746 String changeText = "Changed in value from " + oldField.value_
770 System.out.println(" Field " + newField.name_ + " was changed");
795 // Don't mark a field as added if it was marked as changed
809 * Decide if two blocks of documentation changed.
827 * Decide if two elements changed where they were defined.