Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.977 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 151 | E:/TSE/Projects-CloneDR/jEdit-4.2/com/microstar/xml/HandlerBase.java |
2 | 3 | 162 | 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 { } |
| |||||
/** * 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 { } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c31e440]] | charData |
1 | 2 | [[#c31e440]] | ignorableWhitespace |