Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.954 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 460 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java |
2 | 3 | 484 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java |
| |||||
/** * Write a task level message to the log with the given log level. * @param task The task to use in the log. Must not be <code>null</code>. * @param message The text to log. Should not be <code>null</code>. * @param throwable The exception causing this log, may be <code>null</code>. * @param msgLevel The log priority level to use. * @since 1.7 */ public void log(Task task, String message, Throwable throwable, int msgLevel) { fireMessageLogged(task, message, throwable, msgLevel); } |
| |||||
/** * Write a target level message to the log with the given log level. * @param target The target to use in the log. * Must not be <code>null</code>. * @param message The text to log. Should not be <code>null</code>. * @param throwable The exception causing this log, may be <code>null</code>. * @param msgLevel The log priority level to use. * @since 1.7 */ public void log(Target target, String message, Throwable throwable, int msgLevel) { fireMessageLogged(target, message, throwable, msgLevel); } |
| |||
/** * Write a target level message to the log with the given log level. * @param target The target to use in the log. * Must not be <code>null</code>. * @param message The text to log. Should not be <code>null</code>. * @param throwable The exception causing this log, may be <code>null</code>. * @param msgLevel The log priority level to use. * @since 1.7 */ /** * Write a task level message to the log with the given log level. * @param task The task to use in the log. Must not be <code>null</code>. * @param message The text to log. Should not be <code>null</code>. * @param throwable The exception causing this log, may be <code>null</code>. * @param msgLevel The log priority level to use. * @since 1.7 */ public void log( [[#variable131640a0]] [[#variable13164040]], String message, Throwable throwable, int msgLevel) { fireMessageLogged( [[#variable13164040]], message, throwable, msgLevel); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131640a0]] | Task |
1 | 2 | [[#131640a0]] | Target |
2 | 1 | [[#13164040]] | task |
2 | 2 | [[#13164040]] | target |