Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.958 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1464 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/util/XMLTypeValidator.java |
2 | 3 | 1486 | 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; |
| |||||
if ( !result && diagnostics != null) reportMaxViolation(XMLTypePackage.Literals.UNSIGNED_SHORT, new Integer(unsignedShort), new Integer(UNSIGNED_SHORT__MAX__VALUE), true, diagnostics, context); return result; |
| |||
if ( !result && diagnostics != null) [[#variable17584fc0]](XMLTypePackage.Literals.UNSIGNED_SHORT, new Integer(unsignedShort), new Integer( [[#variable175850c0]]), true, diagnostics, context); return result; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17584fc0]] | reportMinViolation |
1 | 2 | [[#17584fc0]] | reportMaxViolation |
2 | 1 | [[#175850c0]] | UNSIGNED_SHORT__MIN__VALUE |
2 | 2 | [[#175850c0]] | UNSIGNED_SHORT__MAX__VALUE |