Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.975 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 307 | src/NHibernate/Hql/Ast/ANTLR/Util/LiteralProcessor.cs |
2 | 7 | 521 | src/NHibernate/Hql/Classic/WhereParser.cs |
| ||||
try { type = TypeFactory.HeuristicType(value.GetType().Name); } catch (MappingException me) { throw new QueryException(me); } |
| ||||
try { type = TypeFactory.HeuristicType(constant.GetType().AssemblyQualifiedName); } catch (MappingException me) { throw new QueryException(me); } |
| |||
try { type = TypeFactory.HeuristicType( [[#variable54b4cf00]].GetType(). [[#variable54b4cec0]]); } catch (MappingException me) { throw new QueryException(me); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54b4cf00]] | value |
1 | 2 | [[#54b4cf00]] | constant |
2 | 1 | [[#54b4cec0]] | Name |
2 | 2 | [[#54b4cec0]] | AssemblyQualifiedName |