Fields Summary |
---|
public String | name_The name of the member. |
public String | oldType_The old member type. For methods, this is the return type. |
public String | newType_The new member type. For methods, this is the return type. |
public String | oldSignature_The old signature. Null except for methods. |
public String | newSignature_The new signature. Null except for methods. |
public String | oldExceptions_The old list of exceptions. Null except for methods and constructors. |
public String | newExceptions_The new list of exceptions. Null except for methods and constructors. |
public String | documentationChange_A string describing the changes in documentation. |
public String | modifiersChange_A string describing the changes in modifiers.
Changes can be in whether this is abstract, static, final, and in
its visibility.
Null if no change. |
public String | inheritedFrom_The class name where the new member is defined.
Null if no change in inheritance. |