ec96e2d15140c24dbf7d67d4989f85e05ff32ee0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 1 | ||
| Pull Up Method public toJson(entity ENTITY) : String from class com.speedment.core.manager.AbstractManager to public toJson(entity ENTITY) : String from class com.speedment.core.manager.Manager | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type manager : MANAGER to entityType : Class<ENTITY> in method public allFrom(entityType Class<ENTITY>) : JsonFormatter<ENTITY> in class com.speedment.util.json.JsonFormatter | From | To | |
| Extract Variable | 1 | ||
| Extract Variable table : Table in method public allFrom(entityType Class<ENTITY>) : JsonFormatter<ENTITY> from class com.speedment.util.json.JsonFormatter | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter manager : MANAGER to entityType : Class<ENTITY> in method public allFrom(entityType Class<ENTITY>) : JsonFormatter<ENTITY> in class com.speedment.util.json.JsonFormatter | From | To |