Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.985 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 41 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/JreResolutionGenerator.java |
2 | 2 | 83 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/UserLibraryMarkerResolutionGenerator.java |
| ||||
String[] arguments = CorrectionEngine.getProblemArguments(marker); IPath path = new Path(arguments[0]); |
| ||||
String[] arguments = CorrectionEngine.getProblemArguments(marker); final IPath path = new Path(arguments[0]); |
| |||
String[] arguments = CorrectionEngine.getProblemArguments(marker); [[#variable5856d4c0]]IPath path = new Path(arguments[0]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5856d4c0]] | final |
1 | 2 | [[#5856d4c0]] |