Home | History | Annotate | Download | only in jdiff

Lines Matching refs:null

20     public String oldType_ = null;
24 public String newType_ = null;
26 /** The old signature. Null except for methods. */
27 public String oldSignature_ = null;
28 /** The new signature. Null except for methods. */
29 public String newSignature_ = null;
32 * The old list of exceptions. Null except for methods and constructors.
34 public String oldExceptions_ = null;
36 * The new list of exceptions. Null except for methods and constructors.
38 public String newExceptions_ = null;
43 public String documentationChange_ = null;
49 * Null if no change.
51 public String modifiersChange_ = null;
55 * Null if no change in inheritance.
57 public String inheritedFrom_ = null;
66 if (commonModifierChanges != null) {
67 if (modifiersChange_ == null)