ebb9e2e9d3e05ba65c06ec301bee040b3a74fd3b
Files Diff
- Added: 18
- Removed: 1
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private parseUrlParameters(urlParams String, props Properties) : boolean renamed to private parseParameters(val String, delim String, props Properties) : boolean in class org.apache.ignite.IgniteJdbcDriver | From | To | |
Extract Method | 2 | ||
Extract Method private parseJdbcConfigUrl(url String, props Properties) : boolean extracted from private parseUrl(url String, props Properties) : boolean in class org.apache.ignite.IgniteJdbcDriver | From | To | |
Extract Method private parseJdbcUrl(url String, props Properties) : boolean extracted from private parseUrl(url String, props Properties) : boolean in class org.apache.ignite.IgniteJdbcDriver | From | To | |
Rename Parameter | 1 | ||
Rename Parameter urlParams : String to val : String in method private parseParameters(val String, delim String, props Properties) : boolean in class org.apache.ignite.IgniteJdbcDriver | From | To |