CloneSet425


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

/**
  * Character data.
  * <p>&AElig;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;


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

/**
  * Ignorable whitespace.
  * <p>&AElig;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;


Clone AbstractionParameter Count: 1Parameter Bindings

/**
    * Ignorable whitespace.
    * <p>&AElig;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>&AElig;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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#c2b0fe0]]
charData 
12[[#c2b0fe0]]
ignorableWhitespace