Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.951 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1091 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java |
2 | 4 | 1097 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java |
| ||||
{ Boolean showQualified = (Boolean) fAttributes.get(DISPLAY_QUALIFIED_NAMES); showQualified = showQualified == null ? Boolean.FALSE: showQualified; return showQualified.booleanValue(); } |
| ||||
{ Boolean show = (Boolean) fAttributes.get(DISPLAY_VARIABLE_TYPE_NAMES); show = show == null ? Boolean.FALSE: show; return show.booleanValue(); } |
| |||
{ Boolean [[#variable64f9e620]]= (Boolean) fAttributes.get( [[#variable64f9f800]]); [[#variable64f9e620]]= [[#variable64f9e620]]== null ? Boolean.FALSE: [[#variable64f9e620]]; return [[#variable64f9e620]].booleanValue(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#64f9e620]] | show |
1 | 2 | [[#64f9e620]] | showQualified |
2 | 1 | [[#64f9f800]] | DISPLAY_VARIABLE_TYPE_NAMES |
2 | 2 | [[#64f9f800]] | DISPLAY_QUALIFIED_NAMES |