Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.983 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 726 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarManifestWizardPage.java |
2 | 4 | 221 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarOptionsPage.java |
| ||||
String pathStr = settings.get(STORE_MANIFEST_LOCATION); if (pathStr == null) pathStr = ""; //$NON-NLS-1$ fJarPackage.setManifestLocation(new Path(pathStr)); |
| ||||
String pathStr = settings.get(STORE_DESCRIPTION_LOCATION); if (pathStr == null) pathStr = ""; //$NON-NLS-1$ fJarPackage.setDescriptionLocation(new Path(pathStr)); |
| |||
String pathStr = settings.get( [[#variable5d836e20]]); if (pathStr == null) pathStr = ""; //$NON-NLS-1$ fJarPackage. [[#variable5d8363a0]](new Path(pathStr)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5d836e20]] | STORE_MANIFEST_LOCATION |
1 | 2 | [[#5d836e20]] | STORE_DESCRIPTION_LOCATION |
2 | 1 | [[#5d8363a0]] | setManifestLocation |
2 | 2 | [[#5d8363a0]] | setDescriptionLocation |