2b7bf08a6825245dd16aa8b786c703590d3535b1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type binPath : IPath to binPath : Path in method protected findExistingFile(binPath Path, paths List<String>) : File in class com.googlecode.goclipse.ui.preferences.GoPreferencePage | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable compilerFile : File to filePath : File in method protected setValueIfFileExists(fileFieldEditor FileFieldEditor, filePath File) : void in class com.googlecode.goclipse.ui.preferences.GoPreferencePage | From | To | |
Rename Attribute | 3 | ||
Rename Attribute formatterEditor : FileFieldEditor to gofmtPathEditor : FileFieldEditor in class com.googlecode.goclipse.ui.preferences.GoPreferencePage | From | To | |
Rename Attribute documentorEditor : FileFieldEditor to godocPathEditor : FileFieldEditor in class com.googlecode.goclipse.ui.preferences.GoPreferencePage | From | To | |
Rename Attribute compilerEditor : FileFieldEditor to goToolPathEditor : FileFieldEditor in class com.googlecode.goclipse.ui.preferences.GoPreferencePage | From | To | |
Change Variable Type | 2 | ||
Change Variable Type binPath : IPath to binPath : File in method protected handleGoRootChange() : void in class com.googlecode.goclipse.ui.preferences.GoPreferencePage | From | To | |
Change Variable Type path : IPath to path : Path in method protected findExistingFile(binPath Path, paths List<String>) : File in class com.googlecode.goclipse.ui.preferences.GoPreferencePage | From | To | |
Extract Method | 2 | ||
Extract Method protected handleGoRootChange() : void extracted from public propertyChange(event PropertyChangeEvent) : void in class com.googlecode.goclipse.ui.preferences.GoPreferencePage | From | To | |
Extract Method protected setValueIfFileExists(fileFieldEditor FileFieldEditor, filePath File) : void extracted from public propertyChange(event PropertyChangeEvent) : void in class com.googlecode.goclipse.ui.preferences.GoPreferencePage | From | To |