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

Bugfix/issue 4 #5

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

ascheman
Copy link

@ascheman ascheman commented Sep 8, 2017

My completely different approach to tackle the problem as discussed per PMs with @jensnerche and @DirkMahler.

Use failOnSeverity instead of failOnViolations/severity
… failure

This works as expected: Introducing an import from business to facade
is forbidden and leads to an architecture violation exception
Moving the classes to sub-packages makes the error disappear
though this might still be treated as architecture violation.
to solve the issue:
- Mark top level Packages (as described in PlantUML) as "SubComponent"
- Compute the dependencies between SubComponents
- Find SubComponents dependencies which are not enabled by either
  PlantUML or TechnicalDebt

Current implementation (or jQA!?) still has a problem: The concept
"AddTransitiveSubComponentDependencies" does not work when the
Maven plugin is executed (returns empty set) but works when the
query is executed manually
requires reference to built-in "dependency:Package" concept
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.

1 participant