e70d6a765c93e8618bc6a3bd414870f2b963007b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 51
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type managedUserVM : ManagedUserVM to userDTO : UserDTO in method public updateUser(userDTO UserDTO) : ResponseEntity<UserDTO> in class io.github.jhipster.sample.web.rest.UserResource | From | To | |
Change Parameter Type userDTO : ManagedUserVM to userDTO : UserDTO in method public registerUser(userDTO UserDTO, password String) : User in class io.github.jhipster.sample.service.UserService | From | To | |
Change Parameter Type managedUserVM : ManagedUserVM to userDTO : UserDTO in method public createUser(userDTO UserDTO) : ResponseEntity<User> in class io.github.jhipster.sample.web.rest.UserResource | From | To | |
Change Return Type | 6 | ||
Change Return Type Server to Object in method public h2TCPServer() : Object in class io.github.jhipster.sample.config.DatabaseConfiguration | From | To | |
Change Return Type String to Optional<String> in method public getCurrentUserLogin() : Optional<String> in class io.github.jhipster.sample.security.SecurityUtils | From | To | |
Change Return Type String to Optional<String> in method public getCurrentUserJWT() : Optional<String> in class io.github.jhipster.sample.security.SecurityUtils | From | To | |
Change Return Type User to Optional<User> in method public findOneWithAuthoritiesById(id Long) : Optional<User> in class io.github.jhipster.sample.repository.UserRepository | From | To | |
Change Return Type User to Optional<User> in method public getUserWithAuthorities() : Optional<User> in class io.github.jhipster.sample.service.UserService | From | To | |
Change Return Type User to Optional<User> in method public getUserWithAuthorities(id Long) : Optional<User> in class io.github.jhipster.sample.service.UserService | From | To | |
Change Variable Type | 2 | ||
Change Variable Type jwt : String to jwt : Optional<String> in method public testgetCurrentUserJWT() : void in class io.github.jhipster.sample.security.SecurityUtilsUnitTest | From | To | |
Change Variable Type login : String to login : Optional<String> in method public testgetCurrentUserLogin() : void in class io.github.jhipster.sample.security.SecurityUtilsUnitTest | From | To | |
Rename Parameter | 2 | ||
Rename Parameter managedUserVM : ManagedUserVM to userDTO : UserDTO in method public updateUser(userDTO UserDTO) : ResponseEntity<UserDTO> in class io.github.jhipster.sample.web.rest.UserResource | From | To | |
Rename Parameter managedUserVM : ManagedUserVM to userDTO : UserDTO in method public createUser(userDTO UserDTO) : ResponseEntity<User> in class io.github.jhipster.sample.web.rest.UserResource | From | To |