Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 4 | 0.957 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 76 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/AbstractImageBuilder.java |
2 | 2 | 78 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/AbstractImageBuilder.java |
| ||||
public final static Integer S_ERROR = new Integer(IMarker.SEVERITY_ERROR); public final static Integer S_WARNING = new Integer(IMarker.SEVERITY_WARNING); |
| ||||
public final static Integer P_HIGH = new Integer(IMarker.PRIORITY_HIGH); public final static Integer P_NORMAL = new Integer(IMarker.PRIORITY_NORMAL); |
| |||
public final static Integer [[#variable5adac540]]= new Integer(IMarker. [[#variable5adac400]]); public final static Integer [[#variable5adac440]]= new Integer(IMarker. [[#variable5adac380]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5adac540]] | S_ERROR |
1 | 2 | [[#5adac540]] | P_HIGH |
2 | 1 | [[#5adac400]] | SEVERITY_ERROR |
2 | 2 | [[#5adac400]] | PRIORITY_HIGH |
3 | 1 | [[#5adac440]] | S_WARNING |
3 | 2 | [[#5adac440]] | P_NORMAL |
4 | 1 | [[#5adac380]] | SEVERITY_WARNING |
4 | 2 | [[#5adac380]] | PRIORITY_NORMAL |