Skip to content

Latest commit

 

History

History
326 lines (251 loc) · 15.5 KB

File metadata and controls

326 lines (251 loc) · 15.5 KB

Summary

Linked issues

1. Problem

2. Improvement from the user's perspective

3. Improvement from the maintainer's perspective

4. Testing manual

Prerequisites

Steps

Expected result

Negative case (what must still be rejected)

Modes exercised

  • ArchUnit + AspectJ
  • ArchUnit + instrumentation
  • WALA + AspectJ
  • WALA + instrumentation

5. Test case coverage regarding this PR

Class Instruction coverage Branch coverage Line coverage Complexity coverage Method coverage Confirmation (meaningful assertions)

Breaking changes and migration

No breaking changes or migration.

Checklist

  • The title of this pull request describes the change, not the implementation.
  • I followed the guidelines for inclusive, diversity-sensitive and appreciative language.
  • I have self-reviewed the diff of this pull request.
  • Tests were added or updated for the behaviour changed here.
  • Documentation (documentation/, README.md, Javadoc) was updated where the change is user-facing.
  • CI is green, or every remaining failure is explained above.
  • No secrets, tokens or absolute local paths are contained in the diff.

Review progress

  • Code review
  • Manual test