Skip to content
Snippets Groups Projects
Commit 8dc55564 authored by Michael Leuschel's avatar Michael Leuschel
Browse files

keep VISB_JSON_FILE and ASSERT_LTL/ASSERT_CTL defs

parent cc429163
Branches
Tags
No related merge requests found
Pipeline #91909 passed
......@@ -54,7 +54,9 @@ public class BDefinitionsFinder extends AbstractASTVisitor implements ASTConstan
String defName = opDef.getName().toString();
// GOAL, ANIMATION_FUNCTION, ANIMATION_IMGxx, SET_PREF_xxx,
if (defName.equals("GOAL") || defName.startsWith("ANIMATION_") || defName.startsWith("CUSTOM_GRAPH_")
|| defName.startsWith("ASSERT_CTL") || defName.startsWith("ASSERT_LTL")
|| defName.startsWith("SET_PREF_") || defName.startsWith("HEURISTIC_FUNCTION")
|| defName.startsWith("VISB_JSON_FILE")
|| defName.startsWith("SCOPE") || defName.startsWith("scope_")) {
bDefinitionsSet.add(opDef);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment