Toggle navigation
Home
java.lang.String to melnorme.lang.ide.core.operations.build.CommandInvocation
No. of Instances - 18
No. of Commits - 2
No. of Projects - {'goclipse'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
assertNotNull(buildTarget.getEffectiveBuildCommand())
to
assertNotNull(new CommandInvocation(buildCommand,toolManager,Optional.of(project)))
data.getBuildArguments()
to
data.getBuildCommand()
Rename Method invocation
getEffectiveBuildCommand
to
getEffectiveBuildCommand2
getEffectiveFieldValue1
to
getEffectiveFieldValue
getBuildArguments
to
getBuildCommand
Rename Variable
getDefaultBuildTargetCommand
to
getDefaultBuildTargetBuildCommand
getBuildArguments
to
getBuildCommand
buildArguments
to
buildCommand
buildArguments
to
buildCommand
buildArguments
to
buildCommand
getDefaultCommandArguments
to
getDefaultCommandInvocation
getEffectiveBuildCommand
to
getEffectiveBuildCommand2
buildArguments
to
buildCommand
buildArguments
to
buildCommand
buildArguments
to
buildCommand
buildArguments
to
buildCommand
getEffectiveBuildArgumentsValue
to
getEffectiveBuildCommand
getDefaultCommandArguments
to
getDefaultBuildCommand
buildOptions
to
buildCommand
buildOptions
to
buildCommand
Cascading Type Change (Similar)
String
to
CommandInvocation