Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.969 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 259 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/JavaMainTab.java |
2 | 5 | 267 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/JavaMainTab.java |
| ||||
// attribute added in 2.1, so null must be used instead of false for backwards compatibility if (fSearchExternalJarsCheckButton.getSelection()) { config.setAttribute(ATTR_INCLUDE_EXTERNAL_JARS, true); } //end if else { config.setAttribute(ATTR_INCLUDE_EXTERNAL_JARS, (String) null); } //end else |
| ||||
// attribute added in 3.0, so null must be used instead of false for backwards compatibility if (fConsiderInheritedMainButton.getSelection()) { config.setAttribute(ATTR_CONSIDER_INHERITED_MAIN, true); } //end if else { config.setAttribute(ATTR_CONSIDER_INHERITED_MAIN, (String) null); } //end else |
| |||
// attribute added in 3.0, so null must be used instead of false for backwards compatibility // attribute added in 2.1, so null must be used instead of false for backwards compatibility if ( [[#variable58a9b820]].getSelection()) { config.setAttribute( [[#variable58a9b7c0]], true); } //end if else { config.setAttribute( [[#variable58a9b7c0]], (String) null); } //end else //end else |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58a9b820]] | fConsiderInheritedMainButton |
1 | 2 | [[#58a9b820]] | fSearchExternalJarsCheckButton |
2 | 1 | [[#58a9b7c0]] | ATTR_CONSIDER_INHERITED_MAIN |
2 | 2 | [[#58a9b7c0]] | ATTR_INCLUDE_EXTERNAL_JARS |