b5543d6eb059e5bda67d89a916115315c0662fd8
Files Diff
- Added: 9
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public findByDates(fromDate LocalDateTime, toDate LocalDateTime) : List<AuditEvent> renamed to public getByDates(fromDate LocalDateTime, toDate LocalDateTime) : List<AuditEvent> in class com.mycompany.myapp.web.rest.AuditResource | From | To | |
Rename Method public findAll() : List<AuditEvent> renamed to public getAll() : List<AuditEvent> in class com.mycompany.myapp.web.rest.AuditResource | From | To | |
Extract Method | 1 | ||
Extract Method public convertToAuditEvent(persistentAuditEvent PersistentAuditEvent) : AuditEvent extracted from public convertToAuditEvent(persistentAuditEvents Iterable<PersistentAuditEvent>) : List<AuditEvent> in class com.mycompany.myapp.config.audit.AuditEventConverter | From | To |