You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.IndexOutOfBoundsException when mutating ConstValue Constraints
Log:
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at org.eclipse.viatra.dslreasoner.patternmutator.PatternMutator$HelperPQuery.copyBody(PatternMutator.java:473)
at org.eclipse.viatra.dslreasoner.patternmutator.PatternMutator$HelperPQuery.copyPQuery(PatternMutator.java:546)
at org.eclipse.viatra.dslreasoner.patternmutator.PatternMutator$HelperPQuery.<init>(PatternMutator.java:100)
at org.eclipse.viatra.dslreasoner.patternmutator.PatternMutator.mutate(PatternMutator.java:897)
at org.eclipse.viatra.dslreasoner.patternmutator.Run.main(Run.java:31)
The text was updated successfully, but these errors were encountered:
Description:
java.lang.IndexOutOfBoundsException when mutating ConstValue Constraints
Log:
The text was updated successfully, but these errors were encountered: