CloneSet500


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6320.959block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16468
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/util/XMLTypeValidator.java
26699
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/util/XMLTypeValidator.java
36997
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/util/XMLTypeValidator.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
468
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/util/XMLTypeValidator.java

{
  int length = entities.size();
  boolean result = length >= 1;
  if ( !result && diagnostics != null)
    reportMinLengthViolation(XMLTypePackage.Literals.ENTITIES, entities, length, 1, diagnostics, context);
  return result;
}


Next
Previous
Clone Instance
2
Line Count
6
Source Line
699
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/util/XMLTypeValidator.java

{
  int length = idrefs.size();
  boolean result = length >= 1;
  if ( !result && diagnostics != null)
    reportMinLengthViolation(XMLTypePackage.Literals.IDREFS, idrefs, length, 1, diagnostics, context);
  return result;
}


First
Previous
Clone Instance
3
Line Count
6
Source Line
997
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/util/XMLTypeValidator.java

{
  int length = nmtokens.size();
  boolean result = length >= 1;
  if ( !result && diagnostics != null)
    reportMinLengthViolation(XMLTypePackage.Literals.NMTOKENS, nmtokens, length, 1, diagnostics, context);
  return result;
}


Clone AbstractionParameter Count: 2Parameter Bindings

{
  int length = [[#variable17314fe0]].size();
  boolean result = length >= 1;
  if ( !result && diagnostics != null)
    reportMinLengthViolation(XMLTypePackage.Literals. [[#variable17315f80]],  [[#variable17314fe0]], length, 1, diagnostics, context);
  return result;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#17314fe0]]
entities 
12[[#17314fe0]]
idrefs 
13[[#17314fe0]]
nmtokens 
21[[#17315f80]]
ENTITIES 
22[[#17315f80]]
IDREFS 
23[[#17315f80]]
NMTOKENS