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

FEAT: Extended checking profiles #111

Merged
merged 2 commits into from
Nov 30, 2023
Merged

FEAT: Extended checking profiles #111

merged 2 commits into from
Nov 30, 2023

Conversation

carlwilson
Copy link
Member

  • new Profile and ProfileResult classes for checking profiles;
  • refactoring to facilitated location reporting;
  • revamp of 'MessageLog` class with better methods;
  • improved filtering methods in MessageLogImpl; and
  • better methods for checking ValidationReport status.

- added `SchematronRule` class to handle rules encoded as Schematron;
- added schematron rules for for `ODF_5`, `ODF_7` and `ODF_8`;
- added instatiation methods for `ODF_5`, `ODF_7` and `ODF_8` SchematronRules to `Rules`;
- added prerequisite flag to `Rule` for profile sequencing;
- working Hash and Equals for `AbstractRule`;
- convenience method to get set of XML entries from `OdfPackage`;
- convenience method to identify XML entries in `OdfPackages`;
- tidied some compiler warnings, unused imports and the like; and
- added schematron dependencies to `odf-core/pom.xml`.
- new `Profile` and `ProfileResult` classes for checking profiles;
- refactoring to facilitated location reporting;
- revamp of 'MessageLog` class with better methods;
- improved filtering methods in `MessageLogImpl`; and
- better methods for checking `ValidationReport` status.
@carlwilson carlwilson self-assigned this Nov 30, 2023
@carlwilson carlwilson added the enhancement New feature or request label Nov 30, 2023
@carlwilson carlwilson merged commit 4890808 into integration Nov 30, 2023
4 checks passed
@carlwilson carlwilson deleted the feat/odf/profiles branch November 30, 2023 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant