CloneSet2042


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.974class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1884
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/FontInfo.java
213114
E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/SyntaxStyle.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
84
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/gui/FontInfo.java

public boolean isBold() {
  return _isBold;
}

public void setIsBold(boolean value) {
  _isBold = value;
}


First
Previous
Clone Instance
2
Line Count
13
Source Line
114
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/SyntaxStyle.java

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


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ca068e0]]
setIsBold 
12[[#1ca068e0]]
setBold