Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.977 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 188 | E:/TSE/Projects-CloneDR/jEdit-4.2/com/microstar/xml/XmlHandler.java |
2 | 2 | 205 | E:/TSE/Projects-CloneDR/jEdit-4.2/com/microstar/xml/XmlHandler.java |
| |||||
/** * Character data. * <p>Ælfred will call this method once for each chunk of * character data found in the contents of elements. Note that * the parser may break up a long sequence of characters into * smaller chunks and call this method once for each chunk. * <p>Do <em>not</em> attempt to read more than <var>length</var> * characters from the array, or to read before the * <var>start</var> position. * @param ch The character data. * @param start The starting position in the array. * @param length The number of characters available. * @exception java.lang.Exception The handler may throw any exception. */ public void charData(char ch[], int start, int length) throws java.lang.Exception; |
| |||||
/** * Ignorable whitespace. * <p>Ælfred will call this method once for each sequence * of ignorable whitespace in element content (never in mixed content). * <p>For details, see section 2.10 of the XML 1.0 recommendation. * <p>Do <em>not</em> attempt to read more than <var>length</var> * characters from the array or to read before the <var>start</var> * position. * @param ch The literal whitespace characters. * @param start The starting position in the array. * @param length The number of whitespace characters available. * @exception java.lang.Exception The handler may throw any exception. */ public void ignorableWhitespace(char ch[], int start, int length) throws java.lang.Exception; |
| |||
/** * Ignorable whitespace. * <p>Ælfred will call this method once for each sequence * of ignorable whitespace in element content (never in mixed content). * <p>For details, see section 2.10 of the XML 1.0 recommendation. * <p>Do <em>not</em> attempt to read more than <var>length</var> * characters from the array or to read before the <var>start</var> * position. * @param ch The literal whitespace characters. * @param start The starting position in the array. * @param length The number of whitespace characters available. * @exception java.lang.Exception The handler may throw any exception. */ /** * Character data. * <p>Ælfred will call this method once for each chunk of * character data found in the contents of elements. Note that * the parser may break up a long sequence of characters into * smaller chunks and call this method once for each chunk. * <p>Do <em>not</em> attempt to read more than <var>length</var> * characters from the array, or to read before the * <var>start</var> position. * @param ch The character data. * @param start The starting position in the array. * @param length The number of characters available. * @exception java.lang.Exception The handler may throw any exception. */ public void [[#variablec2b0fe0]](char ch[], int start, int length) throws java.lang.Exception; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c2b0fe0]] | charData |
1 | 2 | [[#c2b0fe0]] | ignorableWhitespace |