1f8af7973c7e4e1279ad6e88f46bfe17a3bdde19
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type proxy : Entity to proxy : IEntity in method public setProxy(proxy IEntity) : void in class org.rapidoid.db.impl.EntityImpl | From | To | |
| Rename Class | 1 | ||
| Rename Class org.rapidoid.db.Entity renamed to org.rapidoid.db.IEntity | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type other : Entity to other : IEntity in method public equals(obj Object) : boolean in class org.rapidoid.db.impl.EntityImpl | From | To | |
| Change Variable Type cls : Class<? extends Entity> to cls : Class<? extends IEntity> in method public entity(clazz Class<E>, properties Map<String,?>) : E in class org.rapidoid.db.impl.DbSchemaImpl | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type proxy : Entity to proxy : IEntity in class org.rapidoid.db.impl.EntityImpl | From | To |