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 4
    • Merge requests 4
  • 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
  • #25
Closed
Open
Issue created Apr 09, 2021 by Ferdie Reijnen@freijnenDeveloper

Fix ElimComponentDefInst for nested def/inst

The cif validator crashes due to a bug in the eliminate component def/inst transformation for the following cif specification:

group def D():
  group e:
    group def F():
      v : V();
    end
  end
end

group def V():
end

d : D();

The problem is in the method findCompDefs, it incorrectly concludes that definition D() does not contain definitions or instantiations. That method cannot find definitions or instantiations contained within a group.

Edited Apr 09, 2021 by Ferdie Reijnen
Assignee
Assign to
Time tracking

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