CloneSet8773


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5240.951class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1563
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CategorizedProblem.java
23104
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
Clone Instance
1
Line Count
5
Source Line
63
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CategorizedProblem.java

        /** Category for fatal problems in import statements */
        public static final int CAT_IMPORT = 30;

        /** Category for fatal problems related to types, could be addressed by some type change */
        public static final int CAT_TYPE = 40;

        /** Category for fatal problems related to type members, could be addressed by some field or method change */
        public static final int CAT_MEMBER = 50;


Clone Instance
2
Line Count
3
Source Line
104
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java

        public static final int EVENTKIND_EXCEPTION_CATCH = 30;

        public static final int EVENTKIND_METHOD_ENTRY = 40;

        public static final int EVENTKIND_METHOD_EXIT = 41;


Clone AbstractionParameter Count: 4Parameter Bindings

/** Category for fatal problems in import statements */
public static final int  [[#variable97ac44a0]]= 30;

/** Category for fatal problems related to types, could be addressed by some type change */
public static final int  [[#variable97ac43a0]]= 40;

/** Category for fatal problems related to type members, could be addressed by some field or method change */
public static final int  [[#variableb57f0bc0]]= [[#variable97ac43e0]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#97ac44a0]]
CAT_IMPORT 
12[[#97ac44a0]]
EVENTKIND_EXCEPTION_CATCH 
21[[#97ac43a0]]
CAT_TYPE 
22[[#97ac43a0]]
EVENTKIND_METHOD_ENTRY 
31[[#b57f0bc0]]
CAT_MEMBER 
32[[#b57f0bc0]]
EVENTKIND_METHOD_EXIT 
41[[#97ac43e0]]
50 
42[[#97ac43e0]]
41