#1009 Confluence check: introduce separate methods for each of the checks
- Best to review per commit. Small steps are made, and some intermediate commits don't compile. This is indicated in their commit messages.
- Changes (none of them end-user visible):
- Use format patterns rather than string concatenation. Is shorter. More things then fit on a line.
- Introduced
EventPairData
, to hold data passed around and shared between checks. - Moved each check to a separate method.
- Some other small code changes.
Closes #1009 (closed)