1556c272d5b4d6e46762566f79694789725ba115
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testDb2TableGeneratorCreation() : void renamed to public testNewGeneratorTableCreationOnDb2() : void in class org.hibernate.test.idgen.enhanced.table.Db2GenerationTest | From | To | |
Rename Variable | 1 | ||
Rename Variable keyValue : String to name : String in method protected determineSegmentColumnName(params Properties, jdbcEnvironment JdbcEnvironment) : String in class org.hibernate.id.MultipleHiLoPerTableGenerator | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute keyValue : String to segmentName : String in method public configure(type Type, params Properties, serviceRegistry ServiceRegistry) : void in class org.hibernate.id.MultipleHiLoPerTableGenerator | From | To | |
Extract Method | 1 | ||
Extract Method protected determineSegmentColumnName(params Properties, jdbcEnvironment JdbcEnvironment) : String extracted from public configure(type Type, params Properties, serviceRegistry ServiceRegistry) : void in class org.hibernate.id.MultipleHiLoPerTableGenerator | From | To |