Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 4 | 0.952 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 307 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java |
2 | 3 | 790 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java |
| ||||
int thrownExceptionLength = thrownExceptions.length; exceptionTypes = new char[thrownExceptionLength][]; exceptionTypeStarts = new int[thrownExceptionLength]; |
| ||||
int thrownExceptionLength = thrownExceptions.length; exceptionTypeStarts = new int[thrownExceptionLength]; exceptionTypeEnds = new int[thrownExceptionLength]; |
| |||
int thrownExceptionLength = thrownExceptions.length; [[#variable5a9bab60]]= new [[#variable5a9ba500]][thrownExceptionLength] [[#variable5a9ba520]]; [[#variable5aa029a0]]= new int[thrownExceptionLength]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5a9bab60]] | exceptionTypeStarts |
1 | 2 | [[#5a9bab60]] | exceptionTypes |
2 | 1 | [[#5a9ba500]] | int |
2 | 2 | [[#5a9ba500]] | char |
3 | 1 | [[#5a9ba520]] | |
3 | 2 | [[#5a9ba520]] | [] |
4 | 1 | [[#5aa029a0]] | exceptionTypeEnds |
4 | 2 | [[#5aa029a0]] | exceptionTypeStarts |