Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.951 | field_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 32 | E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/netbeans/SyntaxFactory.java |
2 | 1 | 35 | E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/netbeans/SyntaxFactory.java |
| |||||
private Hashtable<IIdentifier, ArrayList<NetbeansSQLEditorPane>> _editorPanesBySessionID = new Hashtable<IIdentifier, ArrayList<NetbeansSQLEditorPane>>(); |
| |||||
private Hashtable<IIdentifier, ArrayList<Document>> _documentsBySessionID = new Hashtable<IIdentifier, ArrayList<Document>>(); |
| |||
private Hashtable<IIdentifier, ArrayList< [[#variable1c88f8c0]]>> [[#variable1c88f840]]= new Hashtable<IIdentifier, ArrayList< [[#variable1c88f8c0]]>>(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c88f8c0]] | NetbeansSQLEditorPane |
1 | 2 | [[#1c88f8c0]] | Document |
2 | 1 | [[#1c88f840]] | _editorPanesBySessionID |
2 | 2 | [[#1c88f840]] | _documentsBySessionID |