CloneSet1296


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11183
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/scm/AntStarTeamCheckOut.java
21167
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/starteam/TreeBasedTask.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
83
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/scm/AntStarTeamCheckOut.java

/**
 * This constant sets the filter to include all files. This default has
 * the same result as <CODE>setIncludes("*")</CODE>.
 *
 * @see #getIncludes()
 * @see #setIncludes(String includes)
 */
public static final String DEFAULT_INCLUDESETTING = "*";

/**
 * This disables the exclude filter by default. In other words, no files
 * are excluded. This setting is equivalent to <CODE>setExcludes(null)</CODE>
 * .
 *
 * @see #getExcludes()
 * @see #setExcludes(String excludes)
 */
public static final String DEFAULT_EXCLUDESETTING = null;


First
Previous
Clone Instance
2
Line Count
11
Source Line
67
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/starteam/TreeBasedTask.java

///////////////////////////////////////////////////////////////
// default values for attributes.
///////////////////////////////////////////////////////////////
/**
 * This constant sets the filter to include all files. This default has
 * the same result as <code>setIncludes("*")</code>.
 *
 * @see #getIncludes()
 * @see #setIncludes(String includes)
 */
public static final String DEFAULT_INCLUDESETTING = "*";

/**
 * This disables the exclude filter by default. In other words, no files
 * are excluded. This setting is equivalent to
 * <code>setExcludes(null)</code>.
 *
 * @see #getExcludes()
 * @see #setExcludes(String excludes)
 */
public static final String DEFAULT_EXCLUDESETTING = null;


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * This constant sets the filter to include all files. This default has
     * the same result as <CODE>setIncludes("*")</CODE>.
     *
     * @see #getIncludes()
     * @see #setIncludes(String includes)
     */
///////////////////////////////////////////////////////////////
// default values for attributes.
///////////////////////////////////////////////////////////////
/**
     * This constant sets the filter to include all files. This default has
     * the same result as <code>setIncludes("*")</code>.
     *
     * @see #getIncludes()
     * @see #setIncludes(String includes)
     */
public static final String DEFAULT_INCLUDESETTING = "*";

/**
     * This disables the exclude filter by default. In other words, no files
     * are excluded. This setting is equivalent to <CODE>setExcludes(null)</CODE>
     * .
     *
     * @see #getExcludes()
     * @see #setExcludes(String excludes)
     */
/**
     * This disables the exclude filter by default. In other words, no files
     * are excluded. This setting is equivalent to
     * <code>setExcludes(null)</code>.
     *
     * @see #getExcludes()
     * @see #setExcludes(String excludes)
     */
public static final String DEFAULT_EXCLUDESETTING = null;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None