Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.974 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 84 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/FontInfo.java |
2 | 13 | 114 | E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/SyntaxStyle.java |
| |||||
public boolean isBold() { return _isBold; } public void setIsBold(boolean value) { _isBold = value; } |
| |||||
/** * Is this a bold style? * * @return <TT>true</TT> if this is a bold style. */ public boolean isBold() { return _isBold; } /** * Specify whether this is a bold style. * * @param value <TT>true</TT> if this is a bold style. */ public void setBold(boolean value) { _isBold = value; } |
| |||
/** * Is this a bold style? * * @return <TT>true</TT> if this is a bold style. */ public boolean isBold() { return _isBold; } /** * Specify whether this is a bold style. * * @param value <TT>true</TT> if this is a bold style. */ public void [[#variable1ca068e0]](boolean value) { _isBold = value; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ca068e0]] | setIsBold |
1 | 2 | [[#1ca068e0]] | setBold |