Home | History | Annotate | Download | only in compare

Lines Matching refs:null

129         SigApiDelta delta = null;
130 if (packageDeltas != null) {
162 SigPackageDelta delta = null;
163 if (classDeltas != null) {
171 if (annotationDeltas != null) {
172 if (delta != null) {
186 SigClassDefinitionDelta classDelta = null;
191 if (modifierDeltas != null) {
192 if (classDelta == null) {
201 if (superTypeDelta != null) {
202 if (classDelta == null) {
211 if (interfaceDeltas != null) {
212 if (classDelta == null) {
222 if (typeVariableDeltas != null) {
223 if (classDelta == null) {
232 if (constructorDeltas != null) {
233 if (classDelta == null) {
241 if (methodDeltas != null) {
242 if (classDelta == null) {
251 if (fieldDeltas != null) {
252 if (classDelta == null) {
262 if (enumDeltas != null) {
263 if (classDelta == null) {
272 if (annotationFieldDeltas != null) {
273 if (classDelta == null) {
282 if (annotationDeltas != null) {
283 if (classDelta == null) {
310 deltas.add(new SigTypeDelta<ITypeReference>(type, null));
323 deltas.add(new SigTypeDelta<ITypeReference>(null, type));
327 return deltas.isEmpty() ? null : deltas;
334 if (compareType(type, other, false) == null) {
353 if (interfaces == null) {
361 if (superclass != null) {
462 assert from != null;
463 assert to != null;
474 if (compatibleMethod == null) {
476 if (compatibleMethod == null) {
477 deltas.add(new SigMethodDelta(method, null));
481 if (compatibleMethod != null) {
483 if (delta != null) {
491 if (compatibleMethod == null) {
493 if (compatibleMethod == null) {
494 deltas.add(new SigMethodDelta(null, method));
498 return deltas.isEmpty() ? null : deltas;
507 return null;
520 if (clazz == null) {
523 if (clazz.getMethods() != null) {
526 if (clazz.getSuperClass() != null) {
529 if (clazz.getInterfaces() != null) {
562 getParameterList(to.getParameters()), true) == null;
588 SigAnnotationDelta delta = null;
590 if (annotationElementDeltas != null) {
652 SigAnnotationElementDelta delta = null;
655 if (valueDelta != null) {
673 assert from != null && to != null;
675 SigMethodDelta methodDelta = null;
678 if (modiferDeltas != null) {
685 if (parameterDeltas != null) {
686 if (methodDelta == null) {
694 if (annotationDeltas != null) {
695 if (methodDelta == null) {
704 if (typeParameterDeltas != null) {
705 if (methodDelta == null) {
714 if (exceptionDeltas != null) {
715 if (methodDelta == null) {
723 if (returnTypeDelta != null) {
724 if (methodDelta == null) {
773 if (superC == null || subC == null) {
777 if (subC.getSuperClass() == null) {
791 if (superClass == null || subClass == null) {
795 if (subClass.getInterfaces() == null) {
823 * Returns null if type is not one of:
830 assert type != null;
832 IClassDefinition returnValue = null;
845 if (clazz != null) {
848 } else if (clazz.getSuperClass() != null) {
858 if (exception == null) {
864 if (packageName != null && className != null
874 SigConstructorDelta constructorDelta = null;
877 if (modiferDeltas != null) {
884 if (parameterDeltas != null) {
885 if (constructorDelta == null) {
893 if (annotationDeltas != null) {
894 if (constructorDelta == null) {
903 if (typeParameterDeltas != null) {
904 if (constructorDelta == null) {
913 if (exceptionDeltas != null) {
914 if (constructorDelta == null) {
931 if (delta != null) {
935 return deltas.isEmpty() ? null : deltas;
939 SigParameterDelta delta = null;
942 if (typeDelta != null) {
943 if (delta == null) {
951 if (annotationDeltas != null) {
952 if (delta == null) {
968 null));
972 .add(new SigTypeVariableDefinitionDelta(null,
982 if (delta != null) {
986 return deltas.isEmpty() ? null : deltas;
994 if (declarationDelta != null) {
1003 if (upperBoundDelta != null) {
1009 return null;
1017 if (declarationDelta != null) {
1023 return null;
1042 return null;
1049 SigFieldDelta fieldDelta = null;
1053 if (modiferDeltas != null) {
1060 if (annotationDeltas != null) {
1061 if (fieldDelta == null) {
1069 if (typeDelta != null) {
1070 if (fieldDelta == null) {
1080 SigEnumConstantDelta enumConstantDelta = null;
1084 if (modiferDeltas != null) {
1091 if (annotationDeltas != null) {
1092 if (enumConstantDelta == null) {
1100 if (typeDelta != null) {
1101 if (enumConstantDelta == null) {
1110 // if (ordinalDelta != null) {
1111 // if (enumConstantDelta == null) {
1122 SigAnnotationFieldDelta annotationFieldDelta = null;
1126 if (modiferDeltas != null) {
1133 if (annotationDeltas != null) {
1134 if (annotationFieldDelta == null) {
1142 if (typeDelta != null) {
1143 if (annotationFieldDelta == null) {
1151 if (defaultValueDelta != null) {
1152 if (annotationFieldDelta == null) {
1163 if (from == null && to == null) {
1164 return null;
1167 // one of both is null and other is not
1168 if (from == null || to == null) {
1172 SigValueDelta delta = null;
1184 if (enumConstantDelta != null) {
1190 if (annotationDelta != null) {
1196 if (fieldDelta != null) {
1203 if (typeDelta != null) {
1210 } else if (!(from == null && to == null)) {
1217 assert from != null && to != null;
1221 (IPrimitiveType) to) == null;
1235 .getRawType()) == null;
1239 (ITypeVariableReference) to) == null;
1267 if (from == null && to == null) {
1268 return null;
1270 if ((from == null && to != null) || (from != null && to == null)) {
1274 return null;
1369 SigWildcardTypeDelta delta = null;
1376 if (lowerBoundDelta != null) {
1383 if (upperBoundsDelta != null) {
1384 if (delta == null) {
1395 IGenericDeclarationDelta delta = null;
1400 if (from != null && to != null) {
1461 // one of both is null
1475 return null;
1477 SigUpperBoundsDelta delta = null;
1484 if (firstUpperBoundDelta != null) {
1496 if (remainingUpperBoundsDelta != null) {
1526 SigParameterizedTypeDelta delta = null;
1530 if (rawTypeDelta != null) {
1537 if (ownerTypeDelta != null) {
1546 if (argumentTypeDeltas != null) {
1564 deltas.add(new SigTypeDelta<ITypeReference>(type, null));
1567 deltas.add(new SigTypeDelta<ITypeReference>(null, type));
1577 if (delta != null) {
1581 return deltas.isEmpty() ? null : deltas;
1611 * If null is returned, it will be ignored.
1634 if (compare != null) {
1644 S delta = comparator.createAddRemoveDelta(fromType, null);
1645 if (delta != null) {
1652 S delta = comparator.createAddRemoveDelta(null, type);
1653 if (delta != null) {
1657 return deltas.isEmpty() ? null : deltas;
1665 if (componentTypeDelta != null) {
1670 return null;
1681 return null;
1692 boolean sameKind = (fromKind == null || toKind == null)
1703 return null;