Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 5 | 2 | 0.963 | local_variable_declarators |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1217 | src/NHibernate/Impl/SessionImpl.cs |
2 | 1 | 1240 | src/NHibernate/Impl/SessionImpl.cs |
3 | 1 | 1331 | src/NHibernate/Impl/SessionImpl.cs |
4 | 1 | 1361 | src/NHibernate/Impl/SessionImpl.cs |
5 | 1 | 1380 | src/NHibernate/Impl/SessionImpl.cs |
| ||||
@event = new LoadEvent(id, entityName, false, this ) |
| ||||
@event = new LoadEvent(id, entityName, lockMode, this ) |
| ||||
loadEvent = new LoadEvent(id, entityName, false, this ) |
| ||||
loadEvent = new LoadEvent(id, entityName, true, this ) |
| ||||
loadEvent = new LoadEvent(id, entityName, true, this ) |
| |||
[[#variable2593f080]]= new LoadEvent(id, entityName, [[#variable2593efc0]], this ) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2593f080]] | loadEvent |
1 | 2 | [[#2593f080]] | @event |
1 | 3 | [[#2593f080]] | @event |
1 | 4 | [[#2593f080]] | loadEvent |
1 | 5 | [[#2593f080]] | loadEvent |
2 | 1 | [[#2593efc0]] | true |
2 | 2 | [[#2593efc0]] | false |
2 | 3 | [[#2593efc0]] | lockMode |
2 | 4 | [[#2593efc0]] | false |
2 | 5 | [[#2593efc0]] | true |