Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 32 | E:/TSE/Projects-CloneDR/sql12/plugins/hibernate/src/net/sourceforge/squirrel_sql/plugins/hibernate/completion/HqlSyntaxHighlightTokenMatcher.java |
2 | 3 | 47 | E:/TSE/Projects-CloneDR/sql12/plugins/hibernate/src/net/sourceforge/squirrel_sql/plugins/hibernate/completion/HqlSyntaxHighlightTokenMatcher.java |
3 | 3 | 52 | E:/TSE/Projects-CloneDR/sql12/plugins/hibernate/src/net/sourceforge/squirrel_sql/plugins/hibernate/completion/HqlSyntaxHighlightTokenMatcher.java |
| |||||
public boolean isFunction(char[] buffer, int offset, int len) { return _hqlCompletionInfoCollection.isFunction(getString(buffer, offset, len)); } |
| |||||
public boolean isColumn(char[] buffer, int offset, int len) { return _hqlCompletionInfoCollection.isMappedAttribute(getString(buffer, offset, len)); } |
| |||||
public boolean isKeyword(char[] buffer, int offset, int len) { return _hqlCompletionInfoCollection.isKeyword(getString(buffer, offset, len)); } |
| |||
public boolean [[#variable1ccf9b00]](char[] buffer, int offset, int len) { return _hqlCompletionInfoCollection. [[#variable1ccf9aa0]](getString(buffer, offset, len)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ccf9b00]] | isFunction |
1 | 2 | [[#1ccf9b00]] | isColumn |
1 | 3 | [[#1ccf9b00]] | isKeyword |
2 | 1 | [[#1ccf9aa0]] | isFunction |
2 | 2 | [[#1ccf9aa0]] | isMappedAttribute |
2 | 3 | [[#1ccf9aa0]] | isKeyword |