Fields Summary |
---|
public String | name_Name of the class. |
public boolean | isInterface_Set if this class is an interface in the new API. |
public String | inheritanceChange_A string describing the changes in inheritance. |
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 a class or interface, whether it is
abstract, static, final, and in its visibility. |
public List | ctorsAddedConstructors added in the new API. |
public List | ctorsRemovedConstructors removed in the new API. |
public List | ctorsChangedConstructors changed in the new API. |
public List | methodsAddedMethods added in the new API. |
public List | methodsRemovedMethods removed in the new API. |
public List | methodsChangedMethods changed in the new API. |
public List | fieldsAddedFields added in the new API. |
public List | fieldsRemovedFields removed in the new API. |
public List | fieldsChangedFields changed in the new API. |
public double | pdiff |