roskakori / cutplace

validate data stored in CSV, PRN, ODS or Excel files
http://cutplace.readthedocs.org/
GNU Lesser General Public License v3.0
18 stars 20 forks source link

ValidationListener does not receive checks failed at end #30

Closed roskakori closed 12 years ago

roskakori commented 12 years ago

When !InterfaceControlDocument.validate() calls check.checkAtEnd(), the validation listener has already been removed and won't get any events.

roskakori commented 12 years ago

Fixed quite a while ago by removing optional parameter validationListener from validate().