Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.956 | interface_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 31 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/log/ILogger.java |
2 | 2 | 33 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/log/ILogger.java |
3 | 2 | 35 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/log/ILogger.java |
| |||||
public void info(Object message, Throwable th); public void warn(Object message); |
| |||||
public void warn(Object message, Throwable th); public void error(Object message); |
| |||||
public void error(Object message, Throwable th); public void debug(Object message); |
| |||
public void [[#variable1c809d40]](Object message, Throwable th); public void [[#variable1c809b60]](Object message); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c809d40]] | info |
1 | 2 | [[#1c809d40]] | warn |
1 | 3 | [[#1c809d40]] | error |
2 | 1 | [[#1c809b60]] | warn |
2 | 2 | [[#1c809b60]] | error |
2 | 3 | [[#1c809b60]] | debug |