| 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.992 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 255 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocAutoIndentStrategy.java |
| 2 | 3 | 271 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocAutoIndentStrategy.java |
| ||||
boolean javadocComment = comment.startsWith("/**"); //$NON-NLS-1$
if ( !isFirstComment(document, command, type, javadocComment))
return null;
|
| ||||
boolean javadocComment = comment.startsWith("/**"); //$NON-NLS-1$
if ( !isFirstComment(document, command, method, javadocComment))
return null;
|
| |||
boolean javadocComment = comment.startsWith("/**"); //$NON-NLS-1$
if ( !isFirstComment(document, command, [[#variable7dd7a1e0]], javadocComment))
return null;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#7dd7a1e0]] | method |
| 1 | 2 | [[#7dd7a1e0]] | type |