Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.978 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1292 | plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/TestRunnerViewPart.java |
2 | 2 | 245 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CleanUpRefactoringWizard.java |
| ||||
protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) { return new Point(1, 1); // (0, 0) does not work with super-intelligent ViewForm } |
| ||||
protected Point computeSize (Composite composite, int wHint, int hHint, boolean flushCache) { return new Point(600, 340); } |
| |||
protected Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache) { return new Point( [[#variable4f09ac00]], [[#variable4f09ab80]]); // (0, 0) does not work with super-intelligent ViewForm } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4f09ac00]] | 600 |
1 | 2 | [[#4f09ac00]] | 1 |
2 | 1 | [[#4f09ab80]] | 340 |
2 | 2 | [[#4f09ab80]] | 1 |