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
Even if a pattern are not visible in the model but present it causes the following error.
Stracktrace
java.lang.NullPointerException
at br.unb.cic.rtgoretoprism.model.kl.RTContainer.compareTo(RTContainer.java:361)
at br.unb.cic.rtgoretoprism.model.kl.RTContainer.compareTo(RTContainer.java:1)
at java.util.ComparableTimSort.countRunAndMakeAscending(ComparableTimSort.java:316)
at java.util.ComparableTimSort.sort(ComparableTimSort.java:184)
at java.util.Arrays.sort(Arrays.java:1246)
at java.util.Arrays.sort(Arrays.java:1433)
at java.util.List.sort(List.java:478)
The text was updated successfully, but these errors were encountered:
gabrielsr
changed the title
NullPointerException generating model (at RTContainer.compareTo)
Goals with names that don't follow the defined patterns cause problemas in PRISM model generations
Apr 21, 2015
How should bad named goals be handled?
Even if a pattern are not visible in the model but present it causes the following error.
Stracktrace
java.lang.NullPointerException
at br.unb.cic.rtgoretoprism.model.kl.RTContainer.compareTo(RTContainer.java:361)
at br.unb.cic.rtgoretoprism.model.kl.RTContainer.compareTo(RTContainer.java:1)
at java.util.ComparableTimSort.countRunAndMakeAscending(ComparableTimSort.java:316)
at java.util.ComparableTimSort.sort(ComparableTimSort.java:184)
at java.util.Arrays.sort(Arrays.java:1246)
at java.util.Arrays.sort(Arrays.java:1433)
at java.util.List.sort(List.java:478)
The text was updated successfully, but these errors were encountered: