Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.972 | interface_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 5 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/log/ILoggerListener.java |
2 | 2 | 7 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/log/ILoggerListener.java |
3 | 2 | 9 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/log/ILoggerListener.java |
| |||||
public void info(Class<? > source, Object message); public void info(Class<? > source, Object message, Throwable th); |
| |||||
public void warn(Class<? > source, Object message); public void warn(Class<? > source, Object message, Throwable th); |
| |||||
public void error(Class<? > source, Object message); public void error(Class<? > source, Object message, Throwable th); |
| |||
public void [[#variable1cc555a0]](Class<? > source, Object message); public void [[#variable1cc555a0]](Class<? > source, Object message, Throwable th); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cc555a0]] | info |
1 | 2 | [[#1cc555a0]] | warn |
1 | 3 | [[#1cc555a0]] | error |