-
Notifications
You must be signed in to change notification settings - Fork 7
mpsqa.arch: General improvements + support for disallowed dependencies #204
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
mpsqa.arch: General improvements + support for disallowed dependencies #204
Conversation
|
I am playing around and I got over the following exceptions (TBH I am not sure how to fix them at best, this is why I am logging them here - I could add some null-guards but I am not sure if there is a better fix of the cause and not only the sympthom): java.lang.NullPointerException: Cannot invoke "org.jetbrains.mps.openapi.model.SModel.getModule()" because the return value of "org.jetbrains.mps.openapi.model.SModelReference.resolve(org.jetbrains.mps.openapi.module.SRepository)" is null java.lang.NullPointerException: Cannot invoke "java.io.File.getPath()" because "file" is null java.lang.NullPointerException: Cannot invoke "org.jetbrains.mps.openapi.model.SModel.getModelRoot()" because "model" is null <<<<<<<< |
653fc11 to
a44ec3c
Compare
…fix/arch_language_improvements # Conflicts: # code/languages/org.mpsqa.build/solutions/org.mpsqa.build/models/org.mpsqa.build._080_lint_build.mps
danielratiu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you for the cleanups!
I called those disallowed dependencies "decouplings". Not sure if this is the right term. I had a hard time with the used terms in this language anyway. Please tell me if I replaced an official term somewhere.