Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.960 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 5384 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/RegEx.java |
2 | 6 | 5404 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/RegEx.java |
| |||||
while (off < this.regexlen && (ch = this.regex.charAt(off++)) >= '0' && ch <= '9') { min = min * 10 + ch - '0'; if (min < 0) throw ex("parser.quantifier.5", this.offset); } |
| |||||
while (off < this.regexlen && (ch = this.regex.charAt(off++)) >= '0' && ch <= '9') { max = max * 10 + ch - '0'; if (max < 0) throw ex("parser.quantifier.5", this.offset); } |
| |||
while (off < this.regexlen && (ch = this.regex.charAt(off++)) >= '0' && ch <= '9') { [[#variable17427560]]= [[#variable17427560]] * 10 + ch - '0'; if ( [[#variable17427560]] < 0) throw ex("parser.quantifier.5", this.offset); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17427560]] | min |
1 | 2 | [[#17427560]] | max |