f0da6661013e1369c040f84dc8a5672010c5f298
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public getFirstElementOrNull(coll Collection<T>) : T renamed to public getSingleElementOrNull(coll Iterable<T>) : T in class melnorme.utilbox.misc.CollectionUtil | From | To | |
| Rename Method public getLaunchArtifacts_do(vbt ValidatedBuildTarget) : Indexable<LaunchArtifact> renamed to public getMainLaunchArtifact(vbt ValidatedBuildTarget) : LaunchArtifact in class com.googlecode.goclipse.core.operations.GoBuildManager.AbstractGoBuildType | From | To | |
| Rename Method public MSG_BuildTarget_NoExecutablesAvailable() : String renamed to public MSG_BuildTarget_NoExecutableAvailable() : String in class melnorme.lang.ide.core.launch.LaunchMessages | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type coll : Collection<T> to coll : Iterable<T> in method public getSingleElementOrNull(coll Iterable<T>) : T in class melnorme.utilbox.misc.CollectionUtil | From | To | |
| Inline Method | 1 | ||
| Inline Method protected addRunDebugMenu(menu IMenuManager, buildTargetElement BuildTargetElement, launchArtifacts Indexable<LaunchArtifact>) : void inlined to protected addLaunchActions(menu IMenuManager, buildTargetElement BuildTargetElement) : void in class melnorme.lang.ide.ui.navigator.BuildTargetsActionGroup | From | To | |
| Rename Variable | 4 | ||
| Rename Variable label : String to buildTargetName : String in method protected addLaunchActions(menu IMenuManager, buildTargetElement BuildTargetElement) : void in class melnorme.lang.ide.ui.navigator.BuildTargetsActionGroup | From | To | |
| Rename Variable debugMenu : MenuManager to debugSubTargetsMenu : MenuManager in method protected addLaunchActions(menu IMenuManager, buildTargetElement BuildTargetElement) : void in class melnorme.lang.ide.ui.navigator.BuildTargetsActionGroup | From | To | |
| Rename Variable launchArtifacts : Indexable<LaunchArtifact> to mainLaunchArtifact : LaunchArtifact in method public getDefaultExecutablePath() : String in class melnorme.lang.ide.core.operations.build.ValidatedBuildTarget | From | To | |
| Rename Variable runMenu : MenuManager to runSubTargetsMenu : MenuManager in method protected addLaunchActions(menu IMenuManager, buildTargetElement BuildTargetElement) : void in class melnorme.lang.ide.ui.navigator.BuildTargetsActionGroup | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Indexable<LaunchArtifact> to LaunchArtifact in method public getMainLaunchArtifact(vbt ValidatedBuildTarget) : LaunchArtifact in class com.googlecode.goclipse.core.operations.GoBuildManager.AbstractGoBuildType | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable projectPostfix : String to launchNameSuggestion : String in method public LaunchBuildTargetAction(buildTargetElement BuildTargetElement, isRun boolean, exePathOverride String, launchNameSuggestion String, actionText String) in class melnorme.lang.ide.ui.navigator.BuildTargetsActionGroup.LaunchBuildTargetAction | From | To | |
| Extract Variable | 1 | ||
| Extract Variable iterator : Iterator<T> in method public getSingleElementOrNull(coll Iterable<T>) : T from class melnorme.utilbox.misc.CollectionUtil | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type launchArtifacts : Indexable<LaunchArtifact> to mainLaunchArtifact : LaunchArtifact in method public getDefaultExecutablePath() : String in class melnorme.lang.ide.core.operations.build.ValidatedBuildTarget | From | To |