| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 2 | 0.975 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 156 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileStruct.java |
| 2 | 2 | 165 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/ClassFileStruct.java |
| ||||
if (testValidity && (length < 1)) {
throw new ClassFormatException(ClassFormatException.ErrMalformedUtf8);
}
|
| ||||
if (testValidity && (x < 0x0800)) {
throw new ClassFormatException(ClassFormatException.ErrMalformedUtf8);
}
|
| |||
if (testValidity && ( [[#variablebe7d2160]] < [[#variablebe7d2100]])) {
throw new ClassFormatException(ClassFormatException.ErrMalformedUtf8);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#be7d2160]] | x |
| 1 | 2 | [[#be7d2160]] | length |
| 2 | 1 | [[#be7d2100]] | 0x0800 |
| 2 | 2 | [[#be7d2100]] | 1 |