dbedbba0617c592958ea1c6eb02274c66a60eb84
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testExecuteQuery() : void renamed to public testExecuteQuery0() : void in class org.apache.ignite.jdbc.thin.JdbcThinStatementSelfTest | From | To | |
Rename Variable | 1 | ||
Rename Variable cache : IgniteCache<String,Person> to cachePerson : IgniteCache<String,Person> in method private fillCache() : void in class org.apache.ignite.jdbc.thin.JdbcThinStatementSelfTest | From | To | |
Extract Method | 1 | ||
Extract Method private fillCache() : void extracted from protected beforeTestsStarted() : void in class org.apache.ignite.jdbc.thin.JdbcThinStatementSelfTest | From | To |