Details
Description
A user reported that he sees stacktraces in the file that is used as a page store: http://markmail.org/thread/xywvuxc24kooyil4.
The problem is that org.apache.wicket.settings.IDebugSettings#isLinePreciseReportingOnNewComponentEnabled() and/or org.apache.wicket.settings.IDebugSettings#isLinePreciseReportingOnAddComponentEnabled() returned 'true' but org.apache.wicket.settings.IDebugSettings#getComponentUseCheck() returned 'false'. In this case the constructed_at and added_at stacktraces were collected but later were not null-ified at org.apache.wicket.Page#onAfterRender().