|
Change Variable Type e : Map.Entry<State,AtomicReference<BranchEnd>> to e : Map.Entry<State,BranchEnd> in method private invokeState(className String, file ClassFile, c CodeAttribute, currentState State, initialState State, noStateStart CodeLocation, prefixStart CodeLocation, returnIncompleteCode CodeLocation, returnCompleteCode CodeLocation, stateMachine CustomStateMachine, expectNewline boolean) : void in class io.undertow.annotationprocessor.AbstractParserGenerator |
From |
To |
|
Change Variable Type tokenEnds : Set<AtomicReference<BranchEnd>> to tokenEnds : Set<BranchEnd> in method private invokeState(className String, file ClassFile, c CodeAttribute, currentState State, initialState State, noStateStart CodeLocation, prefixStart CodeLocation, returnIncompleteCode CodeLocation, returnCompleteCode CodeLocation, stateMachine CustomStateMachine, expectNewline boolean) : void in class io.undertow.annotationprocessor.AbstractParserGenerator |
From |
To |
|
Change Variable Type ends : Map<State,AtomicReference<BranchEnd>> to ends : Map<State,BranchEnd> in method private invokeState(className String, file ClassFile, c CodeAttribute, currentState State, initialState State, noStateStart CodeLocation, prefixStart CodeLocation, returnIncompleteCode CodeLocation, returnCompleteCode CodeLocation, stateMachine CustomStateMachine, expectNewline boolean) : void in class io.undertow.annotationprocessor.AbstractParserGenerator |
From |
To |
|
Change Variable Type tokenEnd : AtomicReference<BranchEnd> to tokenEnd : BranchEnd in method private invokeState(className String, file ClassFile, c CodeAttribute, currentState State, initialState State, noStateStart CodeLocation, prefixStart CodeLocation, returnIncompleteCode CodeLocation, returnCompleteCode CodeLocation, stateMachine CustomStateMachine, expectNewline boolean) : void in class io.undertow.annotationprocessor.AbstractParserGenerator |
From |
To |