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.962 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 63 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/GlobalOptions.java |
2 | 5 | 63 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/options/PluginOptions.java |
| |||||
OptionTreeModel paneTreeModel = new OptionTreeModel(); OptionGroup rootGroup = (OptionGroup) paneTreeModel.getRoot(); // initialize the jEdit branch of the options tree jEditGroup = new OptionGroup("jedit"); |
| |||||
OptionTreeModel paneTreeModel = new OptionTreeModel(); OptionGroup rootGroup = (OptionGroup) paneTreeModel.getRoot(); // initialize the Plugins branch of the options tree pluginsGroup = new OptionGroup("plugins"); |
| |||
OptionTreeModel paneTreeModel = new OptionTreeModel(); OptionGroup rootGroup = (OptionGroup) paneTreeModel.getRoot(); [[#variablee22a2a0]]= new OptionGroup( [[#variablee22a1e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#e22a2a0]] | // initialize the jEdit branch of the options tree jEditGroup |
1 | 2 | [[#e22a2a0]] | // initialize the Plugins branch of the options tree pluginsGroup |
2 | 1 | [[#e22a1e0]] | "jedit" |
2 | 2 | [[#e22a1e0]] | "plugins" |