41b21e076ee689510f7894a7f0d88b870b7ede8b
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public markForTermination() : void renamed to public willBeTerminated() : boolean in class org.neo4j.bolt.v1.runtime.MonitoredSessions.MonitoredSession | From | To | |
| Rename Method public markForTermination() : void renamed to public willBeTerminated() : boolean in class org.neo4j.kernel.api.bolt.KillableUserSession | From | To | |
| Pull Up Method | 2 | ||
| Pull Up Method public username() : String from class org.neo4j.bolt.v1.runtime.MonitoredSessionsTest.ControlledCompletionSession to public username() : String from class org.neo4j.kernel.api.bolt.KillableUserSession.Adapter | From | To | |
| Pull Up Method public username() : String from class org.neo4j.bolt.v1.runtime.internal.ErrorReportingSession to public username() : String from class org.neo4j.kernel.api.bolt.KillableUserSession.Adapter | From | To | |
| Change Return Type | 2 | ||
| Change Return Type void to boolean in method public willBeTerminated() : boolean in class org.neo4j.kernel.api.bolt.KillableUserSession | From | To | |
| Change Return Type void to boolean in method public willBeTerminated() : boolean in class org.neo4j.bolt.v1.runtime.MonitoredSessions.MonitoredSession | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.neo4j.kernel.api.bolt.KillableUserSession.Adapter from classes [org.neo4j.bolt.v1.runtime.internal.ErrorReportingSession] | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute client : Connection to admin : Connection in class org.neo4j.server.security.enterprise.auth.integration.bolt.BoltSessionIT | From | To | |
| Extract Method | 1 | ||
| Extract Method private collectSessionResult(client Connection, n int) : Map<String,Long> extracted from public shouldListOwnSession() : void in class org.neo4j.server.security.enterprise.auth.integration.bolt.BoltSessionIT | From | To |