Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.952 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 247 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/WorkingSetDropAdapter.java |
2 | 4 | 422 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/CorrectionMarkerResolutionGenerator.java |
| ||||
List l = (List) result.get(ws); if (l == null) { l = new ArrayList(); result.put(ws, l); } |
| ||||
List markerList = (List) result.get(res); if (markerList == null) { markerList = new ArrayList(); result.put(res, markerList); } |
| |||
List [[#variable94a72880]]= (List) result.get( [[#variable94619ae0]]); if ( [[#variable94a72880]]== null) { [[#variable94a72880]]= new ArrayList(); result.put( [[#variable94619ae0]], [[#variable94a72880]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#94a72880]] | l |
1 | 2 | [[#94a72880]] | markerList |
2 | 1 | [[#94619ae0]] | ws |
2 | 2 | [[#94619ae0]] | res |