416c247b53756b801cd8b4a0d54a165265114f0a
Files Diff
- Added: 5
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 1 | ||
| Pull Up Method private createTempFile() : String from class io.dropwizard.migrations.DbMigrateCommandTest to protected createTempFile() : String from class io.dropwizard.migrations.AbstractMigrationTest | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute private outputStream : PrintStream in class io.dropwizard.migrations.DbStatusCommand | From | To | |
| Rename Class | 1 | ||
| Rename Class io.dropwizard.migrations.TestMigrateConfiguration renamed to io.dropwizard.migrations.TestMigrationConfiguration | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass io.dropwizard.migrations.AbstractMigrationTest from classes [io.dropwizard.migrations.DbMigrateCommandTest] | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type migrateCommand : DbMigrateCommand<TestMigrateConfiguration> to migrateCommand : DbMigrateCommand<TestMigrationConfiguration> in class io.dropwizard.migrations.DbMigrateCommandTest | From | To | |
| Change Attribute Type conf : TestMigrateConfiguration to conf : TestMigrationConfiguration in class io.dropwizard.migrations.DbMigrateCommandTest | From | To |