886fc8a8e8dffc52e8a85c94adc0d2610a416402
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type defaultSchema : boolean to defaultSchema : Boolean in method public setDefaultSchema(defaultSchema Boolean) : void in class com.speedment.orm.config.model.impl.SchemaImpl | From | To | |
Change Parameter Type enabled : boolean to enabled : Boolean in method public setEnabled(enabled Boolean) : void in class com.speedment.orm.config.model.impl.AbstractConfigEntity | From | To | |
Change Parameter Type unique : boolean to unique : Boolean in method public setUnique(unique Boolean) : void in class com.speedment.orm.config.model.impl.IndexImpl | From | To | |
Change Return Type | 3 | ||
Change Return Type boolean to Boolean in method public isUnique() : Boolean in class com.speedment.orm.config.model.impl.IndexImpl | From | To | |
Change Return Type boolean to Boolean in method public isDefaultSchema() : Boolean in class com.speedment.orm.config.model.impl.SchemaImpl | From | To | |
Change Return Type boolean to Boolean in method public isEnabled() : Boolean in class com.speedment.orm.config.model.impl.AbstractConfigEntity | From | To |