We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c9c9a commit 837d477Copy full SHA for 837d477
1 file changed
plugins/de.cognicrypt.crysl.handler/src/main/java/de/cognicrypt/crysl/reader/CrySLParser.java
@@ -340,7 +340,7 @@ private List<CrySLPredicate> retrieveReqPredFromAltPreds(ReqPred left) {
340
private CrySLPredicate extractReqPred(final ReqPred pred) {
341
final List<ICrySLPredicateParameter> variables = new ArrayList<>();
342
PredLit innerPred = (PredLit) pred;
343
- final Constraint conditional = innerPred.getCons();
+ final Constraint conditional = (Constraint) innerPred.getCons();
344
if (innerPred.getPred().getParList() != null) {
345
for (final SuPar var : innerPred.getPred().getParList().getParameters()) {
346
if (var.getVal() != null) {
0 commit comments