Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.951 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 714 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java |
2 | 6 | 726 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyViewPart.java |
| ||||
{ if (fCalleeRoot == null) { fCalleeRoot = CallHierarchy.getDefault().getCalleeRoot(fShownMethod); } return fCalleeRoot; } |
| ||||
{ if (fCallerRoot == null) { fCallerRoot = CallHierarchy.getDefault().getCallerRoot(fShownMethod); } return fCallerRoot; } |
| |||
{ if ( [[#variableba7c0320]]== null) { [[#variableba7c0320]]= CallHierarchy.getDefault(). [[#variableba7c02c0]](fShownMethod); } return [[#variableba7c0320]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba7c0320]] | fCallerRoot |
1 | 2 | [[#ba7c0320]] | fCalleeRoot |
2 | 1 | [[#ba7c02c0]] | getCallerRoot |
2 | 2 | [[#ba7c02c0]] | getCalleeRoot |