CloneSet1353


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.958statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131464
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/util/XMLTypeValidator.java
231486
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
3
Source Line
1464
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/util/XMLTypeValidator.java

if ( !result && diagnostics != null)
  reportMinViolation(XMLTypePackage.Literals.UNSIGNED_SHORT, new Integer(unsignedShort), new Integer(UNSIGNED_SHORT__MIN__VALUE), true, diagnostics, context);
return result;


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

if ( !result && diagnostics != null)
  reportMaxViolation(XMLTypePackage.Literals.UNSIGNED_SHORT, new Integer(unsignedShort), new Integer(UNSIGNED_SHORT__MAX__VALUE), true, diagnostics, context);
return result;


Clone AbstractionParameter Count: 2Parameter Bindings

if ( !result && diagnostics != null)
   [[#variable17584fc0]](XMLTypePackage.Literals.UNSIGNED_SHORT, new Integer(unsignedShort), new Integer( [[#variable175850c0]]), true, diagnostics, context);
return result;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#17584fc0]]
reportMinViolation 
12[[#17584fc0]]
reportMaxViolation 
21[[#175850c0]]
UNSIGNED_SHORT__MIN__VALUE 
22[[#175850c0]]
UNSIGNED_SHORT__MAX__VALUE