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 | 1340 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/util/XMLTypeValidator.java |
2 | 3 | 1362 | 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_INT, new Long(unsignedInt), new Long(UNSIGNED_INT__MIN__VALUE), true, diagnostics, context); return result; |
| |||||
if ( !result && diagnostics != null) reportMaxViolation(XMLTypePackage.Literals.UNSIGNED_INT, new Long(unsignedInt), new Long(UNSIGNED_INT__MAX__VALUE), true, diagnostics, context); return result; |
| |||
if ( !result && diagnostics != null) [[#variable175843e0]](XMLTypePackage.Literals.UNSIGNED_INT, new Long(unsignedInt), new Long( [[#variable17584560]]), true, diagnostics, context); return result; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175843e0]] | reportMinViolation |
1 | 2 | [[#175843e0]] | reportMaxViolation |
2 | 1 | [[#17584560]] | UNSIGNED_INT__MIN__VALUE |
2 | 2 | [[#17584560]] | UNSIGNED_INT__MAX__VALUE |