Free cookie consent management tool by TermsFeed Policy Generator

Opened 9 years ago

Closed 9 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 9 years ago by mkommend

  • Status changed from new to accepted

comment:2 Changed 9 years ago by mkommend

  • Owner changed from mkommend to ascheibe
  • Status changed from accepted to reviewing

r11782: Excluded empty arrays in the report of the DeepClonableCloningTest.

comment:3 Changed 9 years ago by ascheibe

  • Owner changed from ascheibe to mkommend
  • Status changed from reviewing to readytorelease

r11784: fixed typo Reviewed r11782, all ok.

comment:4 Changed 9 years ago by mkommend

  • Resolution set to done
  • Status changed from readytorelease to closed

r11867: Merged r11782 and r11784 into stable.

Note: See TracTickets for help on using tickets.