Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 194 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlbookmark/src/net/sourceforge/squirrel_sql/plugins/sqlbookmark/SQLBookmarkPlugin.java |
2 | 3 | 187 | E:/TSE/Projects-CloneDR/sql12/plugins/sqlreplace/src/net/sourceforge/squirrel_sql/plugins/sqlreplace/SQLReplacePlugin.java |
| |||||
/** * Get and return a string from the plugin resources. * * @param name name of the resource string to return. * @return resource string. */ protected String getResourceString(String name) { return resources.getString(name); } |
| |||||
/** * Get and return a string from the plugin resources. * * @param name * name of the resource string to return. * @return resource string. */ protected String getResourceString(String name) { return resources.getString(name); } |
| |||
/** * Get and return a string from the plugin resources. * * @param name * name of the resource string to return. * @return resource string. */ /** * Get and return a string from the plugin resources. * * @param name name of the resource string to return. * @return resource string. */ protected String getResourceString(String name) { return resources.getString(name); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |