CloneSet123


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
114271
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/TextUtilities.java
214396
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/TextUtilities.java
Next
Last
Clone Instance
1
Line Count
14
Source Line
271
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/TextUtilities.java

char ch = line.charAt(pos);
if (noWordSep == null)
  noWordSep = "";
//{{{ the character under the cursor changes how we behave.
int type;
if (Character.isWhitespace(ch))
  type = WHITESPACE;
else
  if (Character.isLetterOrDigit(ch) || noWordSep.indexOf(ch) != -1)
    type = WORD_CHAR;
  else
    type = SYMBOL;


First
Previous
Clone Instance
2
Line Count
14
Source Line
396
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/TextUtilities.java

char ch = line.charAt(pos);
if (noWordSep == null)
  noWordSep = "";
//{{{ the character under the cursor changes how we behave.
int type;
if (Character.isWhitespace(ch))
  type = WHITESPACE;
else
  if (Character.isLetterOrDigit(ch) || noWordSep.indexOf(ch) != -1)
    type = WORD_CHAR;
  else
    type = SYMBOL;


Clone AbstractionParameter Count: 0Parameter Bindings

char ch = line.charAt(pos);
if (noWordSep == null)
  noWordSep = "";
//{{{ the character under the cursor changes how we behave.
int type;
if (Character.isWhitespace(ch))
  type = WHITESPACE;
else
  if (Character.isLetterOrDigit(ch) || noWordSep.indexOf(ch) != -1)
    type = WORD_CHAR;
  else
    type = SYMBOL;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None