From e925133492f6f8b7d0839229790006d4594bc5cf Mon Sep 17 00:00:00 2001 From: Dennis Hendriks Date: Mon, 15 Feb 2021 17:43:36 +0100 Subject: [PATCH 01/36] #12 Update release process for tags and GitLab release record. --- .../developer/release-process.asciidoc | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/products/org.eclipse.escet.documentation/asciidoc/developer/release-process.asciidoc b/products/org.eclipse.escet.documentation/asciidoc/developer/release-process.asciidoc index 7aabb861e..9cb79daf5 100644 --- a/products/org.eclipse.escet.documentation/asciidoc/developer/release-process.asciidoc +++ b/products/org.eclipse.escet.documentation/asciidoc/developer/release-process.asciidoc @@ -31,9 +31,22 @@ merge request is the only way to update it. tags with a specific syntax will be picked up by Jenkins to be released. For instance, use `v0.1`, `v0.1.1`, `v2.0`, etc for releases, `v0.1-M1` for a milestone build, or `v0.1-RC1` for a release candidate. - -* Push the tag to the Eclipse ESCET GitLab. E.g. use -`git push origin ` with `` the name of the tag to push. ++ +Add the tag via GitLab, at +https://gitlab.eclipse.org/eclipse/escet/escet/-/tags/new. Use the +_Tag name_ also as _Message_. Make sure to select `master` as branch from +which to create the tag. For the _Release notes_, use a short text inspired +by the release plan. ++ +As an example, consider milestone 1 of release v0.1: see +https://projects.eclipse.org/projects/technology.escet/releases/0.1 for the +release plan, https://gitlab.eclipse.org/eclipse/escet/escet/-/tags/v0.1-M1 +for the tag and +https://gitlab.eclipse.org/eclipse/escet/escet/-/releases/v0.1-M1 for the +GitLab release record. + +* Edit the GitLab release record, adding the GitLab milestone to the +release record. Save the changes. * Jenkins will automatically pick up the new tag. Log in to Jenkins and manually trigger a build for the tag. Jenkins will then automatically build -- GitLab From f64f0f1d170e9a0a3eb0585647afecda0337fcb0 Mon Sep 17 00:00:00 2001 From: Dennis Hendriks Date: Mon, 1 Mar 2021 16:56:07 +0100 Subject: [PATCH 02/36] #12 Release process: archive/delete instructions + retention policy. --- .../developer/release-process.asciidoc | 33 ++++++++++++++----- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/products/org.eclipse.escet.documentation/asciidoc/developer/release-process.asciidoc b/products/org.eclipse.escet.documentation/asciidoc/developer/release-process.asciidoc index 9cb79daf5..667055e7c 100644 --- a/products/org.eclipse.escet.documentation/asciidoc/developer/release-process.asciidoc +++ b/products/org.eclipse.escet.documentation/asciidoc/developer/release-process.asciidoc @@ -132,14 +132,29 @@ The standard visible website can be accessed at other factors, it may be necessary to force refresh your browser for it to pick up the changes on the server. -Regularly, consider the following: - -* Remove old non-release websites. -* Remove old non-release downloads. Consider whether removing P2 update -sites will lead to issues for users. -* Move old release downloads from `downloads.eclipse.org` to -`archive.eclipse.org`. Consider whether moving P2 update -sites will lead to issues for users. See for more information the -Eclipse Foundation Wiki page +* Remove/archive old releases: + +** For every release (not a milestone or release candidate), remove +all milestones and release candidates of the previous version and older. +E.g. for `v0.2`, remove `v0.1-M1`, `v0.1-M2`, `v0.1-RC1`, etc. Also archive +all releases older than the current and previous release. E.g. for `v0.3` +archive `v0.1` and older, but keep `v0.2`. ++ +Consider whether archiving or removing P2 update sites will lead to issues +for users. See for more information the Eclipse Foundation Wiki page link:https://wiki.eclipse.org/Equinox/p2/p2.mirrorsURL#Moving_a_repo_to_archive.eclipse.org[Moving a repo to archive.eclipse.org]. + +** Old websites can be removed in a similar way to the above instructions to +change the default website. Only remove the directory for the milestone +or release candidate. + +** Older downloads can be archived. Go to https://download.eclipse.org/escet/. +Make sure you're logged in. This should make check-boxes appear. Select the +folders to archive and click the _Archive_ button. It may take a few minutes +for archiving to complete. + +** Archived downloads can be removed. Go to https://archive.eclipse.org/escet/. +Make sure you're logged in. This should make check-boxes appear. Select the +folders to delete and click the _Delete_ button. It may take a few minutes +for deleting to complete. -- GitLab From 22e09cdce21f1c2447c16a866e95df23ccccd101 Mon Sep 17 00:00:00 2001 From: Dennis Hendriks Date: Mon, 1 Mar 2021 17:42:50 +0100 Subject: [PATCH 03/36] #14 Copyright update to 2021. --- .gitattributes | 2 +- .gitconfig | 2 +- .gitignore | 2 +- .mvn/extensions.xml | 2 +- Jenkinsfile | 2 +- LICENSE.txt | 2 +- build.cmd | 2 +- build.sh | 2 +- chi/org.eclipse.escet.chi.codegen.tests/.checkstyle | 2 +- chi/org.eclipse.escet.chi.codegen.tests/build.properties | 2 +- .../escet/chi/codegen/statements/seq/tests/ConvertTest.java | 2 +- chi/org.eclipse.escet.chi.codegen/.checkstyle | 2 +- chi/org.eclipse.escet.chi.codegen/build.properties | 2 +- chi/org.eclipse.escet.chi.codegen/docs/simulator.asciidoc | 2 +- .../org/eclipse/escet/chi/codegen/CodeGeneratorContext.java | 2 +- .../src/org/eclipse/escet/chi/codegen/Constants.java | 2 +- .../org/eclipse/escet/chi/codegen/EnumCodeGenerator.java | 2 +- .../org/eclipse/escet/chi/codegen/JavaCodeGenerator.java | 2 +- .../src/org/eclipse/escet/chi/codegen/OutputPosition.java | 2 +- .../escet/chi/codegen/ProcModelFuncXperGenerator.java | 2 +- .../eclipse/escet/chi/codegen/ProcessTypeDefinition.java | 2 +- .../escet/chi/codegen/classes/SelectAlternativeClass.java | 2 +- .../escet/chi/codegen/expressions/BehaviorHelper.java | 2 +- .../escet/chi/codegen/expressions/CodeExpression.java | 2 +- .../escet/chi/codegen/expressions/ExpressionBase.java | 2 +- .../escet/chi/codegen/expressions/SimpleExpression.java | 2 +- .../src/org/eclipse/escet/chi/codegen/java/JavaClass.java | 2 +- .../src/org/eclipse/escet/chi/codegen/java/JavaEnum.java | 2 +- .../src/org/eclipse/escet/chi/codegen/java/JavaFile.java | 2 +- .../src/org/eclipse/escet/chi/codegen/java/JavaMethod.java | 2 +- .../org/eclipse/escet/chi/codegen/java/JavaParameter.java | 2 +- .../chi/codegen/statements/seq/AssignmentConversions.java | 2 +- .../escet/chi/codegen/statements/seq/ForLoopConversion.java | 2 +- .../org/eclipse/escet/chi/codegen/statements/seq/Seq.java | 2 +- .../eclipse/escet/chi/codegen/statements/seq/SeqBox.java | 2 +- .../eclipse/escet/chi/codegen/statements/seq/SeqBreak.java | 2 +- .../eclipse/escet/chi/codegen/statements/seq/SeqCode.java | 2 +- .../escet/chi/codegen/statements/seq/SeqContinue.java | 2 +- .../eclipse/escet/chi/codegen/statements/seq/SeqExit.java | 2 +- .../escet/chi/codegen/statements/seq/SeqForLoop.java | 2 +- .../eclipse/escet/chi/codegen/statements/seq/SeqIfElse.java | 2 +- .../eclipse/escet/chi/codegen/statements/seq/SeqList.java | 2 +- .../eclipse/escet/chi/codegen/statements/seq/SeqReturn.java | 2 +- .../eclipse/escet/chi/codegen/statements/seq/SeqSelect.java | 2 +- .../eclipse/escet/chi/codegen/statements/seq/SeqWhile.java | 2 +- .../statements/seq/assignment/AssignmentFunctions.java | 2 +- .../codegen/statements/seq/assignment/AssignmentNode.java | 2 +- .../codegen/statements/seq/assignment/ChainedAsgNode.java | 2 +- .../statements/seq/assignment/DictionaryProjection.java | 2 +- .../chi/codegen/statements/seq/assignment/LhsHead.java | 2 +- .../chi/codegen/statements/seq/assignment/LhsUnpacking.java | 2 +- .../statements/seq/assignment/LhsVariableReference.java | 2 +- .../codegen/statements/seq/assignment/ListProjection.java | 2 +- .../codegen/statements/seq/assignment/RhsExpression.java | 2 +- .../chi/codegen/statements/seq/assignment/RhsVarName.java | 2 +- .../codegen/statements/seq/assignment/TupleProjection.java | 2 +- .../escet/chi/codegen/statements/switchcases/SeqCase.java | 2 +- .../codegen/statements/switchcases/SeqCaseCollection.java | 2 +- .../chi/codegen/statements/switchcases/SwitchCases.java | 2 +- .../org/eclipse/escet/chi/codegen/types/BooleanTypeID.java | 2 +- .../org/eclipse/escet/chi/codegen/types/ChannelTypeID.java | 2 +- .../eclipse/escet/chi/codegen/types/CoordObjectTypeID.java | 2 +- .../eclipse/escet/chi/codegen/types/DictionaryTypeID.java | 2 +- .../eclipse/escet/chi/codegen/types/DistributionTypeID.java | 2 +- .../src/org/eclipse/escet/chi/codegen/types/EnumTypeID.java | 2 +- .../src/org/eclipse/escet/chi/codegen/types/FileTypeID.java | 2 +- .../org/eclipse/escet/chi/codegen/types/FunctionTypeID.java | 2 +- .../org/eclipse/escet/chi/codegen/types/InstanceTypeID.java | 2 +- .../src/org/eclipse/escet/chi/codegen/types/IntTypeID.java | 2 +- .../src/org/eclipse/escet/chi/codegen/types/ListTypeID.java | 2 +- .../org/eclipse/escet/chi/codegen/types/MatrixTypeID.java | 2 +- .../org/eclipse/escet/chi/codegen/types/ObjectTypeID.java | 2 +- .../eclipse/escet/chi/codegen/types/PrimitiveTypeID.java | 2 +- .../org/eclipse/escet/chi/codegen/types/ProcessTypeID.java | 2 +- .../src/org/eclipse/escet/chi/codegen/types/RealTypeID.java | 2 +- .../src/org/eclipse/escet/chi/codegen/types/SetTypeID.java | 2 +- .../escet/chi/codegen/types/StateLessObjectTypeID.java | 2 +- .../org/eclipse/escet/chi/codegen/types/StringTypeID.java | 2 +- .../org/eclipse/escet/chi/codegen/types/TimerTypeID.java | 2 +- .../org/eclipse/escet/chi/codegen/types/TupleTypeID.java | 2 +- .../src/org/eclipse/escet/chi/codegen/types/TypeID.java | 2 +- .../org/eclipse/escet/chi/codegen/types/TypeIDCreation.java | 2 +- chi/org.eclipse.escet.chi.documentation.utils/.checkstyle | 2 +- .../build.properties | 2 +- .../generated_files/.git_keep_empty_dir | 2 +- .../chi/documentation/utils/GenerateDistributions.java | 2 +- .../asciidoc/_root_attributes.asciidoc | 2 +- .../asciidoc/index-docinfo-footer.html | 2 +- .../asciidoc/index-docinfo.html | 2 +- .../asciidoc/index.asciidoc | 4 ++-- .../asciidoc/legal.asciidoc | 4 ++-- .../asciidoc/reference-manual/_part_attributes.asciidoc | 2 +- .../asciidoc/reference-manual/distributions.asciidoc | 2 +- .../asciidoc/reference-manual/expressions.asciidoc | 2 +- .../asciidoc/reference-manual/global.asciidoc | 2 +- .../asciidoc/reference-manual/lexicals.asciidoc | 2 +- .../asciidoc/reference-manual/migration.asciidoc | 2 +- .../asciidoc/reference-manual/reference-manual.asciidoc | 2 +- .../asciidoc/reference-manual/statements.asciidoc | 2 +- .../asciidoc/reference-manual/stdlib.asciidoc | 2 +- .../asciidoc/reference-manual/svg-ref.asciidoc | 2 +- .../asciidoc/reference-manual/types.asciidoc | 2 +- .../asciidoc/release-notes.asciidoc | 2 +- .../asciidoc/tool-manual/_part_attributes.asciidoc | 2 +- .../asciidoc/tool-manual/commandline.asciidoc | 2 +- .../asciidoc/tool-manual/operation.asciidoc | 2 +- .../asciidoc/tool-manual/tool-manual.asciidoc | 2 +- .../asciidoc/tutorial/_part_attributes.asciidoc | 2 +- .../asciidoc/tutorial/buffers.asciidoc | 2 +- .../asciidoc/tutorial/channels.asciidoc | 2 +- .../asciidoc/tutorial/conveyors.asciidoc | 2 +- .../asciidoc/tutorial/datatypes.asciidoc | 2 +- .../asciidoc/tutorial/experiments.asciidoc | 2 +- .../asciidoc/tutorial/functions.asciidoc | 2 +- .../asciidoc/tutorial/input-output.asciidoc | 2 +- .../asciidoc/tutorial/introduction.asciidoc | 2 +- .../asciidoc/tutorial/processes.asciidoc | 2 +- .../asciidoc/tutorial/servers.asciidoc | 2 +- .../asciidoc/tutorial/statements.asciidoc | 2 +- .../asciidoc/tutorial/stochastic-behavior.asciidoc | 2 +- .../asciidoc/tutorial/svg-example.asciidoc | 2 +- .../asciidoc/tutorial/svg-vis.asciidoc | 2 +- .../asciidoc/tutorial/tutorial.asciidoc | 2 +- chi/org.eclipse.escet.chi.documentation/assembly.xml | 2 +- chi/org.eclipse.escet.chi.documentation/build.properties | 2 +- .../images/reference-manual/distribution_plots/Makefile | 2 +- .../reference-manual/distribution_plots/bernoulli.dat | 2 +- .../reference-manual/distribution_plots/bernoulli.plt | 2 +- .../reference-manual/distribution_plots/bernoulli.svg | 2 +- .../images/reference-manual/distribution_plots/beta.plt | 2 +- .../images/reference-manual/distribution_plots/beta.svg | 2 +- .../reference-manual/distribution_plots/beta_0.8_0.5.dat | 2 +- .../reference-manual/distribution_plots/beta_1.5_3.0.dat | 2 +- .../reference-manual/distribution_plots/beta_2.0_2.0.dat | 2 +- .../reference-manual/distribution_plots/beta_5.0_1.5.dat | 2 +- .../images/reference-manual/distribution_plots/binomial.plt | 2 +- .../images/reference-manual/distribution_plots/binomial.svg | 2 +- .../reference-manual/distribution_plots/binomial_20_0.5.dat | 2 +- .../reference-manual/distribution_plots/binomial_20_0.7.dat | 2 +- .../reference-manual/distribution_plots/binomial_40_0.5.dat | 2 +- .../images/reference-manual/distribution_plots/cont_uni.plt | 2 +- .../images/reference-manual/distribution_plots/cont_uni.svg | 2 +- .../reference-manual/distribution_plots/cont_uni1.dat | 2 +- .../reference-manual/distribution_plots/cont_uni2.dat | 2 +- .../images/reference-manual/distribution_plots/disc_uni.plt | 2 +- .../images/reference-manual/distribution_plots/disc_uni.svg | 2 +- .../reference-manual/distribution_plots/disc_uni1.dat | 2 +- .../reference-manual/distribution_plots/disc_uni2.dat | 2 +- .../reference-manual/distribution_plots/exponential.plt | 2 +- .../reference-manual/distribution_plots/exponential.svg | 2 +- .../reference-manual/distribution_plots/exponential_0.5.dat | 2 +- .../reference-manual/distribution_plots/exponential_1.0.dat | 2 +- .../reference-manual/distribution_plots/exponential_1.5.dat | 2 +- .../images/reference-manual/distribution_plots/gamma.plt | 2 +- .../images/reference-manual/distribution_plots/gamma.svg | 2 +- .../reference-manual/distribution_plots/gamma_1.0_2.0.dat | 2 +- .../reference-manual/distribution_plots/gamma_3.0_2.0.dat | 2 +- .../reference-manual/distribution_plots/gamma_6.0_0.5.dat | 2 +- .../reference-manual/distribution_plots/gamma_6.0_2.0.dat | 2 +- .../reference-manual/distribution_plots/lognormal.plt | 2 +- .../reference-manual/distribution_plots/lognormal.svg | 2 +- .../distribution_plots/lognormal_0.0_0.25.dat | 2 +- .../distribution_plots/lognormal_0.0_0.5.dat | 2 +- .../distribution_plots/lognormal_0.0_1.0.dat | 2 +- .../images/reference-manual/distribution_plots/normal.plt | 2 +- .../images/reference-manual/distribution_plots/normal.svg | 2 +- .../reference-manual/distribution_plots/normal_3_1.dat | 2 +- .../reference-manual/distribution_plots/normal_5_2.dat | 2 +- .../images/reference-manual/distribution_plots/poisson.plt | 2 +- .../images/reference-manual/distribution_plots/poisson.svg | 2 +- .../reference-manual/distribution_plots/poisson_10.0.dat | 2 +- .../reference-manual/distribution_plots/poisson_4.0.dat | 2 +- .../images/reference-manual/distribution_plots/triangle.plt | 2 +- .../images/reference-manual/distribution_plots/triangle.svg | 2 +- .../reference-manual/distribution_plots/triangle_1_2_4.dat | 2 +- .../images/reference-manual/distribution_plots/weibull.plt | 2 +- .../images/reference-manual/distribution_plots/weibull.svg | 2 +- .../reference-manual/distribution_plots/weibull_0.5_1.0.dat | 2 +- .../reference-manual/distribution_plots/weibull_1.0_1.0.dat | 2 +- .../reference-manual/distribution_plots/weibull_1.5_1.0.dat | 2 +- .../reference-manual/distribution_plots/weibull_5.0_1.0.dat | 2 +- .../images/reference-manual/rail_diagrams/Makefile | 2 +- .../images/reference-manual/rail_diagrams/addressable.tex | 2 +- .../reference-manual/rail_diagrams/assignment_statement.tex | 2 +- .../images/reference-manual/rail_diagrams/body.tex | 2 +- .../reference-manual/rail_diagrams/bool_expression.tex | 2 +- .../reference-manual/rail_diagrams/break_statement.tex | 2 +- .../reference-manual/rail_diagrams/cast_expression.tex | 2 +- .../images/reference-manual/rail_diagrams/channel_type.tex | 2 +- .../reference-manual/rail_diagrams/choice_statement.tex | 2 +- .../reference-manual/rail_diagrams/close_statement.tex | 2 +- .../rail_diagrams/communication_statement.tex | 2 +- .../reference-manual/rail_diagrams/compare_expression.tex | 2 +- .../images/reference-manual/rail_diagrams/constantdef.tex | 2 +- .../reference-manual/rail_diagrams/container_type.tex | 2 +- .../reference-manual/rail_diagrams/continue_statement.tex | 2 +- .../reference-manual/rail_diagrams/delay_statement.tex | 2 +- .../reference-manual/rail_diagrams/dictionary_type.tex | 2 +- .../reference-manual/rail_diagrams/distribution_type.tex | 2 +- .../reference-manual/rail_diagrams/elementary_type.tex | 2 +- .../images/reference-manual/rail_diagrams/enum_value.tex | 2 +- .../images/reference-manual/rail_diagrams/enumdef.tex | 2 +- .../reference-manual/rail_diagrams/exit_statement.tex | 2 +- .../reference-manual/rail_diagrams/finish_statement.tex | 2 +- .../images/reference-manual/rail_diagrams/for_statement.tex | 2 +- .../images/reference-manual/rail_diagrams/formalparms.tex | 2 +- .../reference-manual/rail_diagrams/func_call_expression.tex | 2 +- .../images/reference-manual/rail_diagrams/funcdef.tex | 2 +- .../images/reference-manual/rail_diagrams/function_type.tex | 2 +- .../reference-manual/rail_diagrams/generic_expression.tex | 2 +- .../reference-manual/rail_diagrams/iterative_statement.tex | 2 +- .../reference-manual/rail_diagrams/lexical_real_number.tex | 2 +- .../rail_diagrams/lexical_string_literal.tex | 2 +- .../images/reference-manual/rail_diagrams/list_type.tex | 2 +- .../reference-manual/rail_diagrams/literal_dictionary.tex | 2 +- .../rail_diagrams/literal_integer_number.tex | 2 +- .../images/reference-manual/rail_diagrams/literal_list.tex | 2 +- .../reference-manual/rail_diagrams/literal_matrix.tex | 2 +- .../images/reference-manual/rail_diagrams/literal_set.tex | 2 +- .../images/reference-manual/rail_diagrams/literal_tuple.tex | 2 +- .../images/reference-manual/rail_diagrams/modeldef.tex | 2 +- .../reference-manual/rail_diagrams/other_statements.tex | 2 +- .../reference-manual/rail_diagrams/pass_statement.tex | 2 +- .../images/reference-manual/rail_diagrams/postamble.tex | 2 +- .../images/reference-manual/rail_diagrams/preamble.tex | 2 +- .../images/reference-manual/rail_diagrams/procdef.tex | 2 +- .../reference-manual/rail_diagrams/process_instance.tex | 2 +- .../images/reference-manual/rail_diagrams/process_type.tex | 2 +- .../images/reference-manual/rail_diagrams/program.tex | 2 +- .../reference-manual/rail_diagrams/real_number_values.tex | 2 +- .../reference-manual/rail_diagrams/receive_statement.tex | 2 +- .../reference-manual/rail_diagrams/return_statement.tex | 2 +- .../images/reference-manual/rail_diagrams/run_start.tex | 2 +- .../reference-manual/rail_diagrams/select_alternative.tex | 2 +- .../reference-manual/rail_diagrams/select_condition.tex | 2 +- .../reference-manual/rail_diagrams/select_statement.tex | 2 +- .../reference-manual/rail_diagrams/send_statement.tex | 2 +- .../images/reference-manual/rail_diagrams/set_type.tex | 2 +- .../images/reference-manual/rail_diagrams/statement.tex | 2 +- .../reference-manual/rail_diagrams/subprocess_statement.tex | 2 +- .../images/reference-manual/rail_diagrams/tuple_type.tex | 2 +- .../images/reference-manual/rail_diagrams/type.tex | 2 +- .../reference-manual/rail_diagrams/typed_expression.tex | 2 +- .../images/reference-manual/rail_diagrams/typedef.tex | 2 +- .../images/reference-manual/rail_diagrams/vardef.tex | 2 +- .../reference-manual/rail_diagrams/while_statement.tex | 2 +- .../reference-manual/rail_diagrams/write_statement.tex | 2 +- .../images/reference-manual/rail_diagrams/xperdef.tex | 2 +- .../images/tutorial/gbse.svg | 2 +- .../images/tutorial/pictures/Makefile | 2 +- .../images/tutorial/pictures/assembly_n_components.tex | 2 +- .../images/tutorial/pictures/assembly_two_components.tex | 2 +- .../images/tutorial/pictures/buffered_producer_consumer.tex | 2 +- .../images/tutorial/pictures/controlled_factory.tex | 2 +- .../images/tutorial/pictures/conveyor_3items.tex | 2 +- .../images/tutorial/pictures/conveyor_system.tex | 2 +- .../tutorial/pictures/generator_2buffers_2servers_exit.tex | 2 +- .../images/tutorial/pictures/generator_2servers_exit.tex | 2 +- .../tutorial/pictures/generator_buffer_server_exit.tex | 2 +- .../images/tutorial/pictures/generator_server_exit.tex | 2 +- .../images/tutorial/pictures/list_with_indices.tex | 2 +- .../images/tutorial/pictures/list_with_slices.tex | 2 +- .../images/tutorial/pictures/one_place_buffer.tex | 2 +- .../images/tutorial/pictures/postamble.tex | 2 +- .../images/tutorial/pictures/preamble.tex | 2 +- .../images/tutorial/pictures/producer_consumer.tex | 2 +- .../images/tutorial/pictures/sixchilds.fig | 2 +- .../images/tutorial/pictures/three_parallel_servers.tex | 2 +- .../tutorial/pictures/two_parallel_requesting_servers.tex | 2 +- .../images/tutorial/pictures/two_parallel_servers.tex | 2 +- .../images/tutorial/pictures/two_place_buffer.tex | 2 +- chi/org.eclipse.escet.chi.documentation/plugin.xml | 2 +- chi/org.eclipse.escet.chi.documentation/pom.xml | 2 +- chi/org.eclipse.escet.chi.feature/build.properties | 2 +- chi/org.eclipse.escet.chi.feature/feature.xml | 2 +- chi/org.eclipse.escet.chi.metamodel.java/.checkstyle | 2 +- chi/org.eclipse.escet.chi.metamodel.java/build.properties | 2 +- .../eclipse/escet/chi/metamodel/java/ChiConstructors.java | 2 +- chi/org.eclipse.escet.chi.metamodel/build.properties | 2 +- chi/org.eclipse.escet.chi.metamodel/docs/build.bash | 2 +- chi/org.eclipse.escet.chi.metamodel/docs/chi_ecore_doc.tex | 6 +++--- .../docs/chi_ecore_doc_details.tex | 2 +- .../docs/chi_ecore_doc_details_generated.tex | 2 +- .../docs/chi_ecore_doc_generated.tex | 2 +- chi/org.eclipse.escet.chi.metamodel/model/autofix.py | 4 ++-- chi/org.eclipse.escet.chi.metamodel/model/chi.genmodel | 2 +- chi/org.eclipse.escet.chi.metamodel/plugin.properties | 2 +- chi/org.eclipse.escet.chi.metamodel/plugin.xml | 2 +- .../escet/chi/metamodel/chi/AssignmentStatement.java | 2 +- .../escet/chi/metamodel/chi/BaseFunctionReference.java | 2 +- .../escet/chi/metamodel/chi/BehaviourDeclaration.java | 2 +- .../eclipse/escet/chi/metamodel/chi/BinaryExpression.java | 2 +- .../eclipse/escet/chi/metamodel/chi/BinaryOperators.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/BoolLiteral.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/BoolType.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/BreakStatement.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/CallExpression.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/CastExpression.java | 2 +- .../eclipse/escet/chi/metamodel/chi/ChannelExpression.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/ChannelOps.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/ChannelType.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/ChiFactory.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/ChiPackage.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/CloseStatement.java | 2 +- .../escet/chi/metamodel/chi/CommunicationStatement.java | 2 +- .../eclipse/escet/chi/metamodel/chi/ComputeDeclaration.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/ComputeType.java | 2 +- .../escet/chi/metamodel/chi/ConstantDeclaration.java | 2 +- .../eclipse/escet/chi/metamodel/chi/ConstantReference.java | 2 +- .../eclipse/escet/chi/metamodel/chi/ContinueStatement.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/CreateCase.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/Declaration.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/DelayStatement.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/DictType.java | 2 +- .../escet/chi/metamodel/chi/DictionaryExpression.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/DictionaryPair.java | 2 +- .../eclipse/escet/chi/metamodel/chi/DistributionType.java | 2 +- .../eclipse/escet/chi/metamodel/chi/EnumDeclaration.java | 2 +- .../eclipse/escet/chi/metamodel/chi/EnumTypeReference.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/EnumValue.java | 2 +- .../eclipse/escet/chi/metamodel/chi/EnumValueReference.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/ExitStatement.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/Expression.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/FieldReference.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/FileType.java | 2 +- .../eclipse/escet/chi/metamodel/chi/FinishStatement.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/ForStatement.java | 2 +- .../escet/chi/metamodel/chi/FunctionDeclaration.java | 2 +- .../eclipse/escet/chi/metamodel/chi/FunctionReference.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/FunctionType.java | 2 +- .../src-gen/org/eclipse/escet/chi/metamodel/chi/IfCase.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/IfStatement.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/InstanceType.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/IntNumber.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/IntType.java | 2 +- .../eclipse/escet/chi/metamodel/chi/IteratedCreateCase.java | 2 +- .../eclipse/escet/chi/metamodel/chi/IteratedSelectCase.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/ListExpression.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/ListType.java | 2 +- .../eclipse/escet/chi/metamodel/chi/MatrixExpression.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/MatrixRow.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/MatrixType.java | 2 +- .../eclipse/escet/chi/metamodel/chi/ModelDeclaration.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/ModelReference.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/ModelType.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/PassStatement.java | 2 +- .../eclipse/escet/chi/metamodel/chi/ProcessDeclaration.java | 2 +- .../eclipse/escet/chi/metamodel/chi/ProcessInstance.java | 2 +- .../eclipse/escet/chi/metamodel/chi/ProcessReference.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/ProcessType.java | 2 +- .../eclipse/escet/chi/metamodel/chi/ReadCallExpression.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/RealNumber.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/RealType.java | 2 +- .../eclipse/escet/chi/metamodel/chi/ReceiveStatement.java | 2 +- .../eclipse/escet/chi/metamodel/chi/ReturnStatement.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/RunStatement.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/SelectCase.java | 2 +- .../eclipse/escet/chi/metamodel/chi/SelectStatement.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/SendStatement.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/SetExpression.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/SetType.java | 2 +- .../eclipse/escet/chi/metamodel/chi/SliceExpression.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/Specification.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/Statement.java | 2 +- .../escet/chi/metamodel/chi/StdLibFunctionReference.java | 2 +- .../eclipse/escet/chi/metamodel/chi/StdLibFunctions.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/StringLiteral.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/StringType.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/TimeLiteral.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/TimerType.java | 2 +- .../eclipse/escet/chi/metamodel/chi/TupleExpression.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/TupleField.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/TupleType.java | 2 +- .../src-gen/org/eclipse/escet/chi/metamodel/chi/Type.java | 2 +- .../eclipse/escet/chi/metamodel/chi/TypeDeclaration.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/TypeReference.java | 2 +- .../eclipse/escet/chi/metamodel/chi/UnaryExpression.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/UnaryOperators.java | 2 +- .../escet/chi/metamodel/chi/UnresolvedReference.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/UnresolvedType.java | 2 +- .../src-gen/org/eclipse/escet/chi/metamodel/chi/Unwind.java | 2 +- .../escet/chi/metamodel/chi/VariableDeclaration.java | 2 +- .../eclipse/escet/chi/metamodel/chi/VariableReference.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/VoidType.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/WhileStatement.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/WriteStatement.java | 2 +- .../eclipse/escet/chi/metamodel/chi/XperDeclaration.java | 2 +- .../chi/metamodel/chi/impl/AssignmentStatementImpl.java | 2 +- .../chi/metamodel/chi/impl/BaseFunctionReferenceImpl.java | 2 +- .../chi/metamodel/chi/impl/BehaviourDeclarationImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/BinaryExpressionImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/BoolLiteralImpl.java | 2 +- .../eclipse/escet/chi/metamodel/chi/impl/BoolTypeImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/BreakStatementImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/CallExpressionImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/CastExpressionImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/ChannelExpressionImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/ChannelTypeImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/ChiFactoryImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/ChiPackageImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/CloseStatementImpl.java | 2 +- .../chi/metamodel/chi/impl/CommunicationStatementImpl.java | 2 +- .../chi/metamodel/chi/impl/ComputeDeclarationImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/ComputeTypeImpl.java | 2 +- .../chi/metamodel/chi/impl/ConstantDeclarationImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/ConstantReferenceImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/ContinueStatementImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/CreateCaseImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/DeclarationImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/DelayStatementImpl.java | 2 +- .../eclipse/escet/chi/metamodel/chi/impl/DictTypeImpl.java | 2 +- .../chi/metamodel/chi/impl/DictionaryExpressionImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/DictionaryPairImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/DistributionTypeImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/EnumDeclarationImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/EnumTypeReferenceImpl.java | 2 +- .../eclipse/escet/chi/metamodel/chi/impl/EnumValueImpl.java | 2 +- .../chi/metamodel/chi/impl/EnumValueReferenceImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/ExitStatementImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/ExpressionImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/FieldReferenceImpl.java | 2 +- .../eclipse/escet/chi/metamodel/chi/impl/FileTypeImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/FinishStatementImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/ForStatementImpl.java | 2 +- .../chi/metamodel/chi/impl/FunctionDeclarationImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/FunctionReferenceImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/FunctionTypeImpl.java | 2 +- .../eclipse/escet/chi/metamodel/chi/impl/IfCaseImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/IfStatementImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/InstanceTypeImpl.java | 2 +- .../eclipse/escet/chi/metamodel/chi/impl/IntNumberImpl.java | 2 +- .../eclipse/escet/chi/metamodel/chi/impl/IntTypeImpl.java | 2 +- .../chi/metamodel/chi/impl/IteratedCreateCaseImpl.java | 2 +- .../chi/metamodel/chi/impl/IteratedSelectCaseImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/ListExpressionImpl.java | 2 +- .../eclipse/escet/chi/metamodel/chi/impl/ListTypeImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/MatrixExpressionImpl.java | 2 +- .../eclipse/escet/chi/metamodel/chi/impl/MatrixRowImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/MatrixTypeImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/ModelDeclarationImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/ModelReferenceImpl.java | 2 +- .../eclipse/escet/chi/metamodel/chi/impl/ModelTypeImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/PassStatementImpl.java | 2 +- .../chi/metamodel/chi/impl/ProcessDeclarationImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/ProcessInstanceImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/ProcessReferenceImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/ProcessTypeImpl.java | 2 +- .../chi/metamodel/chi/impl/ReadCallExpressionImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/RealNumberImpl.java | 2 +- .../eclipse/escet/chi/metamodel/chi/impl/RealTypeImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/ReceiveStatementImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/ReturnStatementImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/RunStatementImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/SelectCaseImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/SelectStatementImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/SendStatementImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/SetExpressionImpl.java | 2 +- .../eclipse/escet/chi/metamodel/chi/impl/SetTypeImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/SliceExpressionImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/SpecificationImpl.java | 2 +- .../eclipse/escet/chi/metamodel/chi/impl/StatementImpl.java | 2 +- .../chi/metamodel/chi/impl/StdLibFunctionReferenceImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/StringLiteralImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/StringTypeImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/TimeLiteralImpl.java | 2 +- .../eclipse/escet/chi/metamodel/chi/impl/TimerTypeImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/TupleExpressionImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/TupleFieldImpl.java | 2 +- .../eclipse/escet/chi/metamodel/chi/impl/TupleTypeImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/TypeDeclarationImpl.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/impl/TypeImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/TypeReferenceImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/UnaryExpressionImpl.java | 2 +- .../chi/metamodel/chi/impl/UnresolvedReferenceImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/UnresolvedTypeImpl.java | 2 +- .../eclipse/escet/chi/metamodel/chi/impl/UnwindImpl.java | 2 +- .../chi/metamodel/chi/impl/VariableDeclarationImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/VariableReferenceImpl.java | 2 +- .../eclipse/escet/chi/metamodel/chi/impl/VoidTypeImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/WhileStatementImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/WriteStatementImpl.java | 2 +- .../escet/chi/metamodel/chi/impl/XperDeclarationImpl.java | 2 +- .../escet/chi/metamodel/chi/util/ChiAdapterFactory.java | 2 +- .../org/eclipse/escet/chi/metamodel/chi/util/ChiSwitch.java | 2 +- .../eclipse/escet/chi/metamodel/chi/util/ChiValidator.java | 2 +- chi/org.eclipse.escet.chi.misc/latex/chi_listing.sty | 2 +- chi/org.eclipse.escet.chi.misc/latex/test.tex | 2 +- chi/org.eclipse.escet.chi.misc/latex/test_file.chi | 2 +- chi/org.eclipse.escet.chi.misc/logos/chi_logo.svg | 2 +- chi/org.eclipse.escet.chi.parser/.checkstyle | 2 +- chi/org.eclipse.escet.chi.parser/build.properties | 2 +- .../src-gen/org/eclipse/escet/chi/parser/ChiHooks.skeleton | 2 +- .../src-gen/org/eclipse/escet/chi/parser/ChiParser.java | 2 +- .../src-gen/org/eclipse/escet/chi/parser/ChiScanner.java | 2 +- .../src/org/eclipse/escet/chi/parser/ChiHooks.java | 2 +- .../src/org/eclipse/escet/chi/parser/ParserBody.java | 2 +- .../src/org/eclipse/escet/chi/parser/ParserIdentifier.java | 2 +- .../org/eclipse/escet/chi/parser/ParserSelectCondition.java | 2 +- .../src/org/eclipse/escet/chi/parser/ParserVarValue.java | 2 +- .../src/org/eclipse/escet/chi/parser/chi.setext | 2 +- .../src/org/eclipse/escet/chi/parser/chk.bash | 2 +- chi/org.eclipse.escet.chi.runtime.tests/.checkstyle | 2 +- chi/org.eclipse.escet.chi.runtime.tests/build.properties | 2 +- .../escet/chi/runtime/data/tests/IndexableDequeTest.java | 2 +- .../escet/chi/runtime/data/tests/IntegerComparator.java | 2 +- .../escet/chi/runtime/tests/ArithmeticFunctionsTest.java | 2 +- .../eclipse/escet/chi/runtime/tests/IoFunctionsTest.java | 2 +- chi/org.eclipse.escet.chi.runtime/.checkstyle | 2 +- chi/org.eclipse.escet.chi.runtime/build.properties | 2 +- .../org/eclipse/escet/chi/runtime/ArithmeticFunctions.java | 2 +- .../src/org/eclipse/escet/chi/runtime/ChiCoordinator.java | 2 +- .../eclipse/escet/chi/runtime/ChiSimulatorException.java | 2 +- .../src/org/eclipse/escet/chi/runtime/ChiSpecification.java | 2 +- .../src/org/eclipse/escet/chi/runtime/ChiSvgOutput.java | 2 +- .../src/org/eclipse/escet/chi/runtime/IoFunctions.java | 2 +- .../src/org/eclipse/escet/chi/runtime/SelectChoice.java | 2 +- .../src/org/eclipse/escet/chi/runtime/SelectDelay.java | 2 +- .../org/eclipse/escet/chi/runtime/SelectWaitRunChilds.java | 2 +- .../src/org/eclipse/escet/chi/runtime/SimulationData.java | 2 +- .../src/org/eclipse/escet/chi/runtime/SimulationResult.java | 2 +- .../src/org/eclipse/escet/chi/runtime/SimulationState.java | 2 +- .../eclipse/escet/chi/runtime/SvgAbsmoveModification.java | 2 +- .../eclipse/escet/chi/runtime/SvgAttribModification.java | 2 +- .../org/eclipse/escet/chi/runtime/SvgCopyModification.java | 2 +- .../src/org/eclipse/escet/chi/runtime/SvgModification.java | 2 +- .../org/eclipse/escet/chi/runtime/SvgTextModification.java | 2 +- .../org/eclipse/escet/chi/runtime/TerminatedException.java | 2 +- .../src/org/eclipse/escet/chi/runtime/data/BaseProcess.java | 2 +- .../src/org/eclipse/escet/chi/runtime/data/Channel.java | 2 +- .../src/org/eclipse/escet/chi/runtime/data/ChiMatrix.java | 2 +- .../src/org/eclipse/escet/chi/runtime/data/CoordData.java | 2 +- .../src/org/eclipse/escet/chi/runtime/data/CoreProcess.java | 2 +- .../src/org/eclipse/escet/chi/runtime/data/DataSupport.java | 2 +- .../org/eclipse/escet/chi/runtime/data/DefinitionKind.java | 2 +- .../org/eclipse/escet/chi/runtime/data/DummyProcess.java | 2 +- .../org/eclipse/escet/chi/runtime/data/IndexableDeque.java | 2 +- .../org/eclipse/escet/chi/runtime/data/PositionData.java | 2 +- .../src/org/eclipse/escet/chi/runtime/data/Timer.java | 2 +- .../eclipse/escet/chi/runtime/data/io/ChiFileHandle.java | 2 +- .../eclipse/escet/chi/runtime/data/io/ChiReadDataFile.java | 2 +- .../escet/chi/runtime/data/io/ChiReadMemoryFile.java | 2 +- .../org/eclipse/escet/chi/runtime/data/io/ChiStdioFile.java | 2 +- .../eclipse/escet/chi/runtime/data/io/ChiWriteDataFile.java | 2 +- .../escet/chi/runtime/data/io/ChiWriteMemoryFile.java | 2 +- .../escet/chi/runtime/data/io/DummyChiFileHandle.java | 2 +- .../chi/runtime/data/random/BernoulliDistribution.java | 2 +- .../escet/chi/runtime/data/random/BetaDistribution.java | 2 +- .../escet/chi/runtime/data/random/BinomialDistribution.java | 2 +- .../runtime/data/random/BooleanConstantDistribution.java | 2 +- .../escet/chi/runtime/data/random/BooleanDistribution.java | 2 +- .../chi/runtime/data/random/DoubleConstantDistribution.java | 2 +- .../escet/chi/runtime/data/random/DoubleDistribution.java | 2 +- .../chi/runtime/data/random/DoubleUniformDistribution.java | 2 +- .../escet/chi/runtime/data/random/ErlangDistribution.java | 2 +- .../chi/runtime/data/random/ExponentialDistribution.java | 2 +- .../escet/chi/runtime/data/random/GammaDistribution.java | 2 +- .../escet/chi/runtime/data/random/GaussianGenerator.java | 2 +- .../chi/runtime/data/random/GeometricDistribution.java | 2 +- .../runtime/data/random/IntegerConstantDistribution.java | 2 +- .../escet/chi/runtime/data/random/IntegerDistribution.java | 2 +- .../chi/runtime/data/random/IntegerUniformDistribution.java | 2 +- .../chi/runtime/data/random/LogNormalDistribution.java | 2 +- .../escet/chi/runtime/data/random/MersenneTwister.java | 2 +- .../escet/chi/runtime/data/random/NormalDistribution.java | 2 +- .../escet/chi/runtime/data/random/PoissonDistribution.java | 2 +- .../escet/chi/runtime/data/random/RandomDistribution.java | 2 +- .../escet/chi/runtime/data/random/RandomGenerator.java | 2 +- .../escet/chi/runtime/data/random/TriangleDistribution.java | 2 +- .../escet/chi/runtime/data/random/WeibullDistribution.java | 2 +- chi/org.eclipse.escet.chi.simulator.ui/.checkstyle | 2 +- chi/org.eclipse.escet.chi.simulator.ui/build.properties | 2 +- chi/org.eclipse.escet.chi.simulator.ui/plugin.xml | 2 +- .../eclipse/escet/chi/simulator/ui/QuickSimulateAction.java | 2 +- .../org/eclipse/escet/chi/simulator/ui/SimulateAction.java | 2 +- chi/org.eclipse.escet.chi.simulator/.checkstyle | 2 +- chi/org.eclipse.escet.chi.simulator/build.properties | 2 +- .../eclipse/escet/chi/simulator/SimulatorApplication.java | 2 +- .../escet/chi/simulator/options/InputFileOption.java | 2 +- .../escet/chi/simulator/options/OutputDirectoryOption.java | 2 +- .../escet/chi/simulator/options/OutputInfoOption.java | 2 +- .../chi/simulator/options/PerformJavaCompileOption.java | 2 +- .../chi/simulator/options/RunSpecificationClassOption.java | 2 +- .../escet/chi/simulator/options/SeedValueOption.java | 2 +- .../escet/chi/simulator/options/StartupInstanceOption.java | 2 +- .../eclipse/escet/chi/simulator/options/WriteEMFOption.java | 2 +- .../eclipse/escet/chi/simulator/options/WriteJAROption.java | 2 +- chi/org.eclipse.escet.chi.tests/.checkstyle | 2 +- chi/org.eclipse.escet.chi.tests/build.properties | 2 +- .../src/org/eclipse/escet/chi/tests/ChiTest.java | 2 +- .../tests/examples/Cyclic1Push.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/IO1.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/IO2.chi | 2 +- .../tests/examples/ListTestA.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/PC1.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/PC2.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/PQ.chi | 2 +- .../tests/examples/ParBundles.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/PinPP.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/PinPP2.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/TestDict.chi | 2 +- .../tests/examples/bypassing.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/chann.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/clms.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/clock2a.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/clock2b.chi | 2 +- .../tests/examples/constants.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/conveyor.chi | 2 +- .../tests/examples/cyclnpush2.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/delai.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/dict_ops.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/enum.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/esp.chi | 2 +- .../tests/examples/for_tuple.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/fortest.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/gbse.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/gme.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/lijntje.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/lindley.chi | 2 +- .../tests/examples/list_concat1.chi | 2 +- .../tests/examples/list_concat2.chi | 2 +- .../tests/examples/list_init_5_n.chi | 2 +- .../tests/examples/list_init_n.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/listadd.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/listdel.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/listpop.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/listtest.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/mymodel.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/parallel.chi | 2 +- .../tests/examples/read_file.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/rlist.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/run1.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/set.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/set_ops.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/set_test.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/start1.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/start2.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/table1.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/table2.chi | 2 +- .../tests/examples/true_delay.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/tut.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/unwind.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/examples/v4.chi | 2 +- .../tests/examples/whiletest.chi | 2 +- .../tests/nondeterministic/long_short.chi | 2 +- .../tests/nondeterministic/multi_process.chi | 2 +- .../tests/spec/const/channel-type.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/spec/const/cycle1.chi | 2 +- .../tests/spec/const/invalid_const.chi | 2 +- .../tests/spec/const/overflow.chi | 2 +- .../tests/spec/const/proc_func_const_time.chi | 2 +- .../tests/spec/enum/invalid_1.chi | 2 +- .../tests/spec/enum/invalid_2.chi | 2 +- .../tests/spec/enum/invalid_3.chi | 2 +- .../tests/spec/enum/model_parms.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/spec/enum/ok_2.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/spec/enum/ok_3.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/spec/enum/ok_4.chi | 2 +- .../tests/spec/exit/double_model.chi | 2 +- .../tests/spec/exit/double_xper.chi | 2 +- .../tests/spec/exit/exit_run_checks.chi | 2 +- .../tests/spec/exit/exit_types.chi | 2 +- .../tests/spec/exit/exit_value_checks.chi | 2 +- .../tests/spec/exit/exit_value_exec.chi | 2 +- .../tests/spec/exit/model_instance.chi | 2 +- .../tests/spec/exit/multi_model_run.chi | 2 +- .../tests/spec/exit/xper_crash.chi | 2 +- .../tests/spec/exit/xper_deadlock.chi | 2 +- .../tests/spec/exit/xper_fail.chi | 2 +- .../tests/spec/exit/xper_model_crash.chi | 2 +- .../tests/spec/exit/xper_run.chi | 2 +- .../tests/spec/exit/xper_write.chi | 2 +- .../tests/spec/expr/bad-cast.chi | 2 +- .../tests/spec/expr/bad-file-read.chi | 2 +- .../tests/spec/expr/bino-minus-dict-real-set-string.chi | 2 +- .../tests/spec/expr/binop-add-bad.chi | 2 +- .../tests/spec/expr/binop-add-int-list-int.chi | 2 +- .../tests/spec/expr/binop-add.chi | 2 +- .../tests/spec/expr/binop-div-mod-bool-int.chi | 2 +- .../tests/spec/expr/binop-div-mod-int-bool.chi | 2 +- .../tests/spec/expr/binop-div-mod.chi | 2 +- .../tests/spec/expr/binop-element-int-int.chi | 2 +- .../tests/spec/expr/binop-element-int-set-string.chi | 2 +- .../tests/spec/expr/binop-eq-neq-bad.chi | 2 +- .../tests/spec/expr/binop-eq-neq-list-tuple.chi | 2 +- .../tests/spec/expr/binop-eq-neq.chi | 2 +- .../tests/spec/expr/binop-index-dict-real-int.chi | 2 +- .../tests/spec/expr/binop-index-dict.chi | 2 +- .../tests/spec/expr/binop-index-int-int.chi | 2 +- .../tests/spec/expr/binop-index-list-int-string.chi | 2 +- .../tests/spec/expr/binop-index-list.chi | 2 +- .../tests/spec/expr/binop-lt-le-ge-gt-real-string.chi | 2 +- .../tests/spec/expr/binop-lt-le-ge-gt-string-int.chi | 2 +- .../tests/spec/expr/binop-lt-le-ge-gt-tuple-set-int.chi | 2 +- .../tests/spec/expr/binop-lt-le-ge-gt.chi | 2 +- .../tests/spec/expr/binop-minus-bad.chi | 2 +- .../tests/spec/expr/binop-minus-dict-real-set-string.chi | 2 +- .../tests/spec/expr/binop-minus.chi | 2 +- .../tests/spec/expr/binop-mul-bad.chi | 2 +- .../tests/spec/expr/binop-mul-set-int-set-string.chi | 2 +- .../tests/spec/expr/binop-mul.chi | 2 +- .../tests/spec/expr/binop-or-and-not.chi | 2 +- .../tests/spec/expr/binop-orand-bool-int.chi | 2 +- .../tests/spec/expr/binop-orand-int-bool.chi | 2 +- .../tests/spec/expr/binop-slash-pow-int-bool.chi | 2 +- .../tests/spec/expr/binop-slash-pow-matrix-int.chi | 2 +- .../tests/spec/expr/binop-slash-pow.chi | 2 +- .../tests/spec/expr/binop-subset-bad.chi | 2 +- .../tests/spec/expr/binop-subset-list-set.chi | 2 +- .../tests/spec/expr/binop-subset-set-int-set-string.chi | 2 +- .../tests/spec/expr/binop-subset.chi | 2 +- .../tests/spec/expr/cast-expr.chi | 2 +- .../tests/spec/expr/delete-real.chi | 2 +- .../tests/spec/expr/delete-set.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/spec/expr/delete.chi | 2 +- .../tests/spec/expr/dict-access-non-existing2.chi | 2 +- .../tests/spec/expr/dict-literal-keytype-bad.chi | 2 +- .../tests/spec/expr/dict-literal-keytype.chi | 2 +- .../tests/spec/expr/dict-literal-valuetype-bad.chi | 2 +- .../tests/spec/expr/dict-literal-valuetype.chi | 2 +- .../tests/spec/expr/dict-test-bad.chi | 2 +- .../tests/spec/expr/dict_test.chi | 2 +- .../tests/spec/expr/draw-samples.chi | 2 +- .../tests/spec/expr/element-bad.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/spec/expr/element.chi | 2 +- .../tests/spec/expr/empty-size-test.chi | 2 +- .../tests/spec/expr/enumerate.chi | 2 +- .../tests/spec/expr/func-call-arg-count.chi | 2 +- .../tests/spec/expr/func-call-arg-type.chi | 2 +- .../tests/spec/expr/func-call-ok.chi | 2 +- .../tests/spec/expr/func-list.chi | 2 +- .../tests/spec/expr/list-access-non-existing.chi | 2 +- .../tests/spec/expr/list-access-non-existing2.chi | 2 +- .../tests/spec/expr/list-elements-bad.chi | 2 +- .../tests/spec/expr/list-elements.chi | 2 +- .../tests/spec/expr/list-slice.chi | 2 +- .../tests/spec/expr/list-tuple-concat.chi | 2 +- .../tests/spec/expr/list_left_proj.chi | 2 +- .../tests/spec/expr/list_ops.chi | 2 +- .../tests/spec/expr/listinsert.chi | 2 +- .../tests/spec/expr/listsort.chi | 2 +- .../tests/spec/expr/matrix-column-length1.chi | 2 +- .../tests/spec/expr/matrix-column-length2.chi | 2 +- .../tests/spec/expr/matrix-int.chi | 2 +- .../tests/spec/expr/matrix-ok.chi | 2 +- .../tests/spec/expr/max-empty-dict.chi | 2 +- .../tests/spec/expr/max-empty-list.chi | 2 +- .../tests/spec/expr/max-empty-set.chi | 2 +- .../tests/spec/expr/max-list-int.chi | 2 +- .../tests/spec/expr/min-empty-dict.chi | 2 +- .../tests/spec/expr/min-empty-list.chi | 2 +- .../tests/spec/expr/min-empty-set.chi | 2 +- .../tests/spec/expr/min-max-test.chi | 2 +- .../tests/spec/expr/min-string-int.chi | 2 +- .../tests/spec/expr/no-match-stdlib.chi | 2 +- .../tests/spec/expr/not-callable.chi | 2 +- .../tests/spec/expr/pop-dict.chi | 2 +- .../tests/spec/expr/pop-list.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/spec/expr/pop-set.chi | 2 +- .../tests/spec/expr/proc-name-real.chi | 2 +- .../tests/spec/expr/proc-name.chi | 2 +- .../tests/spec/expr/proc-run-arg-count.chi | 2 +- .../tests/spec/expr/proc-run-arg-type.chi | 2 +- .../tests/spec/expr/proc-run.chi | 2 +- .../tests/spec/expr/projection_fail.chi | 2 +- .../tests/spec/expr/rangefuncs.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/spec/expr/read.chi | 2 +- .../tests/spec/expr/sample-bool.chi | 2 +- .../tests/spec/expr/set-elements-bad.chi | 2 +- .../tests/spec/expr/set-elements.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/spec/expr/set_ops.chi | 2 +- .../tests/spec/expr/simple-stdlib-funcs.chi | 2 +- .../tests/spec/expr/slice-end-string.chi | 2 +- .../tests/spec/expr/slice-int.chi | 2 +- .../tests/spec/expr/stdlib-funcvar.chi | 2 +- .../tests/spec/expr/stdlib-name.chi | 2 +- .../tests/spec/expr/strings/slice-start-string.chi | 2 +- .../tests/spec/expr/strings/slice-step-string.chi | 2 +- .../tests/spec/expr/strings/string-elements-negative.chi | 2 +- .../tests/spec/expr/strings/string-elements-positive.chi | 2 +- .../tests/spec/expr/strings/string-slice-negative-end.chi | 2 +- .../tests/spec/expr/strings/string-slice-negative-start.chi | 2 +- .../tests/spec/expr/strings/string-slice-positive-end.chi | 2 +- .../tests/spec/expr/strings/string-slice-positive-start.chi | 2 +- .../tests/spec/expr/undefined-name.chi | 2 +- .../tests/spec/expr/unop-add-bool.chi | 2 +- .../tests/spec/expr/unop-add-minus-bool.chi | 2 +- .../tests/spec/expr/unop-add-minus-real.chi | 2 +- .../tests/spec/expr/unop-proj-a-bool.chi | 2 +- .../tests/spec/expr/unop-proj-a.chi | 2 +- .../tests/spec/expr/unop-sample-list-int.chi | 2 +- .../tests/spec/expr/unup-proj-c.chi | 2 +- .../tests/spec/expr/userfunc-name.chi | 2 +- .../tests/spec/global/bad_constant.chi | 2 +- .../tests/spec/global/chan-model.chi | 2 +- .../tests/spec/global/double_name/c1c1.chi | 2 +- .../tests/spec/global/double_name/c1e1.chi | 2 +- .../tests/spec/global/double_name/c1e2.chi | 2 +- .../tests/spec/global/double_name/c1f1.chi | 2 +- .../tests/spec/global/double_name/c1m1.chi | 2 +- .../tests/spec/global/double_name/c1p1.chi | 2 +- .../tests/spec/global/double_name/e1e1.chi | 2 +- .../tests/spec/global/double_name/e1e2.chi | 2 +- .../tests/spec/global/double_name/e2c1.chi | 2 +- .../tests/spec/global/double_name/e2e1.chi | 2 +- .../tests/spec/global/double_name/m1m1.chi | 2 +- .../tests/spec/global/double_name/mkfiles.py | 2 +- .../tests/spec/global/eof_fail.chi | 2 +- .../tests/spec/global/func-int-return-real.chi | 2 +- .../tests/spec/global/func-return.chi | 2 +- .../tests/spec/global/input_fail.chi | 2 +- .../tests/spec/global/proc_inst.chi | 2 +- .../tests/spec/global/read-write-file.chi | 2 +- .../tests/spec/global/read_eol_eof.chi | 2 +- .../tests/spec/global/str_asg.chi | 2 +- .../tests/spec/global/str_ops.chi | 2 +- .../tests/spec/global/unused.chi | 2 +- .../tests/spec/global/vardecl01.chi | 2 +- .../tests/spec/global/vardecl02.chi | 2 +- .../tests/spec/global/vardecl03.chi | 2 +- .../tests/spec/global/vardecl04_ok.chi | 2 +- .../tests/spec/global/vardecl05.chi | 2 +- .../tests/spec/global/vardecl_10.chi | 2 +- .../tests/spec/global/vardecl_11_ok.chi | 2 +- .../tests/spec/statements/addressable.chi | 2 +- .../tests/spec/statements/assignment.chi | 2 +- .../tests/spec/statements/break-process.chi | 2 +- .../tests/spec/statements/channel-non-deterministic.chi | 2 +- .../tests/spec/statements/close-int.chi | 2 +- .../tests/spec/statements/continue-process.chi | 2 +- .../tests/spec/statements/default_values.chi | 2 +- .../tests/spec/statements/delay-string.chi | 2 +- .../tests/spec/statements/finish-finished.chi | 2 +- .../tests/spec/statements/finish-real.chi | 2 +- .../tests/spec/statements/function-variable.chi | 2 +- .../tests/spec/statements/good-break-continue.chi | 2 +- .../tests/spec/statements/guard-side-effect.chi | 2 +- .../tests/spec/statements/if-int.chi | 2 +- .../tests/spec/statements/inst-run.chi | 2 +- .../tests/spec/statements/int-send.chi | 2 +- .../tests/spec/statements/multi-assign.chi | 2 +- .../tests/spec/statements/non-assigned-function-var.chi | 2 +- .../tests/spec/statements/non-assigned-process-var.chi | 2 +- .../tests/spec/statements/non-existing-funcdef-var.chi | 2 +- .../tests/spec/statements/non-existing-procdef-var.chi | 2 +- .../tests/spec/statements/process-variable-list.chi | 2 +- .../tests/spec/statements/process-variable.chi | 2 +- .../tests/spec/statements/range-modify.chi | 2 +- .../tests/spec/statements/return-process.chi | 2 +- .../tests/spec/statements/run-func.chi | 2 +- .../tests/spec/statements/run-int.chi | 2 +- .../tests/spec/statements/run-unwind.chi | 2 +- .../tests/spec/statements/run-wait.chi | 2 +- .../tests/spec/statements/sample-in-func.chi | 2 +- .../tests/spec/statements/select-unwind.chi | 2 +- .../tests/spec/statements/send-dict-projection.chi | 2 +- .../tests/spec/statements/send-in-function.chi | 2 +- .../tests/spec/statements/send-recieve-check.chi | 2 +- .../tests/spec/statements/send_receive_nothing.chi | 2 +- .../tests/spec/statements/station2process.chi | 2 +- .../tests/spec/statements/stdlib-function-var.chi | 2 +- .../tests/spec/statements/time-in-func.chi | 2 +- .../tests/spec/statements/timer-cast-in-select.chi | 2 +- .../tests/spec/statements/timer.chi | 2 +- .../tests/spec/statements/tuple_assign1.chi | 2 +- .../tests/spec/statements/tuple_assign2.chi | 2 +- .../tests/spec/statements/tuple_comm.chi | 2 +- .../tests/spec/statements/tuple_left_proj.chi | 2 +- .../tests/spec/statements/tupletype.chi | 2 +- .../tests/spec/statements/unpack-n-m.chi | 2 +- .../tests/spec/statements/unpack-n.chi | 2 +- .../tests/spec/statements/unwind-source.chi | 2 +- .../tests/spec/statements/while-complicated-condition.chi | 2 +- .../tests/spec/statements/while-list.chi | 2 +- .../tests/spec/statements/write-bool-int.chi | 2 +- .../tests/spec/statements/write-count.chi | 2 +- .../tests/spec/statements/write-file-int.chi | 2 +- .../tests/spec/statements/write-format-good.chi | 2 +- .../tests/spec/statements/write-format.chi | 2 +- .../tests/spec/statements/write-int-real.chi | 2 +- .../tests/spec/statements/write-int.chi | 2 +- .../tests/spec/statements/write-non-printable.chi | 2 +- .../tests/spec/statements/write-not-enough-arguments.chi | 2 +- .../tests/spec/statements/write-pos-escaping.chi | 2 +- .../tests/spec/statements/write-real-int.chi | 2 +- .../tests/spec/statements/write-string.chi | 2 +- .../tests/spec/statements/wrong-distribution.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/spec/type/cycle1.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/spec/type/cycle2.chi | 2 +- .../tests/spec/type/dict-timer.chi | 2 +- .../tests/spec/type/duplicate-tuple-field.chi | 2 +- .../tests/spec/type/matrix-sample-column.chi | 2 +- .../tests/spec/type/matrix-sample-row.chi | 2 +- .../tests/spec/type/matrix-zero-column.chi | 2 +- .../tests/spec/type/matrix-zero-row.chi | 2 +- .../tests/spec/type/null-tuple.chi | 2 +- .../tests/spec/type/printable/gencode-bool.chi | 2 +- .../tests/spec/type/printable/gencode-dict-intbool.chi | 2 +- .../tests/spec/type/printable/gencode-dict-keyfile.chi | 2 +- .../tests/spec/type/printable/gencode-dict-valfile.chi | 2 +- .../tests/spec/type/printable/gencode-distbool.chi | 2 +- .../tests/spec/type/printable/gencode-distfile.chi | 2 +- .../tests/spec/type/printable/gencode-enum.chi | 2 +- .../tests/spec/type/printable/gencode-file.chi | 2 +- .../tests/spec/type/printable/gencode-funcint.chi | 2 +- .../tests/spec/type/printable/gencode-inst.chi | 2 +- .../tests/spec/type/printable/gencode-int-chan.chi | 2 +- .../tests/spec/type/printable/gencode-int.chi | 2 +- .../tests/spec/type/printable/gencode-listfile.chi | 2 +- .../tests/spec/type/printable/gencode-listint.chi | 2 +- .../tests/spec/type/printable/gencode-matr.chi | 2 +- .../tests/spec/type/printable/gencode-procint.chi | 2 +- .../tests/spec/type/printable/gencode-real.chi | 2 +- .../tests/spec/type/printable/gencode-setfile.chi | 2 +- .../tests/spec/type/printable/gencode-setstrg.chi | 2 +- .../tests/spec/type/printable/gencode-strg.chi | 2 +- .../tests/spec/type/printable/gencode-sync-chan.chi | 2 +- .../tests/spec/type/printable/gencode-timr.chi | 2 +- .../tests/spec/type/printable/gencode-tuplfile.chi | 2 +- .../tests/spec/type/printable/gencode-tuplint.chi | 2 +- .../tests/spec/type/printable/gencode-tupltupl.chi | 2 +- .../tests/spec/type/printable/rw-bool.chi | 2 +- .../tests/spec/type/printable/rw-dict-intbool.chi | 2 +- .../tests/spec/type/printable/rw-dict-keyfile.chi | 2 +- .../tests/spec/type/printable/rw-dict-valfile.chi | 2 +- .../tests/spec/type/printable/rw-distbool.chi | 2 +- .../tests/spec/type/printable/rw-distfile.chi | 2 +- .../tests/spec/type/printable/rw-enum.chi | 2 +- .../tests/spec/type/printable/rw-file.chi | 2 +- .../tests/spec/type/printable/rw-funcint.chi | 2 +- .../tests/spec/type/printable/rw-inst.chi | 2 +- .../tests/spec/type/printable/rw-int-chan.chi | 2 +- .../tests/spec/type/printable/rw-int.chi | 2 +- .../tests/spec/type/printable/rw-listfile.chi | 2 +- .../tests/spec/type/printable/rw-listint.chi | 2 +- .../tests/spec/type/printable/rw-matr.chi | 2 +- .../tests/spec/type/printable/rw-procint.chi | 2 +- .../tests/spec/type/printable/rw-real.chi | 2 +- .../tests/spec/type/printable/rw-setfile.chi | 2 +- .../tests/spec/type/printable/rw-setstrg.chi | 2 +- .../tests/spec/type/printable/rw-strg.chi | 2 +- .../tests/spec/type/printable/rw-sync-chan.chi | 2 +- .../tests/spec/type/printable/rw-timr.chi | 2 +- .../tests/spec/type/printable/rw-tuplfile.chi | 2 +- .../tests/spec/type/printable/rw-tuplint.chi | 2 +- .../tests/spec/type/printable/rw-tupltupl.chi | 2 +- .../tests/spec/type/set-timer.chi | 2 +- .../tests/spec/type/single-tuple.chi | 2 +- .../tests/spec/type/tuple-type-test.chi | 2 +- .../tests/spec/type/undefined-type.chi | 2 +- .../tests/spec/type/var-as-type.chi | 2 +- chi/org.eclipse.escet.chi.tests/tests/tests.tooldef | 2 +- chi/org.eclipse.escet.chi.texteditor/.checkstyle | 2 +- chi/org.eclipse.escet.chi.texteditor/build.properties | 2 +- chi/org.eclipse.escet.chi.texteditor/plugin.xml | 2 +- .../eclipse/escet/chi/texteditor/ChiPartitionScanner.java | 2 +- .../eclipse/escet/chi/texteditor/ChiSourceViewerConfig.java | 2 +- .../src/org/eclipse/escet/chi/texteditor/ChiStyles.java | 2 +- .../src/org/eclipse/escet/chi/texteditor/ChiTextEditor.java | 2 +- .../org/eclipse/escet/chi/texteditor/ChiTextScanner.java | 2 +- chi/org.eclipse.escet.chi.tooldefs/.checkstyle | 2 +- chi/org.eclipse.escet.chi.tooldefs/build.properties | 2 +- chi/org.eclipse.escet.chi.tooldefs/plugin.xml | 2 +- chi/org.eclipse.escet.chi.tooldefs/src/chi.tooldef | 2 +- chi/org.eclipse.escet.chi.typecheck/.checkstyle | 2 +- chi/org.eclipse.escet.chi.typecheck/build.properties | 2 +- .../src/org/eclipse/escet/chi/typecheck/CheckContext.java | 2 +- .../org/eclipse/escet/chi/typecheck/CheckExpression.java | 2 +- .../org/eclipse/escet/chi/typecheck/CheckSpecification.java | 2 +- .../src/org/eclipse/escet/chi/typecheck/CheckStatement.java | 2 +- .../src/org/eclipse/escet/chi/typecheck/CheckType.java | 2 +- .../src/org/eclipse/escet/chi/typecheck/ChiTypeChecker.java | 2 +- .../src/org/eclipse/escet/chi/typecheck/Message.java | 2 +- .../src/org/eclipse/escet/chi/typecheck/SymTable.java | 2 +- .../escet/chi/typecheck/symbols/ConstantSymbolEntry.java | 2 +- .../escet/chi/typecheck/symbols/DeclarationSymbolEntry.java | 2 +- .../escet/chi/typecheck/symbols/EnumValueSymbolEntry.java | 2 +- .../escet/chi/typecheck/symbols/FunctionDefSymbolEntry.java | 2 +- .../escet/chi/typecheck/symbols/ModelDefSymbolEntry.java | 2 +- .../escet/chi/typecheck/symbols/ProcessDefSymbolEntry.java | 2 +- .../eclipse/escet/chi/typecheck/symbols/SymbolEntry.java | 2 +- .../escet/chi/typecheck/symbols/TypeSymbolEntry.java | 2 +- .../escet/chi/typecheck/symbols/VariableSymbolEntry.java | 2 +- .../escet/chi/typecheck/symbols/XperDefSymbolEntry.java | 2 +- cif/org.eclipse.escet.cif.cif2cif.app/.checkstyle | 2 +- cif/org.eclipse.escet.cif.cif2cif.app/build.properties | 2 +- cif/org.eclipse.escet.cif.cif2cif.app/plugin.xml | 2 +- .../src/org/eclipse/escet/cif/cif2cif/app/CifToCifApp.java | 2 +- .../escet/cif/cif2cif/app/CifToCifCommandHandler.java | 2 +- .../eclipse/escet/cif/cif2cif/app/CifToCifTransOption.java | 2 +- cif/org.eclipse.escet.cif.cif2cif/.checkstyle | 2 +- cif/org.eclipse.escet.cif.cif2cif/build.properties | 2 +- .../eclipse/escet/cif/cif2cif/AddDefaultInitialValues.java | 2 +- .../escet/cif/cif2cif/CifToCifPreconditionException.java | 2 +- .../eclipse/escet/cif/cif2cif/CifToCifTransformation.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/ElimAlgVariables.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/ElimAutCasts.java | 2 +- .../org/eclipse/escet/cif/cif2cif/ElimComponentDefInst.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/ElimConsts.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/ElimEnums.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/ElimEquations.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/ElimGroups.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/ElimIfUpdates.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/ElimLocRefExprs.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/ElimMonitors.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/ElimSelf.java | 2 +- .../org/eclipse/escet/cif/cif2cif/ElimStateEvtExclInvs.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/ElimTauEvent.java | 2 +- .../org/eclipse/escet/cif/cif2cif/ElimTupleFieldProjs.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/ElimTypeDecls.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/LiftEvents.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/LinearizeBase.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/LinearizeMerge.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/LinearizeProduct.java | 2 +- .../eclipse/escet/cif/cif2cif/LocationPointerManager.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/MergeEnums.java | 2 +- .../org/eclipse/escet/cif/cif2cif/PrintFileIntoDecls.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/RefReplace.java | 2 +- .../org/eclipse/escet/cif/cif2cif/RemoveCifSvgDecls.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/RemoveIoDecls.java | 2 +- .../org/eclipse/escet/cif/cif2cif/RemovePositionInfo.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/RemovePrintDecls.java | 2 +- .../org/eclipse/escet/cif/cif2cif/RemoveRequirements.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/SimplifyOthers.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/SimplifyValues.java | 2 +- .../org/eclipse/escet/cif/cif2cif/SimplifyValuesNoRefs.java | 2 +- .../escet/cif/cif2cif/SimplifyValuesNoRefsOptimized.java | 2 +- .../eclipse/escet/cif/cif2cif/SimplifyValuesOptimized.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/SvgFileIntoDecls.java | 2 +- .../src/org/eclipse/escet/cif/cif2cif/SwitchesToIfs.java | 2 +- cif/org.eclipse.escet.cif.cif2mcrl2.tests/.checkstyle | 2 +- cif/org.eclipse.escet.cif.cif2mcrl2.tests/build.properties | 2 +- .../escet/cif/cif2mcrl2/tree/tests/InstanceTreeTest.java | 2 +- cif/org.eclipse.escet.cif.cif2mcrl2/.checkstyle | 2 +- cif/org.eclipse.escet.cif.cif2mcrl2/build.properties | 2 +- cif/org.eclipse.escet.cif.cif2mcrl2/plugin.xml | 2 +- .../org/eclipse/escet/cif/cif2mcrl2/AutomatonExtractor.java | 2 +- .../eclipse/escet/cif/cif2mcrl2/Cif2Mcrl2Application.java | 2 +- .../escet/cif/cif2mcrl2/Cif2Mcrl2CommandHandler.java | 2 +- .../eclipse/escet/cif/cif2mcrl2/Cif2Mcrl2PreChecker.java | 2 +- .../eclipse/escet/cif/cif2mcrl2/InstanceTreeBuilder.java | 2 +- .../org/eclipse/escet/cif/cif2mcrl2/InstanceTreeHelper.java | 2 +- .../eclipse/escet/cif/cif2mcrl2/InstanceTreeScanner.java | 2 +- .../eclipse/escet/cif/cif2mcrl2/InstanceTreeVerifier.java | 2 +- .../src/org/eclipse/escet/cif/cif2mcrl2/NameMaps.java | 2 +- .../escet/cif/cif2mcrl2/options/DebugFileOption.java | 2 +- .../cif/cif2mcrl2/options/DefineInstanceTreeOption.java | 2 +- .../cif/cif2mcrl2/options/EnableDebugOutputOption.java | 2 +- .../cif/cif2mcrl2/options/GenerateValueActionsOption.java | 2 +- .../eclipse/escet/cif/cif2mcrl2/storage/AutomatonData.java | 2 +- .../eclipse/escet/cif/cif2mcrl2/storage/EventVarUsage.java | 2 +- .../org/eclipse/escet/cif/cif2mcrl2/storage/VarAccess.java | 2 +- .../org/eclipse/escet/cif/cif2mcrl2/storage/VarUsage.java | 2 +- .../eclipse/escet/cif/cif2mcrl2/storage/VariableData.java | 2 +- .../escet/cif/cif2mcrl2/tree/AutomatonProcessNode.java | 2 +- .../escet/cif/cif2mcrl2/tree/CombinedProcessNode.java | 2 +- .../eclipse/escet/cif/cif2mcrl2/tree/CombinedTextNode.java | 2 +- .../escet/cif/cif2mcrl2/tree/ElementaryTextNode.java | 2 +- .../org/eclipse/escet/cif/cif2mcrl2/tree/ProcessNode.java | 2 +- .../src/org/eclipse/escet/cif/cif2mcrl2/tree/TextNode.java | 2 +- .../escet/cif/cif2mcrl2/tree/VariableProcessNode.java | 2 +- cif/org.eclipse.escet.cif.cif2plc.tests/.checkstyle | 2 +- cif/org.eclipse.escet.cif.cif2plc.tests/build.properties | 2 +- .../cif/cif2plc/tests/NaryExpressionConverterTest.java | 2 +- cif/org.eclipse.escet.cif.cif2plc/.checkstyle | 2 +- cif/org.eclipse.escet.cif.cif2plc/build.properties | 2 +- cif/org.eclipse.escet.cif.cif2plc/plugin.xml | 2 +- .../src/org/eclipse/escet/cif/cif2plc/CifToPlcApp.java | 2 +- .../eclipse/escet/cif/cif2plc/CifToPlcCommandHandler.java | 2 +- .../org/eclipse/escet/cif/cif2plc/CifToPlcPreChecker.java | 2 +- .../src/org/eclipse/escet/cif/cif2plc/CifToPlcTrans.java | 2 +- .../eclipse/escet/cif/cif2plc/NaryExpressionConverter.java | 2 +- .../eclipse/escet/cif/cif2plc/options/ElimEnumsOption.java | 2 +- .../cif/cif2plc/options/PlcConfigurationNameOption.java | 2 +- .../escet/cif/cif2plc/options/PlcFormalFuncInvokeArg.java | 2 +- .../cif/cif2plc/options/PlcFormalFuncInvokeArgOption.java | 2 +- .../escet/cif/cif2plc/options/PlcFormalFuncInvokeFunc.java | 2 +- .../cif/cif2plc/options/PlcFormalFuncInvokeFuncOption.java | 2 +- .../eclipse/escet/cif/cif2plc/options/PlcMaxIterOption.java | 2 +- .../eclipse/escet/cif/cif2plc/options/PlcNumberBits.java | 2 +- .../escet/cif/cif2plc/options/PlcNumberBitsOption.java | 2 +- .../eclipse/escet/cif/cif2plc/options/PlcOutputType.java | 2 +- .../escet/cif/cif2plc/options/PlcOutputTypeOption.java | 2 +- .../escet/cif/cif2plc/options/PlcProjectNameOption.java | 2 +- .../escet/cif/cif2plc/options/PlcResourceNameOption.java | 2 +- .../escet/cif/cif2plc/options/PlcTaskCycleTimeOption.java | 2 +- .../escet/cif/cif2plc/options/PlcTaskNameOption.java | 2 +- .../escet/cif/cif2plc/options/PlcTaskPriorityOption.java | 2 +- .../escet/cif/cif2plc/options/RenameWarningsOption.java | 2 +- .../escet/cif/cif2plc/options/SimplifyValuesOption.java | 2 +- .../org/eclipse/escet/cif/cif2plc/plcdata/PlcArrayType.java | 2 +- .../eclipse/escet/cif/cif2plc/plcdata/PlcConfiguration.java | 2 +- .../eclipse/escet/cif/cif2plc/plcdata/PlcDerivedType.java | 2 +- .../escet/cif/cif2plc/plcdata/PlcElementaryType.java | 2 +- .../org/eclipse/escet/cif/cif2plc/plcdata/PlcEnumType.java | 2 +- .../eclipse/escet/cif/cif2plc/plcdata/PlcGlobalVarList.java | 2 +- .../org/eclipse/escet/cif/cif2plc/plcdata/PlcObject.java | 2 +- .../src/org/eclipse/escet/cif/cif2plc/plcdata/PlcPou.java | 2 +- .../eclipse/escet/cif/cif2plc/plcdata/PlcPouInstance.java | 2 +- .../org/eclipse/escet/cif/cif2plc/plcdata/PlcPouType.java | 2 +- .../org/eclipse/escet/cif/cif2plc/plcdata/PlcProject.java | 2 +- .../org/eclipse/escet/cif/cif2plc/plcdata/PlcResource.java | 2 +- .../eclipse/escet/cif/cif2plc/plcdata/PlcStructType.java | 2 +- .../src/org/eclipse/escet/cif/cif2plc/plcdata/PlcTask.java | 2 +- .../src/org/eclipse/escet/cif/cif2plc/plcdata/PlcType.java | 2 +- .../org/eclipse/escet/cif/cif2plc/plcdata/PlcTypeDecl.java | 2 +- .../src/org/eclipse/escet/cif/cif2plc/plcdata/PlcValue.java | 2 +- .../org/eclipse/escet/cif/cif2plc/plcdata/PlcVariable.java | 2 +- .../eclipse/escet/cif/cif2plc/writers/Iec611313Writer.java | 2 +- .../eclipse/escet/cif/cif2plc/writers/PlcOpenXmlWriter.java | 2 +- .../eclipse/escet/cif/cif2plc/writers/TwinCatWriter.java | 2 +- cif/org.eclipse.escet.cif.cif2supremica/.checkstyle | 2 +- cif/org.eclipse.escet.cif.cif2supremica/build.properties | 2 +- cif/org.eclipse.escet.cif.cif2supremica/plugin.xml | 2 +- .../org/eclipse/escet/cif/cif2supremica/CifToSupremica.java | 2 +- .../eclipse/escet/cif/cif2supremica/CifToSupremicaApp.java | 2 +- .../cif/cif2supremica/CifToSupremicaCommandHandler.java | 2 +- .../escet/cif/cif2supremica/CifToSupremicaPreChecker.java | 2 +- .../eclipse/escet/cif/cif2supremica/ElimEnumsOption.java | 2 +- .../eclipse/escet/cif/cif2supremica/ModuleNameOption.java | 2 +- cif/org.eclipse.escet.cif.cif2uppaal/.checkstyle | 2 +- cif/org.eclipse.escet.cif.cif2uppaal/build.properties | 2 +- cif/org.eclipse.escet.cif.cif2uppaal/plugin.xml | 2 +- .../src/org/eclipse/escet/cif/cif2uppaal/CifToUppaal.java | 2 +- .../org/eclipse/escet/cif/cif2uppaal/CifToUppaalApp.java | 2 +- .../escet/cif/cif2uppaal/CifToUppaalCommandHandler.java | 2 +- .../eclipse/escet/cif/cif2uppaal/CifToUppaalPreChecker.java | 2 +- cif/org.eclipse.escet.cif.cif2yed/.checkstyle | 2 +- cif/org.eclipse.escet.cif.cif2yed/build.properties | 2 +- cif/org.eclipse.escet.cif.cif2yed/plugin.xml | 2 +- .../src/org/eclipse/escet/cif/cif2yed/CifToYedApp.java | 2 +- .../src/org/eclipse/escet/cif/cif2yed/CifToYedColors.java | 2 +- .../eclipse/escet/cif/cif2yed/CifToYedCommandHandler.java | 2 +- .../src/org/eclipse/escet/cif/cif2yed/CifToYedDiagram.java | 2 +- .../org/eclipse/escet/cif/cif2yed/CifToYedModelDiagram.java | 2 +- .../eclipse/escet/cif/cif2yed/CifToYedRelationsDiagram.java | 2 +- .../org/eclipse/escet/cif/cif2yed/options/DiagramKind.java | 2 +- .../escet/cif/cif2yed/options/DiagramKindsOption.java | 2 +- .../org/eclipse/escet/cif/cif2yed/options/ModelFilter.java | 2 +- .../escet/cif/cif2yed/options/ModelFiltersOption.java | 2 +- .../org/eclipse/escet/cif/cif2yed/options/RelationKind.java | 2 +- .../escet/cif/cif2yed/options/RelationKindsOption.java | 2 +- .../escet/cif/cif2yed/options/SyntaxHighlightingOption.java | 2 +- .../cif/cif2yed/options/TransparentEdgeLabelsOption.java | 2 +- cif/org.eclipse.escet.cif.codegen.tests/.checkstyle | 2 +- cif/org.eclipse.escet.cif.codegen.tests/build.properties | 2 +- .../cif/codegen/updates/tests/AlgDerInvalidationsTest.java | 2 +- cif/org.eclipse.escet.cif.codegen/.checkstyle | 2 +- cif/org.eclipse.escet.cif.codegen/build.properties | 2 +- .../doc/simulink-codegen.asciidoc | 2 +- cif/org.eclipse.escet.cif.codegen/plugin.xml | 2 +- .../src/org/eclipse/escet/cif/codegen/CodeContext.java | 2 +- .../src/org/eclipse/escet/cif/codegen/CodeGen.java | 2 +- .../src/org/eclipse/escet/cif/codegen/CodeGenApp.java | 2 +- .../eclipse/escet/cif/codegen/CodeGenCommandHandler.java | 2 +- .../org/eclipse/escet/cif/codegen/CodeGenPreChecker.java | 2 +- .../escet/cif/codegen/CurlyBraceIfElseGenerator.java | 2 +- .../src/org/eclipse/escet/cif/codegen/DataValue.java | 2 +- .../src/org/eclipse/escet/cif/codegen/ExprCode.java | 2 +- .../src/org/eclipse/escet/cif/codegen/ExprCodeGen.java | 2 +- .../src/org/eclipse/escet/cif/codegen/ExprProperties.java | 2 +- .../escet/cif/codegen/ExpressionAnalysisSupport.java | 2 +- .../src/org/eclipse/escet/cif/codegen/FunctionCodeGen.java | 2 +- .../src/org/eclipse/escet/cif/codegen/IfElseGenerator.java | 2 +- .../eclipse/escet/cif/codegen/ReadRenameCodeContext.java | 2 +- .../src/org/eclipse/escet/cif/codegen/TypeCodeGen.java | 2 +- .../cif/codegen/assignments/AddressableProjection.java | 2 +- .../eclipse/escet/cif/codegen/assignments/Destination.java | 2 +- .../escet/cif/codegen/assignments/VariableInformation.java | 2 +- .../src/org/eclipse/escet/cif/codegen/c89/C89CodeGen.java | 2 +- .../src/org/eclipse/escet/cif/codegen/c89/C89DataValue.java | 2 +- .../org/eclipse/escet/cif/codegen/c89/C89ExprCodeGen.java | 2 +- .../eclipse/escet/cif/codegen/c89/C89FunctionCodeGen.java | 2 +- .../org/eclipse/escet/cif/codegen/c89/C89TypeCodeGen.java | 2 +- .../escet/cif/codegen/c89/typeinfos/C89ArrayTypeInfo.java | 2 +- .../escet/cif/codegen/c89/typeinfos/C89BoolTypeInfo.java | 2 +- .../escet/cif/codegen/c89/typeinfos/C89EnumTypeInfo.java | 2 +- .../escet/cif/codegen/c89/typeinfos/C89IntTypeInfo.java | 2 +- .../escet/cif/codegen/c89/typeinfos/C89RealTypeInfo.java | 2 +- .../escet/cif/codegen/c89/typeinfos/C89StringTypeInfo.java | 2 +- .../escet/cif/codegen/c89/typeinfos/C89TupleTypeInfo.java | 2 +- .../escet/cif/codegen/c89/typeinfos/C89TypeInfo.java | 2 +- .../escet/cif/codegen/c89/typeinfos/C89TypeInfoHelper.java | 2 +- .../src/org/eclipse/escet/cif/codegen/c99/C99CodeGen.java | 2 +- .../src/org/eclipse/escet/cif/codegen/c99/C99DataValue.java | 2 +- .../org/eclipse/escet/cif/codegen/c99/C99ExprCodeGen.java | 2 +- .../eclipse/escet/cif/codegen/c99/C99FunctionCodeGen.java | 2 +- .../org/eclipse/escet/cif/codegen/c99/C99TypeCodeGen.java | 2 +- .../escet/cif/codegen/c99/typeinfos/C99ArrayTypeInfo.java | 2 +- .../escet/cif/codegen/c99/typeinfos/C99BoolTypeInfo.java | 2 +- .../escet/cif/codegen/c99/typeinfos/C99EnumTypeInfo.java | 2 +- .../escet/cif/codegen/c99/typeinfos/C99IntTypeInfo.java | 2 +- .../escet/cif/codegen/c99/typeinfos/C99RealTypeInfo.java | 2 +- .../escet/cif/codegen/c99/typeinfos/C99StringTypeInfo.java | 2 +- .../escet/cif/codegen/c99/typeinfos/C99TupleTypeInfo.java | 2 +- .../escet/cif/codegen/c99/typeinfos/C99TypeInfo.java | 2 +- .../escet/cif/codegen/c99/typeinfos/C99TypeInfoHelper.java | 2 +- .../src/org/eclipse/escet/cif/codegen/java/JavaCodeGen.java | 2 +- .../org/eclipse/escet/cif/codegen/java/JavaDataValue.java | 2 +- .../org/eclipse/escet/cif/codegen/java/JavaExprCodeGen.java | 2 +- .../eclipse/escet/cif/codegen/java/JavaFunctionCodeGen.java | 2 +- .../org/eclipse/escet/cif/codegen/java/JavaTypeCodeGen.java | 2 +- .../escet/cif/codegen/java/typeinfos/JavaArrayTypeInfo.java | 2 +- .../escet/cif/codegen/java/typeinfos/JavaBoolTypeInfo.java | 2 +- .../escet/cif/codegen/java/typeinfos/JavaEnumTypeInfo.java | 2 +- .../escet/cif/codegen/java/typeinfos/JavaIntTypeInfo.java | 2 +- .../escet/cif/codegen/java/typeinfos/JavaRealTypeInfo.java | 2 +- .../cif/codegen/java/typeinfos/JavaStringTypeInfo.java | 2 +- .../escet/cif/codegen/java/typeinfos/JavaTupleTypeInfo.java | 2 +- .../eclipse/escet/cif/codegen/options/CodePrefixOption.java | 2 +- .../escet/cif/codegen/options/JavaPackageOption.java | 2 +- .../eclipse/escet/cif/codegen/options/OutputDirOption.java | 2 +- .../escet/cif/codegen/options/SimulinkOutputsOption.java | 2 +- .../cif/codegen/options/SimulinkSampleOffsetOption.java | 2 +- .../escet/cif/codegen/options/SimulinkSampleTimeOption.java | 2 +- .../eclipse/escet/cif/codegen/options/TargetLanguage.java | 2 +- .../escet/cif/codegen/options/TargetLanguageOption.java | 2 +- .../eclipse/escet/cif/codegen/simulink/SimulinkCodeGen.java | 2 +- .../cif/codegen/simulink/SimulinkCodeGenPreChecker.java | 2 +- .../escet/cif/codegen/simulink/SimulinkExprCodeGen.java | 2 +- .../escet/cif/codegen/simulink/SimulinkFunctionCodeGen.java | 2 +- .../escet/cif/codegen/simulink/SimulinkTypeCodeGen.java | 2 +- .../codegen/simulink/typeinfos/SimulinkArrayTypeInfo.java | 2 +- .../cif/codegen/simulink/typeinfos/SimulinkIntTypeInfo.java | 2 +- .../codegen/simulink/typeinfos/SimulinkRealTypeInfo.java | 2 +- .../eclipse/escet/cif/codegen/typeinfos/ArrayTypeInfo.java | 2 +- .../eclipse/escet/cif/codegen/typeinfos/BoolTypeInfo.java | 2 +- .../escet/cif/codegen/typeinfos/ContainerTypeInfo.java | 2 +- .../eclipse/escet/cif/codegen/typeinfos/EnumTypeInfo.java | 2 +- .../eclipse/escet/cif/codegen/typeinfos/IntTypeInfo.java | 2 +- .../escet/cif/codegen/typeinfos/NegateOperation.java | 2 +- .../escet/cif/codegen/typeinfos/OrderingOperations.java | 2 +- .../cif/codegen/typeinfos/RangeCheckErrorLevelText.java | 2 +- .../eclipse/escet/cif/codegen/typeinfos/RealTypeInfo.java | 2 +- .../eclipse/escet/cif/codegen/typeinfos/StringTypeInfo.java | 2 +- .../eclipse/escet/cif/codegen/typeinfos/TupleTypeInfo.java | 2 +- .../org/eclipse/escet/cif/codegen/typeinfos/TypeInfo.java | 2 +- .../eclipse/escet/cif/codegen/typeinfos/TypeInfoHelper.java | 2 +- .../escet/cif/codegen/updates/AlgDerInvalidations.java | 2 +- .../escet/cif/codegen/updates/FindDeclarationUsage.java | 2 +- .../escet/cif/codegen/updates/ReadWriteDeclarations.java | 2 +- .../eclipse/escet/cif/codegen/updates/VariableWrapper.java | 2 +- .../escet/cif/codegen/updates/tree/AssignmentUpdate.java | 2 +- .../escet/cif/codegen/updates/tree/LhsListProjection.java | 2 +- .../escet/cif/codegen/updates/tree/LhsProjection.java | 2 +- .../escet/cif/codegen/updates/tree/LhsTupleProjection.java | 2 +- .../escet/cif/codegen/updates/tree/SelectionUpdate.java | 2 +- .../escet/cif/codegen/updates/tree/SequenceUpdate.java | 2 +- .../cif/codegen/updates/tree/SingleVariableAssignment.java | 2 +- .../eclipse/escet/cif/codegen/updates/tree/UpdateData.java | 2 +- cif/org.eclipse.escet.cif.common.tests/.checkstyle | 2 +- cif/org.eclipse.escet.cif.common.tests/build.properties | 2 +- .../src/org/eclipse/escet/cif/common/tests/CifMathTest.java | 2 +- .../escet/cif/common/tests/CifValidationUtilsTest.java | 2 +- .../eclipse/escet/cif/common/tests/CifValueUtilsTest.java | 2 +- cif/org.eclipse.escet.cif.common/.checkstyle | 2 +- cif/org.eclipse.escet.cif.common/build.properties | 2 +- .../src/org/eclipse/escet/cif/common/Associativity.java | 2 +- .../org/eclipse/escet/cif/common/CifAddressableUtils.java | 2 +- .../src/org/eclipse/escet/cif/common/CifCollectUtils.java | 2 +- .../src/org/eclipse/escet/cif/common/CifEdgeUtils.java | 2 +- .../src/org/eclipse/escet/cif/common/CifEnumLiteral.java | 2 +- .../src/org/eclipse/escet/cif/common/CifEquationUtils.java | 2 +- .../src/org/eclipse/escet/cif/common/CifEvalException.java | 2 +- .../src/org/eclipse/escet/cif/common/CifEvalUtils.java | 2 +- .../src/org/eclipse/escet/cif/common/CifEventUtils.java | 2 +- .../src/org/eclipse/escet/cif/common/CifExtFuncUtils.java | 2 +- .../src/org/eclipse/escet/cif/common/CifGuardUtils.java | 2 +- .../src/org/eclipse/escet/cif/common/CifIntFuncUtils.java | 2 +- .../src/org/eclipse/escet/cif/common/CifInvariantUtils.java | 2 +- .../src/org/eclipse/escet/cif/common/CifLocationUtils.java | 2 +- .../src/org/eclipse/escet/cif/common/CifMath.java | 2 +- .../org/eclipse/escet/cif/common/CifRelativePathUtils.java | 2 +- .../src/org/eclipse/escet/cif/common/CifScopeUtils.java | 2 +- .../src/org/eclipse/escet/cif/common/CifSortUtils.java | 2 +- .../src/org/eclipse/escet/cif/common/CifTextUtils.java | 2 +- .../src/org/eclipse/escet/cif/common/CifTuple.java | 2 +- .../src/org/eclipse/escet/cif/common/CifTypeUtils.java | 2 +- .../org/eclipse/escet/cif/common/CifValidationUtils.java | 2 +- .../src/org/eclipse/escet/cif/common/CifValueUtils.java | 2 +- .../src/org/eclipse/escet/cif/common/ConstantOrderer.java | 2 +- .../src/org/eclipse/escet/cif/common/EventEquality.java | 2 +- .../src/org/eclipse/escet/cif/common/EventRefSet.java | 2 +- .../org/eclipse/escet/cif/common/FuncLocalVarOrderer.java | 2 +- .../src/org/eclipse/escet/cif/common/RangeCompat.java | 2 +- .../src/org/eclipse/escet/cif/common/ScopeCache.java | 2 +- .../src/org/eclipse/escet/cif/common/StateInitOrderer.java | 2 +- .../org/eclipse/escet/cif/common/StateInitVarOrderer.java | 2 +- .../src/org/eclipse/escet/cif/common/TypeEqHashWrap.java | 2 +- cif/org.eclipse.escet.cif.datasynth.tests/.checkstyle | 2 +- cif/org.eclipse.escet.cif.datasynth.tests/build.properties | 2 +- .../escet/cif/datasynth/bdd/tests/CifBddBitVectorTest.java | 2 +- cif/org.eclipse.escet.cif.datasynth/.checkstyle | 2 +- cif/org.eclipse.escet.cif.datasynth/build.properties | 2 +- cif/org.eclipse.escet.cif.datasynth/plugin.xml | 2 +- .../org/eclipse/escet/cif/datasynth/CifDataSynthesis.java | 2 +- .../eclipse/escet/cif/datasynth/CifDataSynthesisApp.java | 2 +- .../escet/cif/datasynth/CifDataSynthesisCommandHandler.java | 2 +- .../eclipse/escet/cif/datasynth/CifDataSynthesisTiming.java | 2 +- .../src/org/eclipse/escet/cif/datasynth/bdd/BddToCif.java | 2 +- .../src/org/eclipse/escet/cif/datasynth/bdd/BddUtils.java | 2 +- .../eclipse/escet/cif/datasynth/bdd/CifBddBitVector.java | 2 +- .../escet/cif/datasynth/bdd/CifBddBitVectorAndCarry.java | 2 +- .../cif/datasynth/conversion/CifToSynthesisConverter.java | 2 +- .../cif/datasynth/conversion/SynthesisToCifConverter.java | 2 +- .../escet/cif/datasynth/options/BddDebugMaxNodesOption.java | 2 +- .../escet/cif/datasynth/options/BddDebugMaxPathsOption.java | 2 +- .../escet/cif/datasynth/options/BddForceVarOrderOption.java | 2 +- .../cif/datasynth/options/BddInitNodeTableSizeOption.java | 2 +- .../escet/cif/datasynth/options/BddOpCacheRatioOption.java | 2 +- .../escet/cif/datasynth/options/BddOpCacheSizeOption.java | 2 +- .../cif/datasynth/options/BddOutputNamePrefixOption.java | 2 +- .../escet/cif/datasynth/options/BddOutputOption.java | 2 +- .../eclipse/escet/cif/datasynth/options/BddSimplify.java | 2 +- .../escet/cif/datasynth/options/BddSimplifyOption.java | 2 +- .../cif/datasynth/options/BddSlidingWindowSizeOption.java | 2 +- .../datasynth/options/BddSlidingWindowVarOrderOption.java | 2 +- .../escet/cif/datasynth/options/BddVariableOrderOption.java | 2 +- .../escet/cif/datasynth/options/ForwardReachOption.java | 2 +- .../escet/cif/datasynth/options/SupervisorNameOption.java | 2 +- .../cif/datasynth/options/SupervisorNamespaceOption.java | 2 +- .../escet/cif/datasynth/options/SynthesisStatistics.java | 2 +- .../cif/datasynth/options/SynthesisStatisticsOption.java | 2 +- .../escet/cif/datasynth/spec/SynthesisAutomaton.java | 2 +- .../escet/cif/datasynth/spec/SynthesisDiscVariable.java | 2 +- .../org/eclipse/escet/cif/datasynth/spec/SynthesisEdge.java | 2 +- .../escet/cif/datasynth/spec/SynthesisInputVariable.java | 2 +- .../escet/cif/datasynth/spec/SynthesisLocPtrVariable.java | 2 +- .../escet/cif/datasynth/spec/SynthesisTypedVariable.java | 2 +- .../eclipse/escet/cif/datasynth/spec/SynthesisVariable.java | 2 +- .../escet/cif/datasynth/varorder/AutoVarOrderer.java | 2 +- .../escet/cif/datasynth/varorder/CombiVarOrderer.java | 2 +- .../escet/cif/datasynth/varorder/ForceVarOrderer.java | 2 +- .../cif/datasynth/varorder/SlidingWindowVarOrderer.java | 2 +- cif/org.eclipse.escet.cif.documentation.utils/.checkstyle | 2 +- .../build.properties | 2 +- .../generated_files/build-imgs.bash | 2 +- .../cif/documentation/utils/GenerateDistributionPlots.java | 2 +- .../asciidoc/_root_attributes.asciidoc | 2 +- .../asciidoc/dev/_part_attributes.asciidoc | 2 +- .../asciidoc/dev/index.asciidoc | 2 +- .../asciidoc/dev/lang-modify.asciidoc | 2 +- .../asciidoc/examples.asciidoc | 2 +- .../asciidoc/index-docinfo-footer.html | 2 +- .../asciidoc/index-docinfo.html | 2 +- .../asciidoc/index.asciidoc | 4 ++-- .../asciidoc/introduction.asciidoc | 2 +- .../asciidoc/lang-ref/_part_attributes.asciidoc | 2 +- .../asciidoc/lang-ref/index.asciidoc | 2 +- .../asciidoc/lang-ref/syntax/_local_attributes.asciidoc | 2 +- .../asciidoc/lang-ref/syntax/grammar.asciidoc | 2 +- .../asciidoc/lang-ref/syntax/lexical.asciidoc | 2 +- .../asciidoc/legal.asciidoc | 4 ++-- .../asciidoc/release-notes.asciidoc | 2 +- .../asciidoc/tools/_local_attributes.asciidoc | 2 +- .../asciidoc/tools/_part_attributes.asciidoc | 2 +- .../asciidoc/tools/cif2cif/add-default-init-values.asciidoc | 2 +- .../asciidoc/tools/cif2cif/elim-alg-vars.asciidoc | 2 +- .../asciidoc/tools/cif2cif/elim-aut-casts.asciidoc | 2 +- .../asciidoc/tools/cif2cif/elim-comp-def-inst.asciidoc | 2 +- .../asciidoc/tools/cif2cif/elim-consts.asciidoc | 2 +- .../asciidoc/tools/cif2cif/elim-enums.asciidoc | 2 +- .../asciidoc/tools/cif2cif/elim-equations.asciidoc | 2 +- .../asciidoc/tools/cif2cif/elim-groups.asciidoc | 2 +- .../asciidoc/tools/cif2cif/elim-if-updates.asciidoc | 2 +- .../asciidoc/tools/cif2cif/elim-locs-in-exprs.asciidoc | 2 +- .../asciidoc/tools/cif2cif/elim-monitors.asciidoc | 2 +- .../asciidoc/tools/cif2cif/elim-self.asciidoc | 2 +- .../tools/cif2cif/elim-state-event-excl-invs.asciidoc | 2 +- .../asciidoc/tools/cif2cif/elim-tau-event.asciidoc | 2 +- .../asciidoc/tools/cif2cif/elim-tuple-field-projs.asciidoc | 2 +- .../asciidoc/tools/cif2cif/elim-type-decls.asciidoc | 2 +- .../asciidoc/tools/cif2cif/index.asciidoc | 2 +- .../asciidoc/tools/cif2cif/lift-events.asciidoc | 2 +- .../asciidoc/tools/cif2cif/linearize-merge.asciidoc | 2 +- .../asciidoc/tools/cif2cif/linearize-product.asciidoc | 2 +- .../asciidoc/tools/cif2cif/merge-enums.asciidoc | 2 +- .../asciidoc/tools/cif2cif/print-file-into-decls.asciidoc | 2 +- .../asciidoc/tools/cif2cif/remove-cif-svg-decls.asciidoc | 2 +- .../asciidoc/tools/cif2cif/remove-io-decls.asciidoc | 2 +- .../asciidoc/tools/cif2cif/remove-pos-info.asciidoc | 2 +- .../asciidoc/tools/cif2cif/remove-print-decls.asciidoc | 2 +- .../asciidoc/tools/cif2cif/remove-reqs.asciidoc | 2 +- .../asciidoc/tools/cif2cif/simplify-others.asciidoc | 2 +- .../cif2cif/simplify-values-no-refs-optimized.asciidoc | 2 +- .../asciidoc/tools/cif2cif/simplify-values-no-refs.asciidoc | 2 +- .../tools/cif2cif/simplify-values-optimized.asciidoc | 2 +- .../asciidoc/tools/cif2cif/simplify-values.asciidoc | 2 +- .../asciidoc/tools/cif2cif/svg-file-into-decls.asciidoc | 2 +- .../asciidoc/tools/cif2cif/switches-to-ifs.asciidoc | 2 +- .../asciidoc/tools/cif2mcrl2.asciidoc | 2 +- .../asciidoc/tools/cif2plc/index.asciidoc | 2 +- .../asciidoc/tools/cif2plc/twincat.asciidoc | 2 +- .../asciidoc/tools/cif2supremica.asciidoc | 2 +- .../asciidoc/tools/cif2uppaal.asciidoc | 2 +- .../asciidoc/tools/cif2yed.asciidoc | 2 +- .../asciidoc/tools/cifsim/_local_attributes.asciidoc | 2 +- .../asciidoc/tools/cifsim/complete-mode.asciidoc | 2 +- .../asciidoc/tools/cifsim/debug-gen-code.asciidoc | 2 +- .../asciidoc/tools/cifsim/distr-seeds.asciidoc | 2 +- .../asciidoc/tools/cifsim/env-events.asciidoc | 2 +- .../asciidoc/tools/cifsim/extfuncs-java.asciidoc | 2 +- .../asciidoc/tools/cifsim/extfuncs.asciidoc | 2 +- .../asciidoc/tools/cifsim/index.asciidoc | 2 +- .../asciidoc/tools/cifsim/init.asciidoc | 2 +- .../asciidoc/tools/cifsim/input/automatic.asciidoc | 2 +- .../asciidoc/tools/cifsim/input/console.asciidoc | 2 +- .../asciidoc/tools/cifsim/input/gui.asciidoc | 2 +- .../asciidoc/tools/cifsim/input/history.asciidoc | 2 +- .../asciidoc/tools/cifsim/input/index.asciidoc | 2 +- .../asciidoc/tools/cifsim/input/semi-automatic.asciidoc | 2 +- .../asciidoc/tools/cifsim/input/svg/index.asciidoc | 2 +- .../asciidoc/tools/cifsim/input/svg/simulation.asciidoc | 2 +- .../asciidoc/tools/cifsim/input/svg/svgin.asciidoc | 2 +- .../asciidoc/tools/cifsim/input/trace.asciidoc | 2 +- .../asciidoc/tools/cifsim/java-compiler.asciidoc | 2 +- .../asciidoc/tools/cifsim/max-time-point-tol.asciidoc | 2 +- .../asciidoc/tools/cifsim/options.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/_local_attributes.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/debug.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/index.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/normal.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/plotviz.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/print/index.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/print/ref-fmt.asciidoc | 2 +- .../tools/cifsim/output/print/ref-printdecl.asciidoc | 2 +- .../tools/cifsim/output/print/ref-printfile.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/print/ref-sim.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/print/tut-fmt.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/print/tut-print.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/realtime.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/stateviz.asciidoc | 2 +- .../tools/cifsim/output/svgviz/_local_attributes.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/svgviz/cifsvg.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/svgviz/debugging.asciidoc | 2 +- .../cifsim/output/svgviz/example-buffers-products.asciidoc | 2 +- .../tools/cifsim/output/svgviz/example-lamps.asciidoc | 2 +- .../tools/cifsim/output/svgviz/example-rate.asciidoc | 2 +- .../tools/cifsim/output/svgviz/example-sun-moon.asciidoc | 2 +- .../tools/cifsim/output/svgviz/example-tank.asciidoc | 2 +- .../tools/cifsim/output/svgviz/example-walk.asciidoc | 2 +- .../tools/cifsim/output/svgviz/example-workstation.asciidoc | 2 +- .../tools/cifsim/output/svgviz/first-example.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/svgviz/index.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/svgviz/inkscape.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/svgviz/simulation.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/svgviz/svg.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/svgviz/svgcopy.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/svgviz/svgfile.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/svgviz/svgmove.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/svgviz/svgout.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/svgviz/viewer.asciidoc | 2 +- .../asciidoc/tools/cifsim/output/trajdata.asciidoc | 2 +- .../asciidoc/tools/cifsim/performance.asciidoc | 2 +- .../asciidoc/tools/cifsim/profiling.asciidoc | 2 +- .../asciidoc/tools/cifsim/repeated-simulation.asciidoc | 2 +- .../asciidoc/tools/cifsim/solver/_local_attributes.asciidoc | 2 +- .../asciidoc/tools/cifsim/solver/basics-int.asciidoc | 2 +- .../asciidoc/tools/cifsim/solver/basics-root.asciidoc | 2 +- .../asciidoc/tools/cifsim/solver/endtime-maxdelay.asciidoc | 2 +- .../asciidoc/tools/cifsim/solver/index.asciidoc | 2 +- .../asciidoc/tools/cifsim/solver/options-int.asciidoc | 2 +- .../asciidoc/tools/cifsim/solver/options-outstep.asciidoc | 2 +- .../asciidoc/tools/cifsim/solver/options-root.asciidoc | 2 +- .../asciidoc/tools/cifsim/solver/root-problems.asciidoc | 2 +- .../asciidoc/tools/cifsim/start.asciidoc | 2 +- .../asciidoc/tools/cifsim/supported.asciidoc | 2 +- .../asciidoc/tools/cifsim/termination.asciidoc | 2 +- .../asciidoc/tools/cifsim/test-mode.asciidoc | 2 +- .../asciidoc/tools/cifsim/traces.asciidoc | 2 +- .../asciidoc/tools/codegen/c89.asciidoc | 2 +- .../asciidoc/tools/codegen/c99.asciidoc | 2 +- .../asciidoc/tools/codegen/index.asciidoc | 2 +- .../asciidoc/tools/codegen/java.asciidoc | 2 +- .../asciidoc/tools/codegen/simulink-example.asciidoc | 2 +- .../asciidoc/tools/codegen/simulink.asciidoc | 2 +- .../asciidoc/tools/datasynth.asciidoc | 2 +- .../asciidoc/tools/event-disabler.asciidoc | 2 +- .../tools/eventbased/automaton-abstraction.asciidoc | 2 +- .../tools/eventbased/controllability-check.asciidoc | 2 +- .../asciidoc/tools/eventbased/dfa-minimize.asciidoc | 2 +- .../asciidoc/tools/eventbased/index.asciidoc | 2 +- .../tools/eventbased/language-equivalence-check.asciidoc | 2 +- .../asciidoc/tools/eventbased/nfa-to-dfa.asciidoc | 2 +- .../asciidoc/tools/eventbased/nonconflicting-check.asciidoc | 2 +- .../asciidoc/tools/eventbased/observer-check.asciidoc | 2 +- .../asciidoc/tools/eventbased/product.asciidoc | 2 +- .../asciidoc/tools/eventbased/projection.asciidoc | 2 +- .../asciidoc/tools/eventbased/supervisorsynthesis.asciidoc | 2 +- .../asciidoc/tools/eventbased/synthesis-analysis.asciidoc | 2 +- .../asciidoc/tools/eventbased/trim-check.asciidoc | 2 +- .../asciidoc/tools/eventbased/trim.asciidoc | 2 +- .../asciidoc/tools/explorer.asciidoc | 2 +- .../asciidoc/tools/index.asciidoc | 2 +- .../asciidoc/tools/mergecif.asciidoc | 2 +- .../asciidoc/tools/scripting/intro.asciidoc | 2 +- .../asciidoc/tools/scripting/tools.asciidoc | 2 +- .../asciidoc/tools/text-editor.asciidoc | 2 +- .../asciidoc/tutorial/_part_attributes.asciidoc | 2 +- .../asciidoc/tutorial/basics/alphabet.asciidoc | 2 +- .../asciidoc/tutorial/basics/automata.asciidoc | 2 +- .../asciidoc/tutorial/basics/event-placement.asciidoc | 2 +- .../asciidoc/tutorial/basics/non-determinism.asciidoc | 2 +- .../asciidoc/tutorial/basics/shorter-notations.asciidoc | 2 +- .../asciidoc/tutorial/basics/synchronization.asciidoc | 2 +- .../asciidoc/tutorial/channels/chan-sync-combi.asciidoc | 2 +- .../asciidoc/tutorial/channels/intro.asciidoc | 2 +- .../asciidoc/tutorial/channels/void.asciidoc | 2 +- .../asciidoc/tutorial/data/asgn-old-vs-new.asciidoc | 2 +- .../asciidoc/tutorial/data/discrete-variables.asciidoc | 2 +- .../asciidoc/tutorial/data/discvar-change.asciidoc | 2 +- .../asciidoc/tutorial/data/discvar-init.asciidoc | 2 +- .../asciidoc/tutorial/data/init-preds.asciidoc | 2 +- .../asciidoc/tutorial/data/loc-var-duality1.asciidoc | 2 +- .../asciidoc/tutorial/data/loc-var-duality2.asciidoc | 2 +- .../asciidoc/tutorial/data/locs-as-vars.asciidoc | 2 +- .../asciidoc/tutorial/data/monitoring.asciidoc | 2 +- .../asciidoc/tutorial/data/read-write.asciidoc | 2 +- .../tutorial/data/state-evt-excl-invariants.asciidoc | 2 +- .../asciidoc/tutorial/data/state-invariants.asciidoc | 2 +- .../asciidoc/tutorial/data/tau-event.asciidoc | 2 +- .../asciidoc/tutorial/extensions/synthesis.asciidoc | 2 +- .../tutorial/functions/functions-as-values.asciidoc | 2 +- .../asciidoc/tutorial/functions/internal-functions.asciidoc | 2 +- .../asciidoc/tutorial/functions/intro.asciidoc | 2 +- .../asciidoc/tutorial/functions/statements.asciidoc | 2 +- .../asciidoc/tutorial/index.asciidoc | 2 +- .../asciidoc/tutorial/reuse1/algebraic-variables.asciidoc | 2 +- .../asciidoc/tutorial/reuse1/algvar-equations.asciidoc | 2 +- .../asciidoc/tutorial/reuse1/constants.asciidoc | 2 +- .../asciidoc/tutorial/reuse1/type-declarations.asciidoc | 2 +- .../asciidoc/tutorial/reuse2/aut-def-inst.asciidoc | 2 +- .../asciidoc/tutorial/reuse2/aut-def-param-kinds.asciidoc | 2 +- .../asciidoc/tutorial/reuse2/aut-def-params.asciidoc | 2 +- .../asciidoc/tutorial/reuse2/group-defs.asciidoc | 2 +- .../asciidoc/tutorial/reuse2/groups.asciidoc | 2 +- .../asciidoc/tutorial/reuse2/imports-groups.asciidoc | 2 +- .../asciidoc/tutorial/reuse2/imports-libraries.asciidoc | 2 +- .../asciidoc/tutorial/reuse2/imports.asciidoc | 2 +- .../asciidoc/tutorial/reuse2/input-variables.asciidoc | 2 +- .../asciidoc/tutorial/reuse2/namespaces.asciidoc | 2 +- .../stochastics/discrete-continuous-constant.asciidoc | 2 +- .../asciidoc/tutorial/stochastics/intro.asciidoc | 2 +- .../tutorial/stochastics/pseudo-randomness.asciidoc | 2 +- .../asciidoc/tutorial/time/continuous-variables.asciidoc | 2 +- .../asciidoc/tutorial/time/contvar-equations.asciidoc | 2 +- .../asciidoc/tutorial/time/deadlock-livelock.asciidoc | 2 +- .../asciidoc/tutorial/time/equations.asciidoc | 2 +- .../asciidoc/tutorial/time/intro.asciidoc | 2 +- .../asciidoc/tutorial/time/urgency.asciidoc | 2 +- .../asciidoc/tutorial/time/var-overview.asciidoc | 2 +- .../asciidoc/tutorial/values/booleans.asciidoc | 2 +- .../tutorial/values/bounded-lists-and-arrays.asciidoc | 2 +- .../asciidoc/tutorial/values/combining-values.asciidoc | 2 +- .../asciidoc/tutorial/values/dictionaries.asciidoc | 2 +- .../asciidoc/tutorial/values/enumerations.asciidoc | 2 +- .../asciidoc/tutorial/values/integer-ranges.asciidoc | 2 +- .../asciidoc/tutorial/values/integers.asciidoc | 2 +- .../asciidoc/tutorial/values/lists.asciidoc | 2 +- .../asciidoc/tutorial/values/overview.asciidoc | 2 +- .../asciidoc/tutorial/values/reals.asciidoc | 2 +- .../asciidoc/tutorial/values/sets.asciidoc | 2 +- .../asciidoc/tutorial/values/strings.asciidoc | 2 +- .../asciidoc/tutorial/values/tuples.asciidoc | 2 +- .../asciidoc/tutorial/values/types-values-exprs.asciidoc | 2 +- cif/org.eclipse.escet.cif.documentation/assembly.xml | 2 +- cif/org.eclipse.escet.cif.documentation/build.properties | 2 +- .../images/build-imgs.bash | 2 +- .../tools/cif2yed/machine_buffer.events.layouted.graphml | 2 +- .../images/tools/cif2yed/machine_buffer.events.orig.graphml | 2 +- .../images/tools/cif2yed/tank.model.layouted.graphml | 2 +- .../images/tools/cif2yed/tank.model.orig.graphml | 2 +- .../images/tools/cifsim/input/history_0.png.svg | 2 +- .../images/tools/cifsim/input/history_01.png.svg | 2 +- .../images/tools/cifsim/input/history_012.png.svg | 2 +- .../images/tools/cifsim/input/history_0123.png.svg | 2 +- .../images/tools/cifsim/input/history_0234.png.svg | 2 +- .../images/tools/cifsim/output/print/trace_extended.png.svg | 2 +- .../images/tools/cifsim/output/print/trace_normal.png.svg | 2 +- .../images/tools/cifsim/output/print/transition.png.svg | 2 +- .../images/tools/cifsim/output/svgviz/lamp/lamp.svg | 2 +- .../images/tools/cifsim/output/svgviz/lamps/lamps2.svg | 2 +- .../images/tools/cifsim/output/svgviz/lamps/lamps2.tooldef | 2 +- .../images/tools/cifsim/output/svgviz/lamps/lamps3.svg | 2 +- .../images/tools/cifsim/output/svgviz/lamps/lamps3.tooldef | 2 +- .../images/tools/cifsim/output/svgviz/rate/rate.svg | 2 +- .../images/tools/cifsim/output/svgviz/rate/rate.tooldef | 2 +- .../images/tools/cifsim/output/svgviz/sun_moon/sun_moon.svg | 2 +- .../tools/cifsim/output/svgviz/sun_moon/sun_moon.tooldef | 2 +- .../tools/cifsim/output/svgviz/svgcopy/svgcopy.tooldef | 2 +- .../tools/cifsim/output/svgviz/svgmove/svgmove.tooldef | 2 +- .../images/tools/cifsim/output/svgviz/tank/tank.svg | 2 +- .../images/tools/cifsim/output/svgviz/tank/tank.tooldef | 2 +- .../images/tools/cifsim/output/svgviz/tank/tank2.cif | 2 +- .../images/tools/cifsim/output/svgviz/tank/tank2.svg | 2 +- .../images/tools/cifsim/output/svgviz/tank/tank2.tooldef | 2 +- .../tools/cifsim/output/svgviz/walk_floor/walk_floor.svg | 2 +- .../cifsim/output/svgviz/walk_floor/walk_floor.tooldef | 2 +- .../cifsim/output/svgviz/walk_floor/walk_floor_orig.svg | 2 +- .../tools/cifsim/output/svgviz/walk_room/walk_room.svg | 2 +- .../tools/cifsim/output/svgviz/walk_room/walk_room.tooldef | 2 +- .../tools/cifsim/output/svgviz/workstation/workstation.svg | 2 +- .../cifsim/output/svgviz/workstation/workstation.tooldef | 2 +- .../images/tools/cifsim/solver/integr_discont.png.dat | 2 +- .../images/tools/cifsim/solver/integr_discont.png.plt | 2 +- .../images/tools/cifsim/solver/integr_discont.tooldef | 2 +- .../images/tools/cifsim/solver/integr_linear.png.plt | 2 +- .../images/tools/cifsim/solver/integr_linear.tooldef | 2 +- .../images/tools/cifsim/solver/integr_nonlinear.png.dat | 2 +- .../images/tools/cifsim/solver/integr_nonlinear.png.plt | 2 +- .../images/tools/cifsim/solver/integr_nonlinear.tooldef | 2 +- .../images/tools/cifsim/solver/root_problem.png.dat | 2 +- .../images/tools/cifsim/solver/root_problem.png.plt | 2 +- .../images/tools/cifsim/solver/root_problem.tooldef | 2 +- .../images/tools/cifsim/solver/root_problem2.png.dat | 2 +- .../images/tools/cifsim/solver/root_problem2.png.plt | 2 +- .../images/tools/cifsim/solver/root_problem2.tooldef | 2 +- .../images/tools/cifsim/solver/root_root.png.dat | 2 +- .../images/tools/cifsim/solver/root_root.png.plt | 2 +- .../images/tools/cifsim/solver/root_simple.png.dat | 2 +- .../images/tools/cifsim/solver/root_simple.png.plt | 2 +- .../images/tools/cifsim/solver/root_simple.tooldef | 2 +- .../images/tools/cifsim/solver/root_simple2.cif | 2 +- .../images/tools/cifsim/solver/root_simple2.png.dat | 2 +- .../images/tools/cifsim/solver/root_simple2.png.plt | 2 +- .../images/tools/cifsim/solver/root_simple2.tooldef | 2 +- .../images/tools/cifsim/solver/root_simple_guard.png.dat | 2 +- .../images/tools/cifsim/solver/root_simple_guard.png.plt | 2 +- .../images/tools/cifsim/state_space.png.tex | 2 +- .../images/tools/codegen/simulink-example/tank.svg | 2 +- .../images/tools/mergecif/merge.tooldef | 2 +- .../images/tutorial/basics/coin_toss_state_space.png.tex | 2 +- .../basics/producer_consumer_state_space_finite.png.tex | 2 +- .../basics/producer_consumer_state_space_infinite.png.tex | 2 +- .../images/tutorial/channels/producer_consumer.png.svg | 2 +- .../images/tutorial/data/conveyor.png.svg | 2 +- .../images/tutorial/data/conveyor_state_space.png.tex | 2 +- .../images/tutorial/data/counter_state_space.png.tex | 2 +- .../images/tutorial/data/discvar_change_state_space.png.tex | 2 +- .../tutorial/data/monitoring_fixed_state_space.png.tex | 2 +- .../tutorial/data/monitoring_problem_state_space.png.tex | 2 +- .../images/tutorial/data/mutex_state_space.png.tex | 2 +- .../images/tutorial/data/supermarket_state_space.png.tex | 2 +- .../images/tutorial/data/swapper_state_space.png.tex | 2 +- .../images/tutorial/data/tau_event_state_space1.png.tex | 2 +- .../images/tutorial/data/tau_event_state_space2.png.tex | 2 +- .../images/tutorial/reuse1/conveyor.png.svg | 2 +- .../images/tutorial/stochastics/pennies.png.dat | 2 +- .../images/tutorial/stochastics/pennies.png.plt | 2 +- .../images/tutorial/time/machine_plot.png.dat | 2 +- .../images/tutorial/time/machine_plot.png.plt | 2 +- .../images/tutorial/time/machine_state_space.png.tex | 2 +- .../images/tutorial/time/person_plot.png.dat | 2 +- .../images/tutorial/time/person_plot.png.plt | 2 +- .../images/tutorial/time/tank.png.svg | 2 +- .../images/tutorial/time/usecase_nonurg_state_space.png.tex | 2 +- .../images/tutorial/time/usecase_urgloc_state_space.png.tex | 2 +- .../images/tutorial/time/user_state_space.png.tex | 2 +- .../images/tutorial/values/list_indices.png.svg | 2 +- .../images/tutorial/values/list_slicing.png.svg | 2 +- cif/org.eclipse.escet.cif.documentation/plugin.xml | 2 +- cif/org.eclipse.escet.cif.documentation/pom.xml | 2 +- cif/org.eclipse.escet.cif.eventbased.tests/.checkstyle | 2 +- cif/org.eclipse.escet.cif.eventbased.tests/build.properties | 2 +- .../automata/tests/AutomatonDataStructureTest.java | 2 +- .../cif/eventbased/automata/tests/EdgeRemovalTest.java | 2 +- .../cif/eventbased/automata/tests/LocationRemovalTest.java | 2 +- .../cif/eventbased/builders/tests/CombinedEdgesTest.java | 2 +- .../cif/eventbased/builders/tests/EdgeBuilderTest.java | 2 +- .../escet/cif/eventbased/builders/tests/ProductTest.java | 2 +- .../escet/cif/eventbased/builders/tests/StateTest.java | 2 +- .../tests/PartitionRefinementDataIntegrityTest.java | 2 +- .../partitions/tests/PartitionRefinementTest.java | 2 +- cif/org.eclipse.escet.cif.eventbased/.checkstyle | 2 +- cif/org.eclipse.escet.cif.eventbased/build.properties | 2 +- cif/org.eclipse.escet.cif.eventbased/plugin.xml | 2 +- .../eclipse/escet/cif/eventbased/AutomatonAbstraction.java | 2 +- .../eclipse/escet/cif/eventbased/ControllabilityCheck.java | 2 +- .../src/org/eclipse/escet/cif/eventbased/DfaMinimize.java | 2 +- .../eclipse/escet/cif/eventbased/LanguageEquivalence.java | 2 +- .../src/org/eclipse/escet/cif/eventbased/NfaToDfa.java | 2 +- .../eclipse/escet/cif/eventbased/NonConflictingCheck.java | 2 +- .../src/org/eclipse/escet/cif/eventbased/ObserverCheck.java | 2 +- .../eclipse/escet/cif/eventbased/SupervisorSynthesis.java | 2 +- .../eclipse/escet/cif/eventbased/SynchronousProduct.java | 2 +- .../escet/cif/eventbased/analysis/AddedEdgeInfo.java | 2 +- .../escet/cif/eventbased/analysis/AnalysisListHandler.java | 2 +- .../cif/eventbased/analysis/AnalysisReportHandler.java | 2 +- .../cif/eventbased/analysis/AnalysisSearchHandler.java | 2 +- .../escet/cif/eventbased/analysis/AutomatonNamesInfo.java | 2 +- .../eclipse/escet/cif/eventbased/analysis/DumpfileData.java | 2 +- .../escet/cif/eventbased/analysis/DumpfileLoader.java | 2 +- .../org/eclipse/escet/cif/eventbased/analysis/EdgeInfo.java | 2 +- .../eclipse/escet/cif/eventbased/analysis/EventInfo.java | 2 +- .../cif/eventbased/analysis/LocationArrayComparator.java | 2 +- .../escet/cif/eventbased/analysis/RemovedEdgeInfo.java | 2 +- .../escet/cif/eventbased/analysis/RemovedLocationInfo.java | 2 +- .../escet/cif/eventbased/analysis/SourceReadInfo.java | 2 +- .../eclipse/escet/cif/eventbased/analysis/StateInfo.java | 2 +- .../escet/cif/eventbased/analysis/StateOverview.java | 2 +- .../escet/cif/eventbased/analysis/SynthesisDummyDump.java | 2 +- .../escet/cif/eventbased/analysis/SynthesisDump.java | 2 +- .../escet/cif/eventbased/analysis/SynthesisDumpIO.java | 2 +- .../cif/eventbased/analysis/SynthesisDumpInterface.java | 2 +- .../analysis/reporttext/BackgroundColoredText.java | 2 +- .../cif/eventbased/analysis/reporttext/ColoredText.java | 2 +- .../cif/eventbased/analysis/reporttext/ReportText.java | 2 +- .../cif/eventbased/analysis/reporttext/SimpleText.java | 2 +- .../eventbased/apps/AutomatonAbstractionApplication.java | 2 +- .../eventbased/apps/AutomatonAbstractionCommandHandler.java | 2 +- .../eventbased/apps/ControllabilityCheckApplication.java | 2 +- .../eventbased/apps/ControllabilityCheckCommandHandler.java | 2 +- .../cif/eventbased/apps/DfaMinimizationApplication.java | 2 +- .../cif/eventbased/apps/DfaMinimizationCommandHandler.java | 2 +- .../apps/LanguageEquivalenceCheckApplication.java | 2 +- .../apps/LanguageEquivalenceCheckCommandHandler.java | 2 +- .../escet/cif/eventbased/apps/NfaToDfaApplication.java | 2 +- .../escet/cif/eventbased/apps/NfaToDfaCommandHandler.java | 2 +- .../cif/eventbased/apps/NonconflictingCheckApplication.java | 2 +- .../eventbased/apps/NonconflictingCheckCommandHandler.java | 2 +- .../escet/cif/eventbased/apps/ObserverCheckApplication.java | 2 +- .../cif/eventbased/apps/ObserverCheckCommandHandler.java | 2 +- .../escet/cif/eventbased/apps/ProjectionApplication.java | 2 +- .../escet/cif/eventbased/apps/ProjectionCommandHandler.java | 2 +- .../cif/eventbased/apps/SupervisorSynthesisApplication.java | 2 +- .../eventbased/apps/SupervisorSynthesisCommandHandler.java | 2 +- .../cif/eventbased/apps/SynchronousProductApplication.java | 2 +- .../eventbased/apps/SynchronousProductCommandHandler.java | 2 +- .../cif/eventbased/apps/SynthesisAnalysisApplication.java | 2 +- .../eventbased/apps/SynthesisAnalysisCommandHandler.java | 2 +- .../escet/cif/eventbased/apps/SynthesisAnalysisEditor.java | 2 +- .../eclipse/escet/cif/eventbased/apps/TrimApplication.java | 2 +- .../escet/cif/eventbased/apps/TrimCheckApplication.java | 2 +- .../escet/cif/eventbased/apps/TrimCheckCommandHandler.java | 2 +- .../escet/cif/eventbased/apps/TrimCommandHandler.java | 2 +- .../cif/eventbased/apps/conversion/ApplicationHelper.java | 2 +- .../escet/cif/eventbased/apps/conversion/CifOrigin.java | 2 +- .../eventbased/apps/conversion/ConvertFromEventBased.java | 2 +- .../cif/eventbased/apps/conversion/ConvertToEventBased.java | 2 +- .../escet/cif/eventbased/apps/conversion/GroupTree.java | 2 +- .../cif/eventbased/apps/options/DumpFileEnableOption.java | 2 +- .../escet/cif/eventbased/apps/options/DumpFileOption.java | 2 +- .../cif/eventbased/apps/options/ObservedEventsOption.java | 2 +- .../cif/eventbased/apps/options/PreservedEventsOption.java | 2 +- .../escet/cif/eventbased/apps/options/ReportFileOption.java | 2 +- .../escet/cif/eventbased/apps/options/ResultNameOption.java | 2 +- .../cif/eventbased/apps/options/WarnDisjunctGroups.java | 2 +- .../cif/eventbased/apps/options/WarnEmptyAlphabet.java | 2 +- .../cif/eventbased/apps/options/WarnMarkedDeadlock.java | 2 +- .../eventbased/apps/options/WarnSingleUseControllable.java | 2 +- .../eclipse/escet/cif/eventbased/automata/Automaton.java | 2 +- .../escet/cif/eventbased/automata/AutomatonComparator.java | 2 +- .../escet/cif/eventbased/automata/AutomatonHelper.java | 2 +- .../escet/cif/eventbased/automata/AutomatonKind.java | 2 +- .../src/org/eclipse/escet/cif/eventbased/automata/Edge.java | 2 +- .../org/eclipse/escet/cif/eventbased/automata/Event.java | 2 +- .../escet/cif/eventbased/automata/EventAtLocation.java | 2 +- .../escet/cif/eventbased/automata/IncomingEdgeIterator.java | 2 +- .../org/eclipse/escet/cif/eventbased/automata/Location.java | 2 +- .../escet/cif/eventbased/automata/OutgoingEdgeIterator.java | 2 +- .../cif/eventbased/automata/origin/LocationSetOrigin.java | 2 +- .../escet/cif/eventbased/automata/origin/Origin.java | 2 +- .../escet/cif/eventbased/automata/origin/StateOrigin.java | 2 +- .../escet/cif/eventbased/builders/AutomatonBuilder.java | 2 +- .../escet/cif/eventbased/builders/CombinedEdges.java | 2 +- .../eclipse/escet/cif/eventbased/builders/EdgeBuilder.java | 2 +- .../escet/cif/eventbased/builders/LocationExplorer.java | 2 +- .../org/eclipse/escet/cif/eventbased/builders/State.java | 2 +- .../eclipse/escet/cif/eventbased/builders/StateEdges.java | 2 +- .../escet/cif/eventbased/builders/StateExplorer.java | 2 +- .../cif/eventbased/equivalence/AutomatonMinimizer.java | 2 +- .../org/eclipse/escet/cif/eventbased/equivalence/Block.java | 2 +- .../escet/cif/eventbased/equivalence/BlockLocation.java | 2 +- .../escet/cif/eventbased/equivalence/BlockPartitioner.java | 2 +- .../escet/cif/eventbased/equivalence/CounterExample.java | 2 +- .../cif/eventbased/equivalence/LangEquivCalculation.java | 2 +- .../eclipse/escet/cif/eventbased/partitions/Partition.java | 2 +- .../escet/cif/eventbased/partitions/PartitionLocation.java | 2 +- .../cif/eventbased/partitions/PartitionRefinement.java | 2 +- cif/org.eclipse.escet.cif.eventdisabler/.checkstyle | 2 +- cif/org.eclipse.escet.cif.eventdisabler/build.properties | 2 +- cif/org.eclipse.escet.cif.eventdisabler/plugin.xml | 2 +- .../org/eclipse/escet/cif/eventdisabler/EventDisabler.java | 2 +- .../escet/cif/eventdisabler/EventDisablerApplication.java | 2 +- .../cif/eventdisabler/EventDisablerCommandHandler.java | 2 +- .../cif/eventdisabler/options/EventNamesFileOption.java | 2 +- .../escet/cif/eventdisabler/options/EventNamesOption.java | 2 +- .../eclipse/escet/cif/eventdisabler/options/EventUsage.java | 2 +- .../escet/cif/eventdisabler/options/EventUsageOption.java | 2 +- .../cif/eventdisabler/options/IncludeInputSpecOption.java | 2 +- .../cif/eventdisabler/options/SvgInputEventsOption.java | 2 +- cif/org.eclipse.escet.cif.examples/.checkstyle | 2 +- cif/org.eclipse.escet.cif.examples/build.properties | 2 +- .../examples/hybrid/bouncing_ball/bouncing_ball.cif | 2 +- .../hybrid/bouncing_ball/bouncing_ball.plotviz.tooldef | 2 +- .../examples/hybrid/bouncing_ball/bouncing_ball.svg | 2 +- .../hybrid/bouncing_ball/bouncing_ball.svgviz.tooldef | 2 +- .../examples/hybrid/conveyer/conveyer.cif | 2 +- .../examples/hybrid/conveyer/conveyer.plotviz.tooldef | 2 +- .../examples/hybrid/conveyer/conveyer.stateviz.tooldef | 2 +- .../examples/hybrid/conveyer/conveyer.svg | 2 +- .../examples/hybrid/fluid/fluid.cif | 2 +- .../examples/hybrid/fluid/fluid.svg | 2 +- .../examples/hybrid/fluid/fluid.tooldef | 2 +- .../examples/hybrid/tank/tank.cif | 2 +- .../examples/hybrid/tank/tank.svg | 2 +- .../examples/hybrid/tank/tank.tooldef | 2 +- .../examples/synthesis/button_lamp/button_lamp.cif | 2 +- .../examples/synthesis/button_lamp/button_lamp.svg | 2 +- .../synthesis/button_lamp/button_lamp_interactive.cif | 2 +- .../synthesis/button_lamp/button_lamp_interactive.tooldef | 2 +- .../examples/synthesis/button_lamp/button_lamp_usecase.cif | 2 +- .../synthesis/button_lamp/button_lamp_usecase.tooldef | 2 +- .../synthesis/button_lamp_timer/button_lamp_timer.svg | 2 +- .../button_lamp_timer/button_lamp_timer_genplc.tooldef | 2 +- .../synthesis/button_lamp_timer/button_lamp_timer_hw.cif | 2 +- .../button_lamp_timer/button_lamp_timer_plants_reqs.cif | 2 +- .../synthesis/button_lamp_timer/button_lamp_timer_sim.cif | 2 +- .../button_lamp_timer/button_lamp_timer_simulate.tooldef | 2 +- .../examples/timed/buffer_3place/buffer_3place.cif | 2 +- .../examples/timed/buffer_3place/buffer_3place.tooldef | 2 +- .../examples/timed/machine_buffer/machine_buffer.cif | 2 +- .../examples/timed/machine_buffer/machine_buffer.svg | 2 +- .../examples/timed/machine_buffer/machine_buffer.tooldef | 2 +- .../examples/timed/mutex/mutex.cif | 2 +- .../examples/timed/mutex/mutex.tooldef | 2 +- cif/org.eclipse.escet.cif.examples/plugin.xml | 2 +- .../org/eclipse/escet/cif/examples/CifExamplesPlugin.java | 2 +- .../org/eclipse/escet/cif/examples/CifExamplesWizard.java | 2 +- cif/org.eclipse.escet.cif.explorer/.checkstyle | 2 +- cif/org.eclipse.escet.cif.explorer/build.properties | 2 +- cif/org.eclipse.escet.cif.explorer/plugin.xml | 2 +- .../org/eclipse/escet/cif/explorer/CifAutomatonBuilder.java | 2 +- .../org/eclipse/escet/cif/explorer/ExplorerPreChecker.java | 2 +- .../eclipse/escet/cif/explorer/ExplorerStateFactory.java | 2 +- .../cif/explorer/app/EnableEdgeMinimizationOption.java | 2 +- .../escet/cif/explorer/app/EnableStatisticsOption.java | 2 +- .../eclipse/escet/cif/explorer/app/ExplorerApplication.java | 2 +- .../escet/cif/explorer/app/ExplorerCommandHandler.java | 2 +- .../eclipse/escet/cif/explorer/app/PrintProgressOption.java | 2 +- .../cif/explorer/app/common/EnableCifOutputOption.java | 2 +- .../escet/cif/explorer/app/common/EnableReportOption.java | 2 +- .../escet/cif/explorer/app/common/ReportFileOption.java | 2 +- .../escet/cif/explorer/runtime/AbstractStateFactory.java | 2 +- .../org/eclipse/escet/cif/explorer/runtime/BaseState.java | 2 +- .../org/eclipse/escet/cif/explorer/runtime/ChosenEdge.java | 2 +- .../escet/cif/explorer/runtime/CollectedAlgVariable.java | 2 +- .../escet/cif/explorer/runtime/CollectedInvariants.java | 2 +- .../org/eclipse/escet/cif/explorer/runtime/EventUsage.java | 2 +- .../explorer/runtime/ExplorationTerminatedException.java | 2 +- .../org/eclipse/escet/cif/explorer/runtime/Explorer.java | 2 +- .../eclipse/escet/cif/explorer/runtime/ExplorerBuilder.java | 2 +- .../eclipse/escet/cif/explorer/runtime/ExplorerEdge.java | 2 +- .../eclipse/escet/cif/explorer/runtime/ExplorerState.java | 2 +- .../eclipse/escet/cif/explorer/runtime/ExpressionEval.java | 2 +- .../eclipse/escet/cif/explorer/runtime/FunctionState.java | 2 +- .../eclipse/escet/cif/explorer/runtime/InitialState.java | 2 +- .../escet/cif/explorer/runtime/NoInitialInitPredReason.java | 2 +- .../escet/cif/explorer/runtime/NoInitialInvReason.java | 2 +- .../escet/cif/explorer/runtime/NoInitialLocReason.java | 2 +- .../escet/cif/explorer/runtime/NoInitialStateException.java | 2 +- .../escet/cif/explorer/runtime/NoInitialStateReason.java | 2 +- .../eclipse/escet/cif/explorer/runtime/TransitionData.java | 2 +- cif/org.eclipse.escet.cif.feature/build.properties | 2 +- cif/org.eclipse.escet.cif.feature/feature.xml | 2 +- cif/org.eclipse.escet.cif.io.tests/.checkstyle | 2 +- cif/org.eclipse.escet.cif.io.tests/build.properties | 2 +- .../org/eclipse/escet/cif/io/emf/tests/CifEmfIoTest.java | 2 +- cif/org.eclipse.escet.cif.io/.checkstyle | 2 +- cif/org.eclipse.escet.cif.io/build.properties | 2 +- cif/org.eclipse.escet.cif.io/plugin.xml | 2 +- .../src/org/eclipse/escet/cif/io/CifReader.java | 2 +- .../src/org/eclipse/escet/cif/io/CifWriter.java | 2 +- .../src/org/eclipse/escet/cif/io/emf/CifResource.java | 2 +- .../org/eclipse/escet/cif/io/emf/CifResourceFactory.java | 2 +- cif/org.eclipse.escet.cif.merger/.checkstyle | 2 +- cif/org.eclipse.escet.cif.merger/build.properties | 2 +- cif/org.eclipse.escet.cif.merger/plugin.xml | 2 +- .../src/org/eclipse/escet/cif/merger/CifMerger.java | 2 +- .../src/org/eclipse/escet/cif/merger/CifMergerApp.java | 2 +- .../eclipse/escet/cif/merger/CifMergerCommandHandler.java | 2 +- .../org/eclipse/escet/cif/merger/CifMergerPostCheckEnv.java | 2 +- cif/org.eclipse.escet.cif.metamodel.java/.checkstyle | 2 +- cif/org.eclipse.escet.cif.metamodel.java/build.properties | 2 +- .../eclipse/escet/cif/metamodel/java/CifConstructors.java | 2 +- .../org/eclipse/escet/cif/metamodel/java/CifWalker.java | 2 +- cif/org.eclipse.escet.cif.metamodel/build.properties | 2 +- cif/org.eclipse.escet.cif.metamodel/docs/build.bash | 2 +- cif/org.eclipse.escet.cif.metamodel/docs/cif_ecore_doc.tex | 6 +++--- .../docs/cif_ecore_doc_details.tex | 2 +- .../docs/cif_ecore_doc_details_generated.tex | 2 +- .../docs/cif_ecore_doc_generated.tex | 2 +- cif/org.eclipse.escet.cif.metamodel/docs/distributions.tex | 2 +- .../docs/figures/scoping_visibility.tex | 2 +- .../docs/figures/wrapping_post_expr.svg | 2 +- .../docs/figures/wrapping_post_model.svg | 2 +- .../docs/figures/wrapping_pre_expr.svg | 2 +- .../docs/figures/wrapping_pre_model.svg | 2 +- cif/org.eclipse.escet.cif.metamodel/model/autofix.py | 4 ++-- cif/org.eclipse.escet.cif.metamodel/model/cif.genmodel | 2 +- cif/org.eclipse.escet.cif.metamodel/plugin.properties | 2 +- cif/org.eclipse.escet.cif.metamodel/plugin.xml | 2 +- .../org/eclipse/escet/cif/metamodel/cif/AlgParameter.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/CifFactory.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/CifPackage.java | 2 +- .../eclipse/escet/cif/metamodel/cif/ComplexComponent.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/Component.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/ComponentDef.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/ComponentInst.java | 2 +- .../eclipse/escet/cif/metamodel/cif/ComponentParameter.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/Equation.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/EventParameter.java | 2 +- .../src-gen/org/eclipse/escet/cif/metamodel/cif/Group.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/InvKind.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/Invariant.java | 2 +- .../src-gen/org/eclipse/escet/cif/metamodel/cif/IoDecl.java | 2 +- .../eclipse/escet/cif/metamodel/cif/LocationParameter.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/Parameter.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/Specification.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/SupKind.java | 2 +- .../eclipse/escet/cif/metamodel/cif/automata/Alphabet.java | 2 +- .../escet/cif/metamodel/cif/automata/Assignment.java | 2 +- .../escet/cif/metamodel/cif/automata/AutomataFactory.java | 2 +- .../escet/cif/metamodel/cif/automata/AutomataPackage.java | 2 +- .../eclipse/escet/cif/metamodel/cif/automata/Automaton.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/automata/Edge.java | 2 +- .../eclipse/escet/cif/metamodel/cif/automata/EdgeEvent.java | 2 +- .../escet/cif/metamodel/cif/automata/EdgeReceive.java | 2 +- .../eclipse/escet/cif/metamodel/cif/automata/EdgeSend.java | 2 +- .../escet/cif/metamodel/cif/automata/ElifUpdate.java | 2 +- .../eclipse/escet/cif/metamodel/cif/automata/IfUpdate.java | 2 +- .../eclipse/escet/cif/metamodel/cif/automata/Location.java | 2 +- .../eclipse/escet/cif/metamodel/cif/automata/Monitors.java | 2 +- .../eclipse/escet/cif/metamodel/cif/automata/Update.java | 2 +- .../escet/cif/metamodel/cif/automata/impl/AlphabetImpl.java | 2 +- .../cif/metamodel/cif/automata/impl/AssignmentImpl.java | 2 +- .../metamodel/cif/automata/impl/AutomataFactoryImpl.java | 2 +- .../metamodel/cif/automata/impl/AutomataPackageImpl.java | 2 +- .../cif/metamodel/cif/automata/impl/AutomatonImpl.java | 2 +- .../cif/metamodel/cif/automata/impl/EdgeEventImpl.java | 2 +- .../escet/cif/metamodel/cif/automata/impl/EdgeImpl.java | 2 +- .../cif/metamodel/cif/automata/impl/EdgeReceiveImpl.java | 2 +- .../escet/cif/metamodel/cif/automata/impl/EdgeSendImpl.java | 2 +- .../cif/metamodel/cif/automata/impl/ElifUpdateImpl.java | 2 +- .../escet/cif/metamodel/cif/automata/impl/IfUpdateImpl.java | 2 +- .../escet/cif/metamodel/cif/automata/impl/LocationImpl.java | 2 +- .../escet/cif/metamodel/cif/automata/impl/MonitorsImpl.java | 2 +- .../escet/cif/metamodel/cif/automata/impl/UpdateImpl.java | 2 +- .../metamodel/cif/automata/util/AutomataAdapterFactory.java | 2 +- .../cif/metamodel/cif/automata/util/AutomataSwitch.java | 2 +- .../escet/cif/metamodel/cif/cifsvg/CifsvgFactory.java | 2 +- .../escet/cif/metamodel/cif/cifsvg/CifsvgPackage.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/cifsvg/SvgCopy.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/cifsvg/SvgFile.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/cifsvg/SvgIn.java | 2 +- .../eclipse/escet/cif/metamodel/cif/cifsvg/SvgInEvent.java | 2 +- .../escet/cif/metamodel/cif/cifsvg/SvgInEventIf.java | 2 +- .../escet/cif/metamodel/cif/cifsvg/SvgInEventIfEntry.java | 2 +- .../escet/cif/metamodel/cif/cifsvg/SvgInEventSingle.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/cifsvg/SvgMove.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/cifsvg/SvgOut.java | 2 +- .../cif/metamodel/cif/cifsvg/impl/CifsvgFactoryImpl.java | 2 +- .../cif/metamodel/cif/cifsvg/impl/CifsvgPackageImpl.java | 2 +- .../escet/cif/metamodel/cif/cifsvg/impl/SvgCopyImpl.java | 2 +- .../escet/cif/metamodel/cif/cifsvg/impl/SvgFileImpl.java | 2 +- .../metamodel/cif/cifsvg/impl/SvgInEventIfEntryImpl.java | 2 +- .../cif/metamodel/cif/cifsvg/impl/SvgInEventIfImpl.java | 2 +- .../escet/cif/metamodel/cif/cifsvg/impl/SvgInEventImpl.java | 2 +- .../cif/metamodel/cif/cifsvg/impl/SvgInEventSingleImpl.java | 2 +- .../escet/cif/metamodel/cif/cifsvg/impl/SvgInImpl.java | 2 +- .../escet/cif/metamodel/cif/cifsvg/impl/SvgMoveImpl.java | 2 +- .../escet/cif/metamodel/cif/cifsvg/impl/SvgOutImpl.java | 2 +- .../cif/metamodel/cif/cifsvg/util/CifsvgAdapterFactory.java | 2 +- .../escet/cif/metamodel/cif/cifsvg/util/CifsvgSwitch.java | 2 +- .../escet/cif/metamodel/cif/declarations/AlgVariable.java | 2 +- .../escet/cif/metamodel/cif/declarations/Constant.java | 2 +- .../escet/cif/metamodel/cif/declarations/ContVariable.java | 2 +- .../escet/cif/metamodel/cif/declarations/Declaration.java | 2 +- .../cif/metamodel/cif/declarations/DeclarationsFactory.java | 2 +- .../cif/metamodel/cif/declarations/DeclarationsPackage.java | 2 +- .../escet/cif/metamodel/cif/declarations/DiscVariable.java | 2 +- .../escet/cif/metamodel/cif/declarations/EnumDecl.java | 2 +- .../escet/cif/metamodel/cif/declarations/EnumLiteral.java | 2 +- .../eclipse/escet/cif/metamodel/cif/declarations/Event.java | 2 +- .../escet/cif/metamodel/cif/declarations/InputVariable.java | 2 +- .../escet/cif/metamodel/cif/declarations/TypeDecl.java | 2 +- .../escet/cif/metamodel/cif/declarations/VariableValue.java | 2 +- .../metamodel/cif/declarations/impl/AlgVariableImpl.java | 2 +- .../cif/metamodel/cif/declarations/impl/ConstantImpl.java | 2 +- .../metamodel/cif/declarations/impl/ContVariableImpl.java | 2 +- .../metamodel/cif/declarations/impl/DeclarationImpl.java | 2 +- .../cif/declarations/impl/DeclarationsFactoryImpl.java | 2 +- .../cif/declarations/impl/DeclarationsPackageImpl.java | 2 +- .../metamodel/cif/declarations/impl/DiscVariableImpl.java | 2 +- .../cif/metamodel/cif/declarations/impl/EnumDeclImpl.java | 2 +- .../metamodel/cif/declarations/impl/EnumLiteralImpl.java | 2 +- .../cif/metamodel/cif/declarations/impl/EventImpl.java | 2 +- .../metamodel/cif/declarations/impl/InputVariableImpl.java | 2 +- .../cif/metamodel/cif/declarations/impl/TypeDeclImpl.java | 2 +- .../metamodel/cif/declarations/impl/VariableValueImpl.java | 2 +- .../cif/declarations/util/DeclarationsAdapterFactory.java | 2 +- .../metamodel/cif/declarations/util/DeclarationsSwitch.java | 2 +- .../metamodel/cif/expressions/AlgVariableExpression.java | 2 +- .../metamodel/cif/expressions/BaseFunctionExpression.java | 2 +- .../cif/metamodel/cif/expressions/BinaryExpression.java | 2 +- .../escet/cif/metamodel/cif/expressions/BinaryOperator.java | 2 +- .../escet/cif/metamodel/cif/expressions/BoolExpression.java | 2 +- .../escet/cif/metamodel/cif/expressions/CastExpression.java | 2 +- .../metamodel/cif/expressions/CompInstWrapExpression.java | 2 +- .../metamodel/cif/expressions/CompParamWrapExpression.java | 2 +- .../cif/metamodel/cif/expressions/ComponentExpression.java | 2 +- .../cif/metamodel/cif/expressions/ConstantExpression.java | 2 +- .../metamodel/cif/expressions/ContVariableExpression.java | 2 +- .../escet/cif/metamodel/cif/expressions/DictExpression.java | 2 +- .../escet/cif/metamodel/cif/expressions/DictPair.java | 2 +- .../metamodel/cif/expressions/DiscVariableExpression.java | 2 +- .../escet/cif/metamodel/cif/expressions/ElifExpression.java | 2 +- .../metamodel/cif/expressions/EnumLiteralExpression.java | 2 +- .../cif/metamodel/cif/expressions/EventExpression.java | 2 +- .../escet/cif/metamodel/cif/expressions/Expression.java | 2 +- .../cif/metamodel/cif/expressions/ExpressionsFactory.java | 2 +- .../cif/metamodel/cif/expressions/ExpressionsPackage.java | 2 +- .../cif/metamodel/cif/expressions/FieldExpression.java | 2 +- .../metamodel/cif/expressions/FunctionCallExpression.java | 2 +- .../cif/metamodel/cif/expressions/FunctionExpression.java | 2 +- .../escet/cif/metamodel/cif/expressions/IfExpression.java | 2 +- .../metamodel/cif/expressions/InputVariableExpression.java | 2 +- .../escet/cif/metamodel/cif/expressions/IntExpression.java | 2 +- .../escet/cif/metamodel/cif/expressions/ListExpression.java | 2 +- .../cif/metamodel/cif/expressions/LocationExpression.java | 2 +- .../cif/metamodel/cif/expressions/ProjectionExpression.java | 2 +- .../escet/cif/metamodel/cif/expressions/RealExpression.java | 2 +- .../cif/metamodel/cif/expressions/ReceivedExpression.java | 2 +- .../escet/cif/metamodel/cif/expressions/SelfExpression.java | 2 +- .../escet/cif/metamodel/cif/expressions/SetExpression.java | 2 +- .../cif/metamodel/cif/expressions/SliceExpression.java | 2 +- .../escet/cif/metamodel/cif/expressions/StdLibFunction.java | 2 +- .../metamodel/cif/expressions/StdLibFunctionExpression.java | 2 +- .../cif/metamodel/cif/expressions/StringExpression.java | 2 +- .../escet/cif/metamodel/cif/expressions/SwitchCase.java | 2 +- .../cif/metamodel/cif/expressions/SwitchExpression.java | 2 +- .../escet/cif/metamodel/cif/expressions/TauExpression.java | 2 +- .../escet/cif/metamodel/cif/expressions/TimeExpression.java | 2 +- .../cif/metamodel/cif/expressions/TupleExpression.java | 2 +- .../cif/metamodel/cif/expressions/UnaryExpression.java | 2 +- .../escet/cif/metamodel/cif/expressions/UnaryOperator.java | 2 +- .../cif/expressions/impl/AlgVariableExpressionImpl.java | 2 +- .../cif/expressions/impl/BaseFunctionExpressionImpl.java | 2 +- .../cif/expressions/impl/BinaryExpressionImpl.java | 2 +- .../metamodel/cif/expressions/impl/BoolExpressionImpl.java | 2 +- .../metamodel/cif/expressions/impl/CastExpressionImpl.java | 2 +- .../cif/expressions/impl/CompInstWrapExpressionImpl.java | 2 +- .../cif/expressions/impl/CompParamWrapExpressionImpl.java | 2 +- .../cif/expressions/impl/ComponentExpressionImpl.java | 2 +- .../cif/expressions/impl/ConstantExpressionImpl.java | 2 +- .../cif/expressions/impl/ContVariableExpressionImpl.java | 2 +- .../metamodel/cif/expressions/impl/DictExpressionImpl.java | 2 +- .../cif/metamodel/cif/expressions/impl/DictPairImpl.java | 2 +- .../cif/expressions/impl/DiscVariableExpressionImpl.java | 2 +- .../metamodel/cif/expressions/impl/ElifExpressionImpl.java | 2 +- .../cif/expressions/impl/EnumLiteralExpressionImpl.java | 2 +- .../metamodel/cif/expressions/impl/EventExpressionImpl.java | 2 +- .../cif/metamodel/cif/expressions/impl/ExpressionImpl.java | 2 +- .../cif/expressions/impl/ExpressionsFactoryImpl.java | 2 +- .../cif/expressions/impl/ExpressionsPackageImpl.java | 2 +- .../metamodel/cif/expressions/impl/FieldExpressionImpl.java | 2 +- .../cif/expressions/impl/FunctionCallExpressionImpl.java | 2 +- .../cif/expressions/impl/FunctionExpressionImpl.java | 2 +- .../metamodel/cif/expressions/impl/IfExpressionImpl.java | 2 +- .../cif/expressions/impl/InputVariableExpressionImpl.java | 2 +- .../metamodel/cif/expressions/impl/IntExpressionImpl.java | 2 +- .../metamodel/cif/expressions/impl/ListExpressionImpl.java | 2 +- .../cif/expressions/impl/LocationExpressionImpl.java | 2 +- .../cif/expressions/impl/ProjectionExpressionImpl.java | 2 +- .../metamodel/cif/expressions/impl/RealExpressionImpl.java | 2 +- .../cif/expressions/impl/ReceivedExpressionImpl.java | 2 +- .../metamodel/cif/expressions/impl/SelfExpressionImpl.java | 2 +- .../metamodel/cif/expressions/impl/SetExpressionImpl.java | 2 +- .../metamodel/cif/expressions/impl/SliceExpressionImpl.java | 2 +- .../cif/expressions/impl/StdLibFunctionExpressionImpl.java | 2 +- .../cif/expressions/impl/StringExpressionImpl.java | 2 +- .../cif/metamodel/cif/expressions/impl/SwitchCaseImpl.java | 2 +- .../cif/expressions/impl/SwitchExpressionImpl.java | 2 +- .../metamodel/cif/expressions/impl/TauExpressionImpl.java | 2 +- .../metamodel/cif/expressions/impl/TimeExpressionImpl.java | 2 +- .../metamodel/cif/expressions/impl/TupleExpressionImpl.java | 2 +- .../metamodel/cif/expressions/impl/UnaryExpressionImpl.java | 2 +- .../cif/expressions/util/ExpressionsAdapterFactory.java | 2 +- .../metamodel/cif/expressions/util/ExpressionsSwitch.java | 2 +- .../metamodel/cif/functions/AssignmentFuncStatement.java | 2 +- .../cif/metamodel/cif/functions/BreakFuncStatement.java | 2 +- .../cif/metamodel/cif/functions/ContinueFuncStatement.java | 2 +- .../cif/metamodel/cif/functions/ElifFuncStatement.java | 2 +- .../escet/cif/metamodel/cif/functions/ExternalFunction.java | 2 +- .../eclipse/escet/cif/metamodel/cif/functions/Function.java | 2 +- .../cif/metamodel/cif/functions/FunctionParameter.java | 2 +- .../cif/metamodel/cif/functions/FunctionStatement.java | 2 +- .../escet/cif/metamodel/cif/functions/FunctionsFactory.java | 2 +- .../escet/cif/metamodel/cif/functions/FunctionsPackage.java | 2 +- .../escet/cif/metamodel/cif/functions/IfFuncStatement.java | 2 +- .../escet/cif/metamodel/cif/functions/InternalFunction.java | 2 +- .../cif/metamodel/cif/functions/ReturnFuncStatement.java | 2 +- .../cif/metamodel/cif/functions/WhileFuncStatement.java | 2 +- .../cif/functions/impl/AssignmentFuncStatementImpl.java | 2 +- .../cif/functions/impl/BreakFuncStatementImpl.java | 2 +- .../cif/functions/impl/ContinueFuncStatementImpl.java | 2 +- .../metamodel/cif/functions/impl/ElifFuncStatementImpl.java | 2 +- .../metamodel/cif/functions/impl/ExternalFunctionImpl.java | 2 +- .../cif/metamodel/cif/functions/impl/FunctionImpl.java | 2 +- .../metamodel/cif/functions/impl/FunctionParameterImpl.java | 2 +- .../metamodel/cif/functions/impl/FunctionStatementImpl.java | 2 +- .../metamodel/cif/functions/impl/FunctionsFactoryImpl.java | 2 +- .../metamodel/cif/functions/impl/FunctionsPackageImpl.java | 2 +- .../metamodel/cif/functions/impl/IfFuncStatementImpl.java | 2 +- .../metamodel/cif/functions/impl/InternalFunctionImpl.java | 2 +- .../cif/functions/impl/ReturnFuncStatementImpl.java | 2 +- .../cif/functions/impl/WhileFuncStatementImpl.java | 2 +- .../cif/functions/util/FunctionsAdapterFactory.java | 2 +- .../cif/metamodel/cif/functions/util/FunctionsSwitch.java | 2 +- .../escet/cif/metamodel/cif/impl/AlgParameterImpl.java | 2 +- .../escet/cif/metamodel/cif/impl/CifFactoryImpl.java | 2 +- .../escet/cif/metamodel/cif/impl/CifPackageImpl.java | 2 +- .../escet/cif/metamodel/cif/impl/ComplexComponentImpl.java | 2 +- .../escet/cif/metamodel/cif/impl/ComponentDefImpl.java | 2 +- .../eclipse/escet/cif/metamodel/cif/impl/ComponentImpl.java | 2 +- .../escet/cif/metamodel/cif/impl/ComponentInstImpl.java | 2 +- .../cif/metamodel/cif/impl/ComponentParameterImpl.java | 2 +- .../eclipse/escet/cif/metamodel/cif/impl/EquationImpl.java | 2 +- .../escet/cif/metamodel/cif/impl/EventParameterImpl.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/impl/GroupImpl.java | 2 +- .../eclipse/escet/cif/metamodel/cif/impl/InvariantImpl.java | 2 +- .../eclipse/escet/cif/metamodel/cif/impl/IoDeclImpl.java | 2 +- .../escet/cif/metamodel/cif/impl/LocationParameterImpl.java | 2 +- .../eclipse/escet/cif/metamodel/cif/impl/ParameterImpl.java | 2 +- .../escet/cif/metamodel/cif/impl/SpecificationImpl.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/print/Print.java | 2 +- .../eclipse/escet/cif/metamodel/cif/print/PrintFactory.java | 2 +- .../eclipse/escet/cif/metamodel/cif/print/PrintFile.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/print/PrintFor.java | 2 +- .../eclipse/escet/cif/metamodel/cif/print/PrintForKind.java | 2 +- .../eclipse/escet/cif/metamodel/cif/print/PrintPackage.java | 2 +- .../cif/metamodel/cif/print/impl/PrintFactoryImpl.java | 2 +- .../escet/cif/metamodel/cif/print/impl/PrintFileImpl.java | 2 +- .../escet/cif/metamodel/cif/print/impl/PrintForImpl.java | 2 +- .../escet/cif/metamodel/cif/print/impl/PrintImpl.java | 2 +- .../cif/metamodel/cif/print/impl/PrintPackageImpl.java | 2 +- .../cif/metamodel/cif/print/util/PrintAdapterFactory.java | 2 +- .../escet/cif/metamodel/cif/print/util/PrintSwitch.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/types/BoolType.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/types/CifType.java | 2 +- .../escet/cif/metamodel/cif/types/CompInstWrapType.java | 2 +- .../escet/cif/metamodel/cif/types/CompParamWrapType.java | 2 +- .../escet/cif/metamodel/cif/types/ComponentDefType.java | 2 +- .../escet/cif/metamodel/cif/types/ComponentType.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/types/DictType.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/types/DistType.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/types/EnumType.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/types/Field.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/types/FuncType.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/types/IntType.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/types/ListType.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/types/RealType.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/types/SetType.java | 2 +- .../eclipse/escet/cif/metamodel/cif/types/StringType.java | 2 +- .../eclipse/escet/cif/metamodel/cif/types/TupleType.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/types/TypeRef.java | 2 +- .../eclipse/escet/cif/metamodel/cif/types/TypesFactory.java | 2 +- .../eclipse/escet/cif/metamodel/cif/types/TypesPackage.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/types/VoidType.java | 2 +- .../escet/cif/metamodel/cif/types/impl/BoolTypeImpl.java | 2 +- .../escet/cif/metamodel/cif/types/impl/CifTypeImpl.java | 2 +- .../cif/metamodel/cif/types/impl/CompInstWrapTypeImpl.java | 2 +- .../cif/metamodel/cif/types/impl/CompParamWrapTypeImpl.java | 2 +- .../cif/metamodel/cif/types/impl/ComponentDefTypeImpl.java | 2 +- .../cif/metamodel/cif/types/impl/ComponentTypeImpl.java | 2 +- .../escet/cif/metamodel/cif/types/impl/DictTypeImpl.java | 2 +- .../escet/cif/metamodel/cif/types/impl/DistTypeImpl.java | 2 +- .../escet/cif/metamodel/cif/types/impl/EnumTypeImpl.java | 2 +- .../escet/cif/metamodel/cif/types/impl/FieldImpl.java | 2 +- .../escet/cif/metamodel/cif/types/impl/FuncTypeImpl.java | 2 +- .../escet/cif/metamodel/cif/types/impl/IntTypeImpl.java | 2 +- .../escet/cif/metamodel/cif/types/impl/ListTypeImpl.java | 2 +- .../escet/cif/metamodel/cif/types/impl/RealTypeImpl.java | 2 +- .../escet/cif/metamodel/cif/types/impl/SetTypeImpl.java | 2 +- .../escet/cif/metamodel/cif/types/impl/StringTypeImpl.java | 2 +- .../escet/cif/metamodel/cif/types/impl/TupleTypeImpl.java | 2 +- .../escet/cif/metamodel/cif/types/impl/TypeRefImpl.java | 2 +- .../cif/metamodel/cif/types/impl/TypesFactoryImpl.java | 2 +- .../cif/metamodel/cif/types/impl/TypesPackageImpl.java | 2 +- .../escet/cif/metamodel/cif/types/impl/VoidTypeImpl.java | 2 +- .../cif/metamodel/cif/types/util/TypesAdapterFactory.java | 2 +- .../escet/cif/metamodel/cif/types/util/TypesSwitch.java | 2 +- .../escet/cif/metamodel/cif/util/CifAdapterFactory.java | 2 +- .../org/eclipse/escet/cif/metamodel/cif/util/CifSwitch.java | 2 +- .../eclipse/escet/cif/metamodel/cif/util/CifValidator.java | 2 +- cif/org.eclipse.escet.cif.misc/latex/cif_listing.sty | 2 +- cif/org.eclipse.escet.cif.misc/latex/tank_example.cif | 2 +- cif/org.eclipse.escet.cif.misc/latex/test.tex | 2 +- cif/org.eclipse.escet.cif.misc/logos/cif_logo.svg | 2 +- cif/org.eclipse.escet.cif.parser/.checkstyle | 2 +- cif/org.eclipse.escet.cif.parser/build.properties | 2 +- .../src-gen/org/eclipse/escet/cif/parser/CifParser.java | 2 +- .../org/eclipse/escet/cif/parser/CifParserHooks.skeleton | 2 +- .../src-gen/org/eclipse/escet/cif/parser/CifScanner.java | 2 +- .../src/org/eclipse/escet/cif/parser/CifParserHooks.java | 2 +- .../src/org/eclipse/escet/cif/parser/ast/ACifObject.java | 2 +- .../src/org/eclipse/escet/cif/parser/ast/ACompDecl.java | 2 +- .../src/org/eclipse/escet/cif/parser/ast/ACompDefDecl.java | 2 +- .../src/org/eclipse/escet/cif/parser/ast/ACompInstDecl.java | 2 +- .../org/eclipse/escet/cif/parser/ast/AComponentBody.java | 2 +- .../src/org/eclipse/escet/cif/parser/ast/ADecl.java | 2 +- .../src/org/eclipse/escet/cif/parser/ast/AEquation.java | 2 +- .../src/org/eclipse/escet/cif/parser/ast/AEquationDecl.java | 2 +- .../eclipse/escet/cif/parser/ast/AFormalAlgParameter.java | 2 +- .../escet/cif/parser/ast/AFormalComponentParameter.java | 2 +- .../eclipse/escet/cif/parser/ast/AFormalEventParameter.java | 2 +- .../escet/cif/parser/ast/AFormalEventParameterPart.java | 2 +- .../escet/cif/parser/ast/AFormalLocationParameter.java | 2 +- .../org/eclipse/escet/cif/parser/ast/AFormalParameter.java | 2 +- .../src/org/eclipse/escet/cif/parser/ast/AFuncDecl.java | 2 +- .../src/org/eclipse/escet/cif/parser/ast/AGroupBody.java | 2 +- .../src/org/eclipse/escet/cif/parser/ast/AImport.java | 2 +- .../src/org/eclipse/escet/cif/parser/ast/AImportDecl.java | 2 +- .../src/org/eclipse/escet/cif/parser/ast/AInitialDecl.java | 2 +- .../src/org/eclipse/escet/cif/parser/ast/AInvariant.java | 2 +- .../org/eclipse/escet/cif/parser/ast/AInvariantDecl.java | 2 +- .../src/org/eclipse/escet/cif/parser/ast/AMarkedDecl.java | 2 +- .../org/eclipse/escet/cif/parser/ast/ANamespaceDecl.java | 2 +- .../org/eclipse/escet/cif/parser/ast/ASpecification.java | 2 +- .../escet/cif/parser/ast/automata/AAlphabetDecl.java | 2 +- .../escet/cif/parser/ast/automata/AAssignmentUpdate.java | 2 +- .../escet/cif/parser/ast/automata/AAutomatonBody.java | 2 +- .../eclipse/escet/cif/parser/ast/automata/ACoreEdge.java | 2 +- .../eclipse/escet/cif/parser/ast/automata/AEdgeEvent.java | 2 +- .../escet/cif/parser/ast/automata/AEdgeLocationElement.java | 2 +- .../eclipse/escet/cif/parser/ast/automata/AElifUpdate.java | 2 +- .../cif/parser/ast/automata/AEquationLocationElement.java | 2 +- .../eclipse/escet/cif/parser/ast/automata/AIfUpdate.java | 2 +- .../cif/parser/ast/automata/AInitialLocationElement.java | 2 +- .../cif/parser/ast/automata/AInvariantLocationElement.java | 2 +- .../eclipse/escet/cif/parser/ast/automata/ALocation.java | 2 +- .../escet/cif/parser/ast/automata/ALocationElement.java | 2 +- .../cif/parser/ast/automata/AMarkedLocationElement.java | 2 +- .../eclipse/escet/cif/parser/ast/automata/AMonitorDecl.java | 2 +- .../org/eclipse/escet/cif/parser/ast/automata/AUpdate.java | 2 +- .../cif/parser/ast/automata/AUrgentLocationElement.java | 2 +- .../escet/cif/parser/ast/declarations/AAlgVariable.java | 2 +- .../escet/cif/parser/ast/declarations/AAlgVariableDecl.java | 2 +- .../escet/cif/parser/ast/declarations/AConstDecl.java | 2 +- .../escet/cif/parser/ast/declarations/AConstant.java | 2 +- .../escet/cif/parser/ast/declarations/AContVariable.java | 2 +- .../cif/parser/ast/declarations/AContVariableDecl.java | 2 +- .../escet/cif/parser/ast/declarations/ADiscVariable.java | 2 +- .../cif/parser/ast/declarations/ADiscVariableDecl.java | 2 +- .../escet/cif/parser/ast/declarations/AEnumDecl.java | 2 +- .../escet/cif/parser/ast/declarations/AEventDecl.java | 2 +- .../cif/parser/ast/declarations/AInputVariableDecl.java | 2 +- .../eclipse/escet/cif/parser/ast/declarations/ATypeDef.java | 2 +- .../escet/cif/parser/ast/declarations/ATypeDefDecl.java | 2 +- .../escet/cif/parser/ast/declarations/AVariableValue.java | 2 +- .../escet/cif/parser/ast/expressions/ABinaryExpression.java | 2 +- .../escet/cif/parser/ast/expressions/ABoolExpression.java | 2 +- .../escet/cif/parser/ast/expressions/ACastExpression.java | 2 +- .../escet/cif/parser/ast/expressions/ADictExpression.java | 2 +- .../eclipse/escet/cif/parser/ast/expressions/ADictPair.java | 2 +- .../escet/cif/parser/ast/expressions/AElifExpression.java | 2 +- .../cif/parser/ast/expressions/AEmptySetDictExpression.java | 2 +- .../escet/cif/parser/ast/expressions/AExpression.java | 2 +- .../cif/parser/ast/expressions/AFuncCallExpression.java | 2 +- .../escet/cif/parser/ast/expressions/AIfExpression.java | 2 +- .../escet/cif/parser/ast/expressions/AIntExpression.java | 2 +- .../escet/cif/parser/ast/expressions/AListExpression.java | 2 +- .../escet/cif/parser/ast/expressions/ANameExpression.java | 2 +- .../cif/parser/ast/expressions/AProjectionExpression.java | 2 +- .../escet/cif/parser/ast/expressions/ARealExpression.java | 2 +- .../cif/parser/ast/expressions/AReceivedExpression.java | 2 +- .../escet/cif/parser/ast/expressions/ASelfExpression.java | 2 +- .../escet/cif/parser/ast/expressions/ASetExpression.java | 2 +- .../escet/cif/parser/ast/expressions/ASliceExpression.java | 2 +- .../parser/ast/expressions/AStdLibFunctionExpression.java | 2 +- .../escet/cif/parser/ast/expressions/AStringExpression.java | 2 +- .../escet/cif/parser/ast/expressions/ASwitchCase.java | 2 +- .../escet/cif/parser/ast/expressions/ASwitchExpression.java | 2 +- .../escet/cif/parser/ast/expressions/ATauExpression.java | 2 +- .../escet/cif/parser/ast/expressions/ATimeExpression.java | 2 +- .../escet/cif/parser/ast/expressions/ATupleExpression.java | 2 +- .../escet/cif/parser/ast/expressions/AUnaryExpression.java | 2 +- .../cif/parser/ast/functions/AAssignFuncStatement.java | 2 +- .../escet/cif/parser/ast/functions/ABreakFuncStatement.java | 2 +- .../cif/parser/ast/functions/AContinueFuncStatement.java | 2 +- .../escet/cif/parser/ast/functions/AElifFuncStatement.java | 2 +- .../escet/cif/parser/ast/functions/AElseFuncStatement.java | 2 +- .../escet/cif/parser/ast/functions/AExternalFuncBody.java | 2 +- .../eclipse/escet/cif/parser/ast/functions/AFuncBody.java | 2 +- .../eclipse/escet/cif/parser/ast/functions/AFuncParam.java | 2 +- .../escet/cif/parser/ast/functions/AFuncStatement.java | 2 +- .../escet/cif/parser/ast/functions/AIfFuncStatement.java | 2 +- .../escet/cif/parser/ast/functions/AInternalFuncBody.java | 2 +- .../cif/parser/ast/functions/AReturnFuncStatement.java | 2 +- .../escet/cif/parser/ast/functions/AWhileFuncStatement.java | 2 +- .../org/eclipse/escet/cif/parser/ast/iodecls/AIoDecl.java | 2 +- .../eclipse/escet/cif/parser/ast/iodecls/print/APrint.java | 2 +- .../escet/cif/parser/ast/iodecls/print/APrintFile.java | 2 +- .../escet/cif/parser/ast/iodecls/print/APrintFor.java | 2 +- .../escet/cif/parser/ast/iodecls/print/APrintForKind.java | 2 +- .../escet/cif/parser/ast/iodecls/print/APrintTxt.java | 2 +- .../escet/cif/parser/ast/iodecls/print/APrintWhen.java | 2 +- .../eclipse/escet/cif/parser/ast/iodecls/svg/ASvgCopy.java | 2 +- .../eclipse/escet/cif/parser/ast/iodecls/svg/ASvgFile.java | 2 +- .../eclipse/escet/cif/parser/ast/iodecls/svg/ASvgIn.java | 2 +- .../escet/cif/parser/ast/iodecls/svg/ASvgInEvent.java | 2 +- .../escet/cif/parser/ast/iodecls/svg/ASvgInEventIf.java | 2 +- .../cif/parser/ast/iodecls/svg/ASvgInEventIfEntry.java | 2 +- .../escet/cif/parser/ast/iodecls/svg/ASvgInEventSingle.java | 2 +- .../eclipse/escet/cif/parser/ast/iodecls/svg/ASvgMove.java | 2 +- .../eclipse/escet/cif/parser/ast/iodecls/svg/ASvgOut.java | 2 +- .../escet/cif/parser/ast/tokens/AEventParamFlag.java | 2 +- .../eclipse/escet/cif/parser/ast/tokens/AIdentifier.java | 2 +- .../src/org/eclipse/escet/cif/parser/ast/tokens/AName.java | 2 +- .../eclipse/escet/cif/parser/ast/tokens/AStringToken.java | 2 +- .../org/eclipse/escet/cif/parser/ast/types/ABoolType.java | 2 +- .../org/eclipse/escet/cif/parser/ast/types/ACifType.java | 2 +- .../org/eclipse/escet/cif/parser/ast/types/ADictType.java | 2 +- .../org/eclipse/escet/cif/parser/ast/types/ADistType.java | 2 +- .../src/org/eclipse/escet/cif/parser/ast/types/AField.java | 2 +- .../org/eclipse/escet/cif/parser/ast/types/AFuncType.java | 2 +- .../org/eclipse/escet/cif/parser/ast/types/AIntType.java | 2 +- .../org/eclipse/escet/cif/parser/ast/types/AListType.java | 2 +- .../org/eclipse/escet/cif/parser/ast/types/ANamedType.java | 2 +- .../src/org/eclipse/escet/cif/parser/ast/types/ARange.java | 2 +- .../org/eclipse/escet/cif/parser/ast/types/ARealType.java | 2 +- .../org/eclipse/escet/cif/parser/ast/types/ASetType.java | 2 +- .../org/eclipse/escet/cif/parser/ast/types/AStringType.java | 2 +- .../org/eclipse/escet/cif/parser/ast/types/ATupleType.java | 2 +- .../org/eclipse/escet/cif/parser/ast/types/AVoidType.java | 2 +- .../src/org/eclipse/escet/cif/parser/chk.bash | 2 +- .../src/org/eclipse/escet/cif/parser/cif.setext | 2 +- cif/org.eclipse.escet.cif.prettyprinter/.checkstyle | 2 +- cif/org.eclipse.escet.cif.prettyprinter/build.properties | 2 +- .../eclipse/escet/cif/prettyprinter/CifPrettyPrinter.java | 2 +- cif/org.eclipse.escet.cif.simulator.debug/build.properties | 2 +- .../src/.git_keep_empty_dir | 2 +- cif/org.eclipse.escet.cif.simulator.tests/.checkstyle | 2 +- cif/org.eclipse.escet.cif.simulator.tests/build.properties | 2 +- .../escet/cif/simulator/tests/CifMersenneTwisterTest.java | 2 +- .../escet/cif/simulator/tests/CifSimulatorMathTest.java | 2 +- cif/org.eclipse.escet.cif.simulator/.checkstyle | 2 +- cif/org.eclipse.escet.cif.simulator/build.properties | 2 +- cif/org.eclipse.escet.cif.simulator/plugin.xml | 2 +- .../eclipse/escet/cif/simulator/CifCodeFileLauncher.java | 2 +- .../src/org/eclipse/escet/cif/simulator/CifSimulator.java | 2 +- .../org/eclipse/escet/cif/simulator/CifSimulatorApp.java | 2 +- .../escet/cif/simulator/CifSimulatorCommandHandler.java | 2 +- .../eclipse/escet/cif/simulator/CifSimulatorContext.java | 2 +- .../eclipse/escet/cif/simulator/CifSimulatorHistory.java | 2 +- .../escet/cif/simulator/compiler/AlgVarCodeGenerator.java | 2 +- .../cif/simulator/compiler/AssignmentCodeGenerator.java | 2 +- .../cif/simulator/compiler/AutomatonCodeGenerator.java | 2 +- .../escet/cif/simulator/compiler/AutomatonKindChecker.java | 2 +- .../simulator/compiler/AutomatonNormalCodeGenerator.java | 2 +- .../simulator/compiler/AutomatonSimpleCodeGenerator.java | 2 +- .../eclipse/escet/cif/simulator/compiler/CifCompiler.java | 2 +- .../escet/cif/simulator/compiler/CifCompilerContext.java | 2 +- .../simulator/compiler/CifFormatPatternCodeGenerator.java | 2 +- .../escet/cif/simulator/compiler/CifSvgCodeGenerator.java | 2 +- .../escet/cif/simulator/compiler/ConstCodeGenerator.java | 2 +- .../cif/simulator/compiler/DefaultValueCodeGenerator.java | 2 +- .../cif/simulator/compiler/DerivativeCodeGenerator.java | 2 +- .../escet/cif/simulator/compiler/EnumCodeGenerator.java | 2 +- .../escet/cif/simulator/compiler/EventCodeGenerator.java | 2 +- .../escet/cif/simulator/compiler/ExprCodeGenerator.java | 2 +- .../cif/simulator/compiler/ExtJavaFuncCodeGenerator.java | 2 +- .../escet/cif/simulator/compiler/FuncCodeGenerator.java | 2 +- .../escet/cif/simulator/compiler/InitPredCodeGenerator.java | 2 +- .../escet/cif/simulator/compiler/InputVariableChecker.java | 2 +- .../eclipse/escet/cif/simulator/compiler/JavaCodeFile.java | 2 +- .../escet/cif/simulator/compiler/LiteralCodeGenerator.java | 2 +- .../cif/simulator/compiler/OdeStateEventsCodeGenerator.java | 2 +- .../escet/cif/simulator/compiler/PrintCodeGenerator.java | 2 +- .../escet/cif/simulator/compiler/SamplerCodeGenerator.java | 2 +- .../escet/cif/simulator/compiler/SolverCodeGenerator.java | 2 +- .../escet/cif/simulator/compiler/SpecCodeGenerator.java | 2 +- .../escet/cif/simulator/compiler/StateCodeGenerator.java | 2 +- .../cif/simulator/compiler/StateInitCodeGenerator.java | 2 +- .../cif/simulator/compiler/StateInvPredCodeGenerator.java | 2 +- .../cif/simulator/compiler/TupleTypeCodeGenerator.java | 2 +- .../escet/cif/simulator/compiler/TypeCodeGenerator.java | 2 +- .../escet/cif/simulator/compiler/UrgEdgesCodeGenerator.java | 2 +- .../escet/cif/simulator/compiler/UrgLocsCodeGenerator.java | 2 +- .../escet/cif/simulator/compiler/VersionCodeGenerator.java | 2 +- .../escet/cif/simulator/input/AutomaticInputComponent.java | 2 +- .../eclipse/escet/cif/simulator/input/ChosenTargetTime.java | 2 +- .../eclipse/escet/cif/simulator/input/InputComponent.java | 2 +- .../simulator/input/InteractiveConsoleInputComponent.java | 2 +- .../cif/simulator/input/InteractiveGuiInputChoice.java | 2 +- .../cif/simulator/input/InteractiveGuiInputComponent.java | 2 +- .../cif/simulator/input/InteractiveGuiInputEditor.java | 2 +- .../cif/simulator/input/InteractiveInputComponent.java | 2 +- .../escet/cif/simulator/input/SvgInputComponent.java | 2 +- .../escet/cif/simulator/input/trace/EventTraceCommand.java | 2 +- .../eclipse/escet/cif/simulator/input/trace/TimeMode.java | 2 +- .../escet/cif/simulator/input/trace/TimeTraceCommand.java | 2 +- .../escet/cif/simulator/input/trace/TraceCommand.java | 2 +- .../cif/simulator/input/trace/TraceInputComponent.java | 2 +- .../escet/cif/simulator/options/AskToTerminateMode.java | 2 +- .../escet/cif/simulator/options/AskToTerminateOption.java | 2 +- .../eclipse/escet/cif/simulator/options/AutoAlgoOption.java | 2 +- .../escet/cif/simulator/options/AutoTimeDuration.java | 2 +- .../escet/cif/simulator/options/AutoTimeDurationOption.java | 2 +- .../escet/cif/simulator/options/CifSpecInitOption.java | 2 +- .../eclipse/escet/cif/simulator/options/CifSpecOption.java | 2 +- .../escet/cif/simulator/options/CompileOnlyOption.java | 2 +- .../escet/cif/simulator/options/CompiledCodeFileOption.java | 2 +- .../eclipse/escet/cif/simulator/options/CompleteMode.java | 2 +- .../escet/cif/simulator/options/CompleteModeOption.java | 2 +- .../escet/cif/simulator/options/DebugCodeOption.java | 2 +- .../escet/cif/simulator/options/DistributionSeedOption.java | 2 +- .../eclipse/escet/cif/simulator/options/EndTimeOption.java | 2 +- .../cif/simulator/options/EnvironmentEventsOption.java | 2 +- .../escet/cif/simulator/options/ExtFuncAsyncOption.java | 2 +- .../escet/cif/simulator/options/FrameRateOption.java | 2 +- .../eclipse/escet/cif/simulator/options/HistoryOption.java | 2 +- .../escet/cif/simulator/options/HistorySizeOption.java | 2 +- .../org/eclipse/escet/cif/simulator/options/InputMode.java | 2 +- .../escet/cif/simulator/options/InputModeOption.java | 2 +- .../cif/simulator/options/InteractiveAutoChooseOption.java | 2 +- .../eclipse/escet/cif/simulator/options/MaxDelayOption.java | 2 +- .../escet/cif/simulator/options/MaxTimePointTolOption.java | 2 +- .../escet/cif/simulator/options/ProfilingOption.java | 2 +- .../escet/cif/simulator/options/SimulationSpeedOption.java | 2 +- .../eclipse/escet/cif/simulator/options/TestModeOption.java | 2 +- .../escet/cif/simulator/options/TraceInputFileOption.java | 2 +- .../escet/cif/simulator/output/DebugOutputOption.java | 2 +- .../eclipse/escet/cif/simulator/output/DebugOutputType.java | 2 +- .../escet/cif/simulator/output/NormalOutputOption.java | 2 +- .../simulator/output/NormalOutputStateFiltersOption.java | 2 +- .../escet/cif/simulator/output/NormalOutputType.java | 2 +- .../cif/simulator/output/NullSimulatorOutputComponent.java | 2 +- .../cif/simulator/output/SimulatorOutputComponent.java | 2 +- .../escet/cif/simulator/output/SimulatorOutputProvider.java | 2 +- .../simulator/output/SimulatorStreamOutputComponent.java | 2 +- .../cif/simulator/output/plotviz/MaterialUiColors600.java | 2 +- .../output/plotviz/PlotVisualizationFiltersOption.java | 2 +- .../cif/simulator/output/plotviz/PlotVisualizationMode.java | 2 +- .../output/plotviz/PlotVisualizationModeOption.java | 2 +- .../simulator/output/plotviz/PlotVisualizationOption.java | 2 +- .../output/plotviz/PlotVisualizationRangeOption.java | 2 +- .../escet/cif/simulator/output/plotviz/PlotVisualizer.java | 2 +- .../cif/simulator/output/plotviz/PlotVisualizerCanvas.java | 2 +- .../cif/simulator/output/plotviz/PlotVisualizerData.java | 2 +- .../simulator/output/plotviz/PlotVisualizerDataPoint.java | 2 +- .../simulator/output/plotviz/PlotVisualizerDataSeries.java | 2 +- .../output/plotviz/PlotVisualizerOutputComponent.java | 2 +- .../cif/simulator/output/plotviz/PlotVisualizerRange.java | 2 +- .../simulator/output/plotviz/PlotVisualizerUpdateData.java | 2 +- .../output/plotviz/PlotVisualizerUpdateDataEntry.java | 2 +- .../output/plotviz/PlotVisualizerUpdateThread.java | 2 +- .../cif/simulator/output/print/PrintOutputComponent.java | 2 +- .../cif/simulator/output/print/PrintTransitionKind.java | 2 +- .../escet/cif/simulator/output/print/RuntimePrintDecls.java | 2 +- .../output/stateviz/StateVisualizationFiltersOption.java | 2 +- .../simulator/output/stateviz/StateVisualizationOption.java | 2 +- .../cif/simulator/output/stateviz/StateVisualizer.java | 2 +- .../output/stateviz/StateVisualizerOutputComponent.java | 2 +- .../cif/simulator/output/svgviz/RuntimeCifSvgDecls.java | 2 +- .../cif/simulator/output/svgviz/ShutdownRuntimeState.java | 2 +- .../cif/simulator/output/svgviz/SvgOutputComponent.java | 2 +- .../escet/cif/simulator/output/svgviz/SvgPaintThread.java | 2 +- .../escet/cif/simulator/output/svgviz/SvgRenderThread.java | 2 +- .../cif/simulator/output/svgviz/SvgVisualizationOption.java | 2 +- .../cif/simulator/output/trajdata/TrajDataFileOption.java | 2 +- .../simulator/output/trajdata/TrajDataFiltersOption.java | 2 +- .../escet/cif/simulator/output/trajdata/TrajDataOption.java | 2 +- .../simulator/output/trajdata/TrajDataOutputComponent.java | 2 +- .../cif/simulator/output/trajdata/TrajDataSepOption.java | 2 +- .../escet/cif/simulator/runtime/CifSimulatorException.java | 2 +- .../escet/cif/simulator/runtime/CifSimulatorMath.java | 2 +- .../org/eclipse/escet/cif/simulator/runtime/ExtFuncs.java | 2 +- .../escet/cif/simulator/runtime/RuntimeEnumUtils.java | 2 +- .../escet/cif/simulator/runtime/SimulationResult.java | 2 +- .../escet/cif/simulator/runtime/SimulatorExitException.java | 2 +- .../runtime/distributions/BernoulliDistribution.java | 2 +- .../simulator/runtime/distributions/BetaDistribution.java | 2 +- .../runtime/distributions/BinomialDistribution.java | 2 +- .../runtime/distributions/BooleanDistribution.java | 2 +- .../simulator/runtime/distributions/CifMersenneTwister.java | 2 +- .../simulator/runtime/distributions/CifRandomGenerator.java | 2 +- .../runtime/distributions/ConstantBooleanDistribution.java | 2 +- .../runtime/distributions/ConstantIntegerDistribution.java | 2 +- .../runtime/distributions/ConstantRealDistribution.java | 2 +- .../simulator/runtime/distributions/ErlangDistribution.java | 2 +- .../runtime/distributions/ExponentialDistribution.java | 2 +- .../simulator/runtime/distributions/GammaDistribution.java | 2 +- .../runtime/distributions/GeometricDistribution.java | 2 +- .../runtime/distributions/IntegerDistribution.java | 2 +- .../runtime/distributions/LogNormalDistribution.java | 2 +- .../simulator/runtime/distributions/NormalDistribution.java | 2 +- .../runtime/distributions/PoissonDistribution.java | 2 +- .../simulator/runtime/distributions/RandomDistribution.java | 2 +- .../simulator/runtime/distributions/RealDistribution.java | 2 +- .../runtime/distributions/TriangleDistribution.java | 2 +- .../runtime/distributions/UniformIntegerDistribution.java | 2 +- .../runtime/distributions/UniformRealDistribution.java | 2 +- .../runtime/distributions/WeibullDistribution.java | 2 +- .../escet/cif/simulator/runtime/io/LiteralStream.java | 2 +- .../cif/simulator/runtime/io/RuntimeLiteralReader.java | 2 +- .../escet/cif/simulator/runtime/io/RuntimeToStringable.java | 2 +- .../cif/simulator/runtime/io/RuntimeValueToString.java | 2 +- .../cif/simulator/runtime/meta/RuntimeStateFilterer.java | 2 +- .../cif/simulator/runtime/meta/RuntimeStateObjectMeta.java | 2 +- .../escet/cif/simulator/runtime/meta/StateObjectType.java | 2 +- .../escet/cif/simulator/runtime/model/RuntimeAutomaton.java | 2 +- .../escet/cif/simulator/runtime/model/RuntimeEdge.java | 2 +- .../escet/cif/simulator/runtime/model/RuntimeEvent.java | 2 +- .../cif/simulator/runtime/model/RuntimeMonitorEdge.java | 2 +- .../escet/cif/simulator/runtime/model/RuntimePredicate.java | 2 +- .../cif/simulator/runtime/model/RuntimeReceiveEdge.java | 2 +- .../escet/cif/simulator/runtime/model/RuntimeSendEdge.java | 2 +- .../cif/simulator/runtime/model/RuntimeSimpleAutomaton.java | 2 +- .../cif/simulator/runtime/model/RuntimeSimpleEdge.java | 2 +- .../escet/cif/simulator/runtime/model/RuntimeSpec.java | 2 +- .../escet/cif/simulator/runtime/model/RuntimeState.java | 2 +- .../escet/cif/simulator/runtime/model/RuntimeStateInit.java | 2 +- .../escet/cif/simulator/runtime/model/RuntimeSyncEdge.java | 2 +- .../cif/simulator/runtime/ode/IntegratorAbsTolOption.java | 2 +- .../escet/cif/simulator/runtime/ode/IntegratorAlgo.java | 2 +- .../cif/simulator/runtime/ode/IntegratorAlgoOption.java | 2 +- .../cif/simulator/runtime/ode/IntegratorMaxStepOption.java | 2 +- .../cif/simulator/runtime/ode/IntegratorMinStepOption.java | 2 +- .../cif/simulator/runtime/ode/IntegratorNumStepsOption.java | 2 +- .../cif/simulator/runtime/ode/IntegratorRelTolOption.java | 2 +- .../eclipse/escet/cif/simulator/runtime/ode/OdeSolver.java | 2 +- .../cif/simulator/runtime/ode/OdeSolverOutStepOption.java | 2 +- .../escet/cif/simulator/runtime/ode/OdeStateEvent.java | 2 +- .../cif/simulator/runtime/ode/RootFinderAbsTolOption.java | 2 +- .../escet/cif/simulator/runtime/ode/RootFinderAlgo.java | 2 +- .../cif/simulator/runtime/ode/RootFinderAlgoOption.java | 2 +- .../cif/simulator/runtime/ode/RootFinderMaxCheckOption.java | 2 +- .../cif/simulator/runtime/ode/RootFinderMaxIterOption.java | 2 +- .../cif/simulator/runtime/ode/RootFinderRelTolOption.java | 2 +- .../escet/cif/simulator/runtime/ode/Trajectories.java | 2 +- .../cif/simulator/runtime/transitions/ActualTargetTime.java | 2 +- .../runtime/transitions/CommunicationTransition.java | 2 +- .../cif/simulator/runtime/transitions/EventTransition.java | 2 +- .../simulator/runtime/transitions/HistoryTransition.java | 2 +- .../cif/simulator/runtime/transitions/ResetTransition.java | 2 +- .../cif/simulator/runtime/transitions/TimeTransition.java | 2 +- .../escet/cif/simulator/runtime/transitions/Transition.java | 2 +- .../cif/simulator/runtime/transitions/UndoTransition.java | 2 +- cif/org.eclipse.escet.cif.tests.utils/.checkstyle | 2 +- cif/org.eclipse.escet.cif.tests.utils/build.properties | 2 +- .../escet/cif/tests/utils/CifFormatTestsGenerator.java | 2 +- cif/org.eclipse.escet.cif.tests/.checkstyle | 2 +- cif/org.eclipse.escet.cif.tests/build.properties | 2 +- .../src/org/eclipse/escet/cif/tests/CifTest.java | 2 +- .../tests/cif2cif/add_default_init_values.cif | 2 +- .../tests/cif2cif/elim_alg_vars1.cif | 2 +- .../tests/cif2cif/elim_alg_vars2.cif | 2 +- .../tests/cif2cif/elim_aut_casts.cif | 2 +- .../tests/cif2cif/elim_comp_def_inst.txt | 2 +- .../tests/cif2cif/elim_consts.cif | 2 +- .../tests/cif2cif/elim_enums1.cif | 2 +- .../tests/cif2cif/elim_enums2.cif | 2 +- .../tests/cif2cif/elim_equations.cif | 2 +- .../tests/cif2cif/elim_groups.cif | 2 +- .../tests/cif2cif/elim_if_updates.cif | 2 +- .../tests/cif2cif/elim_locs_in_exprs.cif | 2 +- .../tests/cif2cif/elim_monitors.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2cif/elim_self.cif | 2 +- .../tests/cif2cif/elim_state_evt_excl_invs.cif | 2 +- .../tests/cif2cif/elim_tau_event.cif | 2 +- .../tests/cif2cif/elim_tuple_field_projs.cif | 2 +- .../tests/cif2cif/elim_type_decls.cif | 2 +- .../tests/cif2cif/lift_events.cif | 2 +- .../tests/cif2cif/linearize_merge1.cif | 2 +- .../tests/cif2cif/linearize_merge2.cif | 2 +- .../tests/cif2cif/linearize_merge3.cif | 2 +- .../tests/cif2cif/linearize_merge4.cif | 2 +- .../tests/cif2cif/linearize_merge5.cif | 2 +- .../tests/cif2cif/linearize_merge6.cif | 2 +- .../tests/cif2cif/linearize_merge7.cif | 2 +- .../tests/cif2cif/linearize_product1.cif | 2 +- .../tests/cif2cif/linearize_product2.cif | 2 +- .../tests/cif2cif/linearize_product3.cif | 2 +- .../tests/cif2cif/linearize_product4.cif | 2 +- .../tests/cif2cif/linearize_product5.cif | 2 +- .../tests/cif2cif/linearize_product6.cif | 2 +- .../tests/cif2cif/linearize_product7.cif | 2 +- .../tests/cif2cif/merge_enums1.cif | 2 +- .../tests/cif2cif/merge_enums2.cif | 2 +- .../tests/cif2cif/print_file_into_decls.cif | 2 +- .../tests/cif2cif/remove_cif_svg_decls.cif | 2 +- .../tests/cif2cif/remove_io_decls.cif | 2 +- .../tests/cif2cif/remove_pos_info.txt | 2 +- .../tests/cif2cif/remove_print_decls.cif | 2 +- .../tests/cif2cif/remove_reqs.cif | 2 +- .../tests/cif2cif/remove_reqs_ref_rm_decl.cif | 2 +- .../tests/cif2cif/simplify_others.cif | 2 +- .../tests/cif2cif/simplify_values.cif | 2 +- .../tests/cif2cif/simplify_values_no_refs.cif | 2 +- .../tests/cif2cif/simplify_values_no_refs_optimized.cif | 2 +- .../tests/cif2cif/simplify_values_optimized.cif | 2 +- .../tests/cif2cif/svg_file_into_decls.cif | 2 +- .../tests/cif2cif/switches_to_ifs.cif | 2 +- .../tests/cif2mcrl2/EFSM_4_paper.cif | 2 +- .../tests/cif2mcrl2/EFSM_5_paper.cif | 2 +- .../tests/cif2mcrl2/asgn_out_of_range1.cif | 2 +- .../tests/cif2mcrl2/asgn_out_of_range2.cif | 2 +- .../tests/cif2mcrl2/assign_test.cif | 2 +- .../tests/cif2mcrl2/event_based_aut.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2mcrl2/example.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2mcrl2/invalid.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2mcrl2/merge.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2plc/all1.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2plc/all2.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2plc/all3.cif | 2 +- .../tests/cif2plc/array_tuple_mix.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2plc/arrays.cif | 2 +- .../tests/cif2plc/asgn_var_parts.cif | 2 +- .../tests/cif2plc/button_lamp.cif | 2 +- .../tests/cif2plc/constants_elim.cif | 2 +- .../tests/cif2plc/constants_keep.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2plc/empty.cif | 2 +- .../tests/cif2plc/formal_finvoke_all_all.cif | 2 +- .../tests/cif2plc/formal_finvoke_all_others.cif | 2 +- .../tests/cif2plc/formal_finvoke_all_std.cif | 2 +- .../tests/cif2plc/formal_finvoke_multi_all.cif | 2 +- .../tests/cif2plc/formal_finvoke_multi_others.cif | 2 +- .../tests/cif2plc/formal_finvoke_multi_std.cif | 2 +- .../tests/cif2plc/formal_finvoke_none_all.cif | 2 +- .../tests/cif2plc/formal_finvoke_none_others.cif | 2 +- .../tests/cif2plc/formal_finvoke_none_std.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2plc/int_funcs.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2plc/invalid.cif | 2 +- .../tests/cif2plc/negative_zero.cif | 2 +- .../tests/cif2plc/non_static_eval_init_pred.cif | 2 +- .../tests/cif2plc/option_max_iter_inf.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2plc/options.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2plc/renaming.cif | 2 +- .../tests/cif2plc/unrestricted_event.cif | 2 +- .../tests/cif2supremica/alphabet_disabling.cif | 2 +- .../tests/cif2supremica/asgn_out_of_range.cif | 2 +- .../tests/cif2supremica/case_sensitive.cif | 2 +- .../tests/cif2supremica/constant_order.cif | 2 +- .../tests/cif2supremica/data.cif | 2 +- .../tests/cif2supremica/div_by_zero.cif | 2 +- .../tests/cif2supremica/empty.cif | 2 +- .../tests/cif2supremica/enums.cif | 2 +- .../tests/cif2supremica/exprs.cif | 2 +- .../tests/cif2supremica/group_locref_inv.cif | 2 +- .../tests/cif2supremica/invalid1.cif | 2 +- .../tests/cif2supremica/invalid2.cif | 2 +- .../tests/cif2supremica/invalid3.cif | 2 +- .../tests/cif2supremica/invs.cif | 2 +- .../tests/cif2supremica/jumping.cif | 2 +- .../tests/cif2supremica/locref_elim_enums.cif | 2 +- .../tests/cif2supremica/locref_keep_enums.cif | 2 +- .../tests/cif2supremica/no_edges.cif | 2 +- .../tests/cif2supremica/simple.cif | 2 +- .../tests/cif2uppaal/alphabet_disabling.cif | 2 +- .../tests/cif2uppaal/asgn_order.cif | 2 +- .../tests/cif2uppaal/asgn_out_of_range.cif | 2 +- .../tests/cif2uppaal/case_sensitive.cif | 2 +- .../tests/cif2uppaal/constant_order.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2uppaal/data.cif | 2 +- .../tests/cif2uppaal/div_by_zero.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2uppaal/exprs.cif | 2 +- .../tests/cif2uppaal/group_locref_inv.cif | 2 +- .../tests/cif2uppaal/if_expr.cif | 2 +- .../tests/cif2uppaal/invalid1.cif | 2 +- .../tests/cif2uppaal/invalid2.cif | 2 +- .../tests/cif2uppaal/invalid3.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2uppaal/invs.cif | 2 +- .../tests/cif2uppaal/mod_by_zero.cif | 2 +- .../tests/cif2uppaal/monitors.cif | 2 +- .../tests/cif2uppaal/no_edges.cif | 2 +- .../tests/cif2uppaal/rangeless_int.cif | 2 +- .../tests/cif2uppaal/renaming.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2uppaal/simple.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2uppaal/tau.cif | 2 +- .../tests/cif2uppaal/var_init.cif | 2 +- .../tests/cif2yed/all_colors.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2yed/comm_auts.cif | 2 +- .../tests/cif2yed/comm_def_inst.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2yed/comm_sync.cif | 2 +- .../tests/cif2yed/comp_param.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2yed/data_all.cif | 2 +- .../tests/cif2yed/data_basic.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2yed/data_refs.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2yed/empty.cif | 2 +- .../tests/cif2yed/empty_comps.cif | 2 +- .../tests/cif2yed/evt_local_use.cif | 2 +- .../tests/cif2yed/evt_param_directions.cif | 2 +- .../tests/cif2yed/evt_params.cif | 2 +- .../tests/cif2yed/evt_ref_complex.cif | 2 +- .../tests/cif2yed/evt_ref_cross.cif | 2 +- .../tests/cif2yed/evt_ref_def_in_def.cif | 2 +- .../tests/cif2yed/evt_ref_passed_along.cif | 2 +- .../tests/cif2yed/evt_ref_via_inst.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2yed/inits.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2yed/insts.cif | 2 +- .../tests/cif2yed/locs_edges.cif | 2 +- .../tests/cif2yed/model_filter_all.cif | 2 +- .../tests/cif2yed/model_filter_default.cif | 2 +- .../tests/cif2yed/model_filter_none.cif | 2 +- .../tests/cif2yed/opt_syntax_highlight.cif | 2 +- .../tests/cif2yed/rel_cont_der.cif | 2 +- .../tests/cif2yed/relations_none.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/cif2yed/small.cif | 2 +- .../tests/codegen/databased_supervisor.cif | 2 +- .../tests/codegen/declarations.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/codegen/edges.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/codegen/exprs.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/codegen/fmt.cif | 2 +- .../tests/codegen/internal_functions.cif | 2 +- .../tests/codegen/option_code_prefix_invalid-2.cif | 2 +- .../tests/codegen/option_code_prefix_invalid_1.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/codegen/prints.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/codegen/ranges.cif | 2 +- .../tests/codegen/rename_warning.cif | 2 +- .../tests/codegen/types_and_literals.cif | 2 +- .../tests/codegen/unsupported1.cif | 2 +- .../tests/codegen/unsupported2.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/codegen/various.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/copy_all.tooldef | 2 +- .../tests/datasynth/alg_vars.cif | 2 +- .../tests/datasynth/asgn_div.cif | 2 +- .../tests/datasynth/asgn_inc_mod.cif | 2 +- .../tests/datasynth/asgn_mod.cif | 2 +- .../tests/datasynth/asgn_var_copy.cif | 2 +- .../tests/datasynth/bad_locs.cif | 2 +- .../tests/datasynth/bdd_dbg_maxnodes.cif | 2 +- .../tests/datasynth/bdd_dbg_maxpaths.cif | 2 +- .../tests/datasynth/bdd_out_nodes.cif | 2 +- .../tests/datasynth/bdd_out_nodes.ctrlsys.extra.cif | 2 +- .../tests/datasynth/booleans.cif | 2 +- .../tests/datasynth/buffer_ctrl.cif | 2 +- .../tests/datasynth/buffer_unctrl.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/datasynth/channel.cif | 2 +- .../tests/datasynth/cmp_out_of_range.cif | 2 +- .../tests/datasynth/ctrl_sys.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/datasynth/diamond.cif | 2 +- .../tests/datasynth/dining_philosophers4.cif | 2 +- .../tests/datasynth/double_loop.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/datasynth/enums.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/datasynth/evts.cif | 2 +- .../tests/datasynth/example_button_lamp.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/datasynth/fig2a.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/datasynth/fig2b.cif | 2 +- .../tests/datasynth/fixed_point.cif | 2 +- .../tests/datasynth/forward_reach_off.cif | 2 +- .../tests/datasynth/forward_reach_on.cif | 2 +- .../tests/datasynth/guards_upds.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/datasynth/if_expr.cif | 2 +- .../tests/datasynth/if_preds.cif | 2 +- .../tests/datasynth/initial1.cif | 2 +- .../tests/datasynth/initial2.cif | 2 +- .../tests/datasynth/initial3.cif | 2 +- .../tests/datasynth/initial_bad.cif | 2 +- .../tests/datasynth/input_vars1.cif | 2 +- .../tests/datasynth/input_vars2.cif | 2 +- .../tests/datasynth/input_vars2.ctrlsys.extra.cif | 2 +- .../tests/datasynth/input_vars3.cif | 2 +- .../tests/datasynth/input_vars3.ctrlsys.extra.cif | 2 +- .../tests/datasynth/input_vars4.cif | 2 +- .../tests/datasynth/input_vars4.ctrlsys.extra.cif | 2 +- .../tests/datasynth/input_vars5.cif | 2 +- .../tests/datasynth/input_vars5.ctrlsys.extra.cif | 2 +- .../tests/datasynth/input_vars6.cif | 2 +- .../tests/datasynth/input_vars6.ctrlsys.extra.cif | 2 +- .../tests/datasynth/input_vars7.cif | 2 +- .../tests/datasynth/input_vars7.ctrlsys.extra.cif | 2 +- .../tests/datasynth/inv_state_evt_exclusion_comp.cif | 2 +- .../tests/datasynth/inv_state_evt_exclusion_loc.cif | 2 +- .../tests/datasynth/invalid1.cif | 2 +- .../tests/datasynth/invalid2.cif | 2 +- .../tests/datasynth/invalid3.cif | 2 +- .../tests/datasynth/invalid4.cif | 2 +- .../tests/datasynth/invalid5.cif | 2 +- .../tests/datasynth/invalid6.cif | 2 +- .../tests/datasynth/invalid7.cif | 2 +- .../tests/datasynth/invalid8.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/datasynth/invs.cif | 2 +- .../tests/datasynth/loc_refs.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/datasynth/loop.cif | 2 +- .../tests/datasynth/many_rounds.cif | 2 +- .../tests/datasynth/marked_2vars.cif | 2 +- .../tests/datasynth/marking1.cif | 2 +- .../tests/datasynth/marking2.cif | 2 +- .../tests/datasynth/multi_plants.cif | 2 +- .../tests/datasynth/multi_preds.cif | 2 +- .../tests/datasynth/multi_req_auts.cif | 2 +- .../tests/datasynth/multi_req_invs1.cif | 2 +- .../tests/datasynth/multi_req_invs2.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/datasynth/mutex1.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/datasynth/mutex2.cif | 2 +- .../tests/datasynth/namespace.cif | 2 +- .../tests/datasynth/namespace_conflict.cif | 2 +- .../tests/datasynth/namespace_invalid.cif | 2 +- .../tests/datasynth/namespace_non_empty.cif | 2 +- .../tests/datasynth/no_initial.cif | 2 +- .../tests/datasynth/no_initial_inv.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/datasynth/no_inv.cif | 2 +- .../tests/datasynth/no_marked1.cif | 2 +- .../tests/datasynth/no_marked2.cif | 2 +- .../tests/datasynth/no_marked_inv.cif | 2 +- .../tests/datasynth/non_determinism.cif | 2 +- .../tests/datasynth/order_custom_force_off.cif | 2 +- .../tests/datasynth/order_custom_force_on.cif | 2 +- .../tests/datasynth/order_dupl_match.cif | 2 +- .../tests/datasynth/order_missing.cif | 2 +- .../tests/datasynth/order_model_force_off.cif | 2 +- .../tests/datasynth/order_model_force_on.cif | 2 +- .../tests/datasynth/order_no_match.cif | 2 +- .../tests/datasynth/order_random_force_off.cif | 2 +- .../tests/datasynth/order_random_force_on.cif | 2 +- .../tests/datasynth/order_random_invalid_seed.cif | 2 +- .../tests/datasynth/order_reverse_model_force_off.cif | 2 +- .../tests/datasynth/order_reverse_model_force_on.cif | 2 +- .../tests/datasynth/order_reverse_sorted_force_off.cif | 2 +- .../tests/datasynth/order_reverse_sorted_force_on.cif | 2 +- .../tests/datasynth/order_sorted_force_off.cif | 2 +- .../tests/datasynth/order_sorted_force_on.cif | 2 +- .../tests/datasynth/plant_alphabet.cif | 2 +- .../tests/datasynth/predicates.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/datasynth/range.cif | 2 +- .../tests/datasynth/req_aut_disc_var.cif | 2 +- .../tests/datasynth/req_counter.cif | 2 +- .../tests/datasynth/req_evt_not_in_plant_ctrl.cif | 2 +- .../tests/datasynth/req_evt_not_in_plant_unctrl.cif | 2 +- .../tests/datasynth/req_loc_no_name.cif | 2 +- .../tests/datasynth/req_monitor.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/datasynth/scopes.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/datasynth/seq.cif | 2 +- .../tests/datasynth/simplify_ctrl_beh_off.cif | 2 +- .../tests/datasynth/simplify_ctrl_beh_on.cif | 2 +- .../tests/datasynth/simplify_initial_unctrl_off.cif | 2 +- .../tests/datasynth/simplify_initial_unctrl_on.cif | 2 +- .../tests/datasynth/simplify_plants_off.cif | 2 +- .../tests/datasynth/simplify_plants_on.cif | 2 +- .../tests/datasynth/simplify_propagation_all.cif | 2 +- .../tests/datasynth/simplify_propagation_none.cif | 2 +- .../tests/datasynth/simplify_range_invs_off.cif | 2 +- .../tests/datasynth/simplify_range_invs_on.cif | 2 +- .../tests/datasynth/simplify_req_auts_off.cif | 2 +- .../tests/datasynth/simplify_req_auts_on.cif | 2 +- .../tests/datasynth/simplify_se_excl_req_invs_off.cif | 2 +- .../tests/datasynth/simplify_se_excl_req_invs_on.cif | 2 +- .../tests/datasynth/simplify_state_req_invs_off.cif | 2 +- .../tests/datasynth/simplify_state_req_invs_on.cif | 2 +- .../tests/datasynth/state_evt_excl_not_alphabet.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/datasynth/sup.cif | 2 +- .../tests/datasynth/supname_custom.cif | 2 +- .../tests/datasynth/supname_invalid.cif | 2 +- .../tests/datasynth/update_complex.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/datasynth/updates.cif | 2 +- .../tests/event_based/automaton_abstraction/example1.cif | 2 +- .../tests/event_based/automaton_abstraction/example1b.cif | 2 +- .../tests/event_based/controllability_check/all_disable.cif | 2 +- .../event_based/controllability_check/ctrl_disable.cif | 2 +- .../event_based/controllability_check/evt_non_ctrl.cif | 2 +- .../tests/event_based/controllability_check/no_disable.cif | 2 +- .../tests/event_based/controllability_check/no_plant.cif | 2 +- .../event_based/controllability_check/no_supervisor.cif | 2 +- .../event_based/controllability_check/non_deterministic.cif | 2 +- .../event_based/controllability_check/two_supervisors.cif | 2 +- .../event_based/controllability_check/unctrl_disable.cif | 2 +- .../event_based/controllability_check/unsupported_req.cif | 2 +- .../tests/event_based/conversion_tests/aut_init.cif | 2 +- .../tests/event_based/conversion_tests/aut_inv.cif | 2 +- .../tests/event_based/conversion_tests/aut_marked.cif | 2 +- .../tests/event_based/conversion_tests/comp_init.cif | 2 +- .../tests/event_based/conversion_tests/comp_inv.cif | 2 +- .../tests/event_based/conversion_tests/comp_marked.cif | 2 +- .../tests/event_based/conversion_tests/edge_urgent.cif | 2 +- .../tests/event_based/conversion_tests/evt_datatype.cif | 2 +- .../event_based/conversion_tests/evt_in_no_alphabet.cif | 2 +- .../tests/event_based/conversion_tests/keywords.cif | 2 +- .../tests/event_based/conversion_tests/loc_inv_false.cif | 2 +- .../conversion_tests/loc_state_event_excl_inv.cif | 2 +- .../tests/event_based/conversion_tests/loc_urgent.cif | 2 +- .../tests/event_based/conversion_tests/monitor_all.cif | 2 +- .../tests/event_based/conversion_tests/monitor_event.cif | 2 +- .../tests/event_based/conversion_tests/monitor_guards.cif | 2 +- .../event_based/conversion_tests/multi_initial_locs.cif | 2 +- .../tests/event_based/conversion_tests/multiple_events.cif | 2 +- .../tests/event_based/conversion_tests/multiple_guards.cif | 2 +- .../event_based/conversion_tests/multiple_initials.cif | 2 +- .../tests/event_based/conversion_tests/multiple_invs.cif | 2 +- .../tests/event_based/conversion_tests/multiple_markeds.cif | 2 +- .../tests/event_based/conversion_tests/no_event_on_edge.cif | 2 +- .../tests/event_based/conversion_tests/nontriv_guard.cif | 2 +- .../tests/event_based/conversion_tests/nontriv_initial.cif | 2 +- .../tests/event_based/conversion_tests/nontriv_inv.cif | 2 +- .../tests/event_based/conversion_tests/nontriv_marked.cif | 2 +- .../tests/event_based/conversion_tests/tau_event.cif | 2 +- .../tests/event_based/conversion_tests/updates.cif | 2 +- .../tests/event_based/dfa_minimize/all_marked.cif | 2 +- .../tests/event_based/dfa_minimize/chain_reducible.cif | 2 +- .../tests/event_based/dfa_minimize/marked.cif | 2 +- .../tests/event_based/dfa_minimize/minimal.cif | 2 +- .../tests/event_based/dfa_minimize/none_marked.cif | 2 +- .../tests/event_based/dfa_minimize/reducible.cif | 2 +- .../tests/event_based/lang_equiv/a_aaa.cif | 2 +- .../tests/event_based/lang_equiv/aab.cif | 2 +- .../tests/event_based/lang_equiv/deadlock.cif | 2 +- .../tests/event_based/lang_equiv/deadlock_loop.cif | 2 +- .../tests/event_based/lang_equiv/different_alphabet.cif | 2 +- .../tests/event_based/lang_equiv/markeds.cif | 2 +- .../tests/event_based/lang_equiv/non_deterministic.cif | 2 +- .../tests/event_based/lang_equiv/non_initial.cif | 2 +- .../tests/event_based/lang_equiv/non_reachable.cif | 2 +- .../tests/event_based/lang_equiv/one_autom.cif | 2 +- .../tests/event_based/nfa_to_dfa/always_exist_on.cif | 2 +- .../tests/event_based/nfa_to_dfa/dfa_always_exist_on.cif | 2 +- .../tests/event_based/nonconflicting_check/bad_b.cif | 2 +- .../tests/event_based/nonconflicting_check/empty.cif | 2 +- .../tests/event_based/nonconflicting_check/odd_even.cif | 2 +- .../event_based/nonconflicting_check/plant_sup_nontrim.cif | 2 +- .../tests/event_based/nonconflicting_check/resources.cif | 2 +- .../tests/event_based/nonconflicting_check/single_aut.cif | 2 +- .../tests/event_based/nonconflicting_check/single_state.cif | 2 +- .../tests/event_based/observer_check/example1.cif | 2 +- .../tests/event_based/observer_check/example1b.cif | 2 +- .../tests/event_based/projection/determinization1.cif | 2 +- .../tests/event_based/projection/determinization2.cif | 2 +- .../tests/event_based/projection/determinization3.cif | 2 +- .../tests/event_based/projection/determinization4.cif | 2 +- .../tests/event_based/projection/empty_automaton.cif | 2 +- .../tests/event_based/projection/empty_file.cif | 2 +- .../tests/event_based/supervisor_synthesis/agv.cif | 2 +- .../tests/event_based/supervisor_synthesis/button.cif | 2 +- .../event_based/supervisor_synthesis/disabling_uncontr.cif | 2 +- .../tests/event_based/supervisor_synthesis/disjunct1.cif | 2 +- .../tests/event_based/supervisor_synthesis/disjunct2.cif | 2 +- .../tests/event_based/supervisor_synthesis/disjunct3.cif | 2 +- .../tests/event_based/supervisor_synthesis/empty.cif | 2 +- .../event_based/supervisor_synthesis/empty_unmarked.cif | 2 +- .../tests/event_based/supervisor_synthesis/evt_non_ctrl.cif | 2 +- .../supervisor_synthesis/initial_nondeterministic.cif | 2 +- .../tests/event_based/supervisor_synthesis/no_plant.cif | 2 +- .../event_based/supervisor_synthesis/no_requirement.cif | 2 +- .../supervisor_synthesis/non_initial_nondeterministic.cif | 2 +- .../tests/event_based/supervisor_synthesis/non_trim.cif | 2 +- .../event_based/supervisor_synthesis/not_coreachable.cif | 2 +- .../event_based/supervisor_synthesis/not_reachable.cif | 2 +- .../tests/event_based/supervisor_synthesis/plant_sup.cif | 2 +- .../supervisor_synthesis/sup_evt_not_in_plant1.cif | 2 +- .../supervisor_synthesis/sup_evt_not_in_plant2.cif | 2 +- .../event_based/supervisor_synthesis/uncontr_chain.cif | 2 +- .../tests/event_based/synchronous_product/ab.cif | 2 +- .../tests/event_based/synchronous_product/no_initial.cif | 2 +- .../event_based/synchronous_product/nondeterministic.cif | 2 +- .../tests/event_based/synchronous_product/shuffle.cif | 2 +- .../tests/event_based/synchronous_product/sub_events.cif | 2 +- .../tests/event_based/trim/all_trim.cif | 2 +- .../tests/event_based/trim/empty_result.cif | 2 +- .../tests/event_based/trim/notcoreachable.cif | 2 +- .../tests/event_based/trim/notreachable.cif | 2 +- .../tests/event_based/trim_check/all_trim.cif | 2 +- .../tests/event_based/trim_check/not_trim.cif | 2 +- .../tests/event_disabler/aut_rename.cif | 2 +- .../tests/event_disabler/controllability.cif | 2 +- .../tests/event_disabler/empty.cif | 2 +- .../tests/event_disabler/event_is_comp.cif | 2 +- .../tests/event_disabler/event_is_decl.cif | 2 +- .../tests/event_disabler/invalid_event_name.cif | 2 +- .../tests/event_disabler/opt_event_names.cif | 2 +- .../tests/event_disabler/opt_event_names_file.cif | 2 +- .../tests/event_disabler/opt_event_names_file.events | 2 +- .../tests/event_disabler/opt_event_names_file_not_exist.cif | 2 +- .../event_disabler/opt_event_names_multiple_options.cif | 2 +- .../event_disabler/opt_event_names_multiple_options.events | 2 +- .../tests/event_disabler/opt_event_names_none.cif | 2 +- .../tests/event_disabler/opt_event_svgin.cif | 2 +- .../tests/event_disabler/parent_aut.cif | 2 +- .../tests/event_disabler/parent_decl.cif | 2 +- .../tests/event_disabler/unsupported_comp_def.cif | 2 +- .../tests/event_disabler/usage_alphabet_incl_input.cif | 2 +- .../tests/event_disabler/usage_alphabet_no_input.cif | 2 +- .../tests/event_disabler/usage_disable_incl_input.cif | 2 +- .../tests/event_disabler/usage_disable_no_input.cif | 2 +- .../tests/explorer/algvar_assign.cif | 2 +- .../tests/explorer/inv_limit.cif | 2 +- .../tests/explorer/mmb_cycle.cif | 2 +- .../tests/explorer/monitor_implicit_selfloop.cif | 2 +- .../tests/explorer/monitor_implicit_selfloop2.cif | 2 +- .../tests/explorer/monitor_step.cif | 2 +- .../tests/explorer/multi_init_no_init.cif | 2 +- .../tests/explorer/multi_init_same_value.cif | 2 +- .../tests/explorer/multi_init_some_init.cif | 2 +- .../tests/explorer/multi_init_states1.cif | 2 +- .../tests/explorer/multi_init_states2.cif | 2 +- .../tests/explorer/multi_init_too_many1.cif | 2 +- .../tests/explorer/multi_init_too_many2.cif | 2 +- .../tests/explorer/no_initial_state.cif | 2 +- .../tests/explorer/non_deterministic_no_mini.cif | 2 +- .../tests/explorer/non_deterministic_with_mini.cif | 2 +- .../tests/explorer/out_of_int_range.cif | 2 +- .../tests/explorer/out_of_list_range_too_few.cif | 2 +- .../tests/explorer/out_of_list_range_too_many.cif | 2 +- .../tests/explorer/preconditions.cif | 2 +- .../tests/explorer/projected_dict_assign_error.cif | 2 +- .../tests/explorer/projected_dict_assign_ok.cif | 2 +- .../tests/explorer/projected_emptylist_assign.cif | 2 +- .../tests/explorer/projected_list_assign_ok.cif | 2 +- .../tests/explorer/projected_list_assign_toobig.cif | 2 +- .../tests/explorer/projected_list_assign_toosmall.cif | 2 +- .../tests/explorer/projected_tuple_assign_ok.cif | 2 +- .../tests/explorer/state_evt_exclusion_invs.cif | 2 +- .../tests/explorer/state_inv_init_state.cif | 2 +- .../tests/explorer/state_inv_noninit_state.cif | 2 +- .../tests/merger/alg_input.in1.cif | 2 +- .../tests/merger/alg_input.in2.cif | 2 +- .../tests/merger/comp_aut.in1.cif | 2 +- .../tests/merger/comp_aut.in2.cif | 2 +- .../tests/merger/const_const.in1.cif | 2 +- .../tests/merger/const_const.in2.cif | 2 +- .../tests/merger/const_input.in1.cif | 2 +- .../tests/merger/const_input.in2.cif | 2 +- .../tests/merger/cont_input.in1.cif | 2 +- .../tests/merger/cont_input.in2.cif | 2 +- .../tests/merger/disc_input.in1.cif | 2 +- .../tests/merger/disc_input.in2.cif | 2 +- .../tests/merger/enum_enum.in1.cif | 2 +- .../tests/merger/enum_enum.in2.cif | 2 +- .../tests/merger/enum_type.in1.cif | 2 +- .../tests/merger/enum_type.in2.cif | 2 +- .../tests/merger/err_3specs.in1.cif | 2 +- .../tests/merger/err_3specs.in2.cif | 2 +- .../tests/merger/err_3specs.in3.cif | 2 +- .../tests/merger/err_alg_alg.in1.cif | 2 +- .../tests/merger/err_alg_alg.in2.cif | 2 +- .../tests/merger/err_alg_comp.in1.cif | 2 +- .../tests/merger/err_alg_comp.in2.cif | 2 +- .../tests/merger/err_alg_const.in1.cif | 2 +- .../tests/merger/err_alg_const.in2.cif | 2 +- .../tests/merger/err_alg_input_incompat_types.in1.cif | 2 +- .../tests/merger/err_alg_input_incompat_types.in2.cif | 2 +- .../tests/merger/err_aut_aut.in1.cif | 2 +- .../tests/merger/err_aut_aut.in2.cif | 2 +- .../tests/merger/err_aut_comp_subcomp.in1.cif | 2 +- .../tests/merger/err_aut_comp_subcomp.in2.cif | 2 +- .../tests/merger/err_comp_aut_func.in1.cif | 2 +- .../tests/merger/err_comp_aut_func.in2.cif | 2 +- .../tests/merger/err_const_const_incompat_types.in1.cif | 2 +- .../tests/merger/err_const_const_incompat_types.in2.cif | 2 +- .../tests/merger/err_const_const_incompat_values.in1.cif | 2 +- .../tests/merger/err_const_const_incompat_values.in2.cif | 2 +- .../tests/merger/err_const_const_no_value_eq.in1.cif | 2 +- .../tests/merger/err_const_const_no_value_eq.in2.cif | 2 +- .../tests/merger/err_const_input_incompat_types.in1.cif | 2 +- .../tests/merger/err_const_input_incompat_types.in2.cif | 2 +- .../tests/merger/err_cont_cont.in1.cif | 2 +- .../tests/merger/err_cont_cont.in2.cif | 2 +- .../tests/merger/err_cont_input_incompat_types.in1.cif | 2 +- .../tests/merger/err_cont_input_incompat_types.in2.cif | 2 +- .../tests/merger/err_disc_input_incompat_types.in1.cif | 2 +- .../tests/merger/err_disc_input_incompat_types.in2.cif | 2 +- .../tests/merger/err_enum_enum_incompat_enums1.in1.cif | 2 +- .../tests/merger/err_enum_enum_incompat_enums1.in2.cif | 2 +- .../tests/merger/err_enum_enum_incompat_enums2.in1.cif | 2 +- .../tests/merger/err_enum_enum_incompat_enums2.in2.cif | 2 +- .../tests/merger/err_enum_type_incompat_enums.in1.cif | 2 +- .../tests/merger/err_enum_type_incompat_enums.in2.cif | 2 +- .../tests/merger/err_enumlit_const.in1.cif | 2 +- .../tests/merger/err_enumlit_const.in2.cif | 2 +- .../tests/merger/err_enumlit_enumlit_diff_enums.in1.cif | 2 +- .../tests/merger/err_enumlit_enumlit_diff_enums.in2.cif | 2 +- .../tests/merger/err_evt_evt_chan_diff.in1.cif | 2 +- .../tests/merger/err_evt_evt_chan_diff.in2.cif | 2 +- .../tests/merger/err_evt_evt_ctrl_diff.in1.cif | 2 +- .../tests/merger/err_evt_evt_ctrl_diff.in2.cif | 2 +- .../tests/merger/err_evt_evt_type_diff.in1.cif | 2 +- .../tests/merger/err_evt_evt_type_diff.in2.cif | 2 +- .../tests/merger/err_func_func.in1.cif | 2 +- .../tests/merger/err_func_func.in2.cif | 2 +- .../tests/merger/err_input_alg_incompat_types.in1.cif | 2 +- .../tests/merger/err_input_alg_incompat_types.in2.cif | 2 +- .../tests/merger/err_input_const_incompat_types.in1.cif | 2 +- .../tests/merger/err_input_const_incompat_types.in2.cif | 2 +- .../tests/merger/err_input_cont_incompat_types.in1.cif | 2 +- .../tests/merger/err_input_cont_incompat_types.in2.cif | 2 +- .../tests/merger/err_input_disc_incompat_types.in1.cif | 2 +- .../tests/merger/err_input_disc_incompat_types.in2.cif | 2 +- .../tests/merger/err_input_input_incompat_types.in1.cif | 2 +- .../tests/merger/err_input_input_incompat_types.in2.cif | 2 +- .../tests/merger/err_input_loc_incompat_types.in1.cif | 2 +- .../tests/merger/err_input_loc_incompat_types.in2.cif | 2 +- .../tests/merger/err_loc_const.in1.cif | 2 +- .../tests/merger/err_loc_const.in2.cif | 2 +- .../tests/merger/err_loc_input_incompat_types.in1.cif | 2 +- .../tests/merger/err_loc_input_incompat_types.in2.cif | 2 +- .../tests/merger/err_post_cycle.in1.cif | 2 +- .../tests/merger/err_post_cycle.in2.cif | 2 +- .../tests/merger/err_post_svg_dupl_copy_id.in1.cif | 2 +- .../tests/merger/err_post_svg_dupl_copy_id.in2.cif | 2 +- .../tests/merger/err_post_svg_dupl_input_id.in1.cif | 2 +- .../tests/merger/err_post_svg_dupl_input_id.in2.cif | 2 +- .../tests/merger/err_post_svg_dupl_move_id.in1.cif | 2 +- .../tests/merger/err_post_svg_dupl_move_id.in2.cif | 2 +- .../tests/merger/err_post_svg_dupl_move_transform.in1.cif | 2 +- .../tests/merger/err_post_svg_dupl_move_transform.in2.cif | 2 +- .../tests/merger/err_post_svg_dupl_output_id_attr.in1.cif | 2 +- .../tests/merger/err_post_svg_dupl_output_id_attr.in2.cif | 2 +- .../tests/merger/err_post_svg_dupl_output_text.in1.cif | 2 +- .../tests/merger/err_post_svg_dupl_output_text.in2.cif | 2 +- .../tests/merger/err_type_type_incompat_types.in1.cif | 2 +- .../tests/merger/err_type_type_incompat_types.in2.cif | 2 +- .../tests/merger/evt_evt.in1.cif | 2 +- .../tests/merger/evt_evt.in2.cif | 2 +- .../tests/merger/init_inv_marked_eqns.in1.cif | 2 +- .../tests/merger/init_inv_marked_eqns.in2.cif | 2 +- .../tests/merger/input_alg.in1.cif | 2 +- .../tests/merger/input_alg.in2.cif | 2 +- .../tests/merger/input_const.in1.cif | 2 +- .../tests/merger/input_const.in2.cif | 2 +- .../tests/merger/input_cont.in1.cif | 2 +- .../tests/merger/input_cont.in2.cif | 2 +- .../tests/merger/input_disc.in1.cif | 2 +- .../tests/merger/input_disc.in2.cif | 2 +- .../tests/merger/input_input.in1.cif | 2 +- .../tests/merger/input_input.in2.cif | 2 +- .../tests/merger/input_loc.in1.cif | 2 +- .../tests/merger/input_loc.in2.cif | 2 +- .../tests/merger/kind_change_warn.in1.cif | 2 +- .../tests/merger/kind_change_warn.in2.cif | 2 +- .../tests/merger/loc_input.in1.cif | 2 +- .../tests/merger/loc_input.in2.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/merger/merge3.in1.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/merger/merge3.in2.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/merger/merge3.in3.cif | 2 +- .../tests/merger/order_children.in1.cif | 2 +- .../tests/merger/order_children.in2.cif | 2 +- .../tests/merger/printfile.in1.cif | 2 +- .../tests/merger/printfile.in2.cif | 2 +- .../tests/merger/rel_paths.in1.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/merger/simple.in1.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/merger/simple.in2.cif | 2 +- .../tests/merger/subdir1/rel_paths.in2.cif | 2 +- .../tests/merger/svgfile.in1.cif | 2 +- .../tests/merger/svgfile.in2.cif | 2 +- .../tests/merger/type_enum.in1.cif | 2 +- .../tests/merger/type_enum.in2.cif | 2 +- .../tests/merger/type_type.in1.cif | 2 +- .../tests/merger/type_type.in2.cif | 2 +- .../tests/merger/unused_event.in1.cif | 2 +- .../tests/merger/unused_event.in2.cif | 2 +- .../tests/pprint_elim_cdef/alg_vars.cif | 2 +- .../tests/pprint_elim_cdef/automata.cif | 2 +- .../tests/pprint_elim_cdef/cifsvg.cif | 2 +- .../tests/pprint_elim_cdef/communication.cif | 2 +- .../tests/pprint_elim_cdef/compdefs1.cif | 2 +- .../tests/pprint_elim_cdef/compdefs2.cif | 2 +- .../tests/pprint_elim_cdef/compdefs3.cif | 2 +- .../tests/pprint_elim_cdef/compdefs4.cif | 2 +- .../tests/pprint_elim_cdef/compdefs5.cif | 2 +- .../tests/pprint_elim_cdef/compdefs6.cif | 2 +- .../tests/pprint_elim_cdef/compdefs7.cif | 2 +- .../tests/pprint_elim_cdef/consts.cif | 2 +- .../tests/pprint_elim_cdef/cont_vars.cif | 2 +- .../tests/pprint_elim_cdef/empty.cif | 2 +- .../tests/pprint_elim_cdef/enums1.cif | 2 +- .../tests/pprint_elim_cdef/enums2.cif | 2 +- .../tests/pprint_elim_cdef/events.cif | 2 +- .../tests/pprint_elim_cdef/exprs.cif | 2 +- .../tests/pprint_elim_cdef/ext_func_importing.cif | 2 +- .../tests/pprint_elim_cdef/funcs.cif | 2 +- .../tests/pprint_elim_cdef/import1a.cif | 2 +- .../tests/pprint_elim_cdef/import1b.cif | 2 +- .../tests/pprint_elim_cdef/import2a.cif | 2 +- .../tests/pprint_elim_cdef/import2b.cif | 2 +- .../tests/pprint_elim_cdef/import2c.cif | 2 +- .../tests/pprint_elim_cdef/import3a.cif | 2 +- .../tests/pprint_elim_cdef/import3b.cif | 2 +- .../tests/pprint_elim_cdef/import4a.cif | 2 +- .../tests/pprint_elim_cdef/import4b.cif | 2 +- .../tests/pprint_elim_cdef/import5a.cif | 2 +- .../tests/pprint_elim_cdef/import5b.cif | 2 +- .../tests/pprint_elim_cdef/import6a.cif | 2 +- .../tests/pprint_elim_cdef/import6b.cif | 2 +- .../tests/pprint_elim_cdef/import7a.cif | 2 +- .../tests/pprint_elim_cdef/import7b.cif | 2 +- .../tests/pprint_elim_cdef/import7c.cif | 2 +- .../tests/pprint_elim_cdef/import7d.cif | 2 +- .../tests/pprint_elim_cdef/import8a.cif | 2 +- .../tests/pprint_elim_cdef/import9a.cif | 2 +- .../tests/pprint_elim_cdef/import9b.cif | 2 +- .../tests/pprint_elim_cdef/import_self.cif | 2 +- .../tests/pprint_elim_cdef/input_vars.cif | 2 +- .../tests/pprint_elim_cdef/inttype_extreme.cif | 2 +- .../tests/pprint_elim_cdef/invs.cif | 2 +- .../tests/pprint_elim_cdef/multi_assignments.cif | 2 +- .../tests/pprint_elim_cdef/namespace1.cif | 2 +- .../tests/pprint_elim_cdef/namespace2.cif | 2 +- .../tests/pprint_elim_cdef/namespace3.cif | 2 +- .../tests/pprint_elim_cdef/namespace4.cif | 2 +- .../tests/pprint_elim_cdef/print.cif | 2 +- .../tests/pprint_elim_cdef/rangeless_int.cif | 2 +- .../tests/pprint_elim_cdef/refs1.cif | 2 +- .../tests/pprint_elim_cdef/refs2.cif | 2 +- .../tests/pprint_elim_cdef/refs3.cif | 2 +- .../tests/pprint_elim_cdef/subdir/ext_func_imported.cif | 2 +- .../tests/pprint_elim_cdef/subdir/import8b.cif | 2 +- .../tests/pprint_elim_cdef/text.svg | 2 +- .../tests/pprint_elim_cdef/tuple_field_proj.cif | 2 +- .../tests/pprint_elim_cdef/typedecls.cif | 2 +- .../tests/pprint_elim_cdef/types.cif | 2 +- .../tests/pprint_elim_cdef/wrap_types1.cif | 2 +- .../tests/pprint_elim_cdef/wrap_types2.cif | 2 +- .../tests/pprint_elim_cdef/wrap_types3.cif | 2 +- .../tests/simulator/distributions/immutable1.cif | 2 +- .../tests/simulator/distributions/immutable2.cif | 2 +- .../distributions/runtime_err_bernoulli_chance_high.cif | 2 +- .../distributions/runtime_err_bernoulli_chance_low.cif | 2 +- .../simulator/distributions/runtime_err_beta_a_low.cif | 2 +- .../simulator/distributions/runtime_err_beta_b_low.cif | 2 +- .../distributions/runtime_err_binomial_chance_high.cif | 2 +- .../distributions/runtime_err_binomial_chance_low.cif | 2 +- .../simulator/distributions/runtime_err_binomial_nr_low.cif | 2 +- .../distributions/runtime_err_erlang_scale_low.cif | 2 +- .../distributions/runtime_err_erlang_shape_low.cif | 2 +- .../distributions/runtime_err_exponential_scale_low.cif | 2 +- .../simulator/distributions/runtime_err_gamma_scale_low.cif | 2 +- .../simulator/distributions/runtime_err_gamma_shape_low.cif | 2 +- .../distributions/runtime_err_geometric_chance_high.cif | 2 +- .../distributions/runtime_err_geometric_chance_low.cif | 2 +- .../distributions/runtime_err_lognormal_overflow.cif | 2 +- .../distributions/runtime_err_lognormal_var_low.cif | 2 +- .../simulator/distributions/runtime_err_normal_var_low.cif | 2 +- .../distributions/runtime_err_poisson_rate_low.cif | 2 +- .../distributions/runtime_err_triangle_left_mid.cif | 2 +- .../distributions/runtime_err_triangle_mid_right.cif | 2 +- .../simulator/distributions/runtime_err_uniform_int.cif | 2 +- .../simulator/distributions/runtime_err_uniform_real.cif | 2 +- .../distributions/runtime_err_weibull_scale_low.cif | 2 +- .../distributions/runtime_err_weibull_shape_low.cif | 2 +- .../tests/simulator/distributions/sampling.cif | 2 +- .../tests/simulator/distributions/seed123.cif | 2 +- .../tests/simulator/distributions/seed124.cif | 2 +- .../tests/simulator/examples/buffer_3place.cif | 2 +- .../tests/simulator/examples/fluid.cif | 2 +- .../tests/simulator/examples/tank.cif | 2 +- .../tests/simulator/extfunc_java/class_not_found.cif | 2 +- .../tests/simulator/extfunc_java/custom_class_path.cif | 2 +- .../tests/simulator/extfunc_java/expm1.cif | 2 +- .../tests/simulator/extfunc_java/import1.cif | 2 +- .../tests/simulator/extfunc_java/invoke_exception.cif | 2 +- .../tests/simulator/extfunc_java/invoke_init_exception.cif | 2 +- .../tests/simulator/extfunc_java/invoke_never_ends.cif | 2 +- .../simulator/extfunc_java/java_code/src/TestClass1.java | 2 +- .../simulator/extfunc_java/java_code/src/TestClass2.java | 2 +- .../tests/simulator/extfunc_java/java_code/src/build.bash | 2 +- .../java_code/src/testpkg/TestParamRetTypes.java | 2 +- .../extfunc_java/java_code/src/testpkg/TestReturnTypes.java | 2 +- .../tests/simulator/extfunc_java/lazy.cif | 2 +- .../tests/simulator/extfunc_java/method_not_found.cif | 2 +- .../tests/simulator/extfunc_java/method_not_static.cif | 2 +- .../simulator/extfunc_java/method_param_incompatible.cif | 2 +- .../simulator/extfunc_java/method_rslt_incompatible.cif | 2 +- .../tests/simulator/extfunc_java/multi_param.cif | 2 +- .../tests/simulator/extfunc_java/param_ret_types.cif | 2 +- .../tests/simulator/extfunc_java/private_method.cif | 2 +- .../tests/simulator/extfunc_java/ret_types.cif | 2 +- .../simulator/extfunc_java/runtime_err_param_non_int.cif | 2 +- .../simulator/extfunc_java/runtime_err_ret_inf_neg.cif | 2 +- .../simulator/extfunc_java/runtime_err_ret_inf_pos.cif | 2 +- .../simulator/extfunc_java/runtime_err_ret_int_range.cif | 2 +- .../simulator/extfunc_java/runtime_err_ret_list_range.cif | 2 +- .../tests/simulator/extfunc_java/runtime_err_ret_nan.cif | 2 +- .../simulator/extfunc_java/runtime_err_ret_non_bool.cif | 2 +- .../simulator/extfunc_java/runtime_err_ret_non_dict.cif | 2 +- .../simulator/extfunc_java/runtime_err_ret_non_int.cif | 2 +- .../simulator/extfunc_java/runtime_err_ret_non_list.cif | 2 +- .../simulator/extfunc_java/runtime_err_ret_non_real.cif | 2 +- .../simulator/extfunc_java/runtime_err_ret_non_set.cif | 2 +- .../simulator/extfunc_java/runtime_err_ret_non_string.cif | 2 +- .../simulator/extfunc_java/runtime_err_ret_non_tuple.cif | 2 +- .../tests/simulator/extfunc_java/runtime_err_ret_null.cif | 2 +- .../simulator/extfunc_java/runtime_err_ret_tuple_size.cif | 2 +- .../tests/simulator/extfunc_java/side_effect_free.cif | 2 +- .../tests/simulator/extfunc_java/subdir/import2.cif | 2 +- .../tests/simulator/extfunc_java/void_method.cif | 2 +- .../tests/simulator/funcs_internal/funcs_as_values.cif | 2 +- .../tests/simulator/funcs_internal/funcs_asgn.cif | 2 +- .../tests/simulator/funcs_internal/funcs_asgn_param.cif | 2 +- .../tests/simulator/funcs_internal/funcs_infinite.cif | 2 +- .../tests/simulator/funcs_internal/funcs_local_var_init.cif | 2 +- .../tests/simulator/funcs_internal/funcs_multi_return.cif | 2 +- .../simulator/funcs_internal/funcs_mutual_recusion.cif | 2 +- .../tests/simulator/funcs_internal/funcs_old_new.cif | 2 +- .../tests/simulator/funcs_internal/funcs_params.cif | 2 +- .../simulator/funcs_internal/funcs_returning_funcs.cif | 2 +- .../tests/simulator/funcs_internal/funcs_self_recursion.cif | 2 +- .../tests/simulator/funcs_internal/funcs_simple.cif | 2 +- .../tests/simulator/funcs_internal/funcs_statements.cif | 2 +- .../tests/simulator/funcs_internal/funcs_unreachable.cif | 2 +- .../tests/simulator/init/init_consistency.cif | 2 +- .../tests/simulator/init/init_cont_vs_der.cif | 2 +- .../tests/simulator/init/init_failure_init_pred1.cif | 2 +- .../tests/simulator/init/init_failure_init_pred2.cif | 2 +- .../tests/simulator/init/init_failure_inv_pred1.cif | 2 +- .../tests/simulator/init/init_failure_inv_pred2.cif | 2 +- .../tests/simulator/init/init_match.cif | 2 +- .../tests/simulator/init/init_opt_dupl_init_aut.cif | 2 +- .../tests/simulator/init/init_opt_dupl_init_disc_var.cif | 2 +- .../tests/simulator/init/init_opt_lhs_not_found.cif | 2 +- .../tests/simulator/init/init_opt_loc_not_found.cif | 2 +- .../tests/simulator/init/init_opt_no_colon.cif | 2 +- .../tests/simulator/init/init_opt_var_type_unsup.cif | 2 +- .../tests/simulator/init/init_opt_var_value_err1.cif | 2 +- .../tests/simulator/init/init_opt_var_value_err2.cif | 2 +- .../tests/simulator/init/init_order.cif | 2 +- .../tests/simulator/init/init_values_state_vars_order.cif | 2 +- .../tests/simulator/init/initials.cif | 2 +- .../tests/simulator/init/no_init_aut1.cif | 2 +- .../tests/simulator/init/no_init_aut2.cif | 2 +- .../tests/simulator/init/no_init_aut3.cif | 2 +- .../tests/simulator/init/no_init_combi.cif | 2 +- .../tests/simulator/init/no_init_disc_var1.cif | 2 +- .../tests/simulator/init/no_init_disc_var2.cif | 2 +- .../tests/simulator/init/no_init_disc_var3.cif | 2 +- .../tests/simulator/init/no_init_disc_var4.cif | 2 +- .../tests/simulator/lang/algs.cif | 2 +- .../tests/simulator/lang/algs_eqns.cif | 2 +- .../tests/simulator/lang/alphabets.cif | 2 +- .../tests/simulator/lang/asgn_rcv_parts.cif | 2 +- .../tests/simulator/lang/aut_kinds.cif | 2 +- .../tests/simulator/lang/channel_multi_edge.cif | 2 +- .../tests/simulator/lang/channel_rcv_proj_idx.cif | 2 +- .../tests/simulator/lang/channel_s2_r3.cif | 2 +- .../tests/simulator/lang/channel_simple.cif | 2 +- .../tests/simulator/lang/channel_sync1.cif | 2 +- .../tests/simulator/lang/channel_sync2.cif | 2 +- .../tests/simulator/lang/channel_void.cif | 2 +- .../tests/simulator/lang/components.cif | 2 +- .../tests/simulator/lang/constants.cif | 2 +- .../tests/simulator/lang/enum_representatives.cif | 2 +- .../tests/simulator/lang/enums.cif | 2 +- .../tests/simulator/lang/event_ctrl.cif | 2 +- .../tests/simulator/lang/event_interleave.cif | 2 +- .../tests/simulator/lang/event_multiple_on_single_edge.cif | 2 +- .../tests/simulator/lang/event_not_in_any_alphabet.cif | 2 +- .../tests/simulator/lang/event_product.cif | 2 +- .../tests/simulator/lang/event_sort.cif | 2 +- .../tests/simulator/lang/event_sync.cif | 2 +- .../tests/simulator/lang/guards.cif | 2 +- .../tests/simulator/lang/import1.cif | 2 +- .../tests/simulator/lang/import2.cif | 2 +- .../tests/simulator/lang/inv_kinds.cif | 2 +- .../tests/simulator/lang/inv_state_evt_exclusion_comp.cif | 2 +- .../tests/simulator/lang/inv_state_evt_exclusion_loc.cif | 2 +- .../tests/simulator/lang/invariants1.cif | 2 +- .../tests/simulator/lang/invariants2.cif | 2 +- .../tests/simulator/lang/location_names.cif | 2 +- .../tests/simulator/lang/monitors1.cif | 2 +- .../tests/simulator/lang/monitors2.cif | 2 +- .../tests/simulator/lang/old_new_edges.cif | 2 +- .../tests/simulator/lang/ref_wrap_comp_def_inst1.cif | 2 +- .../tests/simulator/lang/ref_wrap_comp_def_inst2.cif | 2 +- .../tests/simulator/lang/ref_wrap_comp_def_inst3.cif | 2 +- .../tests/simulator/lang/ref_wrap_comp_param.cif | 2 +- .../tests/simulator/lang/ref_wrap_comp_ref.cif | 2 +- .../tests/simulator/lang/self_loops.cif | 2 +- .../tests/simulator/lang/tau.cif | 2 +- .../tests/simulator/lang/tau_keyword.cif | 2 +- .../tests/simulator/lang/time_keyword.cif | 2 +- .../tests/simulator/lang/tuples.cif | 2 +- .../tests/simulator/lang/updates.cif | 2 +- .../tests/simulator/lang/urgent_edges.cif | 2 +- .../tests/simulator/lang/urgent_events_locs.cif | 2 +- .../tests/simulator/make_empty.tooldef | 2 +- .../tests/simulator/misc/deadlock.cif | 2 +- .../tests/simulator/misc/empty.cif | 2 +- .../tests/simulator/misc/keywords.cif | 2 +- .../tests/simulator/ode/algvar.cif | 2 +- .../tests/simulator/ode/condexprdiscontalg.cif | 2 +- .../tests/simulator/ode/condexprdiscontderiv1.cif | 2 +- .../tests/simulator/ode/condexprdiscontderiv2.cif | 2 +- .../tests/simulator/ode/condexprinvalid1.cif | 2 +- .../tests/simulator/ode/condexprinvalid3.cif | 2 +- .../tests/simulator/ode/condexprtime2.cif | 2 +- .../tests/simulator/ode/deriv_in_guard1.cif | 2 +- .../tests/simulator/ode/deriv_in_guard2.cif | 2 +- .../tests/simulator/ode/deriv_negative.cif | 2 +- .../tests/simulator/ode/deriv_per_loc.cif | 2 +- .../tests/simulator/ode/deriv_zero.cif | 2 +- .../tests/simulator/ode/err_guard_and.cif | 2 +- .../tests/simulator/ode/err_guard_comma.cif | 2 +- .../tests/simulator/ode/guard_func.cif | 2 +- .../tests/simulator/ode/overflow.cif | 2 +- .../tests/simulator/ode/overlapping_state_events1.cif | 2 +- .../tests/simulator/ode/overlapping_state_events2.cif | 2 +- .../tests/simulator/ode/singuard.cif | 2 +- .../tests/simulator/ode/state_evt_excl_inv.cif | 2 +- .../tests/simulator/ode/stiff.cif | 2 +- .../tests/simulator/ode/tank_controlled.cif | 2 +- .../tests/simulator/ode/tank_uncontrolled.cif | 2 +- .../tests/simulator/ode/time_in_guard.cif | 2 +- .../simulator/ode/timed_guard_interval_and_default.cif | 2 +- .../tests/simulator/ode/timed_guard_interval_and_maxchk.cif | 2 +- .../tests/simulator/ode/timed_guard_interval_comma.cif | 2 +- .../tests/simulator/ode/zero_delay_state_event1.cif | 2 +- .../tests/simulator/ode/zero_delay_state_event2.cif | 2 +- .../tests/simulator/options/automode_first.cif | 2 +- .../tests/simulator/options/automode_last.cif | 2 +- .../tests/simulator/options/automode_random0.cif | 2 +- .../tests/simulator/options/autotime_max.cif | 2 +- .../tests/simulator/options/autotime_random2_0.cif | 2 +- .../tests/simulator/options/autotime_random5_0.cif | 2 +- .../tests/simulator/options/complete_off.cif | 2 +- .../tests/simulator/options/complete_on.cif | 2 +- .../tests/simulator/options/endtime_20.cif | 2 +- .../tests/simulator/options/endtime_inf.cif | 2 +- .../tests/simulator/options/env_events.cif | 2 +- .../tests/simulator/options/env_events_filter_no_effect.cif | 2 +- .../tests/simulator/options/env_events_random_random.cif | 2 +- .../tests/simulator/options/env_events_svg.cif | 2 +- .../tests/simulator/options/env_events_svg_nonexist.cif | 2 +- .../tests/simulator/options/env_events_tau_nonexist.cif | 2 +- .../tests/simulator/options/framerate_4_speed_05.cif | 2 +- .../tests/simulator/options/framerate_4_speed_2.cif | 2 +- .../tests/simulator/options/int_adams_bashforth.cif | 2 +- .../tests/simulator/options/int_adams_moulton.cif | 2 +- .../tests/simulator/options/int_atol_rtol.cif | 2 +- .../tests/simulator/options/int_dormand_prince_54.cif | 2 +- .../tests/simulator/options/int_dormand_prince_853.cif | 2 +- .../tests/simulator/options/int_gragg_bulirsch_stoer.cif | 2 +- .../tests/simulator/options/int_higham_hall.cif | 2 +- .../tests/simulator/options/int_minstep_maxstep.cif | 2 +- .../simulator/options/interactive_auto_filter_no_effect.cif | 2 +- .../tests/simulator/options/interactive_auto_single.cif | 2 +- .../simulator/options/interactive_auto_tau_nonexist.cif | 2 +- .../tests/simulator/options/interactive_auto_time_event.cif | 2 +- .../tests/simulator/options/interactive_auto_urgent.cif | 2 +- .../simulator/options/interactive_auto_urgent_nonexist.cif | 2 +- .../tests/simulator/options/max_delay_half.cif | 2 +- .../tests/simulator/options/max_delay_zero.cif | 2 +- .../tests/simulator/options/out_normal_deadlock.cif | 2 +- .../tests/simulator/options/out_normal_final.cif | 2 +- .../tests/simulator/options/out_normal_init.cif | 2 +- .../tests/simulator/options/out_normal_no_alg.cif | 2 +- .../tests/simulator/options/out_normal_no_deriv.cif | 2 +- .../tests/simulator/options/out_normal_none.cif | 2 +- .../tests/simulator/options/out_normal_noseed.cif | 2 +- .../tests/simulator/options/out_normal_simrslt.cif | 2 +- .../tests/simulator/options/out_normal_state_empty.cif | 2 +- .../tests/simulator/options/out_normal_state_filter.cif | 2 +- .../tests/simulator/options/out_normal_target.cif | 2 +- .../tests/simulator/options/realtime_no_rt_out_comp.cif | 2 +- .../tests/simulator/options/root_atol_rtol.cif | 2 +- .../tests/simulator/options/root_illinois.cif | 2 +- .../tests/simulator/options/root_max_iter5.cif | 2 +- .../tests/simulator/options/root_pegasus.cif | 2 +- .../tests/simulator/options/root_regula_falsi.cif | 2 +- .../tests/simulator/options/solver_out_step.cif | 2 +- .../tests/simulator/options/svg_input_no_svg_info.cif | 2 +- .../tests/simulator/options/svg_input_svgviz_disabled.cif | 2 +- .../tests/simulator/options/trajdata_filter.cif | 2 +- .../tests/simulator/options/trajdata_filter_empty.cif | 2 +- .../simulator/options/trajdata_filter_invalid_syntax.cif | 2 +- .../tests/simulator/options/trajdata_filter_no_effect.cif | 2 +- .../tests/simulator/options/trajdata_filter_no_vars.cif | 2 +- .../simulator/options/trajdata_filter_not_state_obj.cif | 2 +- .../tests/simulator/options/trajdata_raw.cif | 2 +- .../tests/simulator/options/trajdata_sep1.cif | 2 +- .../tests/simulator/print/disabled.cif | 2 +- .../tests/simulator/print/fors.cif | 2 +- .../tests/simulator/print/only_print_output.cif | 2 +- .../tests/simulator/print/print_file.cif | 2 +- .../tests/simulator/print/print_to_dir.cif | 2 +- .../tests/simulator/print/printfile_no_print_stderr.cif | 2 +- .../tests/simulator/print/printfile_no_print_stdout.cif | 2 +- .../tests/simulator/print/stderr.cif | 2 +- .../tests/simulator/print/txt_pre_post.cif | 2 +- .../tests/simulator/print/txt_types.cif | 2 +- .../tests/simulator/print/when_pre_post.cif | 2 +- .../tests/simulator/runtime_err/abs_int_overflow.cif | 2 +- .../tests/simulator/runtime_err/add_int_overflow.cif | 2 +- .../tests/simulator/runtime_err/add_real_overflow.cif | 2 +- .../runtime_err/asgn_int_bound_check_edge_simple.cif | 2 +- .../runtime_err/asgn_int_bound_check_func_complex_proj.cif | 2 +- .../asgn_int_bound_check_func_complex_value1.cif | 2 +- .../asgn_int_bound_check_func_complex_value2.cif | 2 +- .../runtime_err/asgn_int_bound_check_func_simple.cif | 2 +- .../runtime_err/asgn_list_bound_check_edge_simple.cif | 2 +- .../runtime_err/asgn_list_bound_check_func_int_list.cif | 2 +- .../runtime_err/asgn_list_bound_check_func_list_int.cif | 2 +- .../runtime_err/asgn_list_bound_check_func_simple.cif | 2 +- .../tests/simulator/runtime_err/ceil_overflow.cif | 2 +- .../simulator/runtime_err/delete_out_of_bounds_neg.cif | 2 +- .../simulator/runtime_err/delete_out_of_bounds_pos.cif | 2 +- .../tests/simulator/runtime_err/dict_dupl_key.cif | 2 +- .../tests/simulator/runtime_err/div_by_zero.cif | 2 +- .../tests/simulator/runtime_err/div_overflow.cif | 2 +- .../tests/simulator/runtime_err/divide_by_zero.cif | 2 +- .../tests/simulator/runtime_err/divide_overflow.cif | 2 +- .../tests/simulator/runtime_err/exp_overflow.cif | 2 +- .../tests/simulator/runtime_err/floor_overflow.cif | 2 +- .../tests/simulator/runtime_err/ln_neg.cif | 2 +- .../tests/simulator/runtime_err/ln_zero.cif | 2 +- .../tests/simulator/runtime_err/log_neg.cif | 2 +- .../tests/simulator/runtime_err/log_zero.cif | 2 +- .../simulator/runtime_err/max_time_point_tol_exceeded.cif | 2 +- .../tests/simulator/runtime_err/mod_by_zero.cif | 2 +- .../simulator/runtime_err/modify_list_out_of_bounds_neg.cif | 2 +- .../simulator/runtime_err/modify_list_out_of_bounds_pos.cif | 2 +- .../tests/simulator/runtime_err/multiply_int_overflow.cif | 2 +- .../tests/simulator/runtime_err/multiply_real_overflow.cif | 2 +- .../tests/simulator/runtime_err/negate_int_overflow.cif | 2 +- .../tests/simulator/runtime_err/pop_empty.cif | 2 +- .../tests/simulator/runtime_err/pow_int_overflow.cif | 2 +- .../tests/simulator/runtime_err/pow_neg_to_non_int.cif | 2 +- .../tests/simulator/runtime_err/pow_real_overflow.cif | 2 +- .../tests/simulator/runtime_err/pow_zero_to_neg.cif | 2 +- .../tests/simulator/runtime_err/proj_dict_key_not_found.cif | 2 +- .../simulator/runtime_err/proj_list_out_of_bounds_neg.cif | 2 +- .../simulator/runtime_err/proj_list_out_of_bounds_pos.cif | 2 +- .../simulator/runtime_err/proj_str_out_of_bounds_neg.cif | 2 +- .../simulator/runtime_err/proj_str_out_of_bounds_pos.cif | 2 +- .../tests/simulator/runtime_err/round_overflow_neg.cif | 2 +- .../tests/simulator/runtime_err/round_overflow_pos.cif | 2 +- .../tests/simulator/runtime_err/sqrt_neg.cif | 2 +- .../tests/simulator/runtime_err/str_to_bool_invalid.cif | 2 +- .../tests/simulator/runtime_err/str_to_int_invalid.cif | 2 +- .../tests/simulator/runtime_err/str_to_int_overflow.cif | 2 +- .../tests/simulator/runtime_err/str_to_real_invalid.cif | 2 +- .../tests/simulator/runtime_err/str_to_real_overflow.cif | 2 +- .../tests/simulator/runtime_err/subtract_int_overflow.cif | 2 +- .../tests/simulator/runtime_err/subtract_real_overflow.cif | 2 +- .../simulator/runtime_err/svg_move_confl_transform1.cif | 2 +- .../simulator/runtime_err/svg_move_confl_transform1.svg | 2 +- .../simulator/runtime_err/svg_move_confl_transform2.cif | 2 +- .../simulator/runtime_err/svg_move_confl_transform2.svg | 2 +- .../simulator/runtime_err/svg_move_no_graphical_repr.cif | 2 +- .../tests/simulator/runtime_err/trig.cif | 2 +- .../tests/simulator/runtime_err_stack/err_stack_alg.cif | 2 +- .../tests/simulator/runtime_err_stack/err_stack_combi.cif | 2 +- .../tests/simulator/runtime_err_stack/err_stack_deriv.cif | 2 +- .../runtime_err_stack/err_stack_deriv_during_ode1.cif | 2 +- .../runtime_err_stack/err_stack_deriv_during_ode2.cif | 2 +- .../simulator/runtime_err_stack/err_stack_edge_asgn.cif | 2 +- .../simulator/runtime_err_stack/err_stack_edge_guard.cif | 2 +- .../runtime_err_stack/err_stack_edge_snd_value.cif | 2 +- .../simulator/runtime_err_stack/err_stack_edge_update.cif | 2 +- .../runtime_err_stack/err_stack_elif_stat_guard.cif | 2 +- .../runtime_err_stack/err_stack_elif_upd_guard.cif | 2 +- .../simulator/runtime_err_stack/err_stack_if_stat_guard.cif | 2 +- .../simulator/runtime_err_stack/err_stack_if_upd_guard.cif | 2 +- .../simulator/runtime_err_stack/err_stack_init_pred_aut.cif | 2 +- .../runtime_err_stack/err_stack_init_pred_comp.cif | 2 +- .../runtime_err_stack/err_stack_init_pred_loc1.cif | 2 +- .../runtime_err_stack/err_stack_init_pred_loc2.cif | 2 +- .../runtime_err_stack/err_stack_init_pred_spec.cif | 2 +- .../err_stack_init_value_of_func_local_var.cif | 2 +- .../err_stack_init_value_of_state_var_cont.cif | 2 +- .../err_stack_init_value_of_state_var_disc.cif | 2 +- .../simulator/runtime_err_stack/err_stack_inv_pred_aut.cif | 2 +- .../simulator/runtime_err_stack/err_stack_inv_pred_comp.cif | 2 +- .../simulator/runtime_err_stack/err_stack_inv_pred_loc1.cif | 2 +- .../simulator/runtime_err_stack/err_stack_inv_pred_loc2.cif | 2 +- .../simulator/runtime_err_stack/err_stack_inv_pred_spec.cif | 2 +- .../runtime_err_stack/err_stack_print_txt_post.cif | 2 +- .../simulator/runtime_err_stack/err_stack_print_txt_pre.cif | 2 +- .../runtime_err_stack/err_stack_print_when_post.cif | 2 +- .../runtime_err_stack/err_stack_print_when_pre.cif | 2 +- .../simulator/runtime_err_stack/err_stack_return_stat.cif | 2 +- .../runtime_err_stack/err_stack_svg_outmap_attr.cif | 2 +- .../runtime_err_stack/err_stack_svg_outmap_txt.cif | 2 +- .../runtime_err_stack/err_stack_svg_outmap_txt.svg | 2 +- .../runtime_err_stack/err_stack_svg_outmap_value.cif | 2 +- .../runtime_err_stack/err_stack_timed_guard_for_ode1.cif | 2 +- .../runtime_err_stack/err_stack_timed_guard_for_ode2.cif | 2 +- .../runtime_err_stack/err_stack_urg_edge_guard.cif | 2 +- .../simulator/runtime_err_stack/err_stack_while_cond.cif | 2 +- .../tests/simulator/svgviz/fmt_default.cif | 2 +- .../tests/simulator/svgviz/id_attr_chars.cif | 2 +- .../tests/simulator/svgviz/id_attr_chars.svg | 2 +- .../tests/simulator/svgviz/option_disable_svg.cif | 2 +- .../tests/simulator/svgviz/out_order.cif | 2 +- .../tests/simulator/svgviz/out_txt.cif | 2 +- .../tests/simulator/svgviz/out_txt.svg | 2 +- .../tests/simulator/svgviz/rel_svg_path.cif | 2 +- .../tests/simulator/svgviz/scalability.cif | 2 +- .../tests/simulator/svgviz/small.svg | 2 +- .../tests/simulator/svgviz/svg_input.cif | 2 +- .../tests/simulator/svgviz/svg_input.svg | 2 +- .../tests/simulator/svgviz/svg_input.tooldef | 2 +- .../tests/simulator/svgviz/svg_load_bridge_ex.cif | 2 +- .../tests/simulator/svgviz/svg_load_bridge_ex.svg | 2 +- .../tests/simulator/svgviz/svg_rect_height_negative.cif | 2 +- .../tests/simulator/svgviz/svg_transform_invalid_syntax.cif | 2 +- .../tests/simulator/svgviz/svgcopy_parent_child.cif | 2 +- .../tests/simulator/svgviz/svgcopy_parent_child.svg | 2 +- .../tests/simulator/svgviz/svgfile_no_maps.cif | 2 +- .../tests/simulator/svgviz/svgfile_refs_same_file.cif | 2 +- .../tests/simulator/svgviz/svgfile_same_id_diff_files.cif | 2 +- .../tests/simulator/svgviz/svgmove.cif | 2 +- .../tests/simulator/svgviz/tank.cif | 2 +- .../tests/simulator/svgviz/tank.svg | 2 +- .../tests/simulator/trace/empty_trace.cif | 2 +- .../tests/simulator/trace/empty_trace.trace | 2 +- .../tests/simulator/trace/err_cmd_unknown.cif | 2 +- .../tests/simulator/trace/err_cmd_unknown.trace | 2 +- .../tests/simulator/trace/err_evt_no_name.cif | 2 +- .../tests/simulator/trace/err_evt_no_name.trace | 2 +- .../tests/simulator/trace/err_evt_not_exist.cif | 2 +- .../tests/simulator/trace/err_evt_not_exist.trace | 2 +- .../tests/simulator/trace/err_opt_after_non_opt.cif | 2 +- .../tests/simulator/trace/err_opt_after_non_opt.trace | 2 +- .../tests/simulator/trace/err_opt_time_incomplete.cif | 2 +- .../tests/simulator/trace/err_opt_time_incomplete.trace | 2 +- .../tests/simulator/trace/err_opt_time_value_unknown.cif | 2 +- .../tests/simulator/trace/err_opt_time_value_unknown.trace | 2 +- .../tests/simulator/trace/err_opt_unknown.cif | 2 +- .../tests/simulator/trace/err_opt_unknown.trace | 2 +- .../tests/simulator/trace/err_time_cmd_not_explicit.cif | 2 +- .../tests/simulator/trace/err_time_cmd_not_explicit.trace | 2 +- .../tests/simulator/trace/evt_deadlock.cif | 2 +- .../tests/simulator/trace/evt_deadlock.trace | 2 +- .../tests/simulator/trace/opt_strict_off_first.cif | 2 +- .../tests/simulator/trace/opt_strict_off_first.trace | 2 +- .../tests/simulator/trace/opt_strict_off_last.cif | 2 +- .../tests/simulator/trace/opt_strict_off_last.trace | 2 +- .../tests/simulator/trace/opt_strict_on.cif | 2 +- .../tests/simulator/trace/opt_strict_on.trace | 2 +- .../tests/simulator/trace/opt_time_explicit.cif | 2 +- .../tests/simulator/trace/opt_time_explicit.trace | 2 +- .../tests/simulator/trace/opt_time_implicit.cif | 2 +- .../tests/simulator/trace/opt_time_implicit.trace | 2 +- .../tests/simulator/trace/opt_time_off.cif | 2 +- .../tests/simulator/trace/opt_time_off.trace | 2 +- .../tests/simulator/trace/time_cut_into_parts.cif | 2 +- .../tests/simulator/trace/time_cut_into_parts.trace | 2 +- .../tests/simulator/trace/time_dupl.cif | 2 +- .../tests/simulator/trace/time_dupl.trace | 2 +- .../simulator/unsupported/disc_multi_initial_value_set.cif | 2 +- .../tests/simulator/unsupported/input_var.cif | 2 +- .../tests/simulator/unsupported/multiple_init_locs1.cif | 2 +- .../tests/simulator/unsupported/multiple_init_locs2.cif | 2 +- .../tests/simulator/unsupported/time_dep_inv.cif | 2 +- .../tests/simulator/values/binops.cif | 2 +- .../tests/simulator/values/binops_short_circuit.cif | 2 +- .../tests/simulator/values/casts.cif | 2 +- .../tests/simulator/values/containers.cif | 2 +- .../tests/simulator/values/default_init_values.cif | 2 +- .../tests/simulator/values/fmt_all.cif | 2 +- .../tests/simulator/values/fmt_escaping.cif | 2 +- .../tests/simulator/values/fmt_misc.cif | 2 +- .../tests/simulator/values/fmt_types.cif | 2 +- .../tests/simulator/values/fmt_unused.cif | 2 +- .../tests/simulator/values/func_calls.cif | 2 +- .../tests/simulator/values/if_exprs.cif | 2 +- .../tests/simulator/values/init_values_vars.cif | 2 +- .../tests/simulator/values/large_literal.cif | 2 +- .../tests/simulator/values/literals.cif | 2 +- .../tests/simulator/values/negative_zero.cif | 2 +- .../tests/simulator/values/pop.cif | 2 +- .../tests/simulator/values/projections.cif | 2 +- .../tests/simulator/values/references.cif | 2 +- .../tests/simulator/values/slicing.cif | 2 +- .../tests/simulator/values/stdlibs.cif | 2 +- .../tests/simulator/values/switch_exprs.cif | 2 +- .../tests/simulator/values/time.cif | 2 +- .../tests/simulator/values/unops.cif | 2 +- .../tests/simulator/values/widening.cif | 2 +- .../tests/tchecker/alg_var_no_value.cif | 2 +- .../tests/tchecker/alg_var_type_value_match.cif | 2 +- .../tests/tchecker/alphabet_disabled_event.cif | 2 +- .../tests/tchecker/alphabet_dupl_event.cif | 2 +- .../tests/tchecker/alphabet_non_sync_param.cif | 2 +- .../tests/tchecker/asgn_func_type.cif | 2 +- .../tests/tchecker/asgn_non_local_var.cif | 2 +- .../tests/tchecker/asgn_string_proj.cif | 2 +- .../tests/tchecker/asgn_type_value_mismatch.cif | 2 +- .../tests/tchecker/aut_dupl_alphabet.cif | 2 +- .../tests/tchecker/aut_dupl_monitor.cif | 2 +- .../tests/tchecker/aut_no_init_loc.cif | 2 +- .../tests/tchecker/binop_invalid_types.cif | 2 +- .../tests/tchecker/binop_overflow.cif | 2 +- .../tests/tchecker/cast_invalid_types.cif | 2 +- .../tests/tchecker/channel_comm_non_chan.cif | 2 +- .../tests/tchecker/channel_non_void_need_value.cif | 2 +- .../tests/tchecker/channel_rcvs_type_mismatch.cif | 2 +- .../tests/tchecker/channel_send_type_mismatch.cif | 2 +- .../tests/tchecker/channel_void_with_value.cif | 2 +- .../tests/tchecker/cls_path_not_found.cif | 2 +- .../tests/tchecker/comp_def_inst_cycle1.cif | 2 +- .../tests/tchecker/comp_def_inst_cycle2.cif | 2 +- .../tests/tchecker/comp_def_inst_cycle3a.cif | 2 +- .../tests/tchecker/comp_def_inst_cycle3b.cif | 2 +- .../tests/tchecker/comp_inst_contr_mismatch.cif | 2 +- .../tests/tchecker/comp_inst_def_not_in_scope.cif | 2 +- .../tests/tchecker/comp_inst_param_alg_types.cif | 2 +- .../tests/tchecker/comp_inst_param_comp_types.cif | 2 +- .../tests/tchecker/comp_inst_param_count.cif | 2 +- .../tests/tchecker/comp_inst_param_event_flag.cif | 2 +- .../tests/tchecker/comp_inst_param_event_types.cif | 2 +- .../tests/tchecker/comp_inst_param_type_event.cif | 2 +- .../tests/tchecker/comp_inst_param_type_loc.cif | 2 +- .../tests/tchecker/comp_param_invalid_type.cif | 2 +- .../tests/tchecker/comp_param_not_in_scope.cif | 2 +- .../tests/tchecker/compdef_ref_in_expr.cif | 2 +- .../tests/tchecker/const_type_value_match.cif | 2 +- .../tests/tchecker/cont_var_der_type.cif | 2 +- .../tests/tchecker/cont_var_no_der.cif | 2 +- .../tests/tchecker/cont_var_type_value_mismatch.cif | 2 +- .../tests/tchecker/container_expr_incompat_types.cif | 2 +- .../tests/tchecker/decl_invalid_type.cif | 2 +- .../tests/tchecker/def_use_cycle_alg_import1a.cif | 2 +- .../tests/tchecker/def_use_cycle_alg_import1b.cif | 2 +- .../tests/tchecker/def_use_cycle_alg_import2a.cif | 2 +- .../tests/tchecker/def_use_cycle_alg_import2b.cif | 2 +- .../tests/tchecker/def_use_cycle_alg_import2c.cif | 2 +- .../tests/tchecker/def_use_cycle_during.cif | 2 +- .../tests/tchecker/def_use_cycle_false_positive.cif | 2 +- .../tests/tchecker/def_use_cycle_post.cif | 2 +- .../tests/tchecker/def_use_cycle_typedecl_import1.cif | 2 +- .../tests/tchecker/def_use_cycle_typedecl_import2.cif | 2 +- .../tests/tchecker/def_use_cycle_typedecl_import3.cif | 2 +- .../tests/tchecker/der_of_non_cont_var.cif | 2 +- .../tests/tchecker/disc_var_type_value_match.cif | 2 +- .../tests/tchecker/dupl_der_for_cont_var.cif | 2 +- .../tests/tchecker/dupl_import.cif | 2 +- .../tests/tchecker/dupl_namespace.cif | 2 +- .../tests/tchecker/dupl_value_for_alg_var1.cif | 2 +- .../tests/tchecker/dupl_value_for_alg_var2a.cif | 2 +- .../tests/tchecker/dupl_value_for_alg_var2b.cif | 2 +- .../tests/tchecker/dupl_var_asgn_edge.cif | 2 +- .../tests/tchecker/dupl_var_asgn_func.cif | 2 +- .../tests/tchecker/duplicate_field_name.cif | 2 +- .../tests/tchecker/duplicate_name1.cif | 2 +- .../tests/tchecker/duplicate_name2.cif | 2 +- .../tests/tchecker/duplicate_name3.cif | 2 +- .../tests/tchecker/duplicate_name4.cif | 2 +- .../tests/tchecker/duplicate_name5.cif | 2 +- .../tests/tchecker/duplicate_name6.cif | 2 +- .../tests/tchecker/duplicate_name7.cif | 2 +- .../tests/tchecker/duplicate_name_import_3levels1.cif | 2 +- .../tests/tchecker/duplicate_name_import_3levels2.cif | 2 +- .../tests/tchecker/duplicate_name_import_3levels3.cif | 2 +- .../tests/tchecker/duplicate_name_import_group_enumlit1.cif | 2 +- .../tests/tchecker/duplicate_name_import_group_enumlit2.cif | 2 +- .../tchecker/duplicate_name_import_group_groupdef1.cif | 2 +- .../tchecker/duplicate_name_import_group_groupdef2.cif | 2 +- .../tests/tchecker/duplicate_name_import_namespace_aut1.cif | 2 +- .../tests/tchecker/duplicate_name_import_namespace_aut2.cif | 2 +- .../tests/tchecker/edge_dupl_event.cif | 2 +- .../tests/tchecker/edge_evt_param_illegal_use.cif | 2 +- .../tests/tchecker/edge_non_loc_target.cif | 2 +- .../tests/tchecker/edge_rcv_expected.cif | 2 +- .../tests/tchecker/edge_tgt_formal_param.cif | 2 +- .../tests/tchecker/edge_urg_loc_urg.cif | 2 +- .../tests/tchecker/empty_type_range.cif | 2 +- .../tests/tchecker/eqn_alg_der.cif | 2 +- .../tests/tchecker/eqn_cont_non_der.cif | 2 +- .../tests/tchecker/eqn_var_not_in_scope.cif | 2 +- .../tests/tchecker/eval_failure.cif | 2 +- .../tests/tchecker/eval_failure_svg_elem_id.cif | 2 +- .../tests/tchecker/event_aut_usage_conflict.cif | 2 +- .../tests/tchecker/event_name_contr_mismatch.cif | 2 +- .../tests/tchecker/event_not_in_alphabet.cif | 2 +- .../tests/tchecker/event_occurrence.cif | 2 +- .../tests/tchecker/event_param_dupl_flag.cif | 2 +- .../tests/tchecker/event_param_flag_non_chan.cif | 2 +- .../tests/tchecker/event_param_flag_order.cif | 2 +- .../tests/tchecker/expr_unknown_type.cif | 2 +- .../tests/tchecker/ext_func_param_ret_type.cif | 2 +- .../tests/tchecker/fcall_abs_overflow.cif | 2 +- .../tests/tchecker/fcall_delete_out_of_bounds.cif | 2 +- .../tests/tchecker/fcall_fmt_not_pattern.cif | 2 +- .../tests/tchecker/fcall_non_func.cif | 2 +- .../tests/tchecker/fcall_pow_overflow.cif | 2 +- .../tests/tchecker/fcall_wrong_arg_count.cif | 2 +- .../tests/tchecker/fcall_wrong_arg_types.cif | 2 +- .../tests/tchecker/fmt_pat_comp_type.cif | 2 +- .../tests/tchecker/fmt_pat_decode_err.cif | 2 +- .../tests/tchecker/fmt_pat_idx_out_of_range.cif | 2 +- .../tests/tchecker/fmt_pat_idx_overflow.cif | 2 +- .../tests/tchecker/fmt_pat_unused_value.cif | 2 +- .../tests/tchecker/fmt_pat_wrong_type.cif | 2 +- .../tests/tchecker/func_not_end_return.cif | 2 +- .../tests/tchecker/func_var_type_value_match.cif | 2 +- .../tests/tchecker/guard_non_bool.cif | 2 +- .../tests/tchecker/ifexpr_incompat_types.cif | 2 +- .../tests/tchecker/import_in_grp.cif | 2 +- .../tests/tchecker/import_io_error.cif | 2 +- .../tests/tchecker/import_not_found.cif | 2 +- .../tests/tchecker/import_self.cif | 2 +- .../tests/tchecker/import_shortest_path1a.cif | 2 +- .../tests/tchecker/import_shortest_path1b.cif | 2 +- .../tests/tchecker/import_shortest_path1c.cif | 2 +- .../tests/tchecker/import_shortest_path2a.cif | 2 +- .../tests/tchecker/import_shortest_path2b.cif | 2 +- .../tests/tchecker/import_shortest_path2c.cif | 2 +- .../tests/tchecker/import_syntax_error1.cif | 2 +- .../tests/tchecker/import_syntax_error2.cif | 2 +- .../tests/tchecker/import_syntax_error3.cif | 2 +- .../tests/tchecker/init_non_bool1.cif | 2 +- .../tests/tchecker/init_non_bool2a.cif | 2 +- .../tests/tchecker/init_non_bool2b.cif | 2 +- .../tests/tchecker/int_value_overflow.cif | 2 +- .../tests/tchecker/inv_inherit_kind.cif | 2 +- .../tests/tchecker/inv_non_bool.cif | 2 +- .../tests/tchecker/invalid_type_ref.cif | 2 +- .../tests/tchecker/loc_dupl_urgent.cif | 2 +- .../tests/tchecker/loc_unreachable.cif | 2 +- .../tests/tchecker/marked_non_bool.cif | 2 +- .../tests/tchecker/monitor_dupl_event.cif | 2 +- .../tests/tchecker/monitor_empty_alphabet.cif | 2 +- .../tests/tchecker/monitor_event_no_edge.cif | 2 +- .../tests/tchecker/monitor_event_not_in_alphabet.cif | 2 +- .../tests/tchecker/nameless_loc_not_alone.cif | 2 +- .../tests/tchecker/namespace_in_grp.cif | 2 +- .../tests/tchecker/print_dupl_file1.cif | 2 +- .../tests/tchecker/print_dupl_file2.cif | 2 +- .../tests/tchecker/print_dupl_for.cif | 2 +- .../tests/tchecker/print_txt_comp_type.cif | 2 +- .../tests/tchecker/print_when_non_bool.cif | 2 +- .../tests/tchecker/proj_child_type.cif | 2 +- .../tests/tchecker/proj_index_type.cif | 2 +- .../tests/tchecker/proj_list_out_of_bounds.cif | 2 +- .../tests/tchecker/proj_tuple_index_bounds.cif | 2 +- .../tests/tchecker/rcvd_value_occurrence.cif | 2 +- .../tests/tchecker/rcvd_value_void.cif | 2 +- .../tests/tchecker/real_value_overflow.cif | 2 +- .../tests/tchecker/reserved_name_prefix.cif | 2 +- .../tests/tchecker/resolve_non_asgn_var.cif | 2 +- .../tests/tchecker/resolve_non_event.cif | 2 +- .../tests/tchecker/resolve_non_func_var.cif | 2 +- .../tests/tchecker/resolve_not_compdef.cif | 2 +- .../tests/tchecker/resolve_not_found1.cif | 2 +- .../tests/tchecker/resolve_not_found2_imported.cif | 2 +- .../tests/tchecker/resolve_not_found2_importing.cif | 2 +- .../tests/tchecker/resolve_not_found3_imported.cif | 2 +- .../tests/tchecker/resolve_not_found3_importing.cif | 2 +- .../tests/tchecker/resolve_not_in_func_scope.cif | 2 +- .../tests/tchecker/resolve_via_compdef.cif | 2 +- .../tests/tchecker/resolve_via_func.cif | 2 +- .../tests/tchecker/resolve_via_non_scope.cif | 2 +- .../tests/tchecker/self_occurrence.cif | 2 +- .../tests/tchecker/slice_child_type.cif | 2 +- .../tests/tchecker/slice_idx_non_int.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/tchecker/small.svg | 2 +- .../tests/tchecker/stat_not_in_while.cif | 2 +- .../tests/tchecker/stat_return_type.cif | 2 +- .../tests/tchecker/stat_unreachable.cif | 2 +- .../tests/tchecker/static_eval.cif | 2 +- .../tests/tchecker/stdlib_occurrence.cif | 2 +- .../tests/tchecker/subdir/svg_elem_id_not_found_import2.cif | 2 +- .../tests/tchecker/subdir/svg_elem_no_text_import2.cif | 2 +- .../tests/tchecker/subdir/svg_file_not_found_import2.cif | 2 +- .../tests/tchecker/svg_attr_unsupported.cif | 2 +- .../tests/tchecker/svg_copy_dupl_id.cif | 2 +- .../tests/tchecker/svg_copy_dupl_id.svg | 2 +- .../tests/tchecker/svg_copy_no_pre_post.cif | 2 +- .../tests/tchecker/svg_copy_non_str.cif | 2 +- .../tests/tchecker/svg_copy_overlap.cif | 2 +- .../tests/tchecker/svg_copy_overlap.svg | 2 +- .../tests/tchecker/svg_copy_root.cif | 2 +- .../tests/tchecker/svg_decl_no_file.cif | 2 +- .../tests/tchecker/svg_dupl_file1.cif | 2 +- .../tests/tchecker/svg_dupl_file2.cif | 2 +- .../tests/tchecker/svg_dupl_input_id.cif | 2 +- .../tests/tchecker/svg_dupl_move_id.cif | 2 +- .../tests/tchecker/svg_dupl_move_transform.cif | 2 +- .../tests/tchecker/svg_dupl_output_id_attr.cif | 2 +- .../tests/tchecker/svg_dupl_output_text.cif | 2 +- .../tests/tchecker/svg_dupl_output_text.svg | 2 +- .../tests/tchecker/svg_elem_id_not_found.cif | 2 +- .../tests/tchecker/svg_elem_id_not_found.svg | 2 +- .../tests/tchecker/svg_elem_id_not_found_import1.cif | 2 +- .../tests/tchecker/svg_elem_no_text.cif | 2 +- .../tests/tchecker/svg_elem_no_text_import1.cif | 2 +- .../tests/tchecker/svg_file_invalid_file_unsupported.cif | 2 +- .../tests/tchecker/svg_file_invalid_file_unsupported.svg | 2 +- .../tests/tchecker/svg_file_invalid_file_xml_file.cif | 2 +- .../tests/tchecker/svg_file_invalid_file_xml_file.svg | 2 +- .../tests/tchecker/svg_file_io_error_empty.cif | 2 +- .../tests/tchecker/svg_file_io_error_incomplete.cif | 2 +- .../tests/tchecker/svg_file_io_error_incomplete.svg | 2 +- .../tests/tchecker/svg_file_io_error_text_file.cif | 2 +- .../tests/tchecker/svg_file_not_found.cif | 2 +- .../tests/tchecker/svg_file_not_found_dir.cif | 2 +- .../tests/tchecker/svg_file_not_found_import1.cif | 2 +- .../tests/tchecker/svg_file_not_found_questionmark.cif | 2 +- .../tests/tchecker/svg_id_non_str.cif | 2 +- .../tests/tchecker/svg_move_non_num.cif | 2 +- .../tests/tchecker/svg_name_invalid.cif | 2 +- .../tests/tchecker/svg_non_static.cif | 2 +- .../tests/tchecker/svg_out_value_comp_type.cif | 2 +- .../tests/tchecker/svg_unknown_name_attr.cif | 2 +- .../tests/tchecker/svg_unknown_name_elem.cif | 2 +- .../tests/tchecker/svg_unknown_name_elem.svg | 2 +- .../tests/tchecker/switch_aut_dupl_loc.cif | 2 +- .../tests/tchecker/switch_aut_missing_loc.cif | 2 +- .../tests/tchecker/switch_aut_superfluous_else.cif | 2 +- .../tests/tchecker/switch_case_loc_id.cif | 2 +- .../tests/tchecker/switch_case_loc_ref.cif | 2 +- .../tests/tchecker/switch_expr_incompat_types.cif | 2 +- .../tests/tchecker/switch_key_type.cif | 2 +- .../tests/tchecker/switch_missing_else.cif | 2 +- .../tests/tchecker/switch_no_value_eq.cif | 2 +- .../tests/tchecker/syntax_error_inv_event_non_name.cif | 2 +- .../tests/tchecker/syntax_error_parse1.cif | 2 +- .../tests/tchecker/syntax_error_parse2.cif | 2 +- .../tests/tchecker/syntax_error_scan.cif | 2 +- .../tests/tchecker/time_in_func.cif | 2 +- .../tests/tchecker/tuple_type_one_field.cif | 2 +- .../tests/tchecker/type_hints.cif | 2 +- .../tests/tchecker/type_invalid_type.cif | 2 +- .../tests/tchecker/type_invalid_type_expr.cif | 2 +- .../tests/tchecker/type_range_bound_neg.cif | 2 +- .../tests/tchecker/type_range_bound_non_int.cif | 2 +- .../tests/tchecker/type_ref_in_expr.cif | 2 +- .../tests/tchecker/unop_invalid_child_type.cif | 2 +- .../tests/tchecker/unop_negate_overflow.cif | 2 +- .../tests/tchecker/unsupported_comp_param_use.cif | 2 +- .../tests/tchecker/unsupported_ext_func_lang.cif | 2 +- .../tests/tchecker/unused_decl.cif | 2 +- cif/org.eclipse.escet.cif.tests/tests/test_all.tooldef | 2 +- cif/org.eclipse.escet.cif.tests/tests/test_cif2cif.tooldef | 2 +- .../tests/test_cif2mcrl2.tooldef | 2 +- cif/org.eclipse.escet.cif.tests/tests/test_cif2plc.tooldef | 2 +- .../tests/test_cif2supremica.tooldef | 2 +- .../tests/test_cif2uppaal.tooldef | 2 +- cif/org.eclipse.escet.cif.tests/tests/test_cif2yed.tooldef | 2 +- cif/org.eclipse.escet.cif.tests/tests/test_codegen.tooldef | 2 +- .../tests/test_datasynth.tooldef | 2 +- .../tests/test_event_based_aut_abstraction.tooldef | 2 +- .../tests/test_event_based_conversion.tooldef | 2 +- .../tests/test_event_based_ctrl_chk.tooldef | 2 +- .../tests/test_event_based_dfa_minimize.tooldef | 2 +- .../tests/test_event_based_lang_equiv.tooldef | 2 +- .../tests/test_event_based_nfa_to_dfa.tooldef | 2 +- .../tests/test_event_based_nonconfl_chk.tooldef | 2 +- .../tests/test_event_based_obs_chk.tooldef | 2 +- .../tests/test_event_based_product.tooldef | 2 +- .../tests/test_event_based_projection.tooldef | 2 +- .../tests/test_event_based_synthesis.tooldef | 2 +- .../tests/test_event_based_trim.tooldef | 2 +- .../tests/test_event_based_trim_chk.tooldef | 2 +- .../tests/test_event_disabler.tooldef | 2 +- cif/org.eclipse.escet.cif.tests/tests/test_explorer.tooldef | 2 +- cif/org.eclipse.escet.cif.tests/tests/test_merger.tooldef | 2 +- .../tests/test_pprint_elim_cdef.tooldef | 2 +- .../tests/test_simulator.tooldef | 2 +- cif/org.eclipse.escet.cif.tests/tests/test_tchecker.tooldef | 2 +- cif/org.eclipse.escet.cif.texteditor/.checkstyle | 2 +- cif/org.eclipse.escet.cif.texteditor/build.properties | 2 +- cif/org.eclipse.escet.cif.texteditor/plugin.xml | 2 +- .../eclipse/escet/cif/texteditor/CifCodeHighlighter.java | 2 +- .../eclipse/escet/cif/texteditor/CifPartitionScanner.java | 2 +- .../eclipse/escet/cif/texteditor/CifSourceViewerConfig.java | 2 +- .../src/org/eclipse/escet/cif/texteditor/CifStyles.java | 2 +- .../src/org/eclipse/escet/cif/texteditor/CifTextEditor.java | 2 +- .../eclipse/escet/cif/texteditor/CifTextEditorScanner.java | 2 +- cif/org.eclipse.escet.cif.tooldefs/.checkstyle | 2 +- cif/org.eclipse.escet.cif.tooldefs/build.properties | 2 +- cif/org.eclipse.escet.cif.tooldefs/plugin.xml | 2 +- cif/org.eclipse.escet.cif.tooldefs/src/cif.tooldef | 2 +- cif/org.eclipse.escet.cif.typechecker.tests/.checkstyle | 2 +- .../build.properties | 2 +- .../eclipse/escet/cif/typechecker/tests/BinOpRangeTest.java | 2 +- .../escet/cif/typechecker/tests/MinMaxRangeTest.java | 2 +- .../escet/cif/typechecker/tests/ModulusRangeTest.java | 2 +- .../eclipse/escet/cif/typechecker/tests/PowerRangeTest.java | 2 +- .../cif/typechecker/tests/RangeCompatIntCornerTest.java | 2 +- .../escet/cif/typechecker/tests/RangeCompatIntTest.java | 2 +- .../cif/typechecker/tests/RangeCompatListCornerTest.java | 2 +- .../escet/cif/typechecker/tests/RangeCompatListTest.java | 2 +- .../escet/cif/typechecker/tests/SlicingRangeTest.java | 2 +- .../escet/cif/typechecker/tests/StdLibFuncRangeTest.java | 2 +- .../escet/cif/typechecker/tests/TwoArgsRangeTestsBase.java | 2 +- cif/org.eclipse.escet.cif.typechecker/.checkstyle | 2 +- cif/org.eclipse.escet.cif.typechecker/build.properties | 2 +- .../escet/cif/typechecker/AssignmentUniquenessChecker.java | 2 +- .../src/org/eclipse/escet/cif/typechecker/CheckStatus.java | 2 +- .../escet/cif/typechecker/CifEventRefTypeChecker.java | 2 +- .../eclipse/escet/cif/typechecker/CifExprsTypeChecker.java | 2 +- .../escet/cif/typechecker/CifFormatPatternChecker.java | 2 +- .../eclipse/escet/cif/typechecker/CifPrintTypeChecker.java | 2 +- .../eclipse/escet/cif/typechecker/CifSvgTypeChecker.java | 2 +- .../org/eclipse/escet/cif/typechecker/CifTypeChecker.java | 2 +- .../eclipse/escet/cif/typechecker/CifTypesTypeChecker.java | 2 +- .../src/org/eclipse/escet/cif/typechecker/ErrMsg.java | 2 +- .../src/org/eclipse/escet/cif/typechecker/ExprContext.java | 2 +- .../eclipse/escet/cif/typechecker/IoDeclTypeChecker.java | 2 +- .../src/org/eclipse/escet/cif/typechecker/SourceFile.java | 2 +- .../src/org/eclipse/escet/cif/typechecker/SourceFiles.java | 2 +- .../org/eclipse/escet/cif/typechecker/SymbolTableEntry.java | 2 +- .../src/org/eclipse/escet/cif/typechecker/chk.bash | 2 +- .../escet/cif/typechecker/declwrap/AlgVariableDeclWrap.java | 2 +- .../escet/cif/typechecker/declwrap/ConstDeclWrap.java | 2 +- .../cif/typechecker/declwrap/ContVariableDeclWrap.java | 2 +- .../eclipse/escet/cif/typechecker/declwrap/DeclWrap.java | 2 +- .../cif/typechecker/declwrap/DiscVariableDeclWrap.java | 2 +- .../escet/cif/typechecker/declwrap/EnumDeclWrap.java | 2 +- .../escet/cif/typechecker/declwrap/EnumLiteralDeclWrap.java | 2 +- .../escet/cif/typechecker/declwrap/EventDeclWrap.java | 2 +- .../escet/cif/typechecker/declwrap/FormalAlgDeclWrap.java | 2 +- .../escet/cif/typechecker/declwrap/FormalEventDeclWrap.java | 2 +- .../cif/typechecker/declwrap/FormalLocationDeclWrap.java | 2 +- .../escet/cif/typechecker/declwrap/FuncParamDeclWrap.java | 2 +- .../cif/typechecker/declwrap/FuncVariableDeclWrap.java | 2 +- .../cif/typechecker/declwrap/InputVariableDeclWrap.java | 2 +- .../escet/cif/typechecker/declwrap/LocationDeclWrap.java | 2 +- .../escet/cif/typechecker/declwrap/TypeDeclWrap.java | 2 +- .../escet/cif/typechecker/postchk/CifPostCheckEnv.java | 2 +- .../escet/cif/typechecker/postchk/CifPrintPostChecker.java | 2 +- .../escet/cif/typechecker/postchk/CifSvgPostChecker.java | 2 +- .../cif/typechecker/postchk/CifTypeCheckerPostCheckEnv.java | 2 +- .../escet/cif/typechecker/postchk/CyclePostChecker.java | 2 +- .../postchk/SingleEventUsePerAutPostChecker.java | 2 +- .../eclipse/escet/cif/typechecker/scopes/AutDefScope.java | 2 +- .../org/eclipse/escet/cif/typechecker/scopes/AutScope.java | 2 +- .../eclipse/escet/cif/typechecker/scopes/CompInstScope.java | 2 +- .../escet/cif/typechecker/scopes/CompParamScope.java | 2 +- .../eclipse/escet/cif/typechecker/scopes/FunctionScope.java | 2 +- .../eclipse/escet/cif/typechecker/scopes/GroupDefScope.java | 2 +- .../eclipse/escet/cif/typechecker/scopes/GroupScope.java | 2 +- .../eclipse/escet/cif/typechecker/scopes/ParentScope.java | 2 +- .../org/eclipse/escet/cif/typechecker/scopes/SpecScope.java | 2 +- .../eclipse/escet/cif/typechecker/scopes/SymbolScope.java | 2 +- .../escet/cif/typechecker/scopes/SymbolScopeBuilder.java | 2 +- .../escet/cif/typechecker/scopes/SymbolScopeMerger.java | 2 +- .../.checkstyle | 2 +- .../build.properties | 2 +- .../plugin.xml | 2 +- .../escet/common/app/framework/appsview/ui/AppsView.java | 2 +- .../common/app/framework/appsview/ui/AppsViewConstants.java | 2 +- .../appsview/ui/commands/AppStatusLegendCommand.java | 2 +- .../appsview/ui/commands/AppStatusLegendDialog.java | 2 +- .../framework/appsview/ui/commands/AutoExpandCommand.java | 2 +- .../framework/appsview/ui/commands/AutoRemoveCommand.java | 2 +- .../appsview/ui/commands/AutoTerminateCommand.java | 2 +- .../app/framework/appsview/ui/commands/CommandUtils.java | 2 +- .../framework/appsview/ui/commands/RemoveAllCommand.java | 2 +- .../app/framework/appsview/ui/commands/RemoveCommand.java | 2 +- .../framework/appsview/ui/commands/RemoveCommandBase.java | 2 +- .../framework/appsview/ui/commands/TerminateAllCommand.java | 2 +- .../framework/appsview/ui/commands/TerminateCommand.java | 2 +- .../appsview/ui/commands/TerminateCommandBase.java | 2 +- .../appsview/ui/commands/ToolItemCheckCommand.java | 2 +- .../app/framework/appsview/ui/commands/ToolItemCommand.java | 2 +- .../app/framework/appsview/ui/icons/AppStatusIcons.java | 2 +- .../.checkstyle | 2 +- .../build.properties | 2 +- .../eclipse/escet/common/app/framework/tests/PathsTest.java | 2 +- .../common/app/framework/tests/ReportExceptionTest.java | 2 +- .../common/app/framework/tests/ResourceClassLoaderTest.java | 2 +- .../app/framework/tests/RuntimeJavaCompilerEclipseTest.java | 2 +- .../app/framework/tests/RuntimeJavaCompilerJdkTest.java | 2 +- .../common/app/framework/tests/RuntimeJavaCompilerTest.java | 2 +- common/org.eclipse.escet.common.app.framework/.checkstyle | 2 +- .../org.eclipse.escet.common.app.framework/build.properties | 2 +- common/org.eclipse.escet.common.app.framework/plugin.xml | 2 +- .../org/eclipse/escet/common/app/framework/Activator.java | 2 +- .../escet/common/app/framework/AppEclipseApplication.java | 2 +- .../src/org/eclipse/escet/common/app/framework/AppEnv.java | 2 +- .../org/eclipse/escet/common/app/framework/AppEnvData.java | 2 +- .../eclipse/escet/common/app/framework/AppProperties.java | 2 +- .../org/eclipse/escet/common/app/framework/Application.java | 2 +- .../eclipse/escet/common/app/framework/ChildAppStarter.java | 2 +- .../org/eclipse/escet/common/app/framework/CrashReport.java | 2 +- .../escet/common/app/framework/DummyApplication.java | 2 +- .../src/org/eclipse/escet/common/app/framework/LICENSE.txt | 2 +- .../src/org/eclipse/escet/common/app/framework/Paths.java | 2 +- .../escet/common/app/framework/PlatformUriUtils.java | 2 +- .../eclipse/escet/common/app/framework/PlatformUtils.java | 2 +- .../escet/common/app/framework/SWTDisplayThread.java | 2 +- .../org/eclipse/escet/common/app/framework/SWTUtils.java | 2 +- .../org/eclipse/escet/common/app/framework/XmlSupport.java | 2 +- .../eclipse/escet/common/app/framework/console/Console.java | 2 +- .../app/framework/console/ConsolePageParticipant.java | 2 +- .../app/framework/console/ConsoleTerminateAction.java | 2 +- .../app/framework/exceptions/ApplicationException.java | 2 +- .../app/framework/exceptions/DependencyException.java | 2 +- .../common/app/framework/exceptions/EndUserException.java | 2 +- .../app/framework/exceptions/InputOutputException.java | 2 +- .../app/framework/exceptions/InvalidInputException.java | 2 +- .../app/framework/exceptions/InvalidModelException.java | 2 +- .../app/framework/exceptions/InvalidOptionException.java | 2 +- .../app/framework/exceptions/UnsupportedException.java | 2 +- .../eclipse/escet/common/app/framework/io/AppStream.java | 2 +- .../eclipse/escet/common/app/framework/io/AppStreams.java | 2 +- .../common/app/framework/io/EclipseConsoleAppStream.java | 2 +- .../escet/common/app/framework/io/FileAppStream.java | 2 +- .../eclipse/escet/common/app/framework/io/MemAppStream.java | 2 +- .../escet/common/app/framework/io/NullAppStream.java | 2 +- .../common/app/framework/io/OutputStreamAppStream.java | 2 +- .../eclipse/escet/common/app/framework/io/StdAppStream.java | 2 +- .../app/framework/javacompiler/InMemoryJarClassLoader.java | 2 +- .../InMemoryJarClassLoaderUrlStreamHandler.java | 2 +- .../common/app/framework/javacompiler/JarClassLoader.java | 2 +- .../framework/javacompiler/JavaCharSeqInputFileObject.java | 2 +- .../app/framework/javacompiler/JavaClassFileObject.java | 2 +- .../common/app/framework/javacompiler/JavaCompilerName.java | 2 +- .../app/framework/javacompiler/JavaCompilerOption.java | 2 +- .../app/framework/javacompiler/JavaInputFileObject.java | 2 +- .../app/framework/javacompiler/OsgiClassFileObject.java | 2 +- .../app/framework/javacompiler/ResourceClassLoader.java | 2 +- .../app/framework/javacompiler/RuntimeClassLoader.java | 2 +- .../app/framework/javacompiler/RuntimeJavaCompiler.java | 2 +- .../javacompiler/RuntimeJavaCompilerException.java | 2 +- .../app/framework/javacompiler/RuntimeJavaFileManager.java | 2 +- .../escet/common/app/framework/management/AppManager.java | 2 +- .../common/app/framework/management/AppManagerData.java | 2 +- .../escet/common/app/framework/management/AppStatus.java | 2 +- .../common/app/framework/management/AppStatusListener.java | 2 +- .../escet/common/app/framework/options/BooleanOption.java | 2 +- .../escet/common/app/framework/options/DevModeOption.java | 2 +- .../escet/common/app/framework/options/DoubleOption.java | 2 +- .../escet/common/app/framework/options/EnumOption.java | 2 +- .../escet/common/app/framework/options/EnumSetOption.java | 2 +- .../escet/common/app/framework/options/FilesOption.java | 2 +- .../eclipse/escet/common/app/framework/options/GuiMode.java | 2 +- .../escet/common/app/framework/options/GuiOption.java | 2 +- .../escet/common/app/framework/options/HelpOption.java | 4 ++-- .../escet/common/app/framework/options/InputFileOption.java | 2 +- .../escet/common/app/framework/options/IntegerOption.java | 2 +- .../escet/common/app/framework/options/LicenseOption.java | 2 +- .../eclipse/escet/common/app/framework/options/Option.java | 2 +- .../escet/common/app/framework/options/OptionCategory.java | 2 +- .../escet/common/app/framework/options/OptionDialog.java | 2 +- .../common/app/framework/options/OptionDialogOption.java | 2 +- .../escet/common/app/framework/options/OptionGroup.java | 2 +- .../escet/common/app/framework/options/OptionValue.java | 2 +- .../eclipse/escet/common/app/framework/options/Options.java | 2 +- .../common/app/framework/options/OutputFileOption.java | 2 +- .../escet/common/app/framework/options/StringOption.java | 2 +- .../options/processing/PatternMatchingOptionProcessing.java | 2 +- .../escet/common/app/framework/output/IOutputComponent.java | 2 +- .../common/app/framework/output/OutputComponentBase.java | 2 +- .../escet/common/app/framework/output/OutputMode.java | 2 +- .../escet/common/app/framework/output/OutputModeOption.java | 2 +- .../escet/common/app/framework/output/OutputProvider.java | 2 +- .../common/app/framework/output/StreamOutputComponent.java | 2 +- common/org.eclipse.escet.common.box.tests/.checkstyle | 2 +- common/org.eclipse.escet.common.box.tests/build.properties | 2 +- .../src/org/eclipse/escet/common/box/tests/BoxTest.java | 2 +- .../org/eclipse/escet/common/box/tests/BoxTestsBase.java | 2 +- .../org/eclipse/escet/common/box/tests/BoxUtilsTest.java | 2 +- .../src/org/eclipse/escet/common/box/tests/BoxerTest.java | 2 +- .../src/org/eclipse/escet/common/box/tests/CodeBoxTest.java | 2 +- .../src/org/eclipse/escet/common/box/tests/GridBoxTest.java | 2 +- .../src/org/eclipse/escet/common/box/tests/HBoxTest.java | 2 +- .../eclipse/escet/common/box/tests/MemoryCodeBoxTest.java | 2 +- .../escet/common/box/tests/MultiLineTextBoxTest.java | 2 +- .../eclipse/escet/common/box/tests/StreamCodeBoxTest.java | 2 +- .../src/org/eclipse/escet/common/box/tests/TextBoxTest.java | 2 +- .../src/org/eclipse/escet/common/box/tests/VBoxTest.java | 2 +- common/org.eclipse.escet.common.box/.checkstyle | 2 +- common/org.eclipse.escet.common.box/build.properties | 2 +- .../src/org/eclipse/escet/common/box/Box.java | 2 +- .../src/org/eclipse/escet/common/box/BoxUtils.java | 2 +- .../src/org/eclipse/escet/common/box/Boxable.java | 2 +- .../src/org/eclipse/escet/common/box/Boxer.java | 2 +- .../src/org/eclipse/escet/common/box/CodeBox.java | 2 +- .../src/org/eclipse/escet/common/box/GridBox.java | 2 +- .../src/org/eclipse/escet/common/box/HBox.java | 2 +- .../src/org/eclipse/escet/common/box/MemoryCodeBox.java | 2 +- .../src/org/eclipse/escet/common/box/MultiLineTextBox.java | 2 +- .../src/org/eclipse/escet/common/box/StreamCodeBox.java | 2 +- .../src/org/eclipse/escet/common/box/TextBox.java | 2 +- .../src/org/eclipse/escet/common/box/VBox.java | 2 +- common/org.eclipse.escet.common.eclipse.ui/.checkstyle | 2 +- common/org.eclipse.escet.common.eclipse.ui/build.properties | 2 +- .../docs/swt_awt_alternatives.asciidoc | 2 +- .../escet/common/eclipse/ui/BaseFileCommandHandler.java | 2 +- .../org/eclipse/escet/common/eclipse/ui/ControlEditor.java | 2 +- .../escet/common/eclipse/ui/CopyFilesNewProjectWizard.java | 2 +- .../eclipse/escet/common/eclipse/ui/DummyEditorSite.java | 2 +- .../escet/common/eclipse/ui/FilePathEditorInput.java | 2 +- .../org/eclipse/escet/common/eclipse/ui/G2dSwtCanvas.java | 2 +- .../org/eclipse/escet/common/eclipse/ui/G2dSwtPainter.java | 2 +- .../src/org/eclipse/escet/common/eclipse/ui/MsgBox.java | 2 +- .../escet/common/eclipse/ui/MultiFileCommandHandler.java | 2 +- .../escet/common/eclipse/ui/SelectionListenerBase.java | 2 +- .../escet/common/eclipse/ui/SingleFileCommandHandler.java | 2 +- .../org.eclipse.escet.common.emf.ecore.codegen/.checkstyle | 2 +- .../build.properties | 2 +- .../escet/common/emf/ecore/codegen/EmfCodeGenerator.java | 2 +- .../emf/ecore/codegen/java/EmfConstructorsGenerator.java | 4 ++-- .../common/emf/ecore/codegen/java/EmfJavaCodeGenerator.java | 2 +- .../common/emf/ecore/codegen/java/ModelCopierTypes.java | 2 +- .../common/emf/ecore/codegen/java/ModelWalkerGenerator.java | 4 ++-- .../emf/ecore/codegen/latex/EmfLatexCodeGenerator.java | 2 +- .../codegen/latex/EmfLatexDocSkeletonDetailGenerator.java | 4 ++-- .../ecore/codegen/latex/EmfLatexDocSkeletonGenerator.java | 4 ++-- .../.checkstyle | 2 +- .../build.properties | 2 +- .../common/emf/ecore/validation/EValidatorAdapter.java | 2 +- common/org.eclipse.escet.common.emf.ecore.xmi/.checkstyle | 2 +- .../org.eclipse.escet.common.emf.ecore.xmi/build.properties | 2 +- .../eclipse/escet/common/emf/ecore/xmi/RealXMIResource.java | 2 +- .../escet/common/emf/ecore/xmi/RealXMIResourceFactory.java | 2 +- common/org.eclipse.escet.common.emf.tests/.checkstyle | 2 +- common/org.eclipse.escet.common.emf.tests/build.properties | 2 +- .../src/org/eclipse/escet/common/emf/tests/EMFPathTest.java | 2 +- .../eclipse/escet/common/emf/tests/ResourceManagerTest.java | 2 +- common/org.eclipse.escet.common.emf/.checkstyle | 2 +- common/org.eclipse.escet.common.emf/build.properties | 2 +- .../src/org/eclipse/escet/common/emf/EMFHelper.java | 2 +- .../src/org/eclipse/escet/common/emf/EMFPath.java | 2 +- .../org/eclipse/escet/common/emf/EMFResourceException.java | 2 +- .../eclipse/escet/common/emf/EMFValidationException.java | 2 +- .../org/eclipse/escet/common/emf/EMFValidationHelper.java | 2 +- .../src/org/eclipse/escet/common/emf/LanguageRegistry.java | 2 +- .../src/org/eclipse/escet/common/emf/ResourceManager.java | 2 +- common/org.eclipse.escet.common.feature/build.properties | 2 +- common/org.eclipse.escet.common.feature/feature.xml | 2 +- common/org.eclipse.escet.common.java.tests/.checkstyle | 2 +- common/org.eclipse.escet.common.java.tests/build.properties | 2 +- .../org/eclipse/escet/common/java/tests/ArrayUtilsTest.java | 2 +- .../escet/common/java/tests/CommandLineUtilsTest.java | 2 +- .../eclipse/escet/common/java/tests/DateTimeUtilsTest.java | 2 +- .../escet/common/java/tests/DependencyOrdererTest.java | 2 +- .../org/eclipse/escet/common/java/tests/FileSizesTest.java | 2 +- .../eclipse/escet/common/java/tests/FormatDecoderTest.java | 2 +- .../java/tests/ListProductIteratorPerformanceTest.java | 2 +- .../escet/common/java/tests/ListProductIteratorTest.java | 2 +- .../src/org/eclipse/escet/common/java/tests/ListsTest.java | 2 +- .../src/org/eclipse/escet/common/java/tests/MapsTest.java | 2 +- .../org/eclipse/escet/common/java/tests/NumbersTest.java | 2 +- .../eclipse/escet/common/java/tests/PermuteUtilsTest.java | 2 +- .../src/org/eclipse/escet/common/java/tests/SetsTest.java | 2 +- .../org/eclipse/escet/common/java/tests/StopwatchTest.java | 2 +- .../org/eclipse/escet/common/java/tests/StringsTest.java | 2 +- common/org.eclipse.escet.common.java/.checkstyle | 2 +- common/org.eclipse.escet.common.java/build.properties | 2 +- .../src/org/eclipse/escet/common/java/ArrayUtils.java | 2 +- .../src/org/eclipse/escet/common/java/Assert.java | 2 +- .../src/org/eclipse/escet/common/java/CloneUtils.java | 2 +- .../src/org/eclipse/escet/common/java/CommandLineUtils.java | 2 +- .../src/org/eclipse/escet/common/java/DateTimeUtils.java | 2 +- .../org/eclipse/escet/common/java/DependencyOrderer.java | 2 +- .../src/org/eclipse/escet/common/java/Exceptions.java | 2 +- .../src/org/eclipse/escet/common/java/FileSizes.java | 2 +- .../src/org/eclipse/escet/common/java/FormatDecoder.java | 2 +- .../org/eclipse/escet/common/java/FormatDescription.java | 2 +- .../src/org/eclipse/escet/common/java/JavaCodeUtils.java | 2 +- .../org/eclipse/escet/common/java/ListProductIterator.java | 2 +- .../src/org/eclipse/escet/common/java/Lists.java | 2 +- .../src/org/eclipse/escet/common/java/Maps.java | 2 +- .../src/org/eclipse/escet/common/java/MultiClassLoader.java | 2 +- .../src/org/eclipse/escet/common/java/Numbers.java | 2 +- .../src/org/eclipse/escet/common/java/Pair.java | 2 +- .../src/org/eclipse/escet/common/java/PairTextComparer.java | 2 +- .../src/org/eclipse/escet/common/java/PermuteUtils.java | 2 +- .../escet/common/java/PositionTrackingInputStream.java | 2 +- .../src/org/eclipse/escet/common/java/RangeIterator.java | 2 +- .../src/org/eclipse/escet/common/java/ReflectionUtils.java | 2 +- .../src/org/eclipse/escet/common/java/Sets.java | 2 +- .../src/org/eclipse/escet/common/java/Stopwatch.java | 2 +- .../src/org/eclipse/escet/common/java/Strings.java | 2 +- .../src/org/eclipse/escet/common/java/ThreadUtils.java | 2 +- .../src/org/eclipse/escet/common/java/Triple.java | 2 +- .../eclipse/escet/common/java/UncachedUrlClassLoader.java | 2 +- .../src/org/eclipse/escet/common/java/XmlUtils.java | 2 +- .../escet/common/java/removablelist/RemovableElement.java | 2 +- .../escet/common/java/removablelist/RemovableList.java | 2 +- common/org.eclipse.escet.common.position.common/.checkstyle | 2 +- .../build.properties | 2 +- .../eclipse/escet/common/position/common/PositionUtils.java | 2 +- .../build.properties | 2 +- .../docs/build.bash | 2 +- .../docs/ecore_diagrams.tex | 2 +- .../docs/ecore_doc_conventions.tex | 2 +- .../docs/ecore_intro.tex | 2 +- .../docs/position_ecore_doc.tex | 6 +++--- .../docs/position_ecore_doc_details.tex | 2 +- .../docs/position_ecore_doc_details_generated.tex | 2 +- .../docs/position_ecore_doc_generated.tex | 2 +- .../model/autofix.py | 4 ++-- .../model/position.genmodel | 2 +- .../plugin.properties | 2 +- .../org.eclipse.escet.common.position.metamodel/plugin.xml | 2 +- .../escet/common/position/metamodel/position/Position.java | 2 +- .../common/position/metamodel/position/PositionFactory.java | 2 +- .../common/position/metamodel/position/PositionObject.java | 2 +- .../common/position/metamodel/position/PositionPackage.java | 2 +- .../metamodel/position/impl/PositionFactoryImpl.java | 2 +- .../position/metamodel/position/impl/PositionImpl.java | 2 +- .../metamodel/position/impl/PositionObjectImpl.java | 2 +- .../metamodel/position/impl/PositionPackageImpl.java | 2 +- .../metamodel/position/util/PositionAdapterFactory.java | 2 +- .../position/metamodel/position/util/PositionSwitch.java | 2 +- common/org.eclipse.escet.common.svg/.checkstyle | 2 +- common/org.eclipse.escet.common.svg/build.properties | 2 +- common/org.eclipse.escet.common.svg/plugin.xml | 2 +- .../src/org/eclipse/escet/common/svg/SvgCanvas.java | 2 +- .../src/org/eclipse/escet/common/svg/SvgException.java | 2 +- .../src/org/eclipse/escet/common/svg/SvgNameUtils.java | 2 +- .../src/org/eclipse/escet/common/svg/SvgUserAgent.java | 2 +- .../src/org/eclipse/escet/common/svg/SvgUtils.java | 2 +- .../src/org/eclipse/escet/common/svg/SvgViewer.java | 2 +- .../src/org/eclipse/escet/common/svg/SvgVisualizer.java | 2 +- .../eclipse/escet/common/svg/selector/MouseEventType.java | 2 +- .../escet/common/svg/selector/MouseEventWrapper.java | 2 +- .../org/eclipse/escet/common/svg/selector/SvgSelector.java | 2 +- common/org.eclipse.escet.common.typechecker/.checkstyle | 2 +- .../org.eclipse.escet.common.typechecker/build.properties | 2 +- .../eclipse/escet/common/typechecker/EcoreTypeChecker.java | 2 +- .../eclipse/escet/common/typechecker/SemanticException.java | 2 +- .../eclipse/escet/common/typechecker/SemanticProblem.java | 2 +- .../escet/common/typechecker/SemanticProblemSeverity.java | 2 +- .../org/eclipse/escet/common/typechecker/TypeChecker.java | 2 +- misc/java-code-style/.checkstyle | 2 +- misc/java-code-style/add_checkstyle_to_project_file.py | 2 +- misc/java-code-style/copy_here.bash | 2 +- misc/java-code-style/copy_there.bash | 2 +- misc/license-header/license-header-list-generate.bash | 4 ++-- misc/license-header/license-header.java.txt | 2 +- misc/start-eclipse-jdk-windows/start_eclipse.bat | 2 +- mvn_escet.cmd | 2 +- mvn_escet.sh | 2 +- pom.xml | 2 +- .../asciidoc/_root_attributes.asciidoc | 2 +- .../asciidoc/app-framework/_part_attributes.asciidoc | 2 +- .../asciidoc/app-framework/application-class.asciidoc | 2 +- .../asciidoc/app-framework/compiler-framework.asciidoc | 2 +- .../asciidoc/app-framework/exception-framework.asciidoc | 2 +- .../asciidoc/app-framework/execution.asciidoc | 2 +- .../asciidoc/app-framework/exit-codes.asciidoc | 2 +- .../app-framework/implement-your-application.asciidoc | 2 +- .../asciidoc/app-framework/index.asciidoc | 2 +- .../asciidoc/app-framework/introduction.asciidoc | 2 +- .../asciidoc/app-framework/io-framework.asciidoc | 2 +- .../asciidoc/app-framework/option-framework.asciidoc | 2 +- .../asciidoc/app-framework/registration.asciidoc | 2 +- .../asciidoc/app-framework/standalone-vs-eclipse.asciidoc | 2 +- .../asciidoc/contact.asciidoc | 2 +- .../asciidoc/developer/_part_attributes.asciidoc | 2 +- .../asciidoc/developer/building-and-testing.asciidoc | 2 +- .../asciidoc/developer/coding-standards.asciidoc | 2 +- .../asciidoc/developer/contributing.asciidoc | 2 +- .../asciidoc/developer/dev-env-setup.asciidoc | 2 +- .../asciidoc/developer/development-process.asciidoc | 2 +- .../asciidoc/developer/git-repo.asciidoc | 2 +- .../asciidoc/developer/index.asciidoc | 2 +- .../asciidoc/developer/issue-tracking.asciidoc | 2 +- .../asciidoc/developer/release-process.asciidoc | 2 +- .../asciidoc/developer/third-party-tools.asciidoc | 2 +- .../asciidoc/developer/upgrade-instructions.asciidoc | 2 +- .../asciidoc/download-install/_part_attributes.asciidoc | 2 +- .../asciidoc/download-install/find-version-number.asciidoc | 2 +- .../asciidoc/download-install/index.asciidoc | 2 +- .../asciidoc/download-install/install.asciidoc | 2 +- .../asciidoc/download-install/remove.asciidoc | 2 +- .../asciidoc/download-install/starting-first-time.asciidoc | 2 +- .../asciidoc/download-install/update.asciidoc | 2 +- .../asciidoc/index-docinfo-footer.html | 2 +- .../asciidoc/index-docinfo.html | 2 +- .../org.eclipse.escet.documentation/asciidoc/index.asciidoc | 4 ++-- .../asciidoc/intro/_part_attributes.asciidoc | 2 +- .../asciidoc/intro/chi.asciidoc | 2 +- .../asciidoc/intro/cif.asciidoc | 2 +- .../asciidoc/intro/index.asciidoc | 2 +- .../asciidoc/intro/setext.asciidoc | 2 +- .../asciidoc/intro/tooldef.asciidoc | 2 +- .../org.eclipse.escet.documentation/asciidoc/legal.asciidoc | 4 ++-- .../asciidoc/performance/_part_attributes.asciidoc | 2 +- .../asciidoc/performance/clear-console.asciidoc | 2 +- .../asciidoc/performance/close-running-apps.asciidoc | 2 +- .../asciidoc/performance/index.asciidoc | 2 +- .../asciidoc/performance/reduce-console-output.asciidoc | 2 +- .../asciidoc/performance/tweak-perf-settings.asciidoc | 2 +- .../asciidoc/release-notes.asciidoc | 2 +- .../asciidoc/use/_part_attributes.asciidoc | 2 +- .../asciidoc/use/apps-view.asciidoc | 2 +- .../asciidoc/use/edit-exec.asciidoc | 2 +- .../asciidoc/use/escet-perspective.asciidoc | 2 +- .../asciidoc/use/index.asciidoc | 2 +- .../asciidoc/use/projects.asciidoc | 2 +- .../asciidoc/use/terminology.asciidoc | 2 +- products/org.eclipse.escet.documentation/assembly.xml | 2 +- products/org.eclipse.escet.documentation/build.properties | 2 +- .../images/performance/java_memory.png.svg | 2 +- products/org.eclipse.escet.documentation/plugin.xml | 2 +- products/org.eclipse.escet.documentation/pom.xml | 2 +- products/org.eclipse.escet.perspective/.checkstyle | 2 +- products/org.eclipse.escet.perspective/build.properties | 2 +- products/org.eclipse.escet.perspective/plugin.xml | 2 +- .../escet/perspective/ESCETPerspectiveConstants.java | 2 +- .../eclipse/escet/perspective/ESCETPerspectiveEnabler.java | 2 +- .../eclipse/escet/perspective/ESCETPerspectiveFactory.java | 2 +- products/org.eclipse.escet.product.branding/about.ini | 2 +- .../org.eclipse.escet.product.branding/about.properties | 4 ++-- .../org.eclipse.escet.product.branding/build.properties | 2 +- .../org.eclipse.escet.product.branding/plugin.properties | 4 ++-- products/org.eclipse.escet.product.branding/plugin.xml | 2 +- .../plugin_customization.ini | 2 +- products/org.eclipse.escet.product.branding/pom.xml | 2 +- .../src-dummy/dummy_file.txt | 2 +- products/org.eclipse.escet.product.feature/build.properties | 2 +- products/org.eclipse.escet.product.feature/feature.xml | 2 +- .../build.properties | 2 +- .../org.eclipse.escet.product.headless.feature/feature.xml | 2 +- products/org.eclipse.escet.product.headless.feature/pom.xml | 2 +- .../src/create_scripts.groovy | 2 +- .../src/create_scripts.json | 6 +++--- products/org.eclipse.escet.product/category.xml | 2 +- products/org.eclipse.escet.product/escet.product | 2 +- products/org.eclipse.escet.product/pom.xml | 2 +- releng/org.eclipse.escet.configuration/checkstyle.xml | 2 +- releng/org.eclipse.escet.configuration/pom.xml | 2 +- releng/org.eclipse.escet.license.mit/build.properties | 2 +- releng/org.eclipse.escet.license.mit/feature.properties | 4 ++-- releng/org.eclipse.escet.license.mit/feature.xml | 2 +- releng/org.eclipse.escet.license.mit/mit.html | 2 +- releng/org.eclipse.escet.target/pom.xml | 2 +- .../asciidoc/_root_attributes.asciidoc | 2 +- .../asciidoc/index-docinfo-footer.html | 2 +- .../asciidoc/index-docinfo.html | 2 +- .../asciidoc/index.asciidoc | 6 +++--- setext/org.eclipse.escet.setext.documentation/assembly.xml | 2 +- .../org.eclipse.escet.setext.documentation/build.properties | 2 +- .../images/.git_keep_empty_dir | 2 +- setext/org.eclipse.escet.setext.documentation/plugin.xml | 2 +- setext/org.eclipse.escet.setext.documentation/pom.xml | 2 +- setext/org.eclipse.escet.setext.feature/build.properties | 2 +- setext/org.eclipse.escet.setext.feature/feature.xml | 2 +- setext/org.eclipse.escet.setext.generator.tests/.checkstyle | 2 +- .../build.properties | 2 +- .../escet/setext/generator/parser/tests/T427Test.java | 2 +- .../escet/setext/generator/parser/tests/T440Test.java | 2 +- .../escet/setext/generator/parser/tests/T448Test.java | 2 +- .../escet/setext/generator/parser/tests/T454Test.java | 2 +- .../escet/setext/generator/scanner/tests/RegExTest.java | 2 +- .../setext/generator/scanner/tests/RegExToDfaTest.java | 2 +- setext/org.eclipse.escet.setext.generator/.checkstyle | 2 +- setext/org.eclipse.escet.setext.generator/build.properties | 2 +- setext/org.eclipse.escet.setext.generator/plugin.xml | 2 +- .../eclipse/escet/setext/generator/JavaHeaderOption.java | 2 +- .../eclipse/escet/setext/generator/OutputBnfFileOption.java | 2 +- .../escet/setext/generator/OutputDebugFilesOption.java | 2 +- .../escet/setext/generator/OutputJavaFilesOption.java | 2 +- .../org/eclipse/escet/setext/generator/SeTextGenerator.java | 2 +- .../eclipse/escet/setext/generator/SeTextGeneratorApp.java | 2 +- .../setext/generator/SeTextGeneratorCommandHandler.java | 2 +- .../eclipse/escet/setext/generator/parser/EmptySymbol.java | 2 +- .../org/eclipse/escet/setext/generator/parser/Grammar.java | 2 +- .../eclipse/escet/setext/generator/parser/GrammarItem.java | 2 +- .../escet/setext/generator/parser/GrammarItemsMap.java | 2 +- .../escet/setext/generator/parser/LALR1Automaton.java | 2 +- .../escet/setext/generator/parser/LALR1AutomatonState.java | 2 +- .../escet/setext/generator/parser/LALR1ParserGenerator.java | 2 +- .../eclipse/escet/setext/generator/parser/LR0Automaton.java | 2 +- .../escet/setext/generator/parser/LR0AutomatonState.java | 2 +- .../escet/setext/generator/parser/LookaheadItem.java | 2 +- .../escet/setext/generator/parser/ParserAcceptAction.java | 2 +- .../eclipse/escet/setext/generator/parser/ParserAction.java | 2 +- .../escet/setext/generator/parser/ParserReduceAction.java | 2 +- .../escet/setext/generator/parser/ParserShiftAction.java | 2 +- .../escet/setext/generator/parser/PropagationItem.java | 2 +- .../eclipse/escet/setext/generator/scanner/Automaton.java | 2 +- .../escet/setext/generator/scanner/AutomatonState.java | 2 +- .../eclipse/escet/setext/generator/scanner/RegExToDfa.java | 2 +- setext/org.eclipse.escet.setext.io/.checkstyle | 2 +- setext/org.eclipse.escet.setext.io/build.properties | 2 +- .../src/org/eclipse/escet/setext/io/SeTextReader.java | 2 +- setext/org.eclipse.escet.setext.parser/.checkstyle | 2 +- setext/org.eclipse.escet.setext.parser/build.properties | 2 +- .../org/eclipse/escet/setext/parser/SeTextHooks.skeleton | 2 +- .../org/eclipse/escet/setext/parser/SeTextParser.java | 2 +- .../org/eclipse/escet/setext/parser/SeTextScanner.java | 2 +- .../src/org/eclipse/escet/setext/parser/SeTextHooks.java | 2 +- .../src/org/eclipse/escet/setext/parser/ast/Decl.java | 2 +- .../src/org/eclipse/escet/setext/parser/ast/HooksDecl.java | 2 +- .../src/org/eclipse/escet/setext/parser/ast/Identifier.java | 2 +- .../src/org/eclipse/escet/setext/parser/ast/Name.java | 2 +- .../org/eclipse/escet/setext/parser/ast/SeTextObject.java | 2 +- .../org/eclipse/escet/setext/parser/ast/Specification.java | 2 +- .../src/org/eclipse/escet/setext/parser/ast/Symbol.java | 2 +- .../escet/setext/parser/ast/TerminalDescription.java | 2 +- .../eclipse/escet/setext/parser/ast/parser/ImportDecl.java | 2 +- .../eclipse/escet/setext/parser/ast/parser/JavaType.java | 2 +- .../eclipse/escet/setext/parser/ast/parser/NonTerminal.java | 2 +- .../eclipse/escet/setext/parser/ast/parser/ParserRule.java | 2 +- .../escet/setext/parser/ast/parser/ParserRulePart.java | 2 +- .../eclipse/escet/setext/parser/ast/parser/StartSymbol.java | 2 +- .../org/eclipse/escet/setext/parser/ast/regex/RegEx.java | 2 +- .../eclipse/escet/setext/parser/ast/regex/RegExAlts.java | 2 +- .../eclipse/escet/setext/parser/ast/regex/RegExChar.java | 2 +- .../escet/setext/parser/ast/regex/RegExCharClass.java | 2 +- .../eclipse/escet/setext/parser/ast/regex/RegExCharSeq.java | 2 +- .../eclipse/escet/setext/parser/ast/regex/RegExChars.java | 2 +- .../org/eclipse/escet/setext/parser/ast/regex/RegExDot.java | 2 +- .../org/eclipse/escet/setext/parser/ast/regex/RegExOpt.java | 2 +- .../eclipse/escet/setext/parser/ast/regex/RegExPlus.java | 2 +- .../org/eclipse/escet/setext/parser/ast/regex/RegExSeq.java | 2 +- .../escet/setext/parser/ast/regex/RegExShortcut.java | 2 +- .../eclipse/escet/setext/parser/ast/regex/RegExStar.java | 2 +- .../escet/setext/parser/ast/scanner/KeywordsIdentifier.java | 2 +- .../escet/setext/parser/ast/scanner/KeywordsTerminal.java | 2 +- .../escet/setext/parser/ast/scanner/ScannerDecl.java | 2 +- .../escet/setext/parser/ast/scanner/ShortcutDecl.java | 2 +- .../eclipse/escet/setext/parser/ast/scanner/Terminal.java | 2 +- .../escet/setext/parser/ast/scanner/TerminalsDecl.java | 2 +- .../src/org/eclipse/escet/setext/parser/chk.bash | 2 +- .../src/org/eclipse/escet/setext/parser/setext.setext | 2 +- setext/org.eclipse.escet.setext.runtime.tests/.checkstyle | 2 +- .../org.eclipse.escet.setext.runtime.tests/build.properties | 2 +- .../setext/runtime/expterms/tests/ExpectedTermsParser.java | 2 +- .../expterms/tests/ExpectedTermsParserHooks.skeleton | 2 +- .../setext/runtime/expterms/tests/ExpectedTermsScanner.java | 2 +- .../runtime/parser/tests/CalcTestExpressionParser.java | 2 +- .../setext/runtime/parser/tests/CalcTestHooks.skeleton | 2 +- .../escet/setext/runtime/parser/tests/CalcTestParser.java | 2 +- .../escet/setext/runtime/parser/tests/CalcTestScanner.java | 2 +- .../escet/setext/runtime/scanner/tests/TestScanner.java | 2 +- .../setext/runtime/scanner/tests/TestScannerHooks.skeleton | 2 +- .../runtime/exceptions/tests/CustomSyntaxExceptionTest.java | 2 +- .../setext/runtime/exceptions/tests/ParseExceptionTest.java | 2 +- .../setext/runtime/exceptions/tests/ScanExceptionTest.java | 2 +- .../setext/runtime/expterms/tests/ExpectedTerms.setext | 2 +- .../runtime/expterms/tests/ExpectedTermsParserHooks.java | 2 +- .../setext/runtime/expterms/tests/ExpectedTermsTest.java | 2 +- .../escet/setext/runtime/parser/tests/CalcTest.setext | 2 +- .../escet/setext/runtime/parser/tests/CalcTestHooks.java | 2 +- .../escet/setext/runtime/parser/tests/ParserTest.java | 2 +- .../escet/setext/runtime/scanner/tests/ScannerTest.java | 2 +- .../escet/setext/runtime/scanner/tests/TestScanner.setext | 2 +- .../setext/runtime/scanner/tests/TestScannerHooks.java | 2 +- .../escet/setext/runtime/tests/CodePointBufferTest.java | 2 +- .../escet/setext/runtime/tests/CodePointReaderTest.java | 2 +- setext/org.eclipse.escet.setext.runtime/.checkstyle | 2 +- setext/org.eclipse.escet.setext.runtime/build.properties | 2 +- .../org/eclipse/escet/setext/runtime/CodePointBuffer.java | 2 +- .../org/eclipse/escet/setext/runtime/CodePointReader.java | 2 +- .../src/org/eclipse/escet/setext/runtime/DebugMode.java | 2 +- .../src/org/eclipse/escet/setext/runtime/Parser.java | 2 +- .../org/eclipse/escet/setext/runtime/ParserHooksBase.java | 2 +- .../src/org/eclipse/escet/setext/runtime/Scanner.java | 2 +- .../src/org/eclipse/escet/setext/runtime/Token.java | 2 +- .../setext/runtime/exceptions/CustomSyntaxException.java | 2 +- .../escet/setext/runtime/exceptions/ParseException.java | 2 +- .../escet/setext/runtime/exceptions/ScanException.java | 2 +- .../escet/setext/runtime/exceptions/SyntaxException.java | 2 +- .../src/org/eclipse/escet/setext/runtime/io/BaseReader.java | 2 +- setext/org.eclipse.escet.setext.tests/.checkstyle | 2 +- setext/org.eclipse.escet.setext.tests/build.properties | 2 +- .../src/org/eclipse/escet/setext/tests/SeTextTest.java | 2 +- .../test_models/copy_all.tooldef | 2 +- .../test_models/models_invalid/callback_by_def.setext | 2 +- .../test_models/models_invalid/char_seq_invalid.setext | 2 +- .../test_models/models_invalid/char_seq_single.setext | 2 +- .../test_models/models_invalid/default_state_no_eof.setext | 2 +- .../models_invalid/dupl_generic_type_params.setext | 2 +- .../test_models/models_invalid/gen_class_dupl.setext | 2 +- .../models_invalid/gentime_conflicting_classes.setext | 2 +- .../models_invalid/gentime_overlapping_terms.setext | 2 +- .../test_models/models_invalid/gentime_unused_terms.setext | 2 +- .../test_models/models_invalid/hooks_decl_dupl.setext | 2 +- .../test_models/models_invalid/hooks_decl_generic.setext | 2 +- .../test_models/models_invalid/hooks_decl_missing1.setext | 2 +- .../test_models/models_invalid/hooks_decl_missing2.setext | 2 +- .../test_models/models_invalid/import_invalid_ref.setext | 2 +- .../test_models/models_invalid/import_unused.setext | 2 +- .../test_models/models_invalid/invalid_utf8.setext | 2 +- .../test_models/models_invalid/main_unreachables.setext | 2 +- .../test_models/models_invalid/no_start_symbol.setext | 2 +- .../test_models/models_invalid/no_state_eof.setext | 2 +- .../test_models/models_invalid/nonterm_invalid_ref.setext | 2 +- .../test_models/models_invalid/nonterm_undefined.setext | 2 +- .../test_models/models_invalid/nonterm_unreachable.setext | 2 +- .../test_models/models_invalid/nonterm_unused.setext | 2 +- .../test_models/models_invalid/parser_class_generic.setext | 2 +- .../models_invalid/rel_ref_on_complete_type.setext | 2 +- .../test_models/models_invalid/scanner_decl_dupl.setext | 2 +- .../test_models/models_invalid/scanner_decl_generic.setext | 2 +- .../test_models/models_invalid/scanner_decl_missing.setext | 2 +- .../test_models/models_invalid/shortcut_invalid_ref.setext | 2 +- .../test_models/models_invalid/shortcut_undefined.setext | 2 +- .../models_invalid/shortcut_undefined_order.setext | 2 +- .../test_models/models_invalid/shortcut_unused.setext | 2 +- .../test_models/models_invalid/start_dupl.setext | 2 +- .../test_models/models_invalid/state_does_not_exist.setext | 2 +- .../test_models/models_invalid/state_dupl_eof.setext | 2 +- .../test_models/models_invalid/state_same_as_source.setext | 2 +- .../test_models/models_invalid/state_unreachable.setext | 2 +- .../test_models/models_invalid/symbol_invalid_ref.setext | 2 +- .../test_models/models_invalid/symbol_undefined.setext | 2 +- .../test_models/models_invalid/symtable_dupl_decl1.setext | 2 +- .../test_models/models_invalid/symtable_dupl_decl2.setext | 2 +- .../test_models/models_invalid/symtable_dupl_decl3.setext | 2 +- .../test_models/models_invalid/symtable_dupl_decl4.setext | 2 +- .../test_models/models_invalid/syntax_error_parse1.setext | 2 +- .../test_models/models_invalid/syntax_error_parse2.setext | 2 +- .../test_models/models_invalid/syntax_error_parse3.setext | 2 +- .../test_models/models_invalid/syntax_error_scan.setext | 2 +- .../test_models/models_invalid/syntax_error_scan_smp.setext | 2 +- .../models_invalid/term_accepts_empty_str.setext | 2 +- .../test_models/models_invalid/term_descr_missing.setext | 2 +- .../test_models/models_invalid/term_descr_override.setext | 2 +- .../models_invalid/term_descr_unnecessary.setext | 2 +- .../test_models/models_invalid/term_unused.setext | 2 +- .../models_invalid/unsupported_non_ascii_char.setext | 2 +- .../test_models/models_valid/conflicts_accept_reduce.setext | 2 +- .../test_models/models_valid/conflicts_reduce_reduce.setext | 2 +- .../test_models/models_valid/conflicts_shift_reduce.setext | 2 +- .../test_models/models_valid/output_bnf.setext | 2 +- .../test_models/test_all.tooldef | 2 +- .../test_models/test_invalid.tooldef | 2 +- .../test_models/test_valid.tooldef | 2 +- .../org.eclipse.escet.setext.texteditor.tests/.checkstyle | 2 +- .../build.properties | 2 +- .../setext/texteditor/tests/SeTextCodeHighlighterTest.java | 2 +- setext/org.eclipse.escet.setext.texteditor/.checkstyle | 2 +- setext/org.eclipse.escet.setext.texteditor/build.properties | 2 +- setext/org.eclipse.escet.setext.texteditor/plugin.xml | 2 +- .../escet/setext/texteditor/SeTextCodeHighlighter.java | 2 +- .../escet/setext/texteditor/SeTextPartitionScanner.java | 2 +- .../escet/setext/texteditor/SeTextSourceViewerConfig.java | 2 +- .../org/eclipse/escet/setext/texteditor/SeTextStyles.java | 2 +- .../eclipse/escet/setext/texteditor/SeTextTextEditor.java | 2 +- .../escet/setext/texteditor/SeTextTextEditorScanner.java | 2 +- setext/org.eclipse.escet.setext.texteditorbase/.checkstyle | 2 +- .../build.properties | 2 +- setext/org.eclipse.escet.setext.texteditorbase/plugin.xml | 2 +- .../eclipse/escet/setext/texteditorbase/ColorManager.java | 2 +- .../texteditorbase/GenericSourceViewerConfiguration.java | 2 +- .../texteditorbase/GenericSpellingReconcileStrategy.java | 2 +- .../escet/setext/texteditorbase/GenericTextEditor.java | 2 +- .../setext/texteditorbase/GenericTextEditorFolding.java | 2 +- .../escet/setext/texteditorbase/GenericTextHover.java | 2 +- .../escet/setext/texteditorbase/RuleBasedScannerEx.java | 2 +- .../src/org/eclipse/escet/setext/texteditorbase/Style.java | 2 +- .../setext/texteditorbase/commands/CommentHandler.java | 2 +- .../setext/texteditorbase/commands/CommentHandlerBase.java | 2 +- .../setext/texteditorbase/commands/UncommentHandler.java | 2 +- .../texteditorbase/detectors/GenericWhitespaceDetector.java | 2 +- .../setext/texteditorbase/detectors/IdentifierDetector.java | 2 +- .../setext/texteditorbase/detectors/IntNumberDetector.java | 2 +- .../setext/texteditorbase/detectors/RealNumberDetector.java | 2 +- .../setext/texteditorbase/highlight/CodeHighlighter.java | 2 +- .../setext/texteditorbase/highlight/ReadOnlyDocument.java | 2 +- .../escet/setext/texteditorbase/rules/IdentifiersRule.java | 2 +- .../escet/setext/texteditorbase/rules/IntNumberRule.java | 2 +- .../escet/setext/texteditorbase/rules/KeywordsRule.java | 2 +- .../escet/setext/texteditorbase/rules/LiteralsRule.java | 2 +- .../escet/setext/texteditorbase/rules/RealNumberRule.java | 2 +- .../escet/setext/texteditorbase/rules/RegExRule.java | 2 +- .../setext/texteditorbase/rules/StringLiteralRule.java | 2 +- .../setext/texteditorbase/scanners/FormatStringScanner.java | 2 +- .../texteditorbase/scanners/GenericPartitionScanner.java | 2 +- .../setext/texteditorbase/scanners/SingleStyleScanner.java | 2 +- .../texteditorbase/scanners/StringLiteralScanner.java | 2 +- setext/org.eclipse.escet.setext.typechecker/.checkstyle | 2 +- .../org.eclipse.escet.setext.typechecker/build.properties | 2 +- .../src/org/eclipse/escet/setext/typechecker/Message.java | 2 +- .../eclipse/escet/setext/typechecker/SeTextTypeChecker.java | 2 +- .../org/eclipse/escet/setext/typechecker/SymbolTable.java | 2 +- tooldef/org.eclipse.escet.tooldef.common.tests/.checkstyle | 2 +- .../org.eclipse.escet.tooldef.common.tests/build.properties | 2 +- .../escet/tooldef/common/tests/ToolDefTypeUtilsTest.java | 2 +- tooldef/org.eclipse.escet.tooldef.common/.checkstyle | 2 +- tooldef/org.eclipse.escet.tooldef.common/build.properties | 2 +- .../src/org/eclipse/escet/tooldef/common/Associativity.java | 2 +- .../eclipse/escet/tooldef/common/ClassLoaderObtainer.java | 2 +- .../org/eclipse/escet/tooldef/common/ToolDefTextUtils.java | 2 +- .../org/eclipse/escet/tooldef/common/ToolDefTypeEqWrap.java | 2 +- .../org/eclipse/escet/tooldef/common/ToolDefTypeUtils.java | 2 +- .../escet/tooldef/common/ToolDefValidationUtils.java | 2 +- .../asciidoc/_root_attributes.asciidoc | 2 +- .../asciidoc/index-docinfo-footer.html | 2 +- .../asciidoc/index-docinfo.html | 2 +- .../asciidoc/index.asciidoc | 4 ++-- .../asciidoc/introduction.asciidoc | 2 +- .../asciidoc/lang-ref/_part_attributes.asciidoc | 2 +- .../asciidoc/lang-ref/builtins/data.asciidoc | 2 +- .../asciidoc/lang-ref/builtins/file.asciidoc | 2 +- .../asciidoc/lang-ref/builtins/generic.asciidoc | 2 +- .../asciidoc/lang-ref/builtins/io.asciidoc | 2 +- .../asciidoc/lang-ref/builtins/operators.asciidoc | 2 +- .../asciidoc/lang-ref/builtins/path.asciidoc | 2 +- .../asciidoc/lang-ref/index.asciidoc | 2 +- .../asciidoc/lang-ref/syntax/_local_attributes.asciidoc | 2 +- .../asciidoc/lang-ref/syntax/grammar.asciidoc | 2 +- .../asciidoc/lang-ref/syntax/lexical.asciidoc | 2 +- .../asciidoc/legal.asciidoc | 4 ++-- .../asciidoc/release-notes.asciidoc | 2 +- .../asciidoc/tools/_part_attributes.asciidoc | 2 +- .../asciidoc/tools/index.asciidoc | 2 +- .../org.eclipse.escet.tooldef.documentation/assembly.xml | 2 +- .../build.properties | 2 +- tooldef/org.eclipse.escet.tooldef.documentation/plugin.xml | 2 +- tooldef/org.eclipse.escet.tooldef.documentation/pom.xml | 2 +- tooldef/org.eclipse.escet.tooldef.feature/build.properties | 2 +- tooldef/org.eclipse.escet.tooldef.feature/feature.xml | 2 +- tooldef/org.eclipse.escet.tooldef.interpreter/.checkstyle | 2 +- .../org.eclipse.escet.tooldef.interpreter/build.properties | 2 +- tooldef/org.eclipse.escet.tooldef.interpreter/plugin.xml | 2 +- .../eclipse/escet/tooldef/interpreter/BreakException.java | 2 +- .../escet/tooldef/interpreter/ContinueException.java | 2 +- .../org/eclipse/escet/tooldef/interpreter/ExecContext.java | 2 +- .../interpreter/ExecuteToolDefDebugCommandHandler.java | 2 +- .../interpreter/ExecuteToolDefDefaultCommandHandler.java | 2 +- .../tooldef/interpreter/ToolDefBasedPluginUnitTest.java | 2 +- .../org/eclipse/escet/tooldef/interpreter/ToolDefEval.java | 2 +- .../org/eclipse/escet/tooldef/interpreter/ToolDefExec.java | 2 +- .../escet/tooldef/interpreter/ToolDefInterpreter.java | 2 +- .../escet/tooldef/interpreter/ToolDefInterpreterApp.java | 2 +- .../escet/tooldef/interpreter/ToolDefReturnValue.java | 2 +- tooldef/org.eclipse.escet.tooldef.io/.checkstyle | 2 +- tooldef/org.eclipse.escet.tooldef.io/build.properties | 2 +- .../src/org/eclipse/escet/tooldef/io/ToolDefReader.java | 2 +- .../org.eclipse.escet.tooldef.metamodel.java/.checkstyle | 2 +- .../build.properties | 2 +- .../escet/tooldef/metamodel/java/ToolDefConstructors.java | 2 +- .../org.eclipse.escet.tooldef.metamodel/build.properties | 2 +- .../org.eclipse.escet.tooldef.metamodel/model/autofix.py | 4 ++-- .../model/tooldef.genmodel | 2 +- .../org.eclipse.escet.tooldef.metamodel/plugin.properties | 2 +- tooldef/org.eclipse.escet.tooldef.metamodel/plugin.xml | 2 +- .../escet/tooldef/metamodel/tooldef/Declaration.java | 2 +- .../org/eclipse/escet/tooldef/metamodel/tooldef/Import.java | 2 +- .../eclipse/escet/tooldef/metamodel/tooldef/JavaImport.java | 2 +- .../eclipse/escet/tooldef/metamodel/tooldef/JavaTool.java | 2 +- .../org/eclipse/escet/tooldef/metamodel/tooldef/Script.java | 2 +- .../org/eclipse/escet/tooldef/metamodel/tooldef/Tool.java | 2 +- .../escet/tooldef/metamodel/tooldef/ToolDefImport.java | 2 +- .../escet/tooldef/metamodel/tooldef/ToolDefTool.java | 2 +- .../escet/tooldef/metamodel/tooldef/ToolParameter.java | 2 +- .../escet/tooldef/metamodel/tooldef/TooldefFactory.java | 2 +- .../escet/tooldef/metamodel/tooldef/TooldefPackage.java | 2 +- .../eclipse/escet/tooldef/metamodel/tooldef/TypeDecl.java | 2 +- .../eclipse/escet/tooldef/metamodel/tooldef/TypeParam.java | 2 +- .../metamodel/tooldef/expressions/BoolExpression.java | 2 +- .../metamodel/tooldef/expressions/CastExpression.java | 2 +- .../metamodel/tooldef/expressions/DoubleExpression.java | 2 +- .../tooldef/expressions/EmptySetMapExpression.java | 2 +- .../tooldef/metamodel/tooldef/expressions/Expression.java | 2 +- .../metamodel/tooldef/expressions/ExpressionsFactory.java | 2 +- .../metamodel/tooldef/expressions/ExpressionsPackage.java | 2 +- .../metamodel/tooldef/expressions/ListExpression.java | 2 +- .../tooldef/metamodel/tooldef/expressions/MapEntry.java | 2 +- .../metamodel/tooldef/expressions/MapExpression.java | 2 +- .../metamodel/tooldef/expressions/NullExpression.java | 2 +- .../metamodel/tooldef/expressions/NumberExpression.java | 2 +- .../metamodel/tooldef/expressions/ProjectionExpression.java | 2 +- .../metamodel/tooldef/expressions/SetExpression.java | 2 +- .../metamodel/tooldef/expressions/SliceExpression.java | 2 +- .../metamodel/tooldef/expressions/StringExpression.java | 2 +- .../tooldef/metamodel/tooldef/expressions/ToolArgument.java | 2 +- .../metamodel/tooldef/expressions/ToolInvokeExpression.java | 2 +- .../metamodel/tooldef/expressions/ToolParamExpression.java | 2 +- .../tooldef/metamodel/tooldef/expressions/ToolRef.java | 2 +- .../metamodel/tooldef/expressions/TupleExpression.java | 2 +- .../tooldef/expressions/UnresolvedRefExpression.java | 2 +- .../metamodel/tooldef/expressions/VariableExpression.java | 2 +- .../tooldef/expressions/impl/BoolExpressionImpl.java | 2 +- .../tooldef/expressions/impl/CastExpressionImpl.java | 2 +- .../tooldef/expressions/impl/DoubleExpressionImpl.java | 2 +- .../tooldef/expressions/impl/EmptySetMapExpressionImpl.java | 2 +- .../metamodel/tooldef/expressions/impl/ExpressionImpl.java | 2 +- .../tooldef/expressions/impl/ExpressionsFactoryImpl.java | 2 +- .../tooldef/expressions/impl/ExpressionsPackageImpl.java | 2 +- .../tooldef/expressions/impl/ListExpressionImpl.java | 2 +- .../metamodel/tooldef/expressions/impl/MapEntryImpl.java | 2 +- .../tooldef/expressions/impl/MapExpressionImpl.java | 2 +- .../tooldef/expressions/impl/NullExpressionImpl.java | 2 +- .../tooldef/expressions/impl/NumberExpressionImpl.java | 2 +- .../tooldef/expressions/impl/ProjectionExpressionImpl.java | 2 +- .../tooldef/expressions/impl/SetExpressionImpl.java | 2 +- .../tooldef/expressions/impl/SliceExpressionImpl.java | 2 +- .../tooldef/expressions/impl/StringExpressionImpl.java | 2 +- .../tooldef/expressions/impl/ToolArgumentImpl.java | 2 +- .../tooldef/expressions/impl/ToolInvokeExpressionImpl.java | 2 +- .../tooldef/expressions/impl/ToolParamExpressionImpl.java | 2 +- .../metamodel/tooldef/expressions/impl/ToolRefImpl.java | 2 +- .../tooldef/expressions/impl/TupleExpressionImpl.java | 2 +- .../expressions/impl/UnresolvedRefExpressionImpl.java | 2 +- .../tooldef/expressions/impl/VariableExpressionImpl.java | 2 +- .../tooldef/expressions/util/ExpressionsAdapterFactory.java | 2 +- .../tooldef/expressions/util/ExpressionsSwitch.java | 2 +- .../tooldef/metamodel/tooldef/impl/DeclarationImpl.java | 2 +- .../escet/tooldef/metamodel/tooldef/impl/ImportImpl.java | 2 +- .../tooldef/metamodel/tooldef/impl/JavaImportImpl.java | 2 +- .../escet/tooldef/metamodel/tooldef/impl/JavaToolImpl.java | 2 +- .../escet/tooldef/metamodel/tooldef/impl/ScriptImpl.java | 2 +- .../tooldef/metamodel/tooldef/impl/ToolDefImportImpl.java | 2 +- .../tooldef/metamodel/tooldef/impl/ToolDefToolImpl.java | 2 +- .../escet/tooldef/metamodel/tooldef/impl/ToolImpl.java | 2 +- .../tooldef/metamodel/tooldef/impl/ToolParameterImpl.java | 2 +- .../tooldef/metamodel/tooldef/impl/TooldefFactoryImpl.java | 2 +- .../tooldef/metamodel/tooldef/impl/TooldefPackageImpl.java | 2 +- .../escet/tooldef/metamodel/tooldef/impl/TypeDeclImpl.java | 2 +- .../escet/tooldef/metamodel/tooldef/impl/TypeParamImpl.java | 2 +- .../metamodel/tooldef/statements/AddressableDecl.java | 2 +- .../metamodel/tooldef/statements/AssignmentStatement.java | 2 +- .../metamodel/tooldef/statements/BreakStatement.java | 2 +- .../metamodel/tooldef/statements/ContinueStatement.java | 2 +- .../tooldef/metamodel/tooldef/statements/ElifStatement.java | 2 +- .../tooldef/metamodel/tooldef/statements/ExitStatement.java | 2 +- .../tooldef/metamodel/tooldef/statements/ForStatement.java | 2 +- .../tooldef/metamodel/tooldef/statements/IfStatement.java | 2 +- .../metamodel/tooldef/statements/ReturnStatement.java | 2 +- .../tooldef/metamodel/tooldef/statements/Statement.java | 2 +- .../metamodel/tooldef/statements/StatementsFactory.java | 2 +- .../metamodel/tooldef/statements/StatementsPackage.java | 2 +- .../metamodel/tooldef/statements/ToolInvokeStatement.java | 2 +- .../metamodel/tooldef/statements/TupleAddressableDecl.java | 2 +- .../tooldef/metamodel/tooldef/statements/Variable.java | 2 +- .../tooldef/statements/VariableAddressableDecl.java | 2 +- .../metamodel/tooldef/statements/WhileStatement.java | 2 +- .../tooldef/statements/impl/AddressableDeclImpl.java | 2 +- .../tooldef/statements/impl/AssignmentStatementImpl.java | 2 +- .../tooldef/statements/impl/BreakStatementImpl.java | 2 +- .../tooldef/statements/impl/ContinueStatementImpl.java | 2 +- .../tooldef/statements/impl/ElifStatementImpl.java | 2 +- .../tooldef/statements/impl/ExitStatementImpl.java | 2 +- .../metamodel/tooldef/statements/impl/ForStatementImpl.java | 2 +- .../metamodel/tooldef/statements/impl/IfStatementImpl.java | 2 +- .../tooldef/statements/impl/ReturnStatementImpl.java | 2 +- .../metamodel/tooldef/statements/impl/StatementImpl.java | 2 +- .../tooldef/statements/impl/StatementsFactoryImpl.java | 2 +- .../tooldef/statements/impl/StatementsPackageImpl.java | 2 +- .../tooldef/statements/impl/ToolInvokeStatementImpl.java | 2 +- .../tooldef/statements/impl/TupleAddressableDeclImpl.java | 2 +- .../statements/impl/VariableAddressableDeclImpl.java | 2 +- .../metamodel/tooldef/statements/impl/VariableImpl.java | 2 +- .../tooldef/statements/impl/WhileStatementImpl.java | 2 +- .../tooldef/statements/util/StatementsAdapterFactory.java | 2 +- .../metamodel/tooldef/statements/util/StatementsSwitch.java | 2 +- .../escet/tooldef/metamodel/tooldef/types/BoolType.java | 2 +- .../escet/tooldef/metamodel/tooldef/types/DoubleType.java | 2 +- .../escet/tooldef/metamodel/tooldef/types/IntType.java | 2 +- .../escet/tooldef/metamodel/tooldef/types/ListType.java | 2 +- .../escet/tooldef/metamodel/tooldef/types/LongType.java | 2 +- .../escet/tooldef/metamodel/tooldef/types/MapType.java | 2 +- .../escet/tooldef/metamodel/tooldef/types/ObjectType.java | 2 +- .../escet/tooldef/metamodel/tooldef/types/SetType.java | 2 +- .../escet/tooldef/metamodel/tooldef/types/StringType.java | 2 +- .../escet/tooldef/metamodel/tooldef/types/ToolDefType.java | 2 +- .../escet/tooldef/metamodel/tooldef/types/TupleType.java | 2 +- .../escet/tooldef/metamodel/tooldef/types/TypeParamRef.java | 2 +- .../escet/tooldef/metamodel/tooldef/types/TypeRef.java | 2 +- .../escet/tooldef/metamodel/tooldef/types/TypesFactory.java | 2 +- .../escet/tooldef/metamodel/tooldef/types/TypesPackage.java | 2 +- .../tooldef/metamodel/tooldef/types/UnresolvedType.java | 2 +- .../tooldef/metamodel/tooldef/types/impl/BoolTypeImpl.java | 2 +- .../metamodel/tooldef/types/impl/DoubleTypeImpl.java | 2 +- .../tooldef/metamodel/tooldef/types/impl/IntTypeImpl.java | 2 +- .../tooldef/metamodel/tooldef/types/impl/ListTypeImpl.java | 2 +- .../tooldef/metamodel/tooldef/types/impl/LongTypeImpl.java | 2 +- .../tooldef/metamodel/tooldef/types/impl/MapTypeImpl.java | 2 +- .../metamodel/tooldef/types/impl/ObjectTypeImpl.java | 2 +- .../tooldef/metamodel/tooldef/types/impl/SetTypeImpl.java | 2 +- .../metamodel/tooldef/types/impl/StringTypeImpl.java | 2 +- .../metamodel/tooldef/types/impl/ToolDefTypeImpl.java | 2 +- .../tooldef/metamodel/tooldef/types/impl/TupleTypeImpl.java | 2 +- .../metamodel/tooldef/types/impl/TypeParamRefImpl.java | 2 +- .../tooldef/metamodel/tooldef/types/impl/TypeRefImpl.java | 2 +- .../metamodel/tooldef/types/impl/TypesFactoryImpl.java | 2 +- .../metamodel/tooldef/types/impl/TypesPackageImpl.java | 2 +- .../metamodel/tooldef/types/impl/UnresolvedTypeImpl.java | 2 +- .../metamodel/tooldef/types/util/TypesAdapterFactory.java | 2 +- .../tooldef/metamodel/tooldef/types/util/TypesSwitch.java | 2 +- .../metamodel/tooldef/util/TooldefAdapterFactory.java | 2 +- .../escet/tooldef/metamodel/tooldef/util/TooldefSwitch.java | 2 +- .../org.eclipse.escet.tooldef.misc/logos/tooldef_logo.svg | 2 +- tooldef/org.eclipse.escet.tooldef.parser/.checkstyle | 2 +- tooldef/org.eclipse.escet.tooldef.parser/build.properties | 2 +- .../org/eclipse/escet/tooldef/parser/ToolDefHooks.skeleton | 2 +- .../org/eclipse/escet/tooldef/parser/ToolDefParser.java | 2 +- .../org/eclipse/escet/tooldef/parser/ToolDefScanner.java | 2 +- .../src/org/eclipse/escet/tooldef/parser/ToolDefHooks.java | 2 +- .../src/org/eclipse/escet/tooldef/parser/chk.bash | 2 +- .../src/org/eclipse/escet/tooldef/parser/tooldef.setext | 2 +- tooldef/org.eclipse.escet.tooldef.runtime.tests/.checkstyle | 2 +- .../build.properties | 2 +- .../escet/tooldef/runtime/tests/ToolDefEntrySetTest.java | 2 +- .../escet/tooldef/runtime/tests/ToolDefEqWrapTest.java | 2 +- .../escet/tooldef/runtime/tests/ToolDefListTest.java | 2 +- .../eclipse/escet/tooldef/runtime/tests/ToolDefMapTest.java | 2 +- .../tooldef/runtime/tests/ToolDefRuntimeUtilsTest.java | 2 +- .../eclipse/escet/tooldef/runtime/tests/ToolDefSetTest.java | 2 +- .../escet/tooldef/runtime/tests/ToolDefTupleTest.java | 2 +- tooldef/org.eclipse.escet.tooldef.runtime/.checkstyle | 2 +- tooldef/org.eclipse.escet.tooldef.runtime/build.properties | 2 +- tooldef/org.eclipse.escet.tooldef.runtime/plugin.xml | 2 +- .../schema/org.eclipse.escet.tooldef.library.exsd | 2 +- .../org/eclipse/escet/tooldef/runtime/ExitException.java | 2 +- .../org/eclipse/escet/tooldef/runtime/ToolDefEntrySet.java | 2 +- .../org/eclipse/escet/tooldef/runtime/ToolDefEqWrap.java | 2 +- .../org/eclipse/escet/tooldef/runtime/ToolDefException.java | 2 +- .../src/org/eclipse/escet/tooldef/runtime/ToolDefList.java | 2 +- .../src/org/eclipse/escet/tooldef/runtime/ToolDefMap.java | 2 +- .../eclipse/escet/tooldef/runtime/ToolDefRuntimeUtils.java | 2 +- .../src/org/eclipse/escet/tooldef/runtime/ToolDefSet.java | 2 +- .../src/org/eclipse/escet/tooldef/runtime/ToolDefTuple.java | 2 +- .../org/eclipse/escet/tooldef/runtime/ToolDefTupleNary.java | 2 +- .../org/eclipse/escet/tooldef/runtime/ToolDefTuplePair.java | 2 +- .../escet/tooldef/runtime/builtins/BuiltInDataTools.java | 2 +- .../escet/tooldef/runtime/builtins/BuiltInFileTools.java | 2 +- .../escet/tooldef/runtime/builtins/BuiltInGenericTools.java | 2 +- .../escet/tooldef/runtime/builtins/BuiltInIoTools.java | 2 +- .../escet/tooldef/runtime/builtins/BuiltInOperators.java | 2 +- .../escet/tooldef/runtime/builtins/BuiltInPathTools.java | 2 +- .../escet/tooldef/runtime/builtins/builtins_data.tooldef | 2 +- .../escet/tooldef/runtime/builtins/builtins_file.tooldef | 2 +- .../escet/tooldef/runtime/builtins/builtins_generic.tooldef | 2 +- .../escet/tooldef/runtime/builtins/builtins_io.tooldef | 2 +- .../tooldef/runtime/builtins/builtins_operator.tooldef | 2 +- .../escet/tooldef/runtime/builtins/builtins_path.tooldef | 2 +- tooldef/org.eclipse.escet.tooldef.tests/.checkstyle | 2 +- tooldef/org.eclipse.escet.tooldef.tests/build.properties | 2 +- tooldef/org.eclipse.escet.tooldef.tests/plugin.xml | 2 +- .../eclipse/escet/tooldef/tests/InterpreterTestClass.java | 2 +- .../src/org/eclipse/escet/tooldef/tests/TestApp.java | 2 +- .../src/org/eclipse/escet/tooldef/tests/ToolDefTest.java | 2 +- .../eclipse/escet/tooldef/tests/TypeCheckerTestClass.java | 2 +- .../escet/tooldef/tests/import_file_cycle_plugin_1.tooldef | 2 +- .../escet/tooldef/tests/import_file_cycle_plugin_2.tooldef | 2 +- .../escet/tooldef/tests/import_file_cycle_plugin_3.tooldef | 2 +- .../src/test_tooldef_library1.tooldef | 2 +- .../src/test_tooldef_library2.tooldef | 2 +- .../org.eclipse.escet.tooldef.tests/tests/copy_all.tooldef | 2 +- .../tests/interpreter/assignment.tooldef | 2 +- .../tests/interpreter/break_continue.tooldef | 2 +- .../tests/interpreter/builtin_data.tooldef | 2 +- .../tests/interpreter/builtin_file.tooldef | 2 +- .../tests/interpreter/builtin_generic_app.tooldef | 2 +- .../tests/interpreter/builtin_generic_exec.tooldef | 2 +- .../tests/interpreter/builtin_generic_tooldef.tooldef | 2 +- .../tests/interpreter/builtin_io.tooldef | 2 +- .../tests/interpreter/builtin_operators.tooldef | 2 +- .../tests/interpreter/builtin_path.tooldef | 2 +- .../tests/interpreter/casts1.tooldef | 2 +- .../tests/interpreter/casts2.tooldef | 2 +- .../tests/interpreter/casts3.tooldef | 2 +- .../tests/interpreter/debug_output.tooldef | 2 +- .../tests/interpreter/default_values.tooldef | 2 +- .../tests/interpreter/empty.tooldef | 2 +- .../tests/interpreter/equality.tooldef | 2 +- .../tests/interpreter/err_addr_key_not_found.tooldef | 2 +- .../interpreter/err_addr_list_idx_out_of_bounds.tooldef | 2 +- .../tests/interpreter/err_asgn.tooldef | 2 +- .../tests/interpreter/err_cast_double_int_large.tooldef | 2 +- .../tests/interpreter/err_cast_double_int_not_whole.tooldef | 2 +- .../tests/interpreter/err_cast_invalid.tooldef | 2 +- .../tests/interpreter/err_cast_long_int_large.tooldef | 2 +- .../tests/interpreter/err_cast_long_int_small.tooldef | 2 +- .../tests/interpreter/err_cast_non_nullable.tooldef | 2 +- .../tests/interpreter/err_default_param_value.tooldef | 2 +- .../tests/interpreter/err_elif_cond.tooldef | 2 +- .../tests/interpreter/err_fmt_escaped_pattern.tooldef | 2 +- .../tests/interpreter/err_if_cond.tooldef | 2 +- .../tests/interpreter/err_invoke_arg.tooldef | 2 +- .../tests/interpreter/err_java_method_rslt_nan.tooldef | 2 +- .../tests/interpreter/err_java_method_rslt_neg_inf.tooldef | 2 +- .../tests/interpreter/err_java_method_rslt_pos_inf.tooldef | 2 +- .../tests/interpreter/err_no_return_exit.tooldef | 2 +- .../tests/interpreter/err_plus_overflow.tooldef | 2 +- .../tests/interpreter/err_proj_idx.tooldef | 2 +- .../tests/interpreter/err_wrong_list.tooldef | 2 +- .../tests/interpreter/err_wrong_map.tooldef | 2 +- .../tests/interpreter/err_wrong_set.tooldef | 2 +- .../tests/interpreter/exit0.tooldef | 2 +- .../tests/interpreter/exit1.tooldef | 2 +- .../tests/interpreter/exit_deep.tooldef | 2 +- .../tests/interpreter/exit_no_value.tooldef | 2 +- .../tests/interpreter/for.tooldef | 2 +- .../tests/interpreter/if.tooldef | 2 +- .../tests/interpreter/import_lib.tooldef | 2 +- .../tests/interpreter/import_script.tooldef | 2 +- .../tests/interpreter/invoke_java.tooldef | 2 +- .../tests/interpreter/invoke_last_arg_commented_out.tooldef | 2 +- .../interpreter/invoke_mandatory_variadic_optional.tooldef | 2 +- .../tests/interpreter/invoke_null_arg.tooldef | 2 +- .../tests/interpreter/invoke_overloads.tooldef | 2 +- .../tests/interpreter/invoke_tooldef.tooldef | 2 +- .../tests/interpreter/invoke_type_arg.tooldef | 2 +- .../tests/interpreter/java_method_names.tooldef | 2 +- .../tests/interpreter/literals.tooldef | 2 +- .../tests/interpreter/projections.tooldef | 2 +- .../tests/interpreter/return.tooldef | 2 +- .../tests/interpreter/simple.tooldef | 2 +- .../tests/interpreter/slicing.tooldef | 2 +- .../tests/interpreter/type_decls.tooldef | 2 +- .../tests/interpreter/var.tooldef | 2 +- .../tests/interpreter/var_hiding.tooldef | 2 +- .../tests/interpreter/while.tooldef | 2 +- .../tests/tchecker/asgn_dupl_var.tooldef | 2 +- .../tests/tchecker/asgn_non_assignable.tooldef | 2 +- .../tests/tchecker/asgn_string_proj.tooldef | 2 +- .../tests/tchecker/asgn_type_value_mismatch.tooldef | 2 +- .../tests/tchecker/cond_non_bool.tooldef | 2 +- .../tests/tchecker/dupl_name_for_addrs.tooldef | 2 +- .../tests/tchecker/dupl_name_imported_decl_var.tooldef | 2 +- .../tests/tchecker/dupl_name_imported_java_methods.tooldef | 2 +- .../tests/tchecker/dupl_name_imported_script.tooldef | 2 +- .../tests/tchecker/dupl_name_tool_params.tooldef | 2 +- .../tests/tchecker/dupl_name_tool_var.tooldef | 2 +- .../tests/tchecker/dupl_name_type_decls.tooldef | 2 +- .../tests/tchecker/dupl_name_type_param_tool_param.tooldef | 2 +- .../tests/tchecker/dupl_name_type_param_var.tooldef | 2 +- .../tests/tchecker/dupl_name_type_params.tooldef | 2 +- .../tests/tchecker/dupl_name_vars.tooldef | 2 +- .../tests/tchecker/exit_code_non_int.tooldef | 2 +- .../tests/tchecker/expr_unknown_type.tooldef | 2 +- .../tests/tchecker/fmt_pat_decode_err.tooldef | 2 +- .../tests/tchecker/fmt_pat_idx_out_of_range.tooldef | 2 +- .../tests/tchecker/fmt_pat_idx_overflow.tooldef | 2 +- .../tests/tchecker/fmt_pat_unused_value.tooldef | 2 +- .../tests/tchecker/fmt_pat_wrong_type.tooldef | 2 +- .../tests/tchecker/for_addrs_cnt.tooldef | 2 +- .../tests/tchecker/for_addrs_too_many.tooldef | 2 +- .../tests/tchecker/for_source_null.tooldef | 2 +- .../tests/tchecker/for_source_type.tooldef | 2 +- .../tests/tchecker/import_file_cycle3_0.tooldef | 2 +- .../tests/tchecker/import_file_cycle3_1.tooldef | 2 +- .../tests/tchecker/import_file_cycle3_2.tooldef | 2 +- .../tests/tchecker/import_file_cycle3_3.tooldef | 2 +- .../tests/tchecker/import_file_cycle_plugin_0.tooldef | 2 +- .../tests/tchecker/import_file_cycle_self.tooldef | 2 +- .../tests/tchecker/import_file_invalid_name.tooldef | 2 +- .../tests/tchecker/import_file_io_error.tooldef | 2 +- .../tests/tchecker/import_file_no_importable_objs.tooldef | 2 +- .../tests/tchecker/import_file_not_found_dir.tooldef | 2 +- .../tests/tchecker/import_file_not_found_file.tooldef | 2 +- .../tests/tchecker/import_file_obj_not_found.tooldef | 2 +- .../tchecker/import_file_obj_unsupported_import1.tooldef | 2 +- .../tchecker/import_file_obj_unsupported_import2.tooldef | 2 +- .../tests/tchecker/import_file_obj_unsupported_var1.tooldef | 2 +- .../tests/tchecker/import_file_obj_unsupported_var2.tooldef | 2 +- .../tests/tchecker/import_file_resource_not_found.tooldef | 2 +- .../tests/tchecker/import_file_semantic_error1.tooldef | 2 +- .../tests/tchecker/import_file_semantic_error2.tooldef | 2 +- .../tests/tchecker/import_file_syntax_error1.tooldef | 2 +- .../tests/tchecker/import_file_syntax_error2.tooldef | 2 +- .../tests/tchecker/import_java_class_not_found.tooldef | 2 +- .../tests/tchecker/import_java_method_not_found1.tooldef | 2 +- .../tests/tchecker/import_java_method_not_found2.tooldef | 2 +- .../tests/tchecker/import_java_type_array1.tooldef | 2 +- .../tests/tchecker/import_java_type_array2.tooldef | 2 +- .../tests/tchecker/import_java_type_non_generic.tooldef | 2 +- .../tests/tchecker/import_java_type_param_bounded.tooldef | 2 +- .../tests/tchecker/import_java_type_unsupported1.tooldef | 2 +- .../tests/tchecker/import_java_type_unsupported2.tooldef | 2 +- .../tests/tchecker/import_java_type_unsupported3.tooldef | 2 +- .../tests/tchecker/import_java_type_wildcard.tooldef | 2 +- .../tests/tchecker/import_lib_dupl.tooldef | 2 +- .../tests/tchecker/import_lib_not_found.tooldef | 2 +- .../tests/tchecker/import_plugin_adapt.tooldef | 2 +- .../tests/tchecker/import_plugin_not_found.tooldef | 2 +- .../tests/tchecker/import_plugin_state.tooldef | 2 +- .../tests/tchecker/invalid_cast.tooldef | 2 +- .../tests/tchecker/invalid_ref.tooldef | 2 +- .../tests/tchecker/invoke_dupl_named_arg.tooldef | 2 +- .../tests/tchecker/invoke_no_match_all_errs.tooldef | 2 +- .../tests/tchecker/invoke_no_match_multi_overloads.tooldef | 2 +- .../tests/tchecker/invoke_pos_arg_after_named_arg.tooldef | 2 +- .../tests/tchecker/not_in_loop.tooldef | 2 +- .../tests/tchecker/not_in_tool.tooldef | 2 +- .../tests/tchecker/proj_child_type.tooldef | 2 +- .../tests/tchecker/proj_index_type.tooldef | 2 +- .../tests/tchecker/proj_tuple_bound.tooldef | 2 +- .../tests/tchecker/proj_tuple_non_lit.tooldef | 2 +- .../tests/tchecker/resolve_not_found.tooldef | 2 +- .../tests/tchecker/resolve_via_non_script.tooldef | 2 +- .../tests/tchecker/return_no_types.tooldef | 2 +- .../tests/tchecker/return_no_values.tooldef | 2 +- .../tests/tchecker/return_value_type.tooldef | 2 +- .../tests/tchecker/slice_child_type.tooldef | 2 +- .../tests/tchecker/slice_idx_non_int.tooldef | 2 +- .../tests/tchecker/stat_unreachable.tooldef | 2 +- .../tests/tchecker/subdir/1_starts_with_number.tooldef | 2 +- .../tests/tchecker/tool_dupl_overload1.tooldef | 2 +- .../tests/tchecker/tool_dupl_overload2.tooldef | 2 +- .../tests/tchecker/tool_multiple_variadic.tooldef | 2 +- .../tests/tchecker/tool_param_order.tooldef | 2 +- .../tests/tchecker/tool_param_value_type.tooldef | 2 +- .../tests/tchecker/tool_param_variadic_optional.tooldef | 2 +- .../tests/tchecker/tool_return_missing.tooldef | 2 +- .../tests/tchecker/unused_decl.tooldef | 2 +- .../tests/tchecker/value_overflow.tooldef | 2 +- .../tests/tchecker/var_no_initial_value.tooldef | 2 +- .../tests/tchecker/var_value_type.tooldef | 2 +- .../org.eclipse.escet.tooldef.tests/tests/test_all.tooldef | 2 +- .../tests/test_interpreter.tooldef | 2 +- .../tests/test_tchecker.tooldef | 2 +- tooldef/org.eclipse.escet.tooldef.texteditor/.checkstyle | 2 +- .../org.eclipse.escet.tooldef.texteditor/build.properties | 2 +- tooldef/org.eclipse.escet.tooldef.texteditor/plugin.xml | 2 +- .../escet/tooldef/texteditor/ToolDefPartitionScanner.java | 2 +- .../escet/tooldef/texteditor/ToolDefSourceViewerConfig.java | 2 +- .../org/eclipse/escet/tooldef/texteditor/ToolDefStyles.java | 2 +- .../eclipse/escet/tooldef/texteditor/ToolDefTextEditor.java | 2 +- .../escet/tooldef/texteditor/ToolDefTextEditorScanner.java | 2 +- tooldef/org.eclipse.escet.tooldef.typechecker/.checkstyle | 2 +- .../org.eclipse.escet.tooldef.typechecker/build.properties | 2 +- .../eclipse/escet/tooldef/typechecker/CheckerContext.java | 2 +- .../org/eclipse/escet/tooldef/typechecker/ExprsChecker.java | 2 +- .../escet/tooldef/typechecker/FormatPatternChecker.java | 2 +- .../tooldef/typechecker/ImportClassLoaderObtainer.java | 2 +- .../escet/tooldef/typechecker/ImportCycleException.java | 2 +- .../eclipse/escet/tooldef/typechecker/ImportsChecker.java | 2 +- .../src/org/eclipse/escet/tooldef/typechecker/Message.java | 2 +- .../escet/tooldef/typechecker/ReachabilityChecker.java | 2 +- .../escet/tooldef/typechecker/StatementsChecker.java | 2 +- .../org/eclipse/escet/tooldef/typechecker/SymbolKind.java | 2 +- .../escet/tooldef/typechecker/ToolDefTypeChecker.java | 2 +- .../escet/tooldef/typechecker/ToolInvokeChecker.java | 2 +- .../org/eclipse/escet/tooldef/typechecker/ToolsChecker.java | 2 +- .../eclipse/escet/tooldef/typechecker/TypeConstraints.java | 2 +- .../eclipse/escet/tooldef/typechecker/TypeDeclsChecker.java | 2 +- .../org/eclipse/escet/tooldef/typechecker/TypeHints.java | 2 +- .../org/eclipse/escet/tooldef/typechecker/TypeMatcher.java | 2 +- .../org/eclipse/escet/tooldef/typechecker/TypesChecker.java | 2 +- 5111 files changed, 5142 insertions(+), 5142 deletions(-) diff --git a/.gitattributes b/.gitattributes index d901c88fb..1cfee4afc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2010, 2020 Contributors to the Eclipse Foundation +# Copyright (c) 2010, 2021 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.gitconfig b/.gitconfig index 704951ac3..1e3c354c1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2010, 2020 Contributors to the Eclipse Foundation +# Copyright (c) 2010, 2021 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.gitignore b/.gitignore index 00bc2fdcd..ba8ccf778 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2010, 2020 Contributors to the Eclipse Foundation +# Copyright (c) 2010, 2021 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 76eaaaef5..382cdd49e 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -1,5 +1,5 @@