Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 1 | 0.982 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 58 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/input/GreedyInputHandler.java |
2 | 11 | 490 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Concat.java |
| |||||
t.start(); try { t.join(); } catch (InterruptedException e) { try { t.join(); } catch (InterruptedException e2) { // Ignore } } |
| |||||
t.start(); try { t.join(); } catch (InterruptedException e) { try { t.join(); } catch (InterruptedException ee) { // Empty } } |
| |||
t.start(); try { t.join(); } catch (InterruptedException e) { try { t.join(); } catch (InterruptedException [[#variable13051060]]) { // Ignore // Empty } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13051060]] | e2 |
1 | 2 | [[#13051060]] | ee |