Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.957 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 110 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/textarea/Gutter.java |
2 | 3 | 929 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/textarea/Gutter.java |
| |||||
int lineHeight = textArea.getPainter().getFontMetrics().getHeight(); if (lineHeight == 0) return; |
| |||||
int lineHeight = textArea.getPainter().getFontMetrics().getHeight(); if (lineHeight == 0) return null; |
| |||
int lineHeight = textArea.getPainter().getFontMetrics().getHeight(); if (lineHeight == 0) [[#variablec2f0ac0]] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c2f0ac0]] | return; |
1 | 2 | [[#c2f0ac0]] | return null; |