30db72e585afc0c80388b98ec0c23943434adfbe
Files Diff
- Added: 36
- Removed: 33
- Renamed: 0
- Modified: 332
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public initApplication() : void renamed to public afterPropertiesSet() : void in class io.github.jhipster.sample.JhipsterSampleApplicationApp | From | To | |
Rename Method public init() : void renamed to public afterPropertiesSet() : void in class io.github.jhipster.sample.security.jwt.TokenProvider | From | To | |
Rename Method public testgetCurrentUserLogin() : void renamed to public testGetCurrentUserLogin() : void in class io.github.jhipster.sample.security.SecurityUtilsUnitTest | From | To | |
Rename Method public exceptionWithReponseStatus() : void renamed to public exceptionWithResponseStatus() : void in class io.github.jhipster.sample.web.rest.errors.ExceptionTranslatorTestController | From | To | |
Rename Method private addLogstashAppender(context LoggerContext) : void renamed to private addLogstashTcpSocketAppender(context LoggerContext) : void in class io.github.jhipster.sample.config.LoggingConfiguration | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type authenticationManager : AuthenticationManager to authenticationManagerBuilder : AuthenticationManagerBuilder in method public UserJWTController(tokenProvider TokenProvider, authenticationManagerBuilder AuthenticationManagerBuilder) in class io.github.jhipster.sample.web.rest.UserJWTController | From | To | |
Change Parameter Type jHipsterProperties : JHipsterProperties to taskExecutionProperties : TaskExecutionProperties in method public AsyncConfiguration(taskExecutionProperties TaskExecutionProperties) in class io.github.jhipster.sample.config.AsyncConfiguration | From | To | |
Change Parameter Type taskExecutor : TaskExecutor to executor : Executor in method public liquibase(executor Executor, dataSource DataSource, liquibaseProperties LiquibaseProperties) : SpringLiquibase in class io.github.jhipster.sample.config.LiquibaseConfiguration | From | To | |
Move Attribute | 1 | ||
Move Attribute private jHipsterProperties : JHipsterProperties from class io.github.jhipster.sample.config.AsyncConfiguration to private jHipsterProperties : JHipsterProperties from class io.github.jhipster.sample.config.LoggingConfiguration.LogbackLoggerContextListener | From | To | |
Extract Attribute | 6 | ||
Extract Attribute private DEFAULT_LASTNAME : String in class io.github.jhipster.sample.service.UserServiceIT | From | To | |
Extract Attribute private DEFAULT_FIRSTNAME : String in class io.github.jhipster.sample.service.UserServiceIT | From | To | |
Extract Attribute private DEFAULT_IMAGEURL : String in class io.github.jhipster.sample.service.UserServiceIT | From | To | |
Extract Attribute private DEFAULT_LANGKEY : String in class io.github.jhipster.sample.service.UserServiceIT | From | To | |
Extract Attribute private DEFAULT_EMAIL : String in class io.github.jhipster.sample.service.UserServiceIT | From | To | |
Extract Attribute private DEFAULT_LOGIN : String in class io.github.jhipster.sample.service.UserServiceIT | From | To | |
Rename Class | 14 | ||
Rename Class io.github.jhipster.sample.web.rest.AuditResourceIntTest renamed to io.github.jhipster.sample.web.rest.AuditResourceIT | From | To | |
Rename Class io.github.jhipster.sample.service.UserServiceIntTest renamed to io.github.jhipster.sample.service.UserServiceIT | From | To | |
Rename Class io.github.jhipster.sample.config.timezone.HibernateTimeZoneTest renamed to io.github.jhipster.sample.config.timezone.HibernateTimeZoneIT | From | To | |
Rename Class io.github.jhipster.sample.web.rest.AccountResourceIntTest renamed to io.github.jhipster.sample.web.rest.AccountResourceIT | From | To | |
Rename Class io.github.jhipster.sample.service.MailServiceIntTest renamed to io.github.jhipster.sample.service.MailServiceIT | From | To | |
Rename Class io.github.jhipster.sample.web.rest.errors.ExceptionTranslatorIntTest renamed to io.github.jhipster.sample.web.rest.errors.ExceptionTranslatorIT | From | To | |
Rename Class io.github.jhipster.sample.repository.CustomAuditEventRepositoryIntTest renamed to io.github.jhipster.sample.repository.CustomAuditEventRepositoryIT | From | To | |
Rename Class io.github.jhipster.sample.web.rest.OperationResourceIntTest renamed to io.github.jhipster.sample.web.rest.OperationResourceIT | From | To | |
Rename Class io.github.jhipster.sample.web.rest.BankAccountResourceIntTest renamed to io.github.jhipster.sample.web.rest.BankAccountResourceIT | From | To | |
Rename Class io.github.jhipster.sample.security.DomainUserDetailsServiceIntTest renamed to io.github.jhipster.sample.security.DomainUserDetailsServiceIT | From | To | |
Rename Class io.github.jhipster.sample.web.rest.UserJWTControllerIntTest renamed to io.github.jhipster.sample.web.rest.UserJWTControllerIT | From | To | |
Rename Class io.github.jhipster.sample.service.mapper.UserMapperTest renamed to io.github.jhipster.sample.service.mapper.UserMapperIT | From | To | |
Rename Class io.github.jhipster.sample.web.rest.UserResourceIntTest renamed to io.github.jhipster.sample.web.rest.UserResourceIT | From | To | |
Rename Class io.github.jhipster.sample.web.rest.LabelResourceIntTest renamed to io.github.jhipster.sample.web.rest.LabelResourceIT | From | To | |
Rename Attribute | 2 | ||
Rename Attribute authenticationManager : AuthenticationManager to authenticationManagerBuilder : AuthenticationManagerBuilder in class io.github.jhipster.sample.web.rest.UserJWTController | From | To | |
Rename Attribute jHipsterProperties : JHipsterProperties to taskExecutionProperties : TaskExecutionProperties in class io.github.jhipster.sample.config.AsyncConfiguration | From | To | |
Extract Method | 13 | ||
Extract Method private logstashEncoder() : LogstashEncoder extracted from private addLogstashAppender(context LoggerContext) : void in class io.github.jhipster.sample.config.LoggingConfiguration | From | To | |
Extract Method private throwableConverter() : ShortenedThrowableConverter extracted from private addLogstashAppender(context LoggerContext) : void in class io.github.jhipster.sample.config.LoggingConfiguration | From | To | |
Extract Method private createCache(cm CacheManager, cacheName String) : void extracted from public cacheManagerCustomizer() : JCacheManagerCustomizer in class io.github.jhipster.sample.config.CacheConfiguration | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type authenticationManager : AuthenticationManager to authenticationManager : AuthenticationManagerBuilder in class io.github.jhipster.sample.web.rest.UserJWTControllerIT | From | To | |
Change Attribute Type authenticationManager : AuthenticationManager to authenticationManagerBuilder : AuthenticationManagerBuilder in class io.github.jhipster.sample.web.rest.UserJWTController | From | To | |
Change Attribute Type jHipsterProperties : JHipsterProperties to taskExecutionProperties : TaskExecutionProperties in class io.github.jhipster.sample.config.AsyncConfiguration | From | To | |
Rename Parameter | 3 | ||
Rename Parameter jHipsterProperties : JHipsterProperties to taskExecutionProperties : TaskExecutionProperties in method public AsyncConfiguration(taskExecutionProperties TaskExecutionProperties) in class io.github.jhipster.sample.config.AsyncConfiguration | From | To | |
Rename Parameter taskExecutor : TaskExecutor to executor : Executor in method public liquibase(executor Executor, dataSource DataSource, liquibaseProperties LiquibaseProperties) : SpringLiquibase in class io.github.jhipster.sample.config.LiquibaseConfiguration | From | To | |
Rename Parameter authenticationManager : AuthenticationManager to authenticationManagerBuilder : AuthenticationManagerBuilder in method public UserJWTController(tokenProvider TokenProvider, authenticationManagerBuilder AuthenticationManagerBuilder) in class io.github.jhipster.sample.web.rest.UserJWTController | From | To |