CloneSet21


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
24240.967statement_list[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1256
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
2278
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
3283
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
42109
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
52113
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
62138
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
72142
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
82167
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
92171
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
102214
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
112219
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
122250
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
132253
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
142282
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
152286
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
162332
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
172335
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
182378
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
192383
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
202421
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
212425
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
222463
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
232467
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
242514
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
252518
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
262538
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
272558
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
282593
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
292597
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
302638
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
312640
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
322644
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
332685
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
342687
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
352691
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
362736
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
372738
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
382741
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
392795
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
402811
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
412815
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs
42229
src/NHibernate.Test/Events/Collections/Association/AbstractAssociationCollectionEventFixture.cs
Clone Instance
1
Line Count
2
Source Line
56
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        CheckResult(listeners, listeners.PreCollectionRecreate, parent, index++);
                        CheckResult(listeners, listeners.PostCollectionRecreate, parent, index++);


Clone Instance
2
Line Count
2
Source Line
78
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        CheckResult(listeners, listeners.PreCollectionRecreate, parent, index++);
                        CheckResult(listeners, listeners.PostCollectionRecreate, parent, index++);


Clone Instance
3
Line Count
2
Source Line
83
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                                CheckResult(listeners, listeners.PreCollectionRecreate, child, index++);
                                CheckResult(listeners, listeners.PostCollectionRecreate, child, index++);


Clone Instance
4
Line Count
2
Source Line
109
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        CheckResult(listeners, listeners.PreCollectionUpdate, parent, index++);
                        CheckResult(listeners, listeners.PostCollectionUpdate, parent, index++);


Clone Instance
5
Line Count
2
Source Line
113
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                                CheckResult(listeners, listeners.PreCollectionRecreate, newChild, index++);
                                CheckResult(listeners, listeners.PostCollectionRecreate, newChild, index++);


Clone Instance
6
Line Count
2
Source Line
138
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        CheckResult(listeners, listeners.PreCollectionUpdate, parent, index++);
                        CheckResult(listeners, listeners.PostCollectionUpdate, parent, index++);


Clone Instance
7
Line Count
2
Source Line
142
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                                CheckResult(listeners, listeners.PreCollectionRecreate, newChild, index++);
                                CheckResult(listeners, listeners.PostCollectionRecreate, newChild, index++);


Clone Instance
8
Line Count
2
Source Line
167
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        CheckResult(listeners, listeners.PreCollectionUpdate, parent, index++);
                        CheckResult(listeners, listeners.PostCollectionUpdate, parent, index++);


Clone Instance
9
Line Count
2
Source Line
171
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                                CheckResult(listeners, listeners.PreCollectionRecreate, newChild, index++);
                                CheckResult(listeners, listeners.PostCollectionRecreate, newChild, index++);


Clone Instance
10
Line Count
2
Source Line
214
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                                CheckResult(listeners, listeners.PreCollectionUpdate, parent, index++);
                                CheckResult(listeners, listeners.PostCollectionUpdate, parent, index++);


Clone Instance
11
Line Count
2
Source Line
219
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                                CheckResult(listeners, listeners.PreCollectionUpdate, childWithManyToMany, index++);
                                CheckResult(listeners, listeners.PostCollectionUpdate, childWithManyToMany, index++);


Clone Instance
12
Line Count
2
Source Line
250
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                                CheckResult(listeners, listeners.PreCollectionRecreate, newChild, index++);
                                CheckResult(listeners, listeners.PostCollectionRecreate, newChild, index++);


Clone Instance
13
Line Count
2
Source Line
253
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        CheckResult(listeners, listeners.PreCollectionRecreate, parent, index++);
                        CheckResult(listeners, listeners.PostCollectionRecreate, parent, index++);


Clone Instance
14
Line Count
2
Source Line
282
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                                CheckResult(listeners, listeners.PreCollectionRecreate, newChild, index++);
                                CheckResult(listeners, listeners.PostCollectionRecreate, newChild, index++);


Clone Instance
15
Line Count
2
Source Line
286
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        CheckResult(listeners, listeners.PreCollectionRecreate, parent, index++);
                        CheckResult(listeners, listeners.PostCollectionRecreate, parent, index++);


Clone Instance
16
Line Count
2
Source Line
332
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                                // hmmm, the same parent was removed and re-added to the child's collection;
                                // should this be considered an update?
                                CheckResult(listeners, listeners.PreCollectionUpdate, childWithManyToMany, index++);
                                CheckResult(listeners, listeners.PostCollectionUpdate, childWithManyToMany, index++);


Clone Instance
17
Line Count
2
Source Line
335
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        CheckResult(listeners, listeners.PreCollectionRecreate, parent, index++);
                        CheckResult(listeners, listeners.PostCollectionRecreate, parent, index++);


Clone Instance
18
Line Count
2
Source Line
378
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                                CheckResult(listeners, listeners.PreCollectionUpdate, oldChildWithManyToMany, index++);
                                CheckResult(listeners, listeners.PostCollectionUpdate, oldChildWithManyToMany, index++);


Clone Instance
19
Line Count
2
Source Line
383
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        CheckResult(listeners, listeners.PreCollectionRecreate, parent, index++);
                        CheckResult(listeners, listeners.PostCollectionRecreate, parent, index++);


Clone Instance
20
Line Count
2
Source Line
421
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        CheckResult(listeners, listeners.PreCollectionUpdate, parent, index++);
                        CheckResult(listeners, listeners.PostCollectionUpdate, parent, index++);


Clone Instance
21
Line Count
2
Source Line
425
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                                CheckResult(listeners, listeners.PreCollectionUpdate, childWithManyToMany, index++);
                                CheckResult(listeners, listeners.PostCollectionUpdate, childWithManyToMany, index++);


Clone Instance
22
Line Count
2
Source Line
463
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        CheckResult(listeners, listeners.PreCollectionUpdate, parent, index++);
                        CheckResult(listeners, listeners.PostCollectionUpdate, parent, index++);


Clone Instance
23
Line Count
2
Source Line
467
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                                CheckResult(listeners, listeners.PreCollectionUpdate, childWithManyToMany, index++);
                                CheckResult(listeners, listeners.PostCollectionUpdate, childWithManyToMany, index++);


Clone Instance
24
Line Count
2
Source Line
514
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        CheckResult(listeners, listeners.PreCollectionUpdate, parent, index++);
                        CheckResult(listeners, listeners.PostCollectionUpdate, parent, index++);


Clone Instance
25
Line Count
2
Source Line
518
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                                CheckResult(listeners, listeners.PreCollectionUpdate, oldChildWithManyToMany, index++);
                                CheckResult(listeners, listeners.PostCollectionUpdate, oldChildWithManyToMany, index++);


Clone Instance
26
Line Count
2
Source Line
538
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        CheckResult(listeners, listeners.PreCollectionRemove, parent, index++);
                        CheckResult(listeners, listeners.PostCollectionRemove, parent, index++);


Clone Instance
27
Line Count
2
Source Line
558
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        CheckResult(listeners, listeners.PreCollectionRemove, parent, index++);
                        CheckResult(listeners, listeners.PostCollectionRemove, parent, index++);


Clone Instance
28
Line Count
2
Source Line
593
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        CheckResult(listeners, listeners.PreCollectionRemove, parent, index++);
                        CheckResult(listeners, listeners.PostCollectionRemove, parent, index++);


Clone Instance
29
Line Count
2
Source Line
597
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                                CheckResult(listeners, listeners.PreCollectionRemove, childWithManyToMany, index++);
                                CheckResult(listeners, listeners.PostCollectionRemove, childWithManyToMany, index++);


Clone Instance
30
Line Count
2
Source Line
638
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        CheckResult(listeners, listeners.PreCollectionUpdate, parent, index++);
                        CheckResult(listeners, listeners.PostCollectionUpdate, parent, index++);


Clone Instance
31
Line Count
2
Source Line
640
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        CheckResult(listeners, listeners.PreCollectionUpdate, otherParent, index++);
                        CheckResult(listeners, listeners.PostCollectionUpdate, otherParent, index++);


Clone Instance
32
Line Count
2
Source Line
644
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                                CheckResult(listeners, listeners.PreCollectionUpdate, childWithManyToMany, index++);
                                CheckResult(listeners, listeners.PostCollectionUpdate, childWithManyToMany, index++);


Clone Instance
33
Line Count
2
Source Line
685
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        CheckResult(listeners, listeners.PreCollectionUpdate, parent, index++);
                        CheckResult(listeners, listeners.PostCollectionUpdate, parent, index++);


Clone Instance
34
Line Count
2
Source Line
687
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        CheckResult(listeners, listeners.PreCollectionUpdate, otherParent, index++);
                        CheckResult(listeners, listeners.PostCollectionUpdate, otherParent, index++);


Clone Instance
35
Line Count
2
Source Line
691
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                                CheckResult(listeners, listeners.PreCollectionUpdate, childWithManyToMany, index++);
                                CheckResult(listeners, listeners.PostCollectionUpdate, childWithManyToMany, index++);


Clone Instance
36
Line Count
2
Source Line
736
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                                CheckResult(listeners, listeners.PreCollectionUpdate, otherChildOrig, index++);
                                CheckResult(listeners, listeners.PostCollectionUpdate, otherChildOrig, index++);


Clone Instance
37
Line Count
2
Source Line
738
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                                CheckResult(listeners, listeners.PreCollectionUpdate, otherChild, index++);
                                CheckResult(listeners, listeners.PostCollectionUpdate, otherChild, index++);


Clone Instance
38
Line Count
2
Source Line
741
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        CheckResult(listeners, listeners.PreCollectionRecreate, otherParent, index++);
                        CheckResult(listeners, listeners.PostCollectionRecreate, otherParent, index++);


Clone Instance
39
Line Count
2
Source Line
795
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                                CheckResult(listeners, listeners.PostCollectionUpdate, otherChildOrig, index++);
                                CheckResult(listeners, listeners.PreCollectionUpdate, otherOtherChild, index++);


Clone Instance
40
Line Count
2
Source Line
811
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                                CheckResult(listeners, listeners.PreCollectionUpdate, otherOtherChild, index++);
                                CheckResult(listeners, listeners.PostCollectionUpdate, otherOtherChild, index++);


Clone Instance
41
Line Count
2
Source Line
815
Source File
src/NHibernate.Test/Events/Collections/AbstractCollectionEventFixture.cs

                        CheckResult(listeners, listeners.PreCollectionRecreate, otherOtherParent, index++);
                        CheckResult(listeners, listeners.PostCollectionRecreate, otherOtherParent, index++);


Clone Instance
42
Line Count
2
Source Line
29
Source File
src/NHibernate.Test/Events/Collections/Association/AbstractAssociationCollectionEventFixture.cs

                        CheckResult(listeners, listeners.PreCollectionRemove, parent, index++);
                        CheckResult(listeners, listeners.PostCollectionRemove, parent, index++);


Clone AbstractionParameter Count: 4Parameter Bindings

// hmmm, the same parent was removed and re-added to the child's collection;
// should this be considered an update?
CheckResult(listeners, listeners. [[#variable6de40300]], [[#variable550b8100]], index++);
CheckResult(listeners, listeners. [[#variable58401a00]], [[#variable6de40260]], index++);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6de40300]]
PreCollectionUpdate 
12[[#6de40300]]
PreCollectionUpdate 
13[[#6de40300]]
PostCollectionUpdate 
14[[#6de40300]]
PreCollectionRecreate 
15[[#6de40300]]
PreCollectionRecreate 
16[[#6de40300]]
PreCollectionUpdate 
17[[#6de40300]]
PreCollectionUpdate 
18[[#6de40300]]
PreCollectionRemove 
19[[#6de40300]]
PreCollectionUpdate 
110[[#6de40300]]
PreCollectionRecreate 
111[[#6de40300]]
PreCollectionRecreate 
112[[#6de40300]]
PreCollectionUpdate 
113[[#6de40300]]
PreCollectionRemove 
114[[#6de40300]]
PreCollectionRecreate 
115[[#6de40300]]
PreCollectionUpdate 
116[[#6de40300]]
PreCollectionRemove 
117[[#6de40300]]
PreCollectionRemove 
118[[#6de40300]]
PreCollectionUpdate 
119[[#6de40300]]
PreCollectionUpdate 
120[[#6de40300]]
PreCollectionUpdate 
121[[#6de40300]]
PreCollectionUpdate 
122[[#6de40300]]
PreCollectionUpdate 
123[[#6de40300]]
PreCollectionUpdate 
124[[#6de40300]]
PreCollectionRecreate 
125[[#6de40300]]
PreCollectionUpdate 
126[[#6de40300]]
PreCollectionRecreate 
127[[#6de40300]]
PreCollectionRecreate 
128[[#6de40300]]
PreCollectionUpdate 
129[[#6de40300]]
PreCollectionRecreate 
130[[#6de40300]]
PreCollectionUpdate 
131[[#6de40300]]
PreCollectionUpdate 
132[[#6de40300]]
PreCollectionRecreate 
133[[#6de40300]]
PreCollectionRecreate 
134[[#6de40300]]
PreCollectionRecreate 
135[[#6de40300]]
PreCollectionUpdate 
136[[#6de40300]]
PreCollectionUpdate 
137[[#6de40300]]
PreCollectionUpdate 
138[[#6de40300]]
PreCollectionUpdate 
139[[#6de40300]]
PreCollectionRecreate 
140[[#6de40300]]
PreCollectionUpdate 
141[[#6de40300]]
PreCollectionRecreate 
142[[#6de40300]]
PreCollectionRemove 
21[[#550b8100]]
parent 
22[[#550b8100]]
otherOtherChild 
23[[#550b8100]]
otherChildOrig 
24[[#550b8100]]
parent 
25[[#550b8100]]
newChild 
26[[#550b8100]]
childWithManyToMany 
27[[#550b8100]]
otherParent 
28[[#550b8100]]
parent 
29[[#550b8100]]
oldChildWithManyToMany 
210[[#550b8100]]
otherOtherParent 
211[[#550b8100]]
otherParent 
212[[#550b8100]]
otherChild 
213[[#550b8100]]
childWithManyToMany 
214[[#550b8100]]
child 
215[[#550b8100]]
otherChildOrig 
216[[#550b8100]]
parent 
217[[#550b8100]]
parent 
218[[#550b8100]]
parent 
219[[#550b8100]]
childWithManyToMany 
220[[#550b8100]]
childWithManyToMany 
221[[#550b8100]]
parent 
222[[#550b8100]]
childWithManyToMany 
223[[#550b8100]]
parent 
224[[#550b8100]]
newChild 
225[[#550b8100]]
parent 
226[[#550b8100]]
parent 
227[[#550b8100]]
parent 
228[[#550b8100]]
childWithManyToMany 
229[[#550b8100]]
parent 
230[[#550b8100]]
parent 
231[[#550b8100]]
parent 
232[[#550b8100]]
parent 
233[[#550b8100]]
newChild 
234[[#550b8100]]
newChild 
235[[#550b8100]]
parent 
236[[#550b8100]]
otherParent 
237[[#550b8100]]
oldChildWithManyToMany 
238[[#550b8100]]
childWithManyToMany 
239[[#550b8100]]
newChild 
240[[#550b8100]]
parent 
241[[#550b8100]]
parent 
242[[#550b8100]]
parent 
31[[#58401a00]]
PostCollectionUpdate 
32[[#58401a00]]
PostCollectionUpdate 
33[[#58401a00]]
PreCollectionUpdate 
34[[#58401a00]]
PostCollectionRecreate 
35[[#58401a00]]
PostCollectionRecreate 
36[[#58401a00]]
PostCollectionUpdate 
37[[#58401a00]]
PostCollectionUpdate 
38[[#58401a00]]
PostCollectionRemove 
39[[#58401a00]]
PostCollectionUpdate 
310[[#58401a00]]
PostCollectionRecreate 
311[[#58401a00]]
PostCollectionRecreate 
312[[#58401a00]]
PostCollectionUpdate 
313[[#58401a00]]
PostCollectionRemove 
314[[#58401a00]]
PostCollectionRecreate 
315[[#58401a00]]
PostCollectionUpdate 
316[[#58401a00]]
PostCollectionRemove 
317[[#58401a00]]
PostCollectionRemove 
318[[#58401a00]]
PostCollectionUpdate 
319[[#58401a00]]
PostCollectionUpdate 
320[[#58401a00]]
PostCollectionUpdate 
321[[#58401a00]]
PostCollectionUpdate 
322[[#58401a00]]
PostCollectionUpdate 
323[[#58401a00]]
PostCollectionUpdate 
324[[#58401a00]]
PostCollectionRecreate 
325[[#58401a00]]
PostCollectionUpdate 
326[[#58401a00]]
PostCollectionRecreate 
327[[#58401a00]]
PostCollectionRecreate 
328[[#58401a00]]
PostCollectionUpdate 
329[[#58401a00]]
PostCollectionRecreate 
330[[#58401a00]]
PostCollectionUpdate 
331[[#58401a00]]
PostCollectionUpdate 
332[[#58401a00]]
PostCollectionRecreate 
333[[#58401a00]]
PostCollectionRecreate 
334[[#58401a00]]
PostCollectionRecreate 
335[[#58401a00]]
PostCollectionUpdate 
336[[#58401a00]]
PostCollectionUpdate 
337[[#58401a00]]
PostCollectionUpdate 
338[[#58401a00]]
PostCollectionUpdate 
339[[#58401a00]]
PostCollectionRecreate 
340[[#58401a00]]
PostCollectionUpdate 
341[[#58401a00]]
PostCollectionRecreate 
342[[#58401a00]]
PostCollectionRemove 
41[[#6de40260]]
parent 
42[[#6de40260]]
otherOtherChild 
43[[#6de40260]]
otherOtherChild 
44[[#6de40260]]
parent 
45[[#6de40260]]
newChild 
46[[#6de40260]]
childWithManyToMany 
47[[#6de40260]]
otherParent 
48[[#6de40260]]
parent 
49[[#6de40260]]
oldChildWithManyToMany 
410[[#6de40260]]
otherOtherParent 
411[[#6de40260]]
otherParent 
412[[#6de40260]]
otherChild 
413[[#6de40260]]
childWithManyToMany 
414[[#6de40260]]
child 
415[[#6de40260]]
otherChildOrig 
416[[#6de40260]]
parent 
417[[#6de40260]]
parent 
418[[#6de40260]]
parent 
419[[#6de40260]]
childWithManyToMany 
420[[#6de40260]]
childWithManyToMany 
421[[#6de40260]]
parent 
422[[#6de40260]]
childWithManyToMany 
423[[#6de40260]]
parent 
424[[#6de40260]]
newChild 
425[[#6de40260]]
parent 
426[[#6de40260]]
parent 
427[[#6de40260]]
parent 
428[[#6de40260]]
childWithManyToMany 
429[[#6de40260]]
parent 
430[[#6de40260]]
parent 
431[[#6de40260]]
parent 
432[[#6de40260]]
parent 
433[[#6de40260]]
newChild 
434[[#6de40260]]
newChild 
435[[#6de40260]]
parent 
436[[#6de40260]]
otherParent 
437[[#6de40260]]
oldChildWithManyToMany 
438[[#6de40260]]
childWithManyToMany 
439[[#6de40260]]
newChild 
440[[#6de40260]]
parent 
441[[#6de40260]]
parent 
442[[#6de40260]]
parent