We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've encountered a NullPointerException in ComplexContentDiffGenerator:
soa-model/core/src/main/groovy/com/predic8/schema/diff/ComplexContentDiffGenerator.groovy
Line 61 in 9e7acdf
a.derivation was null.
a.derivation
derivation is not mandatory in ComplexContent, if this branch is taken while creating:
derivation
ComplexContent
soa-model/core/src/main/groovy/com/predic8/schema/ComplexContent.groovy
Lines 58 to 63 in 9e7acdf
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue! We happily accept pull requests. :)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I've encountered a NullPointerException in ComplexContentDiffGenerator:
soa-model/core/src/main/groovy/com/predic8/schema/diff/ComplexContentDiffGenerator.groovy
Line 61 in 9e7acdf
a.derivation
was null.derivation
is not mandatory inComplexContent
, if this branch is taken while creating:soa-model/core/src/main/groovy/com/predic8/schema/ComplexContent.groovy
Lines 58 to 63 in 9e7acdf
The text was updated successfully, but these errors were encountered: