| 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.962 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 59 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMarkerAnnotation.java |
| 2 | 3 | 155 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaMarkerAnnotation.java |
| ||||
IMarker marker = getMarker();
if (marker == null || !marker.exists())
return -1;
|
| ||||
IMarker marker = getMarker();
if (marker == null || !marker.exists())
return null;
|
| |||
IMarker marker = getMarker(); if (marker == null || !marker.exists()) return [[#variablebadb5a60]]; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#badb5a60]] | null |
| 1 | 2 | [[#badb5a60]] | -1 |