|
Rename Method public isProjectInsideGoPath(project IProject, goPath GoPath) : boolean renamed to public isProjectInsideGoPathSourceFolder(project IProject, goPath GoPath) : boolean in class com.googlecode.goclipse.core.GoProjectEnvironment |
From |
To |
|
Rename Method public addAll(iterable Iterable<? extends E>) : ArrayList2<E> renamed to public addAll2(iterable Iterable<? extends E>) : ArrayList2<E> in class melnorme.utilbox.collections.ArrayList2 |
From |
To |
|
Rename Method public addAll(stream Stream<? extends E>) : ArrayList2<E> renamed to public addAll2(stream Stream<? extends E>) : ArrayList2<E> in class melnorme.utilbox.collections.ArrayList2 |
From |
To |
|
Rename Method public isProjectInsideGoPath(project IProject) : boolean renamed to public isProjectInsideGoPathSourceFolder(project IProject) : boolean in class com.googlecode.goclipse.core.GoProjectEnvironment |
From |
To |
|
Rename Method protected getEvaluatedAndParserArguments() : String[] renamed to protected getEvaluatedAndParsedArguments() : String[] in class melnorme.lang.ide.core.operations.build.CommonBuildTargetOperation |
From |
To |
|
Rename Method public gopackage(pathString String) : GoPackageName renamed to public goPkg(pathString String) : GoPackageName in class com.googlecode.goclipse.tooling.env.GoEnvironmentTest |
From |
To |
|
Rename Method public addElements(elements Collection<? extends E>) : HashSet2<E> renamed to public addAll2(elements Iterable<? extends E>) : HashSet2<E> in class melnorme.utilbox.collections.HashSet2 |
From |
To |
|
Rename Method public getSourcePackages(project IProject, goEnvironment GoEnvironment) : Collection<GoPackageName> renamed to public findSourcePackages(project IProject, goEnvironment GoEnvironment) : ArrayList2<GoPackageName> in class com.googlecode.goclipse.core.GoProjectEnvironment |
From |
To |
|
Push Down Method public getBuildOperation(buildTargetValidator BuildTargetValidator, opInfo OperationInfo, buildToolPath Path, fullBuild boolean) : CommonBuildTargetOperation from class com.googlecode.goclipse.core.operations.GoBuildManager.AbstractGoBuildType to public getBuildOperation(buildTargetValidator BuildTargetValidator, opInfo OperationInfo, buildToolPath Path, fullBuild boolean) : CommonBuildTargetOperation from class com.googlecode.goclipse.core.operations.GoBuildManager.GoTestBuildType |
From |
To |
|
Push Down Method public getBuildOperation(buildTargetValidator BuildTargetValidator, opInfo OperationInfo, buildToolPath Path, fullBuild boolean) : CommonBuildTargetOperation from class com.googlecode.goclipse.core.operations.GoBuildManager.AbstractGoBuildType to public getBuildOperation(buildTargetValidator BuildTargetValidator, opInfo OperationInfo, buildToolPath Path, fullBuild boolean) : CommonBuildTargetOperation from class com.googlecode.goclipse.core.operations.GoBuildManager.GoRunTestsBuildType |
From |
To |
|
Push Down Method public getBuildOperation(buildTargetValidator BuildTargetValidator, opInfo OperationInfo, buildToolPath Path, fullBuild boolean) : CommonBuildTargetOperation from class com.googlecode.goclipse.core.operations.GoBuildManager.AbstractGoBuildType to public getBuildOperation(buildTargetValidator BuildTargetValidator, opInfo OperationInfo, buildToolPath Path, fullBuild boolean) : CommonBuildTargetOperation from class com.googlecode.goclipse.core.operations.GoBuildManager.GoDefaultBuildType |
From |
To |
|
Change Return Type Collection<GoPackageName> to ArrayList2<GoPackageName> in method public findSourcePackages(project IProject, goEnvironment GoEnvironment) : ArrayList2<GoPackageName> in class com.googlecode.goclipse.core.GoProjectEnvironment |
From |
To |
|
Change Return Type HashSet<T> to HashSet2<T> in method public hashSet(elems T...) : HashSet2<T> in class melnorme.utilbox.tests.CommonTestUtils |
From |
To |
|
Change Return Type Set<GoPackageName> to Collection2<GoPackageName> in method public getModuleNames() : Collection2<GoPackageName> in class com.googlecode.goclipse.tooling.GoPackagesVisitor |
From |
To |
|
Change Return Type Location to GoWorkspaceLocation in method public findGoPathEntryForSourcePath(sourcePath Location) : GoWorkspaceLocation in class com.googlecode.goclipse.tooling.env.GoPath |
From |
To |
|
Change Return Type HashSet<Path> to HashSet2<Path> in method public getModuleFiles() : HashSet2<Path> in class com.googlecode.goclipse.tooling.GoPackagesVisitor |
From |
To |
|
Change Return Type Location to GoWorkspaceLocation in method public findGoPathEntry(goPathSubLocation Location) : GoWorkspaceLocation in class com.googlecode.goclipse.tooling.env.GoPath |
From |
To |
|
Change Variable Type sourcePackages : Collection<GoPackageName> to sourcePackages : Collection2<GoPackageName> in method protected addSourcePackagesToCmdLine(project IProject, goBuildCmdLine ArrayList2<String>, goEnvironment GoEnvironment) : void in class com.googlecode.goclipse.core.operations.GoBuildManager |
From |
To |
|
Change Variable Type goPathEntry : Location to goWorkspace : GoWorkspaceLocation in method public getBinFolderLocationForSubLocation(goPathSubLocation Location) : Location in class com.googlecode.goclipse.tooling.env.GoEnvironment |
From |
To |
|
Change Variable Type sourcePackages : Collection<GoPackageName> to sourcePackages : Collection2<GoPackageName> in method protected openProgramPathDialog(project IProject) : String in class com.googlecode.goclipse.ui.launch.GoMainLaunchConfigurationTab |
From |
To |
|
Change Variable Type goPathEntry : Location to goPathEntry : GoWorkspaceLocation in method public findGoPackageForLocation(goPackageLocation Location) : GoPackageName in class com.googlecode.goclipse.tooling.env.GoPath |
From |
To |
|
Change Variable Type goPathEntry : Location to goPathEntry : GoWorkspaceLocation in method public getEffectiveGoPath(project IProject) : GoPath in class com.googlecode.goclipse.core.GoProjectEnvironment |
From |
To |
|
Change Variable Type workspaceEntry : Location to goWorkspace : GoWorkspaceLocation in method public findGoPathEntryForSourcePath(sourcePath Location) : GoWorkspaceLocation in class com.googlecode.goclipse.tooling.env.GoPath |
From |
To |