ghkweon / dwscript

Automatically exported from code.google.com/p/dwscript
0 stars 0 forks source link

dwsHashtables.pas: THashTable.Clear does not set FSize to zero #488

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a TStringHashTable instance
2. Use its method .Put() to add some items to it
3. Call its method .Clear()
4. Check the value of its property .Size

What is the expected output? What do you see instead?
.Size should be zero but isn't

What version of the product are you using? On what operating system?
The latest version (r2107)

Original issue reported on code.google.com by mchl.a...@web.de on 13 Aug 2014 at 7:37

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r2594.

Original comment by zar...@gmail.com on 15 Sep 2014 at 8:15