Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.957 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 567 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMarkerResolutionGenerator.java |
2 | 4 | 271 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor.java |
| ||||
{ Position pos = model.getPosition(annot); if (pos != null) { return new ProblemLocation(pos.getOffset(), pos.getLength(), annot); } } |
| ||||
{ Position pos = model.getPosition((Annotation) javaAnnotation); if (pos != null) { return new ProblemLocation(pos.getOffset(), pos.getLength(), javaAnnotation); // java problems all handled by the quick assist processors } } |
| |||
{ Position pos = model.getPosition( [[#variablea4f7e9c0]]); if (pos != null) { return new ProblemLocation(pos.getOffset(), pos.getLength(), [[#variablea4f7ea80]]); // java problems all handled by the quick assist processors } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4f7e9c0]] | (Annotation) javaAnnotation |
1 | 2 | [[#a4f7e9c0]] | annot |
2 | 1 | [[#a4f7ea80]] | javaAnnotation |
2 | 2 | [[#a4f7ea80]] | annot |