c9fd5bf1e0d2fa3c9c22f4b4cc85ececbd718d34
Files Diff
- Added: 5
- Removed: 1
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public getLimitSql(sql String, index int, size int) : String from class org.cloudfoundry.identity.uaa.resources.jdbc.DefaultLimitSqlAdapter to public getLimitSql(sql String, index int, size int) : String from class org.cloudfoundry.identity.uaa.resources.jdbc.LimitSqlAdapter | From | To | |
Extract Method | 1 | ||
Extract Method protected runDeleteExpired(now long) : boolean extracted from public checkExpired() : void in class org.cloudfoundry.identity.uaa.oauth.token.JdbcRevocableTokenProvisioning | From | To |