8612f1f64f1b5150b28bb46a53bf324d63a22dfa
Files Diff
- Added: 10
- Removed: 10
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type replicationEndpoints : Collection<NetEndpoint> to replicationHostIds : List<String> in method public createReplicationSession(s Session, replicationHostIds List<String>, remote Boolean) : ReplicationSession in class org.lealone.aose.router.P2pRouter | From | To | |
Rename Variable | 1 | ||
Rename Variable e : NetEndpoint to hostId : String in method public createReplicationSession(s Session, replicationHostIds List<String>, remote Boolean) : ReplicationSession in class org.lealone.aose.router.P2pRouter | From | To | |
Move Class | 10 | ||
Move Class org.lealone.aose.concurrent.ScheduledExecutors moved to org.lealone.common.concurrent.ScheduledExecutors | From | To | |
Move Class org.lealone.aose.concurrent.LealoneExecutorService moved to org.lealone.common.concurrent.LealoneExecutorService | From | To | |
Move Class org.lealone.aose.concurrent.AbstractLealoneExecutorService moved to org.lealone.common.concurrent.AbstractLealoneExecutorService | From | To | |
Move Class org.lealone.aose.util.JVMStabilityInspector moved to org.lealone.common.util.JVMStabilityInspector | From | To | |
Move Class org.lealone.aose.concurrent.SharedExecutorPool moved to org.lealone.common.concurrent.SharedExecutorPool | From | To | |
Move Class org.lealone.aose.concurrent.SEPWorker moved to org.lealone.common.concurrent.SEPWorker | From | To | |
Move Class org.lealone.aose.concurrent.DebuggableThreadPoolExecutor moved to org.lealone.common.concurrent.DebuggableThreadPoolExecutor | From | To | |
Move Class org.lealone.aose.concurrent.DebuggableScheduledThreadPoolExecutor moved to org.lealone.common.concurrent.DebuggableScheduledThreadPoolExecutor | From | To | |
Move Class org.lealone.aose.concurrent.NamedThreadFactory moved to org.lealone.common.concurrent.NamedThreadFactory | From | To | |
Move Class org.lealone.aose.concurrent.SEPExecutor moved to org.lealone.common.concurrent.SEPExecutor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type e : NetEndpoint to hostId : String in method public createReplicationSession(s Session, replicationHostIds List<String>, remote Boolean) : ReplicationSession in class org.lealone.aose.router.P2pRouter | From | To | |
Rename Parameter | 2 | ||
Rename Parameter session : Session to s : Session in method public createReplicationSession(s Session, replicationEndpoints Collection<NetEndpoint>, remote Boolean) : ReplicationSession in class org.lealone.aose.router.P2pRouter | From | To | |
Rename Parameter replicationEndpoints : Collection<NetEndpoint> to replicationHostIds : List<String> in method public createReplicationSession(s Session, replicationHostIds List<String>, remote Boolean) : ReplicationSession in class org.lealone.aose.router.P2pRouter | From | To |