Toggle navigation
Home
org.apache.tools.ant.Project to org.eclipse.jgit.gitrepo.RepoProject
No. of Instances - 14
No. of Commits - 1
No. of Projects - {'jgit'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Internal
Mapping:
Cascading Type Change (Different)
ArrayList<Project>
to
ArrayList<RepoProject>
Cascading Type Change (Similar)
Project
to
RepoProject
Update Class Instacne Creation
new CopyFile(command.repo,currentProject.path,attributes.getValue("src"),attributes.getValue("dest"))
to
new CopyFile(rootRepo,currentProject.path,attributes.getValue("src"),attributes.getValue("dest"))