Skip to content
New issue

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

Fix entity rendering in report when value is an entity #874

Merged
merged 2 commits into from
May 18, 2021
Merged

Conversation

beckyjackson
Copy link
Contributor

@beckyjackson beckyjackson commented May 18, 2021

Resolves #855

  • docs/ have been added/updated
  • tests have been added/updated
  • mvn verify says all tests pass
  • mvn site says all JavaDocs correct
  • CHANGELOG.md has been updated

Oddly enough, the Manchester render doesn't like OWLObjects so I switched the Violations to use OWLEntities and now the values render correctly when they're not just literals.

Copy link
Contributor

@matentzn matentzn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@beckyjackson beckyjackson merged commit 7d9018f into master May 18, 2021
@beckyjackson beckyjackson deleted the 855-fix branch May 18, 2021 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTML Report should render entities, not only literals
3 participants