05baa898d5414b2d66c6274e47f8110963c17cd3
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public getBuildInfo_NonNull(project IProject) : ProjectBuildInfo renamed to public getValidBuildInfo(project IProject, requireNonEmtpyTargets boolean) : ProjectBuildInfo in class melnorme.lang.ide.core.operations.build.BuildManager | From | To | |
Rename Method protected readTargetElement(targetElem Node) : BuildTarget renamed to protected readBuildTargetElement(targetElem Node) : BuildTarget in class melnorme.lang.ide.core.operations.build.BuildTargetsSerializer | From | To | |
Rename Method protected createProgramPathField() : ProjectRelativePathField renamed to protected init_createProgramPathField() : ProjectRelativePathField in class melnorme.lang.ide.ui.launch.MainLaunchConfigurationTab | From | To | |
Rename Method protected createTargetElement(doc Document, buildTarget BuildTarget) : Element renamed to protected createBuildTargetElement(doc Document, buildTarget BuildTarget) : Element in class melnorme.lang.ide.core.operations.build.BuildTargetsSerializer | From | To | |
Inline Method | 1 | ||
Inline Method protected getIsEnabled(currentBuildInfo ProjectBuildInfo, isFirstConfig boolean, name String) : boolean inlined to protected addBuildTargetFromConfig(buildTargets ArrayList2<BuildTarget>, buildConfig BuildConfiguration, currentBuildInfo ProjectBuildInfo, isFirstConfig boolean, targetName String) : void in class melnorme.lang.ide.core.operations.build.BuildManager | From | To | |
Inline Variable | 1 | ||
Inline Variable targetName : String in method protected createTargetElement(doc Document, buildTarget BuildTarget) : Element from class melnorme.lang.ide.core.operations.build.BuildTargetsSerializer | From | To | |
Rename Parameter | 1 | ||
Rename Parameter name : String to targetName : String in method protected addBuildTargetFromConfig(buildTargets ArrayList2<BuildTarget>, buildConfig BuildConfiguration, currentBuildInfo ProjectBuildInfo, isFirstConfig boolean, targetName String) : void in class melnorme.lang.ide.core.operations.build.BuildManager | From | To |