Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 2 | 0.969 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 241 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/VMDefinitionsContainer.java |
2 | 3 | 311 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation.java |
3 | 3 | 381 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/sourcelookup/JavaSourceLocator.java |
4 | 3 | 126 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/sourcelookup/PackageFragmentRootSourceLocation.java |
| ||||
// Create the Document and the top-level node Document doc = LaunchingPlugin.getDocument(); Element config = doc.createElement("vmSettings"); //$NON-NLS-1$ doc.appendChild(config); |
| ||||
Document doc = LaunchingPlugin.getDocument(); Element node = doc.createElement("archiveSourceLocation"); //$NON-NLS-1$ doc.appendChild(node); |
| ||||
Document doc = LaunchingPlugin.getDocument(); Element node = doc.createElement("javaSourceLocator"); //$NON-NLS-1$ doc.appendChild(node); |
| ||||
Document doc = LaunchingPlugin.getDocument(); Element node = doc.createElement("javaPackageFragmentRootSourceLocation"); //$NON-NLS-1$ doc.appendChild(node); |
| |||
// Create the Document and the top-level node Document doc = LaunchingPlugin.getDocument(); Element [[#variablea3f756e0]]= doc.createElement( [[#variablea3f75720]]); //$NON-NLS-1$ doc.appendChild( [[#variablea3f756e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a3f756e0]] | node |
1 | 2 | [[#a3f756e0]] | node |
1 | 3 | [[#a3f756e0]] | config |
1 | 4 | [[#a3f756e0]] | node |
2 | 1 | [[#a3f75720]] | "javaPackageFragmentRootSourceLocation" |
2 | 2 | [[#a3f75720]] | "javaSourceLocator" |
2 | 3 | [[#a3f75720]] | "vmSettings" |
2 | 4 | [[#a3f75720]] | "archiveSourceLocation" |