Toggle navigation
Home
org.sonar.api.resources.Project to org.sonar.api.batch.fs.internal.DefaultInputModule
No. of Instances - 26
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
project
to
module
project
to
module
subModules
to
child
project
to
module
project
to
module
project
to
module
project
to
module
project
to
module
project
to
module
project
to
module
project
to
module
project
to
module
project
to
module
project
to
module
project
to
module
project
to
module
project
to
module
Add or Remove Method invocation
json.beginObject().prop("key",module.getEffectiveKey()).prop("path",module.getPath())
to
json.beginObject().prop("key",module.key()).prop("path",moduleHierarchy.relativePath(module))
module.getModules()
to
moduleHierarchy.children(module)
module.getModules()
to
tree.children(module)
when(mockedProject.getEffectiveKey())
to
when(mockedProject.key())
module.getName()
to
module.definition().getName()
moduleDefinition
to
module.definition()
module.getModules()
to
tree.children(module)
Cascading Type Change (Similar)
Project
to
DefaultInputModule
Update argument list (Method invocation)
add
to
add