Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.953 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 202 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsViewer.java |
2 | 2 | 205 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/MethodsViewer.java |
| ||||
boolean showInherited = Boolean.valueOf(memento.getString(TAG_SHOWINHERITED)).booleanValue(); showInheritedMethods(showInherited); |
| ||||
boolean showDefiningTypes = Boolean.valueOf(memento.getString(TAG_SORTBYDEFININGTYPE)).booleanValue(); sortByDefiningType(showDefiningTypes); |
| |||
boolean [[#variableb477d380]]= Boolean.valueOf(memento.getString( [[#variableb477d3e0]])).booleanValue(); [[#variableb477d340]]( [[#variableb477d380]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b477d380]] | showDefiningTypes |
1 | 2 | [[#b477d380]] | showInherited |
2 | 1 | [[#b477d3e0]] | TAG_SORTBYDEFININGTYPE |
2 | 2 | [[#b477d3e0]] | TAG_SHOWINHERITED |
3 | 1 | [[#b477d340]] | sortByDefiningType |
3 | 2 | [[#b477d340]] | showInheritedMethods |