Package | Description |
---|---|
migration | |
migration.processeddifffile |
Modifier and Type | Method and Description |
---|---|
private DiffDefinition |
DiffFileProcessorTest.createDiffDefinition(java.lang.String identifier,
java.lang.String content)
Creates a not optional DiffDefintion with the specified identifier and content and without
comment.
|
private DiffDefinition |
DiffFileScanParserTest.createDiffDefinition(java.lang.String identifier,
java.lang.String content)
Creates a not optional DiffDefintion with the specified identifier and content and without
comment.
|
private DiffDefinition |
TestDiffPartFile.createDiffDefinition(java.lang.String name,
java.lang.String content)
Creates a DiffDefinition.
|
Modifier and Type | Field and Description |
---|---|
private DiffDefinition |
RelatedLinesChange.newVariableDefinition
definition in the new version.
|
private DiffDefinition |
RelatedLinesChange.oldVariableDefinition
definition in the old version.
|
private DiffDefinition |
OneLineChange.variableDefinition
the variabledefinition, which is either added or removed.
|
Modifier and Type | Method and Description |
---|---|
DiffDefinition |
RelatedLinesChange.getNewDefinition() |
DiffDefinition |
RelatedLinesChange.getOldDefinition() |
Constructor and Description |
---|
OneLineChange(DiffDefinition variableDefinition,
ChangeType classification)
creates a one line change.
|
RelatedLinesChange(DiffDefinition oldVariableDefinition,
DiffDefinition newVariableDefinition,
ChangeType classification)
Create a RelatedLinesChange.
|