Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.963 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 91 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/logicalstructures/JavaLogicalStructures.java |
2 | 2 | 86 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/util/AbstractExceptionAnalyzer.java |
| ||||
for (Iterator iter = pluginContributedJavaLogicalStructures.iterator(); iter.hasNext();) { addLogicalStructure((JavaLogicalStructure) iter.next()); } |
| ||||
for (Iterator iter = current.iterator(); iter.hasNext();) { addException((ITypeBinding) iter.next()); } |
| |||
for (Iterator iter = [[#variableb1dc5460]].iterator(); iter.hasNext();) { [[#variableb1dc53e0]](( [[#variableb1dc5340]]) iter.next()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b1dc5460]] | current |
1 | 2 | [[#b1dc5460]] | pluginContributedJavaLogicalStructures |
2 | 1 | [[#b1dc53e0]] | addException |
2 | 2 | [[#b1dc53e0]] | addLogicalStructure |
3 | 1 | [[#b1dc5340]] | ITypeBinding |
3 | 2 | [[#b1dc5340]] | JavaLogicalStructure |