Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.988 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 206 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/IndentAction.java |
2 | 5 | 373 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/IndentUtil.java |
| ||||
IRegion currentLine = document.getLineInformation(line); int offset = currentLine.getOffset(); int wsStart = offset; // where we start searching for non-WS; after the "//" in single line comments String indent = null; |
| ||||
IRegion currentLine = document.getLineInformation(line); final int offset = currentLine.getOffset(); int wsStart = offset; // where we start searching for non-WS; after the "//" in single line comments String indent = null; |
| |||
IRegion currentLine = document.getLineInformation(line); [[#variable9225e3c0]]int offset = currentLine.getOffset(); int wsStart = offset; // where we start searching for non-WS; after the "//" in single line comments String indent = null; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9225e3c0]] | |
1 | 2 | [[#9225e3c0]] | final |