|
Change Parameter Type separators : Separator... to separators : TextElement... in method private insertBefore(tokenKind int, separators TextElement...) : Inserter in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter |
From |
To |
|
Change Parameter Type separators : Separator[] to separators : TextElement[] in method private insertAfter(tokenKind int, insertionMode InsertionMode, separators TextElement[]) : Inserter in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter |
From |
To |
|
Change Parameter Type after : TokenTextElement[] to after : TextElement[] in method private insertAfterChild(childToFollow Node, onIsOwnLine boolean, before TextElement[], after TextElement[]) : Inserter in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter |
From |
To |
|
Change Parameter Type separatorsBefore : Separator[] to separatorsBefore : TextElement[] in method private insertAfter(sibling Node, insertionMode InsertionMode, separatorsBefore TextElement[], separatorsAfter TextElement[]) : Inserter in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter |
From |
To |
|
Change Parameter Type before : TokenTextElement[] to before : TextElement[] in method private insertAfterChild(childToFollow Node, onIsOwnLine boolean, before TextElement[], after TextElement[]) : Inserter in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter |
From |
To |
|
Change Parameter Type separators : Separator... to separators : TokenTextElement... in method private insertAfterChild(property ObservableProperty, separators TokenTextElement...) : Inserter in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter |
From |
To |
|
Change Parameter Type separatorsAfter : Separator[] to separatorsAfter : TextElement[] in method private insertAfter(sibling Node, insertionMode InsertionMode, separatorsBefore TextElement[], separatorsAfter TextElement[]) : Inserter in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter |
From |
To |
|
Change Parameter Type separator : Separator to separator : TokenTextElement in method public removeFromToken(separator TokenTextElement, includingPreceedingSpace boolean) : void in class com.github.javaparser.printer.lexicalpreservation.NodeText |
From |
To |
|
Change Parameter Type separator : Separator to separator : TokenTextElement in method public removeFromTokenUntil(separator TokenTextElement, stopTokenKind Optional<Integer>, includingPreceedingSpace boolean) : void in class com.github.javaparser.printer.lexicalpreservation.NodeText |
From |
To |
|
Change Parameter Type separators : Separator... to separators : TokenTextElement... in method private insertBeforeChild(childToPreceed Node, onIsOwnLine boolean, separators TokenTextElement...) : Inserter in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter |
From |
To |
|
Change Parameter Type separators : Separator... to separators : TextElement... in method private insertAfterChild(childToFollow Node, onIsOwnLine boolean, separators TextElement...) : Inserter in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter |
From |
To |
|
Change Variable Type s : Separator to s : TextElement in method private insertBefore(tokenKind int, separators TextElement...) : Inserter in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter |
From |
To |
|
Change Variable Type s : Separator to s : TextElement in method private insertAfter(tokenKind int, insertionMode InsertionMode, separators TextElement[]) : Inserter in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter |
From |
To |
|
Change Variable Type s : Separator to s : TextElement in method private insertAfter(sibling Node, insertionMode InsertionMode, separatorsBefore TextElement[], separatorsAfter TextElement[]) : Inserter in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter |
From |
To |
|
Change Variable Type e : TokenTextElement to e : TextElement in method private insertAfterChild(childToFollow Node, onIsOwnLine boolean, before TextElement[], after TextElement[]) : Inserter in class com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter |
From |
To |