Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 1 | 0.986 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 500 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java |
2 | 2 | 587 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java |
3 | 2 | 722 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java |
4 | 2 | 773 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java |
| ||||
// a special case has been detected. IRegion line = fDocument.getLineInformationOfOffset(fAlign); int lineOffset = line.getOffset(); |
| ||||
IRegion line = fDocument.getLineInformationOfOffset(offset); int lineOffset = line.getOffset(); |
| ||||
IRegion line = fDocument.getLineInformationOfOffset(offset); int lineOffset = line.getOffset(); |
| ||||
IRegion line = fDocument.getLineInformationOfOffset(offset); int lineOffset = line.getOffset(); |
| |||
// a special case has been detected. IRegion line = fDocument.getLineInformationOfOffset( [[#variable4c9b7f40]]); int lineOffset = line.getOffset(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4c9b7f40]] | offset |
1 | 2 | [[#4c9b7f40]] | fAlign |
1 | 3 | [[#4c9b7f40]] | offset |
1 | 4 | [[#4c9b7f40]] | offset |