Alexander Pann
Alexander Pann
This PR removes some old files and folder in this repository that are definitely not needed anymore.
This PR fixes https://github.com/mbeddr/mbeddr.core/issues/2199. Action profiles that are active by default now have an additional condition to decide if they should be activated. That means that you can have multiple...
Nested lists are now supported in the doc and markdown language as well as the html and markdown generator. - TAB: increase the indentation - SHIFT+TAB: decrease the indentation
The action ID of actions that should be removed or added in an ActionsProfile of the language `com.mbeddr.mpsutil.actionsfilter` should be checked for validity in a checking rule: `ApplicationManager.getinstance().getAction(actionID) != null`...
The error message "Could not invoke C program from command line" is shown after invoking the run configuration. The problem can be tested with [IntegratedCProgram](http://127.0.0.1:63320/node?ref=r%3Ab86891ca-0abb-41c3-88a0-c81002b50e03%28main%29%2F9068739205752625642). In [CProgramExecutorCommand](http://127.0.0.1:63320/node?ref=r%3A35144171-bbda-419f-9015-4d1f075e1db4%28com.mbeddr.core.runconfiguration.pluginSolution.plugin%29%2F1611636138415081390) the path for...
I am collecting the ideas from the old GitHub classic project here in case those features are relevant in the future and we need to create tickets. I am closing...
``` java.lang.NullPointerException at com.mbeddr.mpsutil.comparator.code.NodeDifference.getActualConceptName(NodeDifference.java:53) at com.mbeddr.mpsutil.comparator.code.DifferentConceptDifference.getDescription(DifferentConceptDifference.java:21) at com.mbeddr.mpsutil.comparator.code.MPSNodeComparisonResult.getDescription(MPSNodeComparisonResult.java:44) at com.mbeddr.mpsutil.comparator.code.MPSNodeComparisonResult.getDescription(MPSNodeComparisonResult.java:36) at com.mbeddr.mpsutil.comparator.code.ReferenceDifference.getDescription(ReferenceDifference.java:32) at com.mbeddr.mpsutil.comparator.code.MPSNodeComparisonResult.getDescription(MPSNodeComparisonResult.java:44) at com.mbeddr.mpsutil.comparator.code.MPSNodeComparisonResult.getDescription(MPSNodeComparisonResult.java:36) at com.mbeddr.mpsutil.comparator.code.ChildDifference.getDescription(ChildDifference.java:38) at com.mbeddr.mpsutil.comparator.code.MPSNodeComparisonResult.getDescription(MPSNodeComparisonResult.java:44) at com.mbeddr.mpsutil.comparator.code.MPSNodeComparisonResult.getDescription(MPSNodeComparisonResult.java:36) at com.mbeddr.mpsutil.comparator.code.ChildDifference.getDescription(ChildDifference.java:38) at com.mbeddr.mpsutil.comparator.code.MPSNodeComparisonResult.getDescription(MPSNodeComparisonResult.java:44) at com.mbeddr.mpsutil.comparator.code.MPSNodeComparisonResult.getDescription(MPSNodeComparisonResult.java:36) ```
There is no data flow analysis, for example: `model.addDependencies(dependency)` complains about an unused variable `dependency` even though it is used in this method. TODO: Find out which languages are affected:...