38929d75c0090f2874b98a8bacb922c54d494295
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 3 | ||
Pull Up Method public getTypeMapper() : Optional<String> from class com.speedment.runtime.config.Column to public getTypeMapper() : Optional<String> from class com.speedment.runtime.config.trait.HasTypeMapper | From | To | |
Pull Up Method public getDatabaseType() : String from class com.speedment.runtime.config.Column to public getDatabaseType() : String from class com.speedment.runtime.config.trait.HasTypeMapper | From | To | |
Pull Up Method public findDatabaseType() : Class<?> from class com.speedment.runtime.config.Column to public findDatabaseType() : Class<?> from class com.speedment.runtime.config.trait.HasTypeMapper | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute public TYPE_MAPPER : String from class com.speedment.runtime.config.Column to public TYPE_MAPPER : String from class com.speedment.runtime.config.trait.HasTypeMapper | From | To | |
Pull Up Attribute public DATABASE_TYPE : String from class com.speedment.runtime.config.Column to public DATABASE_TYPE : String from class com.speedment.runtime.config.trait.HasTypeMapper | From | To | |
Extract Interface | 1 | ||
Extract Interface com.speedment.runtime.config.trait.HasTypeMapper from classes [com.speedment.runtime.config.Column] | From | To |