-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 9.10
-
Component/s: Core
-
Sprint:nxcore 10.1.3
-
Story Points:1
For non-primitive types, validation occurs in DocumentValidationServiceImpl.validate() . However, the following types have validate() methods that are either partially implemented or incorrect. If these methods are called the result is not what you would expect.
ComplexTypeImpl CompositeTypeImpl AnyType ListTypeImpl
We should either implement the methods or throw UnsupportedOperationException