805eeab86cb1e4bc6d6d78e0c413cfc314391e34
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type allMigrationClazz : Map<SchemaVersion,Migration> to allMigrationClazz : Map<SchemaTransition,Migration> in method public CassandraMigrationService(schemaVersionDAO CassandraSchemaVersionDAO, allMigrationClazz Map<SchemaTransition,Migration>, latestVersion SchemaVersion) in class org.apache.james.backends.cassandra.migration.CassandraMigrationService | From | To | |
Change Parameter Type versionNumber : SchemaVersion to transition : SchemaTransition in method private validateVersionNumber(transition SchemaTransition) : SchemaTransition in class org.apache.james.backends.cassandra.migration.CassandraMigrationService | From | To | |
Change Parameter Type version : SchemaVersion to transition : SchemaTransition in method private toMigration(transition SchemaTransition) : Migration in class org.apache.james.backends.cassandra.migration.CassandraMigrationService | From | To | |
Rename Variable | 1 | ||
Rename Variable newVersion : SchemaVersion to targetVersion : SchemaVersion in method private toMigration(transition SchemaTransition) : Migration in class org.apache.james.backends.cassandra.migration.CassandraMigrationService | From | To | |
Change Return Type | 1 | ||
Change Return Type SchemaVersion to SchemaTransition in method private validateVersionNumber(transition SchemaTransition) : SchemaTransition in class org.apache.james.backends.cassandra.migration.CassandraMigrationService | From | To | |
Change Variable Type | 2 | ||
Change Variable Type allMigrationClazz : Map<SchemaVersion,Migration> to allMigrationClazz : Map<SchemaTransition,Migration> in method public upgradeToVersionShouldUpdateIntermediarySuccessfulMigrationsInCaseOfError() : void in class org.apache.james.backends.cassandra.migration.CassandraMigrationServiceTest | From | To | |
Change Variable Type allMigrationClazzBinder : MapBinder<SchemaVersion,Migration> to allMigrationClazzBinder : MapBinder<SchemaTransition,Migration> in method protected configure() : void in class org.apache.james.modules.server.CassandraRoutesModule | From | To | |
Change Attribute Type | 6 | ||
Change Attribute Type FROM_V2_TO_V3 : SchemaVersion to FROM_V2_TO_V3 : SchemaTransition in class org.apache.james.modules.server.CassandraRoutesModule | From | To | |
Change Attribute Type FROM_V6_TO_V7 : SchemaVersion to FROM_V6_TO_V7 : SchemaTransition in class org.apache.james.modules.server.CassandraRoutesModule | From | To | |
Change Attribute Type FROM_V5_TO_V6 : SchemaVersion to FROM_V5_TO_V6 : SchemaTransition in class org.apache.james.modules.server.CassandraRoutesModule | From | To | |
Change Attribute Type FROM_V4_TO_V5 : SchemaVersion to FROM_V4_TO_V5 : SchemaTransition in class org.apache.james.modules.server.CassandraRoutesModule | From | To | |
Change Attribute Type allMigrationClazz : Map<SchemaVersion,Migration> to allMigrationClazz : Map<SchemaTransition,Migration> in class org.apache.james.backends.cassandra.migration.CassandraMigrationService | From | To | |
Change Attribute Type FROM_V3_TO_V4 : SchemaVersion to FROM_V3_TO_V4 : SchemaTransition in class org.apache.james.modules.server.CassandraRoutesModule | From | To | |
Rename Parameter | 2 | ||
Rename Parameter versionNumber : SchemaVersion to transition : SchemaTransition in method private validateVersionNumber(transition SchemaTransition) : SchemaTransition in class org.apache.james.backends.cassandra.migration.CassandraMigrationService | From | To | |
Rename Parameter version : SchemaVersion to transition : SchemaTransition in method private toMigration(transition SchemaTransition) : Migration in class org.apache.james.backends.cassandra.migration.CassandraMigrationService | From | To |