8a2e91102485cb8737352b49bc0c8750e068bd79
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 6 | ||
Rename Method public getMaxWait() : long renamed to public getMaxWaitMillis() : long in class org.sonar.db.profiling.ProfiledDataSource | From | To | |
Rename Method public setMaxActive(maxActive int) : void renamed to public setMaxTotal(maxActive int) : void in class org.sonar.db.profiling.ProfiledDataSource | From | To | |
Rename Method public setMaxWait(maxWait long) : void renamed to public setMaxWaitMillis(maxWait long) : void in class org.sonar.db.profiling.ProfiledDataSource | From | To | |
Rename Method public getMaxActive() : int renamed to public getMaxTotal() : int in class org.sonar.db.profiling.ProfiledDataSource | From | To | |
Rename Method public getRemoveAbandoned() : boolean renamed to public getCacheState() : boolean in class org.sonar.db.profiling.ProfiledDataSource | From | To | |
Rename Method public setRemoveAbandoned(removeAbandoned boolean) : void renamed to public setRemoveAbandonedOnBorrow(removeAbandoned boolean) : void in class org.sonar.db.profiling.ProfiledDataSource | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type defaultReadOnly : boolean to defaultReadOnly : Boolean in method public setDefaultReadOnly(defaultReadOnly Boolean) : void in class org.sonar.db.profiling.ProfiledDataSource | From | To | |
Change Parameter Type defaultAutoCommit : boolean to defaultAutoCommit : Boolean in method public setDefaultAutoCommit(defaultAutoCommit Boolean) : void in class org.sonar.db.profiling.ProfiledDataSource | From | To | |
Change Parameter Type connectionInitSqls : Collection to connectionInitSqls : Collection<String> in method public setConnectionInitSqls(connectionInitSqls Collection<String>) : void in class org.sonar.db.profiling.ProfiledDataSource | From | To | |
Change Return Type | 3 | ||
Change Return Type boolean to Boolean in method public getDefaultReadOnly() : Boolean in class org.sonar.db.profiling.ProfiledDataSource | From | To | |
Change Return Type Collection to List<String> in method public getConnectionInitSqls() : List<String> in class org.sonar.db.profiling.ProfiledDataSource | From | To | |
Change Return Type boolean to Boolean in method public getDefaultAutoCommit() : Boolean in class org.sonar.db.profiling.ProfiledDataSource | From | To |