Sascha Di Bernardo
Sascha Di Bernardo
The enhancement may already be reported! Please search for the enhancement before creating one. ### Current Behavior: Currently many tasks use hardcoded URLs, such as the MavenMetaAnalyzer or OssIndexAnalysisTask. In...
As of now, HTML variable access of any kind is not part of the process variable retrieval process. At least the basic usage of embedded forms (if in the classpath)...
Currently the data flow analysis provides a conservative approach (intersection operator) to finding data flow anomalies, sometimes leading to false positives. In some cases taking the union would improve the...
If the variables.xml is used to declare variables, the unmarshalling operation results in a ClassCastException.
Currently Camunda interface discovery only works transitively but fails to discover class extension with subsequent interface implementation.
As of now, checkers exhibiting issues are also shown in the list of successful checkers.
Currently we build a graph based on the child nodes of the enclosing process, thus omitting present information in the analysis ([see here](https://github.com/viadee/vPAV/blob/master/src/main/java/de/viadee/bpm/vPAV/processing/ElementGraphBuilder.java#L154)). The process itself allows the usage of...
JUnit output format would allow nice integration into CI services
We should in general verify that the DmnTaskChecker still works with all models and namespaces.