Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.993 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 48 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelAdapter.java |
2 | 9 | 62 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/variables/JavaVariableLabelAdapter.java |
| ||||
{ String typeName = DebugUIMessages.JDIModelPresentation_unknown_type__2; try { typeName = value.getReferenceTypeName(); if ( !isShowQualfiiedNames(context)) { return fLabelProvider.removeQualifierFromGenericName(typeName); } } catch (DebugException e) { } return typeName; } |
| ||||
{ String typeName = DebugUIMessages.JDIModelPresentation_unknown_type__2; try { typeName = variable.getReferenceTypeName(); if ( !isShowQualfiiedNames(context)) { return fLabelProvider.removeQualifierFromGenericName(typeName); } } catch (DebugException e) { } return typeName; } |
| |||
{ String typeName = DebugUIMessages.JDIModelPresentation_unknown_type__2; try { typeName = [[#variable93771aa0]].getReferenceTypeName(); if ( !isShowQualfiiedNames(context)) { return fLabelProvider.removeQualifierFromGenericName(typeName); } } catch (DebugException e) { } return typeName; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#93771aa0]] | variable |
1 | 2 | [[#93771aa0]] | value |