Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.952 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 149 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYAreaRenderer.java |
2 | 9 | 88 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYStepAreaRenderer.java |
| |||||
/** Useful constant for specifying the type of rendering (shapes only). */ public static final int SHAPES = 1; /** Useful constant for specifying the type of rendering (lines only). */ public static final int LINES = 2; /** * Useful constant for specifying the type of rendering (shapes and lines). */ public static final int SHAPES_AND_LINES = 3; |
| |||||
/** Useful constant for specifying the type of rendering (shapes only). */ public static final int SHAPES = 1; /** Useful constant for specifying the type of rendering (area only). */ public static final int AREA = 2; /** * Useful constant for specifying the type of rendering (area and shapes). */ public static final int AREA_AND_SHAPES = 3; |
| |||
/** Useful constant for specifying the type of rendering (shapes only). */ public static final int SHAPES = 1; /** Useful constant for specifying the type of rendering (lines only). */ /** Useful constant for specifying the type of rendering (area only). */ public static final int [[#variable1a0c8740]]= 2; /** * Useful constant for specifying the type of rendering (shapes and lines). */ /** * Useful constant for specifying the type of rendering (area and shapes). */ public static final int [[#variable1a0c8700]]= 3; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a0c8740]] | LINES |
1 | 2 | [[#1a0c8740]] | AREA |
2 | 1 | [[#1a0c8700]] | SHAPES_AND_LINES |
2 | 2 | [[#1a0c8700]] | AREA_AND_SHAPES |