Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.964 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 68 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaSourceHover.java |
2 | 2 | 72 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaSourceHover.java |
| ||||
if ( !Character.isWhitespace(firstLine.charAt(0))) sourceLines[0] = ""; //$NON-NLS-1$ |
| ||||
if ( !Character.isWhitespace(firstLine.charAt(0))) sourceLines[0] = firstLine; |
| |||
if ( !Character.isWhitespace(firstLine.charAt(0))) sourceLines[0] = [[#variable77a3aa00]]; //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#77a3aa00]] | firstLine |
1 | 2 | [[#77a3aa00]] | "" |