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 | 1272 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/util/XMLTypeValidator.java |
2 | 3 | 1294 | 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_BYTE, new Short(unsignedByte), new Short(UNSIGNED_BYTE__MIN__VALUE), true, diagnostics, context); return result; |
| |||||
if ( !result && diagnostics != null) reportMaxViolation(XMLTypePackage.Literals.UNSIGNED_BYTE, new Short(unsignedByte), new Short(UNSIGNED_BYTE__MAX__VALUE), true, diagnostics, context); return result; |
| |||
if ( !result && diagnostics != null) [[#variable17581aa0]](XMLTypePackage.Literals.UNSIGNED_BYTE, new Short(unsignedByte), new Short( [[#variable17581b80]]), true, diagnostics, context); return result; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17581aa0]] | reportMinViolation |
1 | 2 | [[#17581aa0]] | reportMaxViolation |
2 | 1 | [[#17581b80]] | UNSIGNED_BYTE__MIN__VALUE |
2 | 2 | [[#17581b80]] | UNSIGNED_BYTE__MAX__VALUE |