Opened 10 years ago
Closed 10 years ago
#2295 closed defect (done)
DeepCloneableCloningTest reports too many warnings
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.11 |
Component: | Tests | Version: | 3.3.10 |
Keywords: | Cc: |
Description
The DeepCloneableCloningTest reports several pages of warnings in the unit test output due to potentially not cloned objects. After detailed inspections the problem was that most .NET collection use a static empty array internally until items are added to the collection and these static arrays were detected and reported.
Change History (4)
comment:1 Changed 10 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 10 years ago by mkommend
- Owner changed from mkommend to ascheibe
- Status changed from accepted to reviewing
comment:3 Changed 10 years ago by ascheibe
- Owner changed from ascheibe to mkommend
- Status changed from reviewing to readytorelease
comment:4 Changed 10 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r11782: Excluded empty arrays in the report of the DeepClonableCloningTest.