c58226bc9682b3c027bfc33c215096be3d70f3b1
Files Diff
- Added: 8
- Removed: 0
- Renamed: 0
- Modified: 33
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public equalsVerifier() : void renamed to public testUserEquals() : void in class io.github.jhipster.sample.web.rest.UserResourceIntTest | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type auditEventDate : LocalDateTime to auditEventDate : Instant in method public setAuditEventDate(auditEventDate Instant) : void in class io.github.jhipster.sample.domain.PersistentAuditEvent | From | To | |
Change Parameter Type toDate : LocalDateTime to toDate : Instant in method public findByDates(fromDate Instant, toDate Instant, pageable Pageable) : Page<AuditEvent> in class io.github.jhipster.sample.service.AuditEventService | From | To | |
Change Parameter Type fromDate : LocalDateTime to fromDate : Instant in method public findByDates(fromDate Instant, toDate Instant, pageable Pageable) : Page<AuditEvent> in class io.github.jhipster.sample.service.AuditEventService | From | To | |
Change Return Type | 1 | ||
Change Return Type LocalDateTime to Instant in method public getAuditEventDate() : Instant in class io.github.jhipster.sample.domain.PersistentAuditEvent | From | To | |
Extract Method | 3 | ||
Extract Method public sendEmailFromTemplate(user User, templateName String, titleKey String) : void extracted from public sendCreationEmail(user User) : void in class io.github.jhipster.sample.service.MailService | From | To | |
Extract Method public sendEmailFromTemplate(user User, templateName String, titleKey String) : void extracted from public sendPasswordResetMail(user User) : void in class io.github.jhipster.sample.service.MailService | From | To | |
Extract Method public sendEmailFromTemplate(user User, templateName String, titleKey String) : void extracted from public sendActivationEmail(user User) : void in class io.github.jhipster.sample.service.MailService | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type auditEventDate : LocalDateTime to auditEventDate : Instant in class io.github.jhipster.sample.domain.PersistentAuditEvent | From | To | |
Change Attribute Type SAMPLE_TIMESTAMP : LocalDateTime to SAMPLE_TIMESTAMP : Instant in class io.github.jhipster.sample.web.rest.AuditResourceIntTest | From | To |