public class ChangeCreator
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ChangeCreator.LineComparator |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
label |
private static org.slf4j.Logger |
log |
private org.eclipse.jface.text.IDocument |
newDocument |
private org.eclipse.jface.text.IDocument |
oldDocument |
private org.eclipse.core.resources.IFile |
oldFile |
Constructor and Description |
---|
ChangeCreator(org.eclipse.core.resources.IFile oldFile,
org.eclipse.jface.text.IDocument oldDocument,
org.eclipse.jface.text.IDocument newDocument,
java.lang.String label) |
Modifier and Type | Method and Description |
---|---|
private void |
addEdit(org.eclipse.ltk.core.refactoring.TextChange change,
int startLine,
org.eclipse.text.edits.TextEdit edit) |
org.eclipse.ltk.core.refactoring.TextChange |
createChange() |
private static final org.slf4j.Logger log
private java.lang.String label
private org.eclipse.jface.text.IDocument oldDocument
private org.eclipse.jface.text.IDocument newDocument
private org.eclipse.core.resources.IFile oldFile