Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.981 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 253 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/MethodImpl.java |
2 | 6 | 480 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/MethodImpl.java |
| ||||
if (isNative() || isAbstract()) { throw new AbsentInformationException(JDIMessages.MethodImpl_No_local_variable_information_available_9); } if (fArguments != null) { return fArguments; } |
| ||||
if (isNative() || isAbstract()) { throw new AbsentInformationException(JDIMessages.MethodImpl_No_local_variable_information_available_9); } if (fVariables != null) { return fVariables; } |
| |||
if (isNative() || isAbstract()) { throw new AbsentInformationException(JDIMessages.MethodImpl_No_local_variable_information_available_9); } if ( [[#variable566adfa0]]!= null) { return [[#variable566adfa0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#566adfa0]] | fVariables |
1 | 2 | [[#566adfa0]] | fArguments |