77a5e62f9d5a56a48f82b6bdd8519b18275bef1d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Removed | |
org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1.1 | |
geronimo-spec:geronimo-spec-j2ee:1.4-rc4 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public run(incomingArguments String[]) : void renamed to public execute(incomingArguments String[]) : void in class org.neo4j.restore.RestoreNewClusterCli | From | To | |
Rename Method public run(incomingArguments String[]) : void renamed to public execute(incomingArguments String[]) : void in class org.neo4j.restore.RestoreExistingClusterCli | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type homeDir : File to homeDir : Path in method private loadNeo4jConfig(homeDir Path, configDir Path, databaseName String) : Config in class org.neo4j.restore.RestoreExistingClusterCli | From | To | |
Change Parameter Type homeDir : File to homeDir : Path in method private loadNeo4jConfig(homeDir Path, configDir Path, databaseName String) : Config in class org.neo4j.restore.RestoreNewClusterCli | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute configPath : String to configDir : Path in method public execute(incomingArguments String[]) : void in class org.neo4j.restore.RestoreNewClusterCli | From | To | |
Replace Variable With Attribute configPath : String to configDir : Path in method public execute(incomingArguments String[]) : void in class org.neo4j.restore.RestoreExistingClusterCli | From | To | |
Change Variable Type | 5 | ||
Change Variable Type configPath : String to configDir : Path in method public execute(incomingArguments String[]) : void in class org.neo4j.restore.RestoreExistingClusterCli | From | To | |
Change Variable Type homeDir : File to homeDir : Path in method public makeSureCoreClusterCanBeRestoredFromABackup() : void in class org.neo4j.coreedge.backup.BackupCoreIT | From | To | |
Change Variable Type homeDir : File to homeDir : Path in method public shouldReplicateTransactionToCoreServers() : void in class org.neo4j.coreedge.scenarios.ConvertNonCoreEdgeStoreIT | From | To | |
Change Variable Type configPath : String to configDir : Path in method public execute(incomingArguments String[]) : void in class org.neo4j.restore.RestoreNewClusterCli | From | To | |
Change Variable Type destination : File to destination : Path in method public shouldReplicateTransactionToCoreServers() : void in class org.neo4j.coreedge.scenarios.ConvertNonCoreEdgeStoreIT | From | To |