Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 3 | 0.950 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 135 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/javacc/JavaCC.java |
2 | 10 | 123 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/javacc/JJTree.java |
| |||||
/** * Sets the STATIC grammar option. * @param staticParser a <code>boolean</code> value. */ public void setStatic(boolean staticParser) { optionalAttrs.put(STATIC, staticParser ? Boolean.TRUE: Boolean.FALSE); } /** * Sets the DEBUG_PARSER grammar option. * @param debugParser a <code>boolean</code> value. */ public void setDebugparser(boolean debugParser) { optionalAttrs.put(DEBUG_PARSER, debugParser ? Boolean.TRUE: Boolean.FALSE); } |
| |||||
/** * Sets the STATIC grammar option. * @param staticParser a <code>boolean</code> value. */ public void setStatic(boolean staticParser) { optionalAttrs.put(STATIC, staticParser ? Boolean.TRUE: Boolean.FALSE); } /** * Sets the VISITOR grammar option. * @param visitor a <code>boolean</code> value. */ public void setVisitor(boolean visitor) { optionalAttrs.put(VISITOR, visitor ? Boolean.TRUE: Boolean.FALSE); } |
| |||
/** * Sets the STATIC grammar option. * @param staticParser a <code>boolean</code> value. */ public void setStatic(boolean staticParser) { optionalAttrs.put(STATIC, staticParser ? Boolean.TRUE: Boolean.FALSE); } /** * Sets the DEBUG_PARSER grammar option. * @param debugParser a <code>boolean</code> value. */ /** * Sets the VISITOR grammar option. * @param visitor a <code>boolean</code> value. */ public void [[#variable1314a8c0]](boolean [[#variable13144500]]) { optionalAttrs.put( [[#variable1314a780]], [[#variable13144500]]? Boolean.TRUE: Boolean.FALSE); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1314a8c0]] | setDebugparser |
1 | 2 | [[#1314a8c0]] | setVisitor |
2 | 1 | [[#13144500]] | debugParser |
2 | 2 | [[#13144500]] | visitor |
3 | 1 | [[#1314a780]] | DEBUG_PARSER |
3 | 2 | [[#1314a780]] | VISITOR |