1d8153d4e4269c1d4002f987437fab8351b54dc8
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 22
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private databaseName(databaseName String) : String[] renamed to private databaseNameParameter(databaseName String) : String[] in class org.neo4j.commandline.dbms.UnbindFromClusterCommandTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type exception : StoreLockException to cause : Throwable in method public CommandFailed(cause Throwable) in class org.neo4j.commandline.admin.CommandFailed | From | To | |
Rename Variable | 5 | ||
Rename Variable storeDir : File to raftLogDir : File in method public shouldBeAbleToCopyStoresFromCoreToReadReplica() : void in class org.neo4j.causalclustering.scenarios.ReadReplicaReplicationIT | From | To | |
Rename Variable db : CoreGraphDatabase to homeDir : File in method public shouldMonitorCoreEdge() : void in class org.neo4j.metrics.CoreEdgeMetricsIT | From | To | |
Rename Variable storeDir : File to raftLogDir : File in method public shouldNotPruneUncommittedEntries() : void in class org.neo4j.causalclustering.scenarios.CorePruningIT | From | To | |
Rename Variable storeDir : File to raftLogDir : File in method public actuallyDeletesTheFiles() : void in class org.neo4j.causalclustering.scenarios.CorePruningIT | From | To | |
Rename Variable storeDir : File to coreMember : CoreClusterMember in method public badFollowerShouldNotJoinCluster() : void in class org.neo4j.causalclustering.scenarios.ClusterIdentityIT | From | To | |
Move Attribute | 1 | ||
Move Attribute public CLUSTER_STATE_DIRECTORY_NAME : String from class org.neo4j.causalclustering.core.EnterpriseCoreEditionModule to package CLUSTER_STATE_DIRECTORY_NAME : String from class org.neo4j.causalclustering.core.state.ClusterStateDirectory | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private outsideWorld : OutsideWorld in class org.neo4j.commandline.dbms.UnbindFromClusterCommandTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute PHYSICAL_LOG_DIRECTORY_NAME : String to RAFT_LOG_DIRECTORY_NAME : String in class org.neo4j.causalclustering.core.consensus.log.RaftLog | From | To | |
Change Variable Type | 2 | ||
Change Variable Type storeDir : File to coreMember : CoreClusterMember in method public badFollowerShouldNotJoinCluster() : void in class org.neo4j.causalclustering.scenarios.ClusterIdentityIT | From | To | |
Change Variable Type db : CoreGraphDatabase to homeDir : File in method public shouldMonitorCoreEdge() : void in class org.neo4j.metrics.CoreEdgeMetricsIT | From | To | |
Extract Variable | 1 | ||
Extract Variable dataDir : File in method public CoreClusterMember(serverId int, clusterSize int, addresses List<AdvertisedSocketAddress>, discoveryServiceFactory DiscoveryServiceFactory, recordFormat String, parentDir File, extraParams Map<String,String>, instanceExtraParams Map<String,IntFunction<String>>) from class org.neo4j.causalclustering.discovery.CoreClusterMember | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type clusterStateDirectory : File to clusterStateDirectory : ClusterStateDirectory in class org.neo4j.causalclustering.core.state.DumpClusterStateTest | From | To | |
Rename Parameter | 7 | ||
Rename Parameter exception : StoreLockException to cause : Throwable in method public CommandFailed(cause Throwable) in class org.neo4j.commandline.admin.CommandFailed | From | To | |
Rename Parameter parent : Path to homeDir : Path in method private createUnlockedFakeDbDir(homeDir Path) : Path in class org.neo4j.commandline.dbms.UnbindFromClusterCommandTest | From | To | |
Rename Parameter clusterStateDirectory : File to dataDirectory : File in method package DumpClusterState(fs FileSystemAbstraction, dataDirectory File, out PrintStream) in class org.neo4j.causalclustering.core.state.DumpClusterState | From | To | |
Rename Parameter storeDir : File to raftLogDir : File in method private versionBy(raftLogDir File, operator BinaryOperator<Long>) : long in class org.neo4j.causalclustering.scenarios.ReadReplicaReplicationIT | From | To | |
Rename Parameter parent : Path to homeDir : Path in method private createFakeDbDir(homeDir Path) : Path in class org.neo4j.commandline.dbms.UnbindFromClusterCommandTest | From | To | |
Rename Parameter storeDir : File to raftLogDir : File in method private numberOfFiles(raftLogDir File) : int in class org.neo4j.causalclustering.scenarios.CorePruningIT | From | To | |
Rename Parameter parent : Path to homeDir : Path in method private createLockedFakeDbDir(homeDir Path) : FileLock in class org.neo4j.commandline.dbms.UnbindFromClusterCommandTest | From | To |