CloneSet409


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.977method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13151
E:/TSE/Projects-CloneDR/jEdit-4.2/com/microstar/xml/HandlerBase.java
23162
E:/TSE/Projects-CloneDR/jEdit-4.2/com/microstar/xml/HandlerBase.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
151
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/com/microstar/xml/HandlerBase.java

/**
  * Handle character data.
  * <p>The default implementation does nothing.
  * @see com.microstar.xml.XmlHandler#charData
  * @exception java.lang.Exception Derived methods may throw exceptions.
  */
public void charData(char ch[], int start, int length) throws java.lang.Exception {
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
162
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/com/microstar/xml/HandlerBase.java

/**
  * Handle ignorable whitespace.
  * <p>The default implementation does nothing.
  * @see com.microstar.xml.XmlHandler#ignorableWhitespace
  * @exception java.lang.Exception Derived methods may throw exceptions.
  */
public void ignorableWhitespace(char ch[], int start, int length) throws java.lang.Exception {
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
    * Handle ignorable whitespace.
    * <p>The default implementation does nothing.
    * @see com.microstar.xml.XmlHandler#ignorableWhitespace
    * @exception java.lang.Exception Derived methods may throw exceptions.
    */
/**
    * Handle character data.
    * <p>The default implementation does nothing.
    * @see com.microstar.xml.XmlHandler#charData
    * @exception java.lang.Exception Derived methods may throw exceptions.
    */
public void [[#variablec31e440]](char ch[], int start, int length) throws java.lang.Exception {
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#c31e440]]
charData 
12[[#c31e440]]
ignorableWhitespace