Actions
Bug #6641
openInvalidity handler is started and ended twice...
Status:
New
Priority:
Low
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
2025-01-10
Due date:
% Done:
0%
Estimated time:
Legacy ID:
Applies to branch:
12
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
It's possible that this is harmless, but it still confused me momentarily. If you setup an invalidity handler and then validate a document, the startReporting()
method is called from startValidation()
in ValidationContext
, then called again from validate
in SchemaValidatorImpl
. There are two calls to endReporting()
as well.
No data to display
Please register to edit this issue
Actions