ef0ccfe391fc1f996187f73de465ff3b0c8993a9
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private hasFailedOrIgnored() : boolean renamed to private canProcessMessage() : boolean in class org.neo4j.bolt.v1.runtime.BoltStateMachine.MutableConnectionState | From | To | |
Change Return Type | 2 | ||
Change Return Type void to BoltStateMachine in method private init(machine BoltStateMachine, owner String) : BoltStateMachine in class org.neo4j.bolt.v1.runtime.MachineRoom | From | To | |
Change Return Type void to BoltStateMachine in method public init(machine BoltStateMachine) : BoltStateMachine in class org.neo4j.bolt.v1.runtime.MachineRoom | From | To | |
Extract Method | 1 | ||
Extract Method public newMachine(spi BoltStateMachineSPI) : BoltStateMachine extracted from public newMachine() : BoltStateMachine in class org.neo4j.bolt.v1.runtime.MachineRoom | From | To |