Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 0 | 1.000 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 83 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/scm/AntStarTeamCheckOut.java |
2 | 11 | 67 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/starteam/TreeBasedTask.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; |
| |||||
/////////////////////////////////////////////////////////////// // 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; |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |