Community
Participate
Working Groups
The TextSizeProbeStore has a static field 'probes' which exceeds the application scope that the TextSizeProbeStore should live in. This bug also forces tests to use TextSizeProbeStore#reset() on tear down. This method is for tests only. Otherwise it could be deleted.
Created attachment 193179 [details] Fix This patch moves all methods that handle probe results to the TextSizeProbeResults class. TextSizeProbeStore no longer has static methods but has become an instance in the ApplicationContext
Applied patch to CVS HEAD