Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Nightly Builds
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
17868
Description
I found out that it's impossible to access to 'result' attribute in
ValidatorResult$ResultStatus class. As ResultStatus class is protected,
ValidatorResult class should have a 'getResult(String validatorName)' method
(returning Object), which would call the 'getResult()' method of ResultStatus.
Thanks