OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inheritedFrom_
(Results
1 - 8
of
8
) sorted by null
/external/jdiff/src/jdiff/
FieldAPI.java
28
public String
inheritedFrom_
= null;
61
inheritedFrom_
= f.
inheritedFrom_
;
78
if (APIComparator.changedInheritance(
inheritedFrom_
, oFieldAPI.
inheritedFrom_
) != 0)
MethodAPI.java
29
public String
inheritedFrom_
= null;
71
inheritedFrom_
= m.
inheritedFrom_
;
94
if (APIComparator.changedInheritance(
inheritedFrom_
, oMethod.
inheritedFrom_
) != 0)
MemberDiff.java
57
public String
inheritedFrom_
= null;
APIComparator.java
498
if (oldMethod.
inheritedFrom_
== null ||
499
newMethod.
inheritedFrom_
== null) {
505
} else if (oldMethod.
inheritedFrom_
== null) {
522
if (newMethod.
inheritedFrom_
!= null)
581
int inh = changedInheritance(oldMethod.
inheritedFrom_
, newMethod.
inheritedFrom_
);
586
methodDiff.
inheritedFrom_
= newMethod.
inheritedFrom_
;
592
methodDiff.
inheritedFrom_
= newMethod.
inheritedFrom_
;
[
all
...]
API.java
199
if (m.
inheritedFrom_
!= null)
203
if (m.
inheritedFrom_
!= null)
204
System.out.println(", inherited from: " + m.
inheritedFrom_
);
240
if (f.
inheritedFrom_
!= null)
244
if (f.
inheritedFrom_
!= null)
245
System.out.println(", inherited from: " + f.
inheritedFrom_
);
XMLToAPI.java
151
if (!overridden && m.
inheritedFrom_
== null &&
155
m2.
inheritedFrom_
= fqParentName;
165
f.
inheritedFrom_
== null &&
169
f2.
inheritedFrom_
= fqParentName;
MergeChanges.java
59
if (removedMethod.
inheritedFrom_
== null)
68
if (removedField.
inheritedFrom_
== null)
142
if (addedMethod.
inheritedFrom_
== null) {
178
} //if (addedMethod.
inheritedFrom_
== null)
212
if (addedMethod2.
inheritedFrom_
== null &&
310
if (addedField.
inheritedFrom_
== null) {
HTMLReportGenerator.java
[
all
...]
Completed in 90 milliseconds