Class $class_delta.to.packageName$.$class_delta.to:ClassReferenceLink()$
$if(has_class_signature_delta)$
Signature Difference | ||
---|---|---|
$SigClassDefinition(element=class_delta.to)$ | $if(class_delta.annotationDeltas)$ $MultiSubDelta(desc="Annotations Changed:", deltas=class_delta.annotationDeltas)$ $endif$ $if(class_delta.modifierDeltas)$ $MultiSubDelta(desc="Modifiers Changed:", deltas=class_delta.modifierDeltas)$ $endif$ $if(class_delta.typeVariableDeltas)$ $MultiSubDelta(desc="Type Variables Changed:", deltas=class_delta.typeVariableDeltas)$ $endif$ $if(class_delta.superClassDelta)$ $SingleSubDelta(desc="Superclass Changed", delta=class_delta.superClassDelta)$ $endif$ $if(class_delta.interfaceDeltas)$ $MultiSubDelta(desc="Interfaces Changed:", deltas=class_delta.interfaceDeltas)$ $endif$ |
$endif$ $! Annotation Fields !$ $if(removed_annotation_fields)$ $Table(name="Removed Annotation Fields", rows=removed_annotation_fields:{$it.from:ModelElementRow()$})$
$endif$ $if(added_annotation_fields)$ $Table(name="Added Annotation Fields", rows=added_annotation_fields:{$it.to:ModelElementRow()$})$
$endif$ $if(changed_annotation_fields)$ $Table(name="Changed Annotation Fields", rows=changed_annotation_fields:DeltaTableRow())$
$endif$ $! --------Enum Constants-------- !$ $if(removed_enum_constants)$ $Table(name="Removed Enum Constants", rows=removed_enum_constants:{$it.from:ModelElementRow()$})$
$endif$ $if(added_enum_constants)$ $Table(name="Added Enum Constants", rows=added_enum_constants:{$it.to:ModelElementRow()$})$
$endif$ $if(changed_enum_constants)$ $Table(name="Changed Enum Constants", rows=changed_enum_constants:DeltaTableRow())$
$endif$ $! Fields !$ $if(removed_fields)$ $Table(name="Removed Fields", rows=removed_fields:{$it.from:ModelElementRow()$})$
$endif$ $if(added_fields)$ $Table(name="Added Fields", rows=added_fields:{$it.to:ModelElementRow()$})$
$endif$ $if(changed_fields)$ $Table(name="Changed Fields", rows=changed_fields:DeltaTableRow())$
$endif$ $! Constructors !$ $if(removed_constructors)$ $Table(name="Removed Constructors", rows=removed_constructors:{$it.from:ModelElementRow()$})$
$endif$ $if(added_constructors)$ $Table(name="Added Constructors", rows=added_constructors:{$it.to:ModelElementRow()$})$
$endif$ $if(changed_constructors)$ $Table(name="Changed Constructors", rows=changed_constructors:DeltaTableRow())$
$endif$ $! Methods !$ $if(removed_methods)$ $Table(name="Removed Methods", rows=removed_methods:{$it.from:ModelElementRow()$})$
$endif$ $if(added_methods)$ $Table(name="Added Methods", rows=added_methods:{$it.to:ModelElementRow()$})$
$endif$ $if(changed_methods)$ $Table(name="Changed Methods", rows=changed_methods:DeltaTableRow())$
$endif$