Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 5 | 5 | 0.952 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 73 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/AbstractTypeVariable.java |
2 | 5 | 524 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/CategoryFilterActionGroup.java |
3 | 5 | 73 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/filters/NamePatternFilter.java |
4 | 5 | 191 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/ClassPathContainer.java |
5 | 5 | 271 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/BreakContinueTargetFinder.java |
| ||||
for (int i = 0; i < fBounds.length; i++) { if (fBounds[i].canAssignTo(lhs)) return true; } return false; |
| ||||
for (int i = 0; i < selected.length; i++) { if (selected[i].equals(category)) return true; } return false; |
| ||||
for (int i = 0; i < testMatchers.length; i++) { if (testMatchers[i].match(matchName)) return false; } return true; |
| ||||
for (int i = 0; i < roots.length; i++) { if (roots[i].equals(root)) return true; } return false; |
| ||||
for (int i = 0; i < continueTargets.length; i++) { if (continueTargets[i].isInstance(node)) return true; } return false; |
| |||
for (int i = 0; i < [[#variableb3b2df20]].length; i++) { if ( [[#variableb3b2df20]][i]. [[#variableb3b2de20]]( [[#variableb3b2dda0]])) return [[#variableb488fdc0]]; } return [[#variableb3b56780]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b3b2df20]] | continueTargets |
1 | 2 | [[#b3b2df20]] | roots |
1 | 3 | [[#b3b2df20]] | testMatchers |
1 | 4 | [[#b3b2df20]] | selected |
1 | 5 | [[#b3b2df20]] | fBounds |
2 | 1 | [[#b3b2de20]] | isInstance |
2 | 2 | [[#b3b2de20]] | equals |
2 | 3 | [[#b3b2de20]] | match |
2 | 4 | [[#b3b2de20]] | equals |
2 | 5 | [[#b3b2de20]] | canAssignTo |
3 | 1 | [[#b3b2dda0]] | node |
3 | 2 | [[#b3b2dda0]] | root |
3 | 3 | [[#b3b2dda0]] | matchName |
3 | 4 | [[#b3b2dda0]] | category |
3 | 5 | [[#b3b2dda0]] | lhs |
4 | 1 | [[#b488fdc0]] | true |
4 | 2 | [[#b488fdc0]] | true |
4 | 3 | [[#b488fdc0]] | false |
4 | 4 | [[#b488fdc0]] | true |
4 | 5 | [[#b488fdc0]] | true |
5 | 1 | [[#b3b56780]] | false |
5 | 2 | [[#b3b56780]] | false |
5 | 3 | [[#b3b56780]] | true |
5 | 4 | [[#b3b56780]] | false |
5 | 5 | [[#b3b56780]] | false |