Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.990 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 197 | src/NHibernate/Tuple/Entity/PocoEntityTuplizer.cs |
2 | 5 | 204 | src/NHibernate/Tuple/Entity/PocoEntityTuplizer.cs |
| ||||
if ( !proxyValidator.IsProxeable(method)) { log.Error( string.Format("Getters of lazy classes cannot be final: {0}.{1}", persistentClass.MappedClass.FullName, property.Name)); } |
| ||||
if ( !proxyValidator.IsProxeable(method)) { log.Error( string.Format("Setters of lazy classes cannot be final: {0}.{1}", persistentClass.MappedClass.FullName, property.Name)); } |
| |||
if ( !proxyValidator.IsProxeable(method)) { log.Error(string.Format( [[#variable6ff78da0]], persistentClass.MappedClass.FullName, property.Name)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6ff78da0]] | "Setters of lazy classes cannot be final: {0}.{1}" |
1 | 2 | [[#6ff78da0]] | "Getters of lazy classes cannot be final: {0}.{1}" |