Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 554 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java |
2 | 6 | 567 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java |
| ||||
String id = filter.getID(); MatchFilter[] matchFilters = getMatchFilters(); ArrayList res = new ArrayList(matchFilters.length); for (int i = 0; i < matchFilters.length; i++) { if ( !id.equals(matchFilters[i].getID())) { res.add(matchFilters[i]); } } |
| ||||
String id = filter.getID(); MatchFilter[] matchFilters = getMatchFilters(); ArrayList res = new ArrayList(matchFilters.length); for (int i = 0; i < matchFilters.length; i++) { if ( !id.equals(matchFilters[i].getID())) { res.add(matchFilters[i]); } } |
| |||
String id = filter.getID(); MatchFilter[] matchFilters = getMatchFilters(); ArrayList res = new ArrayList(matchFilters.length); for (int i = 0; i < matchFilters.length; i++) { if ( !id.equals(matchFilters[i].getID())) { res.add(matchFilters[i]); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |