OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:addedctor
(Results
1 - 2
of
2
) sorted by null
/external/jdiff/src/jdiff/
MergeChanges.java
88
ConstructorAPI
addedCtor
= (ConstructorAPI)(classDiff.ctorsAdded.get(startAdded));
92
ctorDiff.newType_ =
addedCtor
.type_; // Should be the same as removedCtor.type
94
ctorDiff.newExceptions_ =
addedCtor
.exceptions_;
95
ctorDiff.addModifiersChange(removedCtor.modifiers_.diff(
addedCtor
.modifiers_));
97
if (APIComparator.docChanged(removedCtor.doc_,
addedCtor
.doc_)) {
107
ctorDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedCtor.doc_,
addedCtor
.doc_, id, title);
/external/guava/guava/lib/
jdiff.jar
Completed in 196 milliseconds