4482f1df983908482e82615e57604e793ae23ecb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable state : Optional<State> to newState : State in method package nextChar(c char) : State in class org.immutables.generator.PostprocessingMachine.FiniteStateMachine | From | To | |
Change Return Type | 1 | ||
Change Return Type Optional<State> to State in method package nextChar(c char) : State in class org.immutables.generator.PostprocessingMachine.FiniteStateMachine | From | To | |
Extract Attribute | 2 | ||
Extract Attribute private NO_POSITION : int in class org.immutables.generator.PostprocessingMachine.FiniteStateMachine | From | To | |
Extract Attribute private AT_POSSIBLE_WORD : int in class org.immutables.generator.PostprocessingMachine.FiniteStateMachine | From | To | |
Change Variable Type | 1 | ||
Change Variable Type state : Optional<State> to newState : State in method package nextChar(c char) : State in class org.immutables.generator.PostprocessingMachine.FiniteStateMachine | From | To | |
Extract Method | 2 | ||
Extract Method private isWordChar(c char) : boolean extracted from package nextChar(c char) : Optional<State> in class org.immutables.generator.PostprocessingMachine.FiniteStateMachine | From | To | |
Extract Method private resetWord() : void extracted from package nextChar(c char) : Optional<State> in class org.immutables.generator.PostprocessingMachine.FiniteStateMachine | From | To |