Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E escet
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
    • Locked Files
  • Issues 92
    • Issues 92
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Eclipse ProjectsEclipse Projects
  • Eclipse ESCET (Supervisory Control Engineering Toolkit)
  • escet
  • Issues
  • #60
Closed
Open
Issue created Apr 10, 2021 by Ferdie Reijnen@freijnenDeveloper

Fix duplicated error messages for multi init locs in mCRL2 transformation

The mCRL2 transformation pre-checker reports multiple initial locations for every n-1 possible initial locations.

automaton Test:
    location One:
        initial;
    location Two:
        initial;
    location Three:
        initial;
    location Four:
        initial;
end
ERROR: CIF to mCRL2 transformation failed due to unsatisfied preconditions:
 - Automaton "Test" has more than one initial location.
 - Automaton "Test" has more than one initial location.
 - Automaton "Test" has more than one initial location.
Assignee
Assign to
Time tracking

Copyright © Eclipse Foundation, Inc. All Rights Reserved.     Privacy Policy | Terms of Use | Copyright Agent