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.955 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 524 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/propertypages/ExceptionFilterEditor.java |
2 | 4 | 96 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/SelectImportsDialog.java |
| ||||
Filter filter = new Filter(name, false); if ( !fFilters.contains(filter)) { fFilters.add(filter); fViewer.add(filter); } |
| ||||
Filter imprt = new Filter(name, false); if ( !fImportNames.contains(imprt)) { fImportNames.add(imprt); fViewer.add(imprt); } |
| |||
Filter [[#variablea45f2d40]]= new Filter(name, false); if ( ! [[#variablea45f2cc0]].contains( [[#variablea45f2d40]])) { [[#variablea45f2cc0]].add( [[#variablea45f2d40]]); fViewer.add( [[#variablea45f2d40]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a45f2d40]] | imprt |
1 | 2 | [[#a45f2d40]] | filter |
2 | 1 | [[#a45f2cc0]] | fImportNames |
2 | 2 | [[#a45f2cc0]] | fFilters |