Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 3 | 0.972 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 83 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/APTProblem.java |
2 | 16 | 162 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/CoreSpellingProblem.java |
| ||||
public void setSourceStart(int sourceStart) { _startingOffset = sourceStart; } public void setSourceEnd(int sourceEnd) { _endingOffset = sourceEnd; } public void setSourceLineNumber(int lineNumber) { _line = lineNumber; } |
| ||||
/* * @see org.eclipse.jdt.core.compiler.IProblem#setSourceStart(int) */ public void setSourceStart(int sourceStart) { fSourceStart = sourceStart; } /* * @see org.eclipse.jdt.core.compiler.IProblem#setSourceEnd(int) */ public void setSourceEnd(int sourceEnd) { fSourceEnd = sourceEnd; } /* * @see org.eclipse.jdt.core.compiler.IProblem#setSourceLineNumber(int) */ public void setSourceLineNumber(int lineNumber) { fLineNumber = lineNumber; } |
| |||
/* * @see org.eclipse.jdt.core.compiler.IProblem#setSourceStart(int) */ public void setSourceStart(int sourceStart) { [[#variable64927980]]= sourceStart; } /* * @see org.eclipse.jdt.core.compiler.IProblem#setSourceEnd(int) */ public void setSourceEnd(int sourceEnd) { [[#variable649790e0]]= sourceEnd; } /* * @see org.eclipse.jdt.core.compiler.IProblem#setSourceLineNumber(int) */ public void setSourceLineNumber(int lineNumber) { [[#variable648c03c0]]= lineNumber; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#64927980]] | _startingOffset |
1 | 2 | [[#64927980]] | fSourceStart |
2 | 1 | [[#649790e0]] | _endingOffset |
2 | 2 | [[#649790e0]] | fSourceEnd |
3 | 1 | [[#648c03c0]] | _line |
3 | 2 | [[#648c03c0]] | fLineNumber |