Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • dml-solving dml-solving
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Descartes Research
  • dml-solvingdml-solving
  • Issues
  • #58
Closed
Open
Created May 04, 2018 by Ghost User@ghostContributor

QPN validation throws error but model can be analyzed

Model validation in DML2QPN class throws an exception when using a delay user action. If commented out, analysis works as intended.

    private void validateModel(EObject modelRoot) {
	Diagnostic diagnostic = Diagnostician.INSTANCE.validate(modelRoot);
	if (diagnostic.getSeverity() != Diagnostic.OK) {
		throw new IllegalStateException(diagnostic.getMessage());              <=======
	}
}
Assignee
Assign to
Time tracking