Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 0 | 1.000 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 191 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/listener/AnsiColorLogger.java |
2 | 7 | 464 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/mail/MailMessage.java |
3 | 3 | 197 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/optional/EchoPropertiesTest.java |
| |||||
if (in != null) { try { in.close(); } catch (IOException e) { //Ignore - We do not want this to stop the build. } } |
| |||||
if (in != null) { try { in.close(); } catch (IOException e) { // ignore } } |
| |||||
if (in != null) { try { in.close(); } catch (IOException e) { } } |
| |||
if (in != null) { try { in.close(); } catch (IOException e) { // ignore //Ignore - We do not want this to stop the build. } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |