34c7b971edf32871e9c58ac4befe9b34747da9d0
Files Diff
- Added: 10
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public createProcessBuilder(goEnv GoEnvironment, fileLoc Location, offset int) : ProcessBuilder from class com.googlecode.goclipse.tooling.oracle.GoOracleFindDefinitionOperation to public createProcessBuilder(goEnv GoEnvironment, fileLoc Location, offset int) : ProcessBuilder from class com.googlecode.goclipse.tooling.oracle.GoOracleDescribeOperation | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute protected goOraclePath : String from class com.googlecode.goclipse.tooling.oracle.GoOracleFindDefinitionOperation to protected goOraclePath : String from class com.googlecode.goclipse.tooling.oracle.GoOracleDescribeOperation | From | To | |
Extract Superclass | 1 | ||
Extract Superclass com.googlecode.goclipse.tooling.oracle.GoOracleDescribeOperation from classes [com.googlecode.goclipse.tooling.oracle.GoOracleFindDefinitionOperation] | From | To | |
Extract Method | 1 | ||
Extract Method public createProcessBuilder(goEnv GoEnvironment, fileLoc Location, offset int, goPackageString String) : ProcessBuilder extracted from public createProcessBuilder(goEnv GoEnvironment, fileLoc Location, offset int) : ProcessBuilder in class com.googlecode.goclipse.tooling.oracle.GoOracleDescribeOperation | From | To |