Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 6 | 0.960 | interface_member_declarations[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 21 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ProblemReasons.java |
2 | 6 | 25 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeIds.java |
| ||||
final int NonStaticReferenceInStaticContext = 7; final int ReceiverTypeNotVisible = 8; final int IllegalSuperTypeVariable = 9; final int ParameterBoundMismatch = 10; // for generic method final int TypeParameterArityMismatch = 11; // for generic method final int ParameterizedMethodTypeMismatch = 12; // for generic method |
| ||||
final int T_long = 7; final int T_double = 8; final int T_float = 9; final int T_int = 10; final int T_JavaLangString = 11; final int T_null = 12; |
| |||
final int [[#variableb8d0d420]]= 7; final int [[#variableb8d0d380]]= 8; final int [[#variableb8d0d280]]= 9; final int [[#variableb8d0d240]]= 10; // for generic method final int [[#variableb8d0d2c0]]= 11; // for generic method final int [[#variableb8d0c780]]= 12; // for generic method |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b8d0d420]] | NonStaticReferenceInStaticContext |
1 | 2 | [[#b8d0d420]] | T_long |
2 | 1 | [[#b8d0d380]] | ReceiverTypeNotVisible |
2 | 2 | [[#b8d0d380]] | T_double |
3 | 1 | [[#b8d0d280]] | IllegalSuperTypeVariable |
3 | 2 | [[#b8d0d280]] | T_float |
4 | 1 | [[#b8d0d240]] | ParameterBoundMismatch |
4 | 2 | [[#b8d0d240]] | T_int |
5 | 1 | [[#b8d0d2c0]] | TypeParameterArityMismatch |
5 | 2 | [[#b8d0d2c0]] | T_JavaLangString |
6 | 1 | [[#b8d0c780]] | ParameterizedMethodTypeMismatch |
6 | 2 | [[#b8d0c780]] | T_null |