CloneSet531


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.954method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12460
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java
23484
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
460
Source File
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);
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
484
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java

/**
 * 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);
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#131640a0]]
Task 
12[[#131640a0]]
Target 
21[[#13164040]]
task 
22[[#13164040]]
target