d59f6e397fa56b6975fb423c30e539314259e4f2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getChangeSets(liquibase Liquibase) : List<ChangeSet> renamed to private getLiquibaseUnrunChangeSets(liquibase Liquibase) : List<ChangeSet> in class org.keycloak.connections.jpa.updater.liquibase.LiquibaseJpaUpdaterProvider | From | To | |
Extract Method | 1 | ||
Extract Method private resetLiquibaseServices(liquibase Liquibase) : void extracted from protected updateChangeSet(liquibase Liquibase, changelog String, exportWriter Writer) : void in class org.keycloak.connections.jpa.updater.liquibase.LiquibaseJpaUpdaterProvider | From | To |