Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.982 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 85 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindDeclarationsInHierarchyAction.java |
2 | 2 | 91 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReferencesAction.java |
3 | 2 | 85 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReferencesInHierarchyAction.java |
| ||||
String description = factory.getHierarchyScopeDescription(type); return new ElementQuerySpecification(element, getLimitTo(), scope, description); |
| ||||
String description = factory.getWorkspaceScopeDescription(isInsideJRE); return new ElementQuerySpecification(element, getLimitTo(), scope, description); |
| ||||
String description = factory.getHierarchyScopeDescription(type); return new ElementQuerySpecification(element, getLimitTo(), scope, description); |
| |||
String description = factory. [[#variable5fb3a280]]( [[#variable98f44020]]); return new ElementQuerySpecification(element, getLimitTo(), scope, description); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5fb3a280]] | getHierarchyScopeDescription |
1 | 2 | [[#5fb3a280]] | getWorkspaceScopeDescription |
1 | 3 | [[#5fb3a280]] | getHierarchyScopeDescription |
2 | 1 | [[#98f44020]] | type |
2 | 2 | [[#98f44020]] | isInsideJRE |
2 | 3 | [[#98f44020]] | type |