Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 1 | 0.979 | field_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 26 | E:/TSE/Projects-CloneDR/sql12/plugins/hibernate/src/net/sourceforge/squirrel_sql/plugins/hibernate/mapping/MappingRoot.java |
2 | 1 | 13 | E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/AutoCorrectProviderImpl.java |
3 | 2 | 515 | E:/TSE/Projects-CloneDR/sql12/plugins/syntax/src/net/sourceforge/squirrel_sql/plugins/syntax/oster/OsterTextControl.java |
4 | 2 | 9 | E:/TSE/Projects-CloneDR/sql12/plugins/userscript/src/net/sourceforge/squirrel_sql/plugins/userscript/kernel/ScriptTargetCollection.java |
| |||||
private Hashtable<String, String> _properties = new Hashtable<String, String>(); |
| |||||
private Hashtable<String, String> _emptyHashtable = new Hashtable<String, String>(); |
| |||||
private Hashtable<String, String> _knownTables = new Hashtable<String, String>(); |
| |||||
private Hashtable<String, String> m_containedTargetTypes = new Hashtable<String, String>(); |
| |||
private Hashtable<String, String> [[#variable1ccc8be0]]= new Hashtable<String, String>(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ccc8be0]] | _properties |
1 | 2 | [[#1ccc8be0]] | _emptyHashtable |
1 | 3 | [[#1ccc8be0]] | _knownTables |
1 | 4 | [[#1ccc8be0]] | m_containedTargetTypes |