Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.988 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 220 | E:/TSE/Projects-CloneDR/sql12/plugins/hibernate/src/net/sourceforge/squirrel_sql/plugins/hibernate/completion/HQLCompletionInfoCollection.java |
2 | 7 | 248 | E:/TSE/Projects-CloneDR/sql12/plugins/hibernate/src/net/sourceforge/squirrel_sql/plugins/hibernate/completion/HQLCompletionInfoCollection.java |
| |||||
{ ArrayList<PropertyInfo> matchingAttributes = currentAliasInfo.getQualifiedMatchingAttributes(cp); for (PropertyInfo matchingAttribute: matchingAttributes) { if (matchingAttribute.getHibernatePropertyInfo().getPropertyName().equals(cp.getLastToken())) { return matchingAttribute.getMappedClassInfo(); } } } |
| |||||
{ ArrayList<PropertyInfo> matchingAttributes = mappedClassInfo.getQualifiedMatchingAttributes(cp); for (PropertyInfo matchingAttribute: matchingAttributes) { if (matchingAttribute.getHibernatePropertyInfo().getPropertyName().equals(cp.getLastToken())) { return matchingAttribute.getMappedClassInfo(); } } } |
| |||
{ ArrayList<PropertyInfo> matchingAttributes = [[#variable1cd594c0]].getQualifiedMatchingAttributes(cp); for (PropertyInfo matchingAttribute: matchingAttributes) { if (matchingAttribute.getHibernatePropertyInfo().getPropertyName().equals(cp.getLastToken())) { return matchingAttribute.getMappedClassInfo(); } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd594c0]] | currentAliasInfo |
1 | 2 | [[#1cd594c0]] | mappedClassInfo |