From 6ebf880082d1240aefd0fd19c4dcaa1f314503f3 Mon Sep 17 00:00:00 2001 From: Christian Dietrich Date: Thu, 31 Aug 2023 20:52:21 +0200 Subject: [PATCH] prepare 2.33 projects Signed-off-by: Christian Dietrich --- .github/workflows/build.yml | 30 +- .../.classpath | 12 + .../.gitignore | 1 + .../.project | 34 + .../org.eclipse.core.resources.prefs | 2 + .../.settings/org.eclipse.jdt.core.prefs | 7 + .../META-INF/MANIFEST.MF | 16 + .../build.properties | 4 + .../pom.xml | 148 +++ .../domainmodel/ide/DomainmodelIdeModule.java | 16 + .../domainmodel/ide/DomainmodelIdeSetup.java | 27 + .../.project | 9 + .../org.eclipse.core.resources.prefs | 2 + .../buildDomainmodel.launch | 18 + .../feature/.project | 23 + .../org.eclipse.core.resources.prefs | 2 + .../feature/build.properties | 1 + .../feature/feature.xml | 29 + .../feature/pom.xml | 14 + .../pom.xml | 364 ++++++++ .../repository/.project | 17 + .../org.eclipse.core.resources.prefs | 2 + .../repository/category.xml | 10 + .../repository/pom.xml | 33 + .../tp/.project | 17 + .../org.eclipse.core.resources.prefs | 2 + .../tp/domainmodel.target | 29 + .../tp/pom.xml | 41 + .../.classpath | 13 + .../.gitignore | 1 + .../.project | 34 + .../org.eclipse.core.resources.prefs | 2 + .../.settings/org.eclipse.core.runtime.prefs | 2 + .../.settings/org.eclipse.jdt.core.prefs | 76 ++ .../.settings/org.eclipse.jdt.launching.prefs | 3 + .../META-INF/MANIFEST.MF | 22 + .../build.properties | 5 + ...pse.xtext.example.domainmodel.tests.launch | 21 + .../pom.xml | 29 + .../domainmodel/tests/CompilerTest.xtend | 292 ++++++ .../tests/DomainmodelParsingTest.xtend | 114 +++ .../domainmodel/tests/FormatterTest.xtend | 93 ++ .../tests/OrganizeImportsTest.xtend | 850 ++++++++++++++++++ .../domainmodel/tests/ValidationTests.xtend | 262 ++++++ .../tests/XbaseIntegrationTest.java | 64 ++ .../.classpath | 13 + .../.gitignore | 1 + .../.project | 34 + .../org.eclipse.core.resources.prefs | 2 + .../.settings/org.eclipse.jdt.core.prefs | 76 ++ .../META-INF/MANIFEST.MF | 27 + .../build.properties | 6 + ....xtext.example.domainmodel.ui.tests.launch | 41 + .../pom.xml | 30 + .../domainmodel/ui/tests/AutoEditTest.xtend | 104 +++ .../domainmodel/ui/tests/CodeMiningTest.xtend | 87 ++ .../ui/tests/ContentAssistTest.xtend | 98 ++ .../domainmodel/ui/tests/FoldingTest.xtend | 132 +++ .../ui/tests/HighlightingTest.xtend | 235 +++++ .../domainmodel/ui/tests/HoverTest.xtend | 113 +++ .../ui/tests/HyperlinkingTest.xtend | 117 +++ .../ui/tests/LabelProviderTest.java | 87 ++ .../domainmodel/ui/tests/OutlineTest.xtend | 70 ++ .../domainmodel/ui/tests/QuickfixTest.xtend | 143 +++ .../.classpath | 12 + .../.gitignore | 2 + .../.project | 34 + .../org.eclipse.core.resources.prefs | 2 + .../.settings/org.eclipse.core.runtime.prefs | 2 + .../.settings/org.eclipse.jdt.core.prefs | 394 ++++++++ .../.settings/org.eclipse.jdt.launching.prefs | 3 + .../.settings/org.eclipse.jdt.ui.prefs | 118 +++ .../.settings/org.eclipse.pde.prefs | 32 + .../META-INF/MANIFEST.MF | 37 + .../about.html | 36 + .../build.properties | 8 + .../icons/DataType.gif | Bin 0 -> 349 bytes .../icons/Entity.gif | Bin 0 -> 367 bytes .../icons/Operation.gif | Bin 0 -> 573 bytes .../icons/PackageDeclaration.gif | Bin 0 -> 110 bytes .../icons/Property.gif | Bin 0 -> 329 bytes .../icons/editor.gif | Bin 0 -> 556 bytes .../icons/upcase.png | Bin 0 -> 174 bytes .../plugin.xml | 669 ++++++++++++++ .../pom.xml | 13 + .../domainmodel/ui/DomainmodelUiModule.java | 51 ++ .../FantasticEditStrategyProvider.java | 80 ++ .../DomainmodelCodeMiningProvider.java | 96 ++ .../DomainmodelProposalProvider.java | 17 + .../AssociationHierarchyBuilder.java | 92 ++ ...ociationHierarchyNodeLocationProvider.java | 34 + .../AssociationHierarchyViewPart.java | 31 + .../OpenAssociationHierarchyHandler.java | 48 + .../DomainmodelDescriptionLabelProvider.java | 24 + .../ui/labeling/DomainmodelLabelProvider.java | 156 ++++ ...modelLinkingDiagnosticMessageProvider.java | 56 ++ .../DomainmodelHyperlinkHelper.java | 87 ++ .../DomainmodelOutlineTreeProvider.java | 42 + .../outline/FilterOperationsContribution.java | 48 + .../quickfix/DomainmodelQuickfixProvider.java | 46 + .../ui/search/DomainmodelSearchFilter.java | 22 + .../templates/templates.xml | 26 + .../.classpath | 13 + .../.gitignore | 2 + .../.project | 34 + .../org.eclipse.core.resources.prefs | 2 + .../.settings/org.eclipse.core.runtime.prefs | 2 + .../.settings/org.eclipse.jdt.core.prefs | 399 ++++++++ .../.settings/org.eclipse.jdt.launching.prefs | 3 + .../.settings/org.eclipse.jdt.ui.prefs | 118 +++ .../.settings/org.eclipse.pde.prefs | 25 + .../GenerateDomainmodel.mwe2.launch | 14 + .../META-INF/MANIFEST.MF | 33 + .../about.html | 36 + .../build.properties | 19 + .../plugin.xml | 10 + .../pom.xml | 134 +++ .../example/domainmodel/Domainmodel.xtext | 38 + .../domainmodel/DomainmodelRuntimeModule.java | 21 + .../DomainmodelStandaloneSetup.java | 20 + .../domainmodel/GenerateDomainmodel.mwe2 | 73 ++ .../formatting2/DomainmodelFormatter.java | 96 ++ .../jvmmodel/DomainmodelJvmModelHelper.java | 47 + .../DomainmodelJvmModelInferrer.xtend | 104 +++ .../scoping/DomainmodelScopeProvider.java | 20 + .../DomainmodelSemanticSequencer.java | 13 + .../DomainmodelSyntacticSequencer.java | 23 + .../validation/DomainmodelValidator.java | 101 +++ .../domainmodel/validation/IssueCodes.java | 28 + .../build.gradle | 40 + .../gradle/source-layout.gradle | 30 + .../gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 63375 bytes .../gradle/wrapper/gradle-wrapper.properties | 7 + .../org.xtext.example.mydsl.parent/gradlew | 248 +++++ .../gradlew.bat | 92 ++ .../org.xtext.example.mydsl.ide/build.gradle | 5 + ...Dsl (mydsl) Language Infrastructure.launch | 14 + .../org.xtext.example.mydsl/build.gradle | 40 + .../xtext/example/mydsl/GenerateMyDsl.mwe2 | 50 ++ .../java/org/xtext/example/mydsl/MyDsl.xtext | 9 + .../settings.gradle | 2 + .../build.gradle | 40 + .../gradle/source-layout.gradle | 30 + .../gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 63375 bytes .../gradle/wrapper/gradle-wrapper.properties | 7 + .../org.xtext.example.mydsl.parent/gradlew | 248 +++++ .../gradlew.bat | 92 ++ .../org.xtext.example.mydsl.ide/build.gradle | 5 + ...Dsl (mydsl) Language Infrastructure.launch | 14 + .../org.xtext.example.mydsl/build.gradle | 40 + .../xtext/example/mydsl/GenerateMyDsl.mwe2 | 50 ++ .../java/org/xtext/example/mydsl/MyDsl.xtext | 9 + .../settings.gradle | 2 + .../org.xtext.example.mydsl.ide/pom.xml | 68 ++ .../org.xtext.example.mydsl.parent/pom.xml | 186 ++++ ...Dsl (mydsl) Language Infrastructure.launch | 18 + .../jar-with-ecore-model.xml | 19 + .../org.xtext.example.mydsl/pom.xml | 230 +++++ .../xtext/example/mydsl/GenerateMyDsl.mwe2 | 50 ++ .../java/org/xtext/example/mydsl/MyDsl.xtext | 9 + .../org.xtext.example.mydsl.ide/pom.xml | 68 ++ .../org.xtext.example.mydsl.parent/pom.xml | 186 ++++ ...Dsl (mydsl) Language Infrastructure.launch | 18 + .../jar-with-ecore-model.xml | 19 + .../2.33.0/org.xtext.example.mydsl/pom.xml | 230 +++++ .../xtext/example/mydsl/GenerateMyDsl.mwe2 | 50 ++ .../java/org/xtext/example/mydsl/MyDsl.xtext | 9 + .../build.properties | 1 + .../feature.xml | 23 + .../org.xtext.example.mydsl.feature/pom.xml | 16 + .../META-INF/MANIFEST.MF | 12 + .../build.properties | 6 + .../org.xtext.example.mydsl.ide/pom.xml | 22 + .../org.xtext.example.mydsl.parent/pom.xml | 354 ++++++++ .../category.xml | 11 + .../pom.xml | 52 ++ .../org.xtext.example.mydsl.target.target | 50 ++ .../org.xtext.example.mydsl.target/pom.xml | 16 + .../META-INF/MANIFEST.MF | 14 + .../build.properties | 6 + .../org.xtext.example.mydsl.tests/pom.xml | 22 + .../META-INF/MANIFEST.MF | 16 + .../build.properties | 6 + .../org.xtext.example.mydsl.ui.tests/pom.xml | 29 + .../META-INF/MANIFEST.MF | 17 + .../build.properties | 7 + .../org.xtext.example.mydsl.ui/pom.xml | 22 + ...Dsl (mydsl) Language Infrastructure.launch | 18 + .../.launch/Launch Runtime Eclipse.launch | 34 + .../META-INF/MANIFEST.MF | 12 + .../org.xtext.example.mydsl/build.properties | 18 + .../org.xtext.example.mydsl/pom.xml | 130 +++ .../xtext/example/mydsl/GenerateMyDsl.mwe2 | 53 ++ .../src/org/xtext/example/mydsl/MyDsl.xtext | 9 + .../build.properties | 1 + .../feature.xml | 23 + .../org.xtext.example.mydsl.feature/pom.xml | 16 + .../META-INF/MANIFEST.MF | 12 + .../build.properties | 6 + .../org.xtext.example.mydsl.ide/pom.xml | 22 + .../org.xtext.example.mydsl.parent/pom.xml | 354 ++++++++ .../category.xml | 11 + .../pom.xml | 52 ++ .../org.xtext.example.mydsl.target.target | 50 ++ .../org.xtext.example.mydsl.target/pom.xml | 16 + .../META-INF/MANIFEST.MF | 14 + .../build.properties | 6 + .../org.xtext.example.mydsl.tests/pom.xml | 22 + .../META-INF/MANIFEST.MF | 16 + .../build.properties | 6 + .../org.xtext.example.mydsl.ui.tests/pom.xml | 29 + .../META-INF/MANIFEST.MF | 17 + .../build.properties | 7 + .../2.33.0/org.xtext.example.mydsl.ui/pom.xml | 22 + ...Dsl (mydsl) Language Infrastructure.launch | 18 + .../.launch/Launch Runtime Eclipse.launch | 34 + .../META-INF/MANIFEST.MF | 12 + .../org.xtext.example.mydsl/build.properties | 18 + .../2.33.0/org.xtext.example.mydsl/pom.xml | 130 +++ .../xtext/example/mydsl/GenerateMyDsl.mwe2 | 53 ++ .../src/org/xtext/example/mydsl/MyDsl.xtext | 9 + launch/refproject-greetings-gradle-j11.launch | 2 +- launch/refproject-greetings-gradle.launch | 2 +- launch/refproject-greetings-maven-j11.launch | 2 +- launch/refproject-greetings-maven.launch | 2 +- launch/refproject-greetings-tycho-j11.launch | 2 +- launch/refproject-greetings-tycho.launch | 2 +- scripts/domainmodel-2.33.sh | 10 + scripts/greetings-gradle-2.33-J11.sh | 3 + scripts/greetings-gradle-2.33.sh | 3 + scripts/greetings-maven-2.33-J11.sh | 12 + scripts/greetings-maven-2.33.sh | 12 + scripts/greetings-tycho-2.33-J11.sh | 10 + scripts/greetings-tycho-2.33.sh | 10 + 234 files changed, 12192 insertions(+), 21 deletions(-) create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/.classpath create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/.gitignore create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/.project create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/.settings/org.eclipse.core.resources.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/.settings/org.eclipse.jdt.core.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/META-INF/MANIFEST.MF create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/build.properties create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/pom.xml create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/src/org/eclipse/xtext/example/domainmodel/ide/DomainmodelIdeModule.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/src/org/eclipse/xtext/example/domainmodel/ide/DomainmodelIdeSetup.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/.project create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/.settings/org.eclipse.core.resources.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/buildDomainmodel.launch create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/feature/.project create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/feature/.settings/org.eclipse.core.resources.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/feature/build.properties create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/feature/feature.xml create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/feature/pom.xml create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/pom.xml create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/repository/.project create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/repository/.settings/org.eclipse.core.resources.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/repository/category.xml create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/repository/pom.xml create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/tp/.project create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/tp/.settings/org.eclipse.core.resources.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/tp/domainmodel.target create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/tp/pom.xml create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.classpath create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.gitignore create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.project create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.settings/org.eclipse.core.resources.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.settings/org.eclipse.core.runtime.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.settings/org.eclipse.jdt.core.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.settings/org.eclipse.jdt.launching.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/META-INF/MANIFEST.MF create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/build.properties create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/org.eclipse.xtext.example.domainmodel.tests.launch create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/pom.xml create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/CompilerTest.xtend create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/DomainmodelParsingTest.xtend create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/FormatterTest.xtend create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/OrganizeImportsTest.xtend create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/XbaseIntegrationTest.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/.classpath create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/.gitignore create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/.project create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/.settings/org.eclipse.core.resources.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/.settings/org.eclipse.jdt.core.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/META-INF/MANIFEST.MF create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/build.properties create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/org.eclipse.xtext.example.domainmodel.ui.tests.launch create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/pom.xml create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/AutoEditTest.xtend create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/CodeMiningTest.xtend create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/ContentAssistTest.xtend create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/FoldingTest.xtend create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/HighlightingTest.xtend create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/HoverTest.xtend create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/HyperlinkingTest.xtend create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/LabelProviderTest.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/OutlineTest.xtend create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/QuickfixTest.xtend create mode 100755 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.classpath create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.gitignore create mode 100755 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.project create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.core.resources.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.core.runtime.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.jdt.core.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.jdt.launching.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.jdt.ui.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.pde.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/META-INF/MANIFEST.MF create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/about.html create mode 100755 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/build.properties create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/icons/DataType.gif create mode 100755 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/icons/Entity.gif create mode 100755 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/icons/Operation.gif create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/icons/PackageDeclaration.gif create mode 100755 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/icons/Property.gif create mode 100755 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/icons/editor.gif create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/icons/upcase.png create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/plugin.xml create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/pom.xml create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/DomainmodelUiModule.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/autoedit/FantasticEditStrategyProvider.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/codemining/DomainmodelCodeMiningProvider.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/contentassist/DomainmodelProposalProvider.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/editor/hierarchy/AssociationHierarchyBuilder.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/editor/hierarchy/AssociationHierarchyNodeLocationProvider.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/editor/hierarchy/AssociationHierarchyViewPart.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/editor/hierarchy/OpenAssociationHierarchyHandler.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/labeling/DomainmodelDescriptionLabelProvider.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/labeling/DomainmodelLabelProvider.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/linking/DomainmodelLinkingDiagnosticMessageProvider.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/navigation/DomainmodelHyperlinkHelper.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/outline/DomainmodelOutlineTreeProvider.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/outline/FilterOperationsContribution.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/quickfix/DomainmodelQuickfixProvider.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/search/DomainmodelSearchFilter.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/templates/templates.xml create mode 100755 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.classpath create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.gitignore create mode 100755 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.project create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.core.resources.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.core.runtime.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.jdt.core.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.jdt.launching.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.jdt.ui.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.pde.prefs create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/GenerateDomainmodel.mwe2.launch create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/META-INF/MANIFEST.MF create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/about.html create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/build.properties create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/plugin.xml create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/pom.xml create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/Domainmodel.xtext create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/DomainmodelRuntimeModule.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/DomainmodelStandaloneSetup.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/GenerateDomainmodel.mwe2 create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/formatting2/DomainmodelFormatter.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/jvmmodel/DomainmodelJvmModelHelper.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/jvmmodel/DomainmodelJvmModelInferrer.xtend create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/scoping/DomainmodelScopeProvider.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/serializer/DomainmodelSemanticSequencer.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/serializer/DomainmodelSyntacticSequencer.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/validation/DomainmodelValidator.java create mode 100644 domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/validation/IssueCodes.java create mode 100644 greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/build.gradle create mode 100644 greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/gradle/source-layout.gradle create mode 100644 greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/gradle/wrapper/gradle-wrapper.jar create mode 100644 greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/gradle/wrapper/gradle-wrapper.properties create mode 100755 greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/gradlew create mode 100644 greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/gradlew.bat create mode 100644 greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/org.xtext.example.mydsl.ide/build.gradle create mode 100644 greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch create mode 100644 greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/build.gradle create mode 100644 greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/GenerateMyDsl.mwe2 create mode 100644 greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/MyDsl.xtext create mode 100644 greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/settings.gradle create mode 100644 greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/build.gradle create mode 100644 greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/gradle/source-layout.gradle create mode 100644 greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/gradle/wrapper/gradle-wrapper.jar create mode 100644 greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/gradle/wrapper/gradle-wrapper.properties create mode 100755 greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/gradlew create mode 100644 greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/gradlew.bat create mode 100644 greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/org.xtext.example.mydsl.ide/build.gradle create mode 100644 greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch create mode 100644 greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/build.gradle create mode 100644 greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/GenerateMyDsl.mwe2 create mode 100644 greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/MyDsl.xtext create mode 100644 greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/settings.gradle create mode 100644 greetings-maven/2.33.0-J11/org.xtext.example.mydsl.ide/pom.xml create mode 100644 greetings-maven/2.33.0-J11/org.xtext.example.mydsl.parent/pom.xml create mode 100644 greetings-maven/2.33.0-J11/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch create mode 100644 greetings-maven/2.33.0-J11/org.xtext.example.mydsl/jar-with-ecore-model.xml create mode 100644 greetings-maven/2.33.0-J11/org.xtext.example.mydsl/pom.xml create mode 100644 greetings-maven/2.33.0-J11/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/GenerateMyDsl.mwe2 create mode 100644 greetings-maven/2.33.0-J11/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/MyDsl.xtext create mode 100644 greetings-maven/2.33.0/org.xtext.example.mydsl.ide/pom.xml create mode 100644 greetings-maven/2.33.0/org.xtext.example.mydsl.parent/pom.xml create mode 100644 greetings-maven/2.33.0/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch create mode 100644 greetings-maven/2.33.0/org.xtext.example.mydsl/jar-with-ecore-model.xml create mode 100644 greetings-maven/2.33.0/org.xtext.example.mydsl/pom.xml create mode 100644 greetings-maven/2.33.0/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/GenerateMyDsl.mwe2 create mode 100644 greetings-maven/2.33.0/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/MyDsl.xtext create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.feature/build.properties create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.feature/feature.xml create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.feature/pom.xml create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ide/META-INF/MANIFEST.MF create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ide/build.properties create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ide/pom.xml create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.parent/pom.xml create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.repository/category.xml create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.repository/pom.xml create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.target/org.xtext.example.mydsl.target.target create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.target/pom.xml create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.tests/META-INF/MANIFEST.MF create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.tests/build.properties create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.tests/pom.xml create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui.tests/META-INF/MANIFEST.MF create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui.tests/build.properties create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui.tests/pom.xml create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui/META-INF/MANIFEST.MF create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui/build.properties create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui/pom.xml create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/.launch/Launch Runtime Eclipse.launch create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/META-INF/MANIFEST.MF create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/build.properties create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/pom.xml create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/src/org/xtext/example/mydsl/GenerateMyDsl.mwe2 create mode 100644 greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/src/org/xtext/example/mydsl/MyDsl.xtext create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl.feature/build.properties create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl.feature/feature.xml create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl.feature/pom.xml create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl.ide/META-INF/MANIFEST.MF create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl.ide/build.properties create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl.ide/pom.xml create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl.parent/pom.xml create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl.repository/category.xml create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl.repository/pom.xml create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl.target/org.xtext.example.mydsl.target.target create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl.target/pom.xml create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl.tests/META-INF/MANIFEST.MF create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl.tests/build.properties create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl.tests/pom.xml create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl.ui.tests/META-INF/MANIFEST.MF create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl.ui.tests/build.properties create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl.ui.tests/pom.xml create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl.ui/META-INF/MANIFEST.MF create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl.ui/build.properties create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl.ui/pom.xml create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl/.launch/Launch Runtime Eclipse.launch create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl/META-INF/MANIFEST.MF create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl/build.properties create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl/pom.xml create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl/src/org/xtext/example/mydsl/GenerateMyDsl.mwe2 create mode 100644 greetings-tycho/2.33.0/org.xtext.example.mydsl/src/org/xtext/example/mydsl/MyDsl.xtext create mode 100755 scripts/domainmodel-2.33.sh create mode 100755 scripts/greetings-gradle-2.33-J11.sh create mode 100755 scripts/greetings-gradle-2.33.sh create mode 100755 scripts/greetings-maven-2.33-J11.sh create mode 100755 scripts/greetings-maven-2.33.sh create mode 100755 scripts/greetings-tycho-2.33-J11.sh create mode 100755 scripts/greetings-tycho-2.33.sh diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbd4a976..4eba6933 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: distribution: 'temurin' java-version: 17 - name: Build - run: scripts/greetings-gradle-2.32.sh + run: scripts/greetings-gradle-2.33.sh build_Gralde_J11: runs-on: ubuntu-latest steps: @@ -29,7 +29,7 @@ jobs: distribution: 'temurin' java-version: 11 - name: Build - run: scripts/greetings-gradle-2.32-J11.sh + run: scripts/greetings-gradle-2.33-J11.sh build_Gralde_J11_on_J17: runs-on: ubuntu-latest steps: @@ -40,7 +40,7 @@ jobs: distribution: 'temurin' java-version: 17 - name: Build - run: scripts/greetings-gradle-2.32-J11.sh + run: scripts/greetings-gradle-2.33-J11.sh build_Maven_J17: runs-on: ubuntu-latest steps: @@ -51,7 +51,7 @@ jobs: distribution: 'temurin' java-version: 17 - name: Build - run: scripts/greetings-maven-2.32.sh + run: scripts/greetings-maven-2.33.sh build_Maven_J11: runs-on: ubuntu-latest steps: @@ -62,7 +62,7 @@ jobs: distribution: 'temurin' java-version: 11 - name: Build - run: scripts/greetings-maven-2.32-J11.sh + run: scripts/greetings-maven-2.33-J11.sh build_Maven_J11_on_J17: runs-on: ubuntu-latest steps: @@ -73,7 +73,7 @@ jobs: distribution: 'temurin' java-version: 17 - name: Build - run: scripts/greetings-maven-2.32-J11.sh + run: scripts/greetings-maven-2.33-J11.sh build_tycho_J17: runs-on: ubuntu-latest steps: @@ -84,7 +84,7 @@ jobs: distribution: 'temurin' java-version: 17 - name: Build - run: xvfb-run scripts/greetings-tycho-2.32.sh + run: xvfb-run scripts/greetings-tycho-2.33.sh build_tycho_J11: runs-on: ubuntu-latest steps: @@ -95,7 +95,7 @@ jobs: distribution: 'temurin' java-version: 11 - name: Build - run: xvfb-run scripts/greetings-tycho-2.32-J11.sh + run: xvfb-run scripts/greetings-tycho-2.33-J11.sh build_tycho_J17_tycho_275: runs-on: ubuntu-latest steps: @@ -108,7 +108,7 @@ jobs: - name: Build env: EXTRA_ARGS : "-Dtycho-version=2.7.5" - run: xvfb-run scripts/greetings-tycho-2.32.sh + run: xvfb-run scripts/greetings-tycho-2.33.sh build_tycho_J17_tycho_40: runs-on: ubuntu-latest steps: @@ -125,7 +125,7 @@ jobs: - name: Build env: EXTRA_ARGS : "-Dtycho-version=4.0.1" - run: xvfb-run scripts/greetings-tycho-2.32.sh + run: xvfb-run scripts/greetings-tycho-2.33.sh build_tycho_J17_tycho_50: runs-on: ubuntu-latest steps: @@ -142,7 +142,7 @@ jobs: - name: Build env: EXTRA_ARGS : "-Dtycho-version=5.0.0-SNAPSHOT -Ptycho_snapshots" - run: xvfb-run scripts/greetings-tycho-2.32.sh + run: xvfb-run scripts/greetings-tycho-2.33.sh build_domain: runs-on: ubuntu-latest steps: @@ -153,7 +153,7 @@ jobs: distribution: 'temurin' java-version: 17 - name: Build - run: xvfb-run scripts/domainmodel-2.32.sh + run: xvfb-run scripts/domainmodel-2.33.sh build_domain_tycho_30_J17: runs-on: ubuntu-latest steps: @@ -166,7 +166,7 @@ jobs: - name: Build env: EXTRA_ARGS : "-Dtycho-version=3.0.5" - run: xvfb-run scripts/domainmodel-2.32.sh + run: xvfb-run scripts/domainmodel-2.33.sh build_domain_tycho_40_J17: runs-on: ubuntu-latest steps: @@ -183,7 +183,7 @@ jobs: - name: Build env: EXTRA_ARGS : "-Dtycho-version=4.0.1" - run: xvfb-run scripts/domainmodel-2.32.sh + run: xvfb-run scripts/domainmodel-2.33.sh build_domain_tycho_50_J17: runs-on: ubuntu-latest steps: @@ -200,4 +200,4 @@ jobs: - name: Build env: EXTRA_ARGS : "-Dtycho-version=5.0.0-SNAPSHOT -Ptycho_snapshots" - run: xvfb-run scripts/domainmodel-2.32.sh + run: xvfb-run scripts/domainmodel-2.33.sh diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/.classpath b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/.classpath new file mode 100644 index 00000000..3412d981 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/.classpath @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/.gitignore b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/.gitignore new file mode 100644 index 00000000..ba077a40 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/.gitignore @@ -0,0 +1 @@ +bin diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/.project b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/.project new file mode 100644 index 00000000..dbf82fa2 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/.project @@ -0,0 +1,34 @@ + + + org.eclipse.xtext.example.domainmodel.ide + + + + + + org.eclipse.xtext.ui.shared.xtextBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.xtext.ui.shared.xtextNature + org.eclipse.jdt.core.javanature + org.eclipse.pde.PluginNature + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/.settings/org.eclipse.core.resources.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 00000000..99f26c02 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/.settings/org.eclipse.jdt.core.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 00000000..f4d933e4 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,7 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 +org.eclipse.jdt.core.compiler.compliance=11 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=11 diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/META-INF/MANIFEST.MF b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/META-INF/MANIFEST.MF new file mode 100644 index 00000000..3e167e08 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/META-INF/MANIFEST.MF @@ -0,0 +1,16 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Xtext Domainmodel Example - Generic IDE +Bundle-Vendor: Eclipse Xtext +Bundle-Version: 2.33.0.qualifier +Bundle-SymbolicName: org.eclipse.xtext.example.domainmodel.ide; singleton:=true +Bundle-ActivationPolicy: lazy +Require-Bundle: org.antlr.runtime;bundle-version="[3.2.0,3.2.1)", + org.eclipse.xtext.example.domainmodel, + org.eclipse.xtext.ide, + org.eclipse.xtext.xbase.ide +Bundle-RequiredExecutionEnvironment: JavaSE-11 +Export-Package: org.eclipse.xtext.example.domainmodel.ide;x-internal:=true, + org.eclipse.xtext.example.domainmodel.ide.contentassist.antlr, + org.eclipse.xtext.example.domainmodel.ide.contentassist.antlr.internal +Automatic-Module-Name: org.eclipse.xtext.example.domainmodel.ide diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/build.properties b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/build.properties new file mode 100644 index 00000000..43ac9785 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/build.properties @@ -0,0 +1,4 @@ +source.. = src/,\ + src-gen/ +bin.includes = .,\ + META-INF/ diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/pom.xml b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/pom.xml new file mode 100644 index 00000000..f54b3efc --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/pom.xml @@ -0,0 +1,148 @@ + + 4.0.0 + + org.eclipse.xtext.example.domainmodel + org.eclipse.xtext.example.domainmodel.parent + 2.33.0-SNAPSHOT + ../org.eclipse.xtext.example.domainmodel.releng + + org.eclipse.xtext.example.domainmodel.ide + eclipse-plugin + + + + ch.qos.reload4j + reload4j + + + org.eclipse.lsp4j + org.eclipse.lsp4j + + + org.ow2.asm + asm + + + + + + org.eclipse.xtend + xtend-maven-plugin + + + org.eclipse.tycho + target-platform-configuration + + consider + + + + org.apache.maven.plugins + maven-dependency-plugin + 3.3.0 + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory}/libs + false + false + true + true + + com.ibm.icu, + org.apache.ant, + org.apache.commons.lang, + org.apache.commons.logging, + org.eclipse.core.commands, + org.eclipse.core.contenttype, + org.eclipse.core.expressions, + org.eclipse.core.filesystem, + org.eclipse.core.jobs, + org.eclipse.core.resources, + org.eclipse.core.runtime, + org.eclipse.core.variables, + org.eclipse.debug.core, + org.eclipse.emf.codegen.ecore, + org.eclipse.emf.codegen, + org.eclipse.emf.mwe.core, + org.eclipse.emf.mwe.utils, + org.eclipse.emf.mwe2.lib, + org.eclipse.emf.mwe2.runtime, + org.eclipse.equinox.app, + org.eclipse.equinox.preferences, + org.eclipse.equinox.registry, + org.eclipse.jdt.core, + org.eclipse.jdt.debug, + org.eclipse.jdt.launching, + org.eclipse.text, + org.eclipse.xtend.typesystem.emf, + org.eclipse.xtend, + + + + + + + com.googlecode.addjars-maven-plugin + addjars-maven-plugin + 1.0.5 + + + package + + add-jars + + + + + ${project.build.directory}/libs + + + + + + + + org.codehaus.mojo + appassembler-maven-plugin + 2.1.0 + + + package + + assemble + + + ${project.build.directory}/languageserver + flat + true + + + + mydsl-ls + org.eclipse.xtext.ide.server.ServerLauncher + + + + + + + + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/src/org/eclipse/xtext/example/domainmodel/ide/DomainmodelIdeModule.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/src/org/eclipse/xtext/example/domainmodel/ide/DomainmodelIdeModule.java new file mode 100644 index 00000000..50c3d7e6 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/src/org/eclipse/xtext/example/domainmodel/ide/DomainmodelIdeModule.java @@ -0,0 +1,16 @@ +/** + * Copyright (c) 2011, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */ +package org.eclipse.xtext.example.domainmodel.ide; + + +/** + * Use this class to register ide components. + */ +public class DomainmodelIdeModule extends AbstractDomainmodelIdeModule { +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/src/org/eclipse/xtext/example/domainmodel/ide/DomainmodelIdeSetup.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/src/org/eclipse/xtext/example/domainmodel/ide/DomainmodelIdeSetup.java new file mode 100644 index 00000000..b16b168f --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ide/src/org/eclipse/xtext/example/domainmodel/ide/DomainmodelIdeSetup.java @@ -0,0 +1,27 @@ +/** + * Copyright (c) 2011, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */ +package org.eclipse.xtext.example.domainmodel.ide; + +import com.google.inject.Guice; +import com.google.inject.Injector; +import org.eclipse.xtext.example.domainmodel.DomainmodelRuntimeModule; +import org.eclipse.xtext.example.domainmodel.DomainmodelStandaloneSetup; +import org.eclipse.xtext.util.Modules2; + +/** + * Initialization support for running Xtext languages as language servers. + */ +public class DomainmodelIdeSetup extends DomainmodelStandaloneSetup { + + @Override + public Injector createInjector() { + return Guice.createInjector(Modules2.mixin(new DomainmodelRuntimeModule(), new DomainmodelIdeModule())); + } + +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/.project b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/.project new file mode 100644 index 00000000..a2c6a46c --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/.project @@ -0,0 +1,9 @@ + + + org.eclipse.xtext.example.domainmodel.releng + + + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/.settings/org.eclipse.core.resources.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 00000000..99f26c02 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/buildDomainmodel.launch b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/buildDomainmodel.launch new file mode 100644 index 00000000..7796f799 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/buildDomainmodel.launch @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/feature/.project b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/feature/.project new file mode 100644 index 00000000..41dc27ae --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/feature/.project @@ -0,0 +1,23 @@ + + + org.eclipse.xtext.example.domainmodel.feature + + + + + + org.eclipse.pde.FeatureBuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.m2e.core.maven2Nature + org.eclipse.pde.FeatureNature + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/feature/.settings/org.eclipse.core.resources.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/feature/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 00000000..99f26c02 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/feature/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/feature/build.properties b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/feature/build.properties new file mode 100644 index 00000000..64f93a9f --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/feature/build.properties @@ -0,0 +1 @@ +bin.includes = feature.xml diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/feature/feature.xml b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/feature/feature.xml new file mode 100644 index 00000000..6fffebed --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/feature/feature.xml @@ -0,0 +1,29 @@ + + + + + + + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/feature/pom.xml b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/feature/pom.xml new file mode 100644 index 00000000..a65bcdb7 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/feature/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + + + org.eclipse.xtext.example.domainmodel + org.eclipse.xtext.example.domainmodel.parent + 2.33.0-SNAPSHOT + .. + + + org.eclipse.xtext.example.domainmodel.feature + eclipse-feature + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/pom.xml b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/pom.xml new file mode 100644 index 00000000..801c74e1 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/pom.xml @@ -0,0 +1,364 @@ + + 4.0.0 + org.eclipse.xtext.example.domainmodel + 2.33.0-SNAPSHOT + org.eclipse.xtext.example.domainmodel.parent + pom + + + + org.eclipse.xtext + xtext-dev-bom + ${xtextVersion} + pom + import + + + + + UTF-8 + + 11 + 11 + + 2.7.5 + ${project.groupId} + ${project.groupId}.tp + ${project.version} + domainmodel + + + + + -Xmx512m + ${project.version} + + + tp + ../org.eclipse.xtext.example.domainmodel + ../org.eclipse.xtext.example.domainmodel.ide + ../org.eclipse.xtext.example.domainmodel.ui + ../org.eclipse.xtext.example.domainmodel.tests + ../org.eclipse.xtext.example.domainmodel.ui.tests + feature + repository + + + + + org.eclipse.tycho + tycho-maven-plugin + ${tycho-version} + true + + + org.eclipse.tycho + target-platform-configuration + ${tycho-version} + + + + org.eclipse.xtext.example.domainmodel + ${targetplatform.artifactId} + ${targetplatform.version} + ${targetplatform.classifier} + + + + + macosx + cocoa + x86_64 + + + win32 + win32 + x86_64 + + + linux + gtk + x86_64 + + + + + + eclipse-feature + org.eclipse.rcp + 0.0.0 + + + eclipse-feature + org.eclipse.jdt + 0.0.0 + + + eclipse-plugin + org.eclipse.xtext.ui.codemining + 0.0.0 + + + eclipse-plugin + org.eclipse.xtext.logging + 1.2.24 + + + + + + + org.eclipse.tycho + tycho-source-plugin + ${tycho-version} + + + plugin-source + + plugin-source + + + + + + + + + + org.eclipse.xtend + xtend-maven-plugin + ${xtextVersion} + + + + compile + xtend-install-debug-info + testCompile + xtend-test-install-debug-info + + + + + ${basedir}/xtend-gen + ${basedir}/xtend-gen + + + + org.apache.maven.plugins + maven-clean-plugin + 3.2.0 + + + + ${basedir}/xtend-gen + + **/* + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.3.0 + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-resources-plugin + + + [2.4.3,) + + + resources + testResources + + + + + + + + + + org.codehaus.mojo + + + build-helper-maven-plugin + + + [1.9.1,) + + + add-resource + add-source + add-test-resource + add-test-source + + + + + + + + + + + + + org.eclipse.tycho + tycho-compiler-plugin + ${tycho-version} + + -err:-forbidden + false + + + + org.eclipse.tycho + tycho-surefire-plugin + ${tycho-version} + + + ${tycho.testArgLine} ${platformSystemProperties} ${systemProperties} ${moduleProperties} + + + + + + + + codehaus-snapshots + disable dead 'Codehaus Snapshots' repository, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=481478 + http://nexus.codehaus.org/snapshots/ + + false + + + false + + + + + ossrh-snapshots + ossrh-snapshots + + false + + + false + + http://oss.sonatype.org/content/repositories/snapshots + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + false + + + + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots + false + true + + + + + codehaus-snapshots + disable dead 'Codehaus Snapshots' repository, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=481478 + http://nexus.codehaus.org/snapshots/ + + false + + + false + + + + ossrh-snapshots + ossrh-snapshots + + false + + + false + + http://oss.sonatype.org/content/repositories/snapshots + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + false + + + + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots + false + true + + + + + + macos + + + mac + + + + + -XstartOnFirstThread + + + + jdk9-or-newer + + [9,) + + + --add-modules=ALL-SYSTEM + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/repository/.project b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/repository/.project new file mode 100644 index 00000000..5434c2a3 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/repository/.project @@ -0,0 +1,17 @@ + + + org.eclipse.xtext.example.domainmodel.repository + + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.m2e.core.maven2Nature + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/repository/.settings/org.eclipse.core.resources.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/repository/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 00000000..99f26c02 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/repository/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/repository/category.xml b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/repository/category.xml new file mode 100644 index 00000000..8d0ffe7c --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/repository/category.xml @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/repository/pom.xml b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/repository/pom.xml new file mode 100644 index 00000000..c3b3f4d3 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/repository/pom.xml @@ -0,0 +1,33 @@ + + 4.0.0 + + + org.eclipse.xtext.example.domainmodel + org.eclipse.xtext.example.domainmodel.parent + 2.33.0-SNAPSHOT + .. + + + org.eclipse.xtext.example.domainmodel.repository + eclipse-repository + + + + + + org.eclipse.tycho + tycho-p2-repository-plugin + ${tycho-version} + + + package + + assemble-repository + + + + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/tp/.project b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/tp/.project new file mode 100644 index 00000000..8c376f2e --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/tp/.project @@ -0,0 +1,17 @@ + + + org.eclipse.xtext.example.domainmodel.tp + + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.m2e.core.maven2Nature + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/tp/.settings/org.eclipse.core.resources.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/tp/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 00000000..99f26c02 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/tp/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/tp/domainmodel.target b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/tp/domainmodel.target new file mode 100644 index 00000000..59abc94a --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/tp/domainmodel.target @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/tp/pom.xml b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/tp/pom.xml new file mode 100644 index 00000000..2d2c80ad --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng/tp/pom.xml @@ -0,0 +1,41 @@ + + + 4.0.0 + + org.eclipse.xtext.example.domainmodel + org.eclipse.xtext.example.domainmodel.parent + 2.33.0-SNAPSHOT + + + pom + org.eclipse.xtext.example.domainmodel.tp + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + + attach-artifact + + + + + domainmodel.target + target + domainmodel + + + + + + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.classpath b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.classpath new file mode 100644 index 00000000..5ff541c3 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.classpath @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.gitignore b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.gitignore new file mode 100644 index 00000000..ba077a40 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.gitignore @@ -0,0 +1 @@ +bin diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.project b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.project new file mode 100644 index 00000000..411cd717 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.project @@ -0,0 +1,34 @@ + + + org.eclipse.xtext.example.domainmodel.tests + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + org.eclipse.xtext.ui.shared.xtextBuilder + + + + + + org.eclipse.xtext.ui.shared.xtextNature + org.eclipse.jdt.core.javanature + org.eclipse.pde.PluginNature + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.settings/org.eclipse.core.resources.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 00000000..99f26c02 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.settings/org.eclipse.core.runtime.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.settings/org.eclipse.core.runtime.prefs new file mode 100644 index 00000000..5a0ad22d --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.settings/org.eclipse.core.runtime.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +line.separator=\n diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.settings/org.eclipse.jdt.core.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 00000000..7e481eda --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,76 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=11 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.autoboxing=ignore +org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning +org.eclipse.jdt.core.compiler.problem.deadCode=warning +org.eclipse.jdt.core.compiler.problem.deprecation=warning +org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled +org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled +org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore +org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore +org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled +org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore +org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning +org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning +org.eclipse.jdt.core.compiler.problem.forbiddenReference=error +org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning +org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning +org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore +org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore +org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore +org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning +org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore +org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled +org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning +org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore +org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning +org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning +org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore +org.eclipse.jdt.core.compiler.problem.nullReference=warning +org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning +org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore +org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore +org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore +org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning +org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore +org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore +org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled +org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning +org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled +org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled +org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore +org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning +org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning +org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore +org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore +org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore +org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled +org.eclipse.jdt.core.compiler.problem.unusedImport=warning +org.eclipse.jdt.core.compiler.problem.unusedLabel=warning +org.eclipse.jdt.core.compiler.problem.unusedLocal=warning +org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore +org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled +org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning +org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning +org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning +org.eclipse.jdt.core.compiler.source=11 diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.settings/org.eclipse.jdt.launching.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.settings/org.eclipse.jdt.launching.prefs new file mode 100644 index 00000000..eed47a76 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/.settings/org.eclipse.jdt.launching.prefs @@ -0,0 +1,3 @@ +#Wed May 17 20:17:17 CEST 2016 +eclipse.preferences.version=1 +org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE=ignore diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/META-INF/MANIFEST.MF b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/META-INF/MANIFEST.MF new file mode 100644 index 00000000..7b2e0512 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/META-INF/MANIFEST.MF @@ -0,0 +1,22 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Xtext Domainmodel Example - Runtime Tests +Bundle-Vendor: Eclipse Xtext +Bundle-Version: 2.33.0.qualifier +Bundle-SymbolicName: org.eclipse.xtext.example.domainmodel.tests; singleton:=true +Bundle-ActivationPolicy: lazy +Require-Bundle: org.eclipse.xtext.example.domainmodel, + org.eclipse.xtext.testing, + org.eclipse.xtext.xbase.lib;bundle-version="2.14.0", + org.eclipse.xtext.xbase.testing, + org.objectweb.asm;bundle-version="[9.5.0,9.6.0)";resolution:=optional +Bundle-RequiredExecutionEnvironment: JavaSE-11 +Export-Package: org.eclipse.xtext.example.domainmodel.tests;x-internal=true +Import-Package: org.hamcrest.core, + org.junit;version="4.13.2", + org.junit.runner;version="4.13.2", + org.junit.runner.manipulation;version="4.13.2", + org.junit.runner.notification;version="4.13.2", + org.junit.runners;version="4.13.2", + org.junit.runners.model;version="4.13.2" +Automatic-Module-Name: org.eclipse.xtext.example.domainmodel.tests diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/build.properties b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/build.properties new file mode 100644 index 00000000..c9446bbb --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/build.properties @@ -0,0 +1,5 @@ +source.. = src/,\ + src-gen/,\ + xtend-gen/ +bin.includes = .,\ + META-INF/ diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/org.eclipse.xtext.example.domainmodel.tests.launch b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/org.eclipse.xtext.example.domainmodel.tests.launch new file mode 100644 index 00000000..5fe3fa4a --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/org.eclipse.xtext.example.domainmodel.tests.launch @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/pom.xml b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/pom.xml new file mode 100644 index 00000000..786f1a09 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/pom.xml @@ -0,0 +1,29 @@ + + 4.0.0 + + org.eclipse.xtext.example.domainmodel + org.eclipse.xtext.example.domainmodel.parent + 2.33.0-SNAPSHOT + ../org.eclipse.xtext.example.domainmodel.releng + + org.eclipse.xtext.example.domainmodel.tests + eclipse-test-plugin + + + + + org.eclipse.xtend + xtend-maven-plugin + + + org.eclipse.tycho + tycho-surefire-plugin + + false + + + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/CompilerTest.xtend b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/CompilerTest.xtend new file mode 100644 index 00000000..e3589df0 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/CompilerTest.xtend @@ -0,0 +1,292 @@ +/******************************************************************************* + * Copyright (c) 2012, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.tests + +import com.google.inject.Inject +import org.eclipse.xtext.testing.InjectWith +import org.eclipse.xtext.testing.XtextRunner +import org.eclipse.xtext.xbase.lib.util.ReflectExtensions +import org.eclipse.xtext.xbase.testing.CompilationTestHelper +import org.eclipse.xtext.xbase.testing.TemporaryFolder +import org.junit.Rule +import org.junit.Test +import org.junit.runner.RunWith + +import static org.junit.Assert.* + +@RunWith(XtextRunner) +@InjectWith(DomainmodelInjectorProvider) +class CompilerTest { + + @Rule + @Inject public TemporaryFolder temporaryFolder + @Inject extension CompilationTestHelper + @Inject extension ReflectExtensions + + @Test def void testGeneratedJava() throws Exception { + ''' + entity Foo { + name : String + op doStuff(String x) : String { + return x + ' ' + this.name + } + } + '''.compile [ + val obj = it.compiledClass.getDeclaredConstructor().newInstance + obj.invoke('setName', 'Foo') + assertEquals("Hello Foo", obj.invoke('doStuff','Hello')) + ] + } + + @Test def void testGeneratedJavaFromSeveralInputs() throws Exception { + #[ + ''' + entity Foo { + bar : Bar + op doStuff(String x) : String { + return x + ' ' + bar.getName() + } + } + ''', + ''' + entity Bar { + name : String + } + ''' + ].compile [ + val barObj = it.getCompiledClass("Bar").getDeclaredConstructor().newInstance + barObj.invoke('setName', 'Bar') + val fooObj = it.getCompiledClass("Foo").getDeclaredConstructor().newInstance + fooObj.invoke('setBar', barObj) + assertEquals("Hello Bar", fooObj.invoke('doStuff','Hello')) + ] + } + + @Test def void compareGeneratedJava() throws Exception { + ''' + entity Foo { + name : String + } + '''.compile[assertEquals(''' + import org.eclipse.xtext.xbase.lib.Procedures.Procedure1; + import org.eclipse.xtext.xbase.lib.util.ToStringBuilder; + + @SuppressWarnings("all") + public class Foo { + public Foo() { + } + + public Foo(final Procedure1 initializer) { + initializer.apply(this); + } + + private String name; + + public String getName() { + return this.name; + } + + public void setName(final String name) { + this.name = name; + } + + @Override + public String toString() { + String result = new ToStringBuilder(this).addAllFields().toString(); + return result; + } + } + '''.toString, getSingleGeneratedCode) + ] + } + + @Test def void testGeneratedJavaWithOverloadedMethods() throws Exception { + ''' + entity Foo { + op doStuff(String x) : String { + return x + } + op doStuff(int i) : String { + return "int "+i + } + } + '''.compile [ + val obj = it.compiledClass.getDeclaredConstructor().newInstance + assertEquals("Hello", obj.invoke('doStuff','Hello')) + assertEquals("int 10", obj.invoke('doStuff',10)) + ] + } + + @Test def void testExplicitGetterReplacesGeneratedOne() throws Exception { + ''' + entity Foo { + name : String + /** explicit getter will replace the generated one */ + op getName() { + name.toFirstUpper + } + } + '''.compile[ + assertEquals(''' + import org.eclipse.xtext.xbase.lib.Procedures.Procedure1; + import org.eclipse.xtext.xbase.lib.StringExtensions; + import org.eclipse.xtext.xbase.lib.util.ToStringBuilder; + + @SuppressWarnings("all") + public class Foo { + public Foo() { + } + + public Foo(final Procedure1 initializer) { + initializer.apply(this); + } + + private String name; + + public void setName(final String name) { + this.name = name; + } + + /** + * explicit getter will replace the generated one + */ + public String getName() { + return StringExtensions.toFirstUpper(this.name); + } + + @Override + public String toString() { + String result = new ToStringBuilder(this).addAllFields().toString(); + return result; + } + } + '''.toString, getSingleGeneratedCode + ) + // make sure it compiles in Java + val obj = it.compiledClass.getDeclaredConstructor().newInstance + obj.invoke('setName', "hello") + assertEquals("Hello", obj.invoke('getName')) + ] + } + + @Test def void testExplicitSetterReplacesGeneratedOne() throws Exception { + ''' + entity Foo { + name : String + /** explicit setter will replace the generated one, + even if it's not void */ + op setName(String name) : String { + this.name = name.toFirstUpper + } + } + '''.compile[ + assertEquals(''' + import org.eclipse.xtext.xbase.lib.Procedures.Procedure1; + import org.eclipse.xtext.xbase.lib.StringExtensions; + import org.eclipse.xtext.xbase.lib.util.ToStringBuilder; + + @SuppressWarnings("all") + public class Foo { + public Foo() { + } + + public Foo(final Procedure1 initializer) { + initializer.apply(this); + } + + private String name; + + public String getName() { + return this.name; + } + + /** + * explicit setter will replace the generated one, + * even if it's not void + */ + public String setName(final String name) { + return this.name = StringExtensions.toFirstUpper(name); + } + + @Override + public String toString() { + String result = new ToStringBuilder(this).addAllFields().toString(); + return result; + } + } + '''.toString, getSingleGeneratedCode + ) + // make sure it compiles in Java + val obj = it.compiledClass.getDeclaredConstructor().newInstance + assertEquals("Hello", obj.invoke('setName', "hello")) + assertEquals("Hello", obj.invoke('getName')) + ] + } + + @Test def void testExplicitGetterSetterReplaceGeneratedOnes() throws Exception { + ''' + entity Foo { + name : String + /** explicit getter will replace the generated one */ + op getName() { + name.toUpperCase + } + /** explicit setter will replace the generated one, + even if it's not void */ + op setName(String name) : String { + this.name = name.toFirstUpper + } + } + '''.compile[ + assertEquals(''' + import org.eclipse.xtext.xbase.lib.Procedures.Procedure1; + import org.eclipse.xtext.xbase.lib.StringExtensions; + import org.eclipse.xtext.xbase.lib.util.ToStringBuilder; + + @SuppressWarnings("all") + public class Foo { + public Foo() { + } + + public Foo(final Procedure1 initializer) { + initializer.apply(this); + } + + private String name; + + /** + * explicit getter will replace the generated one + */ + public String getName() { + return this.name.toUpperCase(); + } + + /** + * explicit setter will replace the generated one, + * even if it's not void + */ + public String setName(final String name) { + return this.name = StringExtensions.toFirstUpper(name); + } + + @Override + public String toString() { + String result = new ToStringBuilder(this).addAllFields().toString(); + return result; + } + } + '''.toString, getSingleGeneratedCode + ) + // make sure it compiles in Java + val obj = it.compiledClass.getDeclaredConstructor().newInstance + assertEquals("Hello", obj.invoke('setName', "hello")) + assertEquals("HELLO", obj.invoke('getName')) + ] + } +} \ No newline at end of file diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/DomainmodelParsingTest.xtend b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/DomainmodelParsingTest.xtend new file mode 100644 index 00000000..65fd8274 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/DomainmodelParsingTest.xtend @@ -0,0 +1,114 @@ +/******************************************************************************* + * Copyright (c) 2016, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.tests + +import com.google.inject.Inject +import org.eclipse.xtext.common.types.JvmOperation +import org.eclipse.xtext.common.types.TypesPackage +import org.eclipse.xtext.example.domainmodel.domainmodel.DomainModel +import org.eclipse.xtext.example.domainmodel.domainmodel.Entity +import org.eclipse.xtext.example.domainmodel.domainmodel.Operation +import org.eclipse.xtext.example.domainmodel.domainmodel.PackageDeclaration +import org.eclipse.xtext.example.domainmodel.domainmodel.Property +import org.eclipse.xtext.testing.InjectWith +import org.eclipse.xtext.testing.XtextRunner +import org.eclipse.xtext.testing.util.ParseHelper +import org.eclipse.xtext.testing.validation.ValidationTestHelper +import org.eclipse.xtext.xbase.jvmmodel.IJvmModelAssociations +import org.eclipse.xtext.xbase.validation.IssueCodes +import org.junit.Assert +import org.junit.Test +import org.junit.runner.RunWith + +@RunWith(XtextRunner) +@InjectWith(DomainmodelInjectorProvider) +class DomainmodelParsingTest{ + + @Inject extension ParseHelper + @Inject extension ValidationTestHelper + @Inject extension IJvmModelAssociations + + @Test def void testParsing() throws Exception { + val model = ''' + package example { + entity MyEntity { + property : String + } + } + '''.parse + + val pack = model.elements.head as PackageDeclaration + Assert.assertEquals("example", pack.name) + + val entity = pack.elements.head as Entity + Assert.assertEquals("MyEntity", entity.name) + + val property = entity.features.head as Property + Assert.assertEquals("property", property.name) + Assert.assertEquals("java.lang.String", property.type.identifier) + } + + @Test def void testJvmTypeReferencesValidator() throws Exception { + ''' + import java.util.List + package example { + entity MyEntity { + p : List + } + } + '''.parse.assertError( + TypesPackage.Literals.JVM_TYPE_REFERENCE, + IssueCodes.INVALID_USE_OF_TYPE, + "The primitive 'int' cannot be a type argument" + ) + } + + @Test def void testParsingAndLinking() throws Exception { + ''' + package example { + entity MyEntity { + property : String + op foo(String s) : String { + this.property = s + return s.toUpperCase + } + } + } + '''.parse.assertNoErrors + } + + @Test def void testParsingAndLinkingWithImports() throws Exception { + ''' + import java.util.List + package example { + entity MyEntity { + p : List + } + } + '''.parse.assertNoErrors + } + + @Test def void testReturnTypeInference() throws Exception { + val model = ''' + package example { + entity MyEntity { + property : String + op foo(String s) { + return property.toUpperCase + s + } + } + } + '''.parse + val pack = model.elements.head as PackageDeclaration + val entity = pack.elements.head as Entity + val op = entity.features.last as Operation + val method = op.jvmElements.head as JvmOperation + Assert.assertEquals("String", method.returnType.simpleName) + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/FormatterTest.xtend b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/FormatterTest.xtend new file mode 100644 index 00000000..60f45892 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/FormatterTest.xtend @@ -0,0 +1,93 @@ +/******************************************************************************* + * Copyright (c) 2016, 2018 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.tests + +import com.google.inject.Inject +import org.eclipse.xtext.formatting2.FormatterPreferenceKeys +import org.eclipse.xtext.testing.InjectWith +import org.eclipse.xtext.testing.XtextRunner +import org.eclipse.xtext.testing.formatter.FormatterTestHelper +import org.junit.Test +import org.junit.runner.RunWith + +@RunWith(XtextRunner) +@InjectWith(DomainmodelInjectorProvider) +class FormatterTest { + + @Inject extension FormatterTestHelper + + /** + * This example tests if the formatted document equals the unformatted document. + * This is the most convenient way to test a formatter. + */ + @Test def void example1() { + assertFormatted[ + toBeFormatted = ''' + entity Foo { + propertyName:String + + op name() { + val x = 1 + 2 + 4 + val foo = { + println() + println() + null + } + } + } + ''' + ] + } + + /** + * This example tests whether a messy document is being formatted properly. + * In contrast to the first example, this approach also allows to test formatting strategies that are input-aware. + * Example: "Change newLines between tokens to be one at minimum, two at maximum." + * Here, it depends on the formatters input document whether there will be one or two newLines on the output. + */ + @Test def void example2() { + assertFormatted[ + expectation = ''' + entity Foo { + op foo():String { + "xx" + } + } + ''' + toBeFormatted = ''' + entity Foo { op foo ( ) : String { "xx" } } + ''' + ] + } + + /** + * This example shows how to test property-dependent formatting behavior. + */ + @Test def void example3() { + assertFormatted[ + preferences[ + put(FormatterPreferenceKeys.indentation, " ") + ] + expectation = ''' + entity Foo { + op foo():String { + "xx" + } + } + ''' + toBeFormatted = ''' + entity Foo { + op foo():String { + "xx" + } + } + ''' + ] + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/OrganizeImportsTest.xtend b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/OrganizeImportsTest.xtend new file mode 100644 index 00000000..83136dad --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/OrganizeImportsTest.xtend @@ -0,0 +1,850 @@ +/******************************************************************************* + * Copyright (c) 2013, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.tests + +import com.google.inject.Inject +import org.eclipse.xtext.example.domainmodel.domainmodel.DomainModel +import org.eclipse.xtext.resource.XtextResource +import org.eclipse.xtext.testing.InjectWith +import org.eclipse.xtext.testing.XtextRunner +import org.eclipse.xtext.testing.util.ParseHelper +import org.eclipse.xtext.util.ReplaceRegion +import org.eclipse.xtext.xbase.imports.ImportOrganizer +import org.junit.Test +import org.junit.runner.RunWith + +import static org.junit.Assert.* + +/** + * @author Jan Koehnlein - copied and adapted from Xtend + */ +@RunWith(XtextRunner) +@InjectWith(DomainmodelInjectorProvider) +class OrganizeImportsTest { + + @Inject extension ParseHelper + @Inject ImportOrganizer importOrganizer + + def protected assertIsOrganizedTo(CharSequence model, CharSequence expected) throws Exception { + val domainModel = parse(model.toString) + val changes = importOrganizer.getOrganizedImportChanges(domainModel.eResource as XtextResource) + val builder = new StringBuilder(model) + val sortedChanges= changes.sortBy[offset] + var ReplaceRegion lastChange = null + for(it: sortedChanges) { + if(lastChange !== null && lastChange.endOffset > offset) + fail("Overlapping text edits: " + lastChange + ' and ' +it) + lastChange = it + } + for(it: sortedChanges.reverse) + builder.replace(offset, offset + length, text) + assertEquals(expected.toString, builder.toString) + } + + @Test def testSimple() throws Exception { + ''' + package foo { + entity Foo extends java.io.Serializable {} + } + '''.assertIsOrganizedTo(''' + import java.io.Serializable + + package foo { + entity Foo extends Serializable {} + } + ''') + } + + @Test def testDefaultPackage() throws Exception { + ''' + entity Foo extends java.io.Serializable {} + '''.assertIsOrganizedTo(''' + import java.io.Serializable + + entity Foo extends Serializable {} + ''') + } + + @Test def testDefaultPackageLeadingWhitespace() throws Exception { + ''' + «» + + entity Foo extends java.io.Serializable {} + '''.assertIsOrganizedTo(''' + import java.io.Serializable + + entity Foo extends Serializable {} + ''') + } + + @Test def testDefaultPackageWithJavaDoc() throws Exception { + ''' + /** + * some doc + */ + entity Foo extends java.io.Serializable {} + '''.assertIsOrganizedTo(''' + import java.io.Serializable + + /** + * some doc + */ + entity Foo extends Serializable {} + ''') + } + + @Test def testGetOrganizedImportSection_01() throws Exception { + ''' + import java.lang.String + import java.util.List + + entity Foo { + op test(List s) : void {} + } + '''.assertIsOrganizedTo(''' + import java.util.List + + entity Foo { + op test(List s) : void {} + } + ''') + } + + @Test def testGetOrganizedImportSection_02() throws Exception { + ''' + import java.lang.String + import java.util.List + import java.util.List + import java.util.List + import java.lang.Integer + + entity Foo { + op test(List s) : void {} + } + '''.assertIsOrganizedTo(''' + import java.util.List + + entity Foo { + op test(List s) : void {} + } + ''') + } + + @Test def testGetOrganizedImportSection_03() throws Exception { + ''' + import java.util.* + + entity Foo { + op test(List s) : void{ + val x = newArrayList('foo','bar') + Collections.sort(x) + } + } + '''.assertIsOrganizedTo(''' + import java.util.Collections + import java.util.List + + entity Foo { + op test(List s) : void{ + val x = newArrayList('foo','bar') + Collections.sort(x) + } + } + ''') + } + + @Test def testGetOrganizedImportSection_04() throws Exception { + ''' + import java.util.* + import java.io.* + + entity Foo { + op test(List s) : void { + val x = new ArrayList>() + } + } + '''.assertIsOrganizedTo(''' + import java.io.Serializable + import java.util.ArrayList + import java.util.List + import java.util.Map + + entity Foo { + op test(List s) : void { + val x = new ArrayList>() + } + } + ''') + } + + @Test def testInnerClasses_01() throws Exception { + ''' + entity Foo { + op test(org.eclipse.emf.ecore.resource.Resource$Factory a, org.eclipse.emf.ecore.resource.Resource$Factory$Registry b) : void {} + } + '''.assertIsOrganizedTo(''' + import org.eclipse.emf.ecore.resource.Resource + + entity Foo { + op test(Resource.Factory a, Resource.Factory.Registry b) : void {} + } + ''') + } + + @Test def testInnerClasses_02() throws Exception { + ''' + import org.eclipse.emf.ecore.resource.Resource + import org.eclipse.emf.ecore.EPackage + + entity Foo { + op test() : void { + val x = Resource$Factory$Registry::INSTANCE + val y = EPackage$Registry::INSTANCE + } + } + '''.assertIsOrganizedTo(''' + import org.eclipse.emf.ecore.EPackage + import org.eclipse.emf.ecore.resource.Resource + + entity Foo { + op test() : void { + val x = Resource.Factory.Registry::INSTANCE + val y = EPackage.Registry::INSTANCE + } + } + ''') + } + + @Test def testInnerClasses_03() throws Exception { + ''' + entity Foo { + op test() : boolean { + typeof(org.eclipse.emf.ecore.resource.Resource$Factory) == typeof(org.eclipse.emf.ecore.resource.Resource$Factory$Registry) + } + } + '''.assertIsOrganizedTo(''' + import org.eclipse.emf.ecore.resource.Resource + + entity Foo { + op test() : boolean { + typeof(Resource.Factory) == typeof(Resource.Factory.Registry) + } + } + ''') + } + + @Test def testInnerClasses_04() throws Exception { + ''' + import org.eclipse.emf.ecore.resource.Resource + import org.eclipse.emf.ecore.EPackage + + entity Foo { + op test() : void { + typeof(Resource$Factory$Registry) == typeof(EPackage$Registry) + } + } + '''.assertIsOrganizedTo(''' + import org.eclipse.emf.ecore.EPackage + import org.eclipse.emf.ecore.resource.Resource + + entity Foo { + op test() : void { + typeof(Resource.Factory.Registry) == typeof(EPackage.Registry) + } + } + ''') + } + + @Test def testInnerClasses_05() throws Exception { + ''' + import org.eclipse.emf.ecore.resource.Resource$Factory$Registry + + entity Foo { + op test() : void { + typeof(Registry) + } + } + '''.assertIsOrganizedTo(''' + import org.eclipse.emf.ecore.resource.Resource.Factory.Registry + + entity Foo { + op test() : void { + typeof(Registry) + } + } + ''') + } + + @Test def testNameClashSameFileWins_1() throws Exception { + ''' + package foo { + entity Foo { + x : java.lang.String + } + + entity String {} + } + '''.assertIsOrganizedTo(''' + package foo { + entity Foo { + x : java.lang.String + } + + entity String {} + } + ''') + } + + @Test def testNameClashSameFileWins() throws Exception { + ''' + package foo { + entity Foo extends java.io.Serializable{} + + entity Serializable {} + } + '''.assertIsOrganizedTo(''' + package foo { + entity Foo extends java.io.Serializable{} + + entity Serializable {} + } + ''') + } + + @Test def testNameClashOrder_01() throws Exception { + ''' + entity Foo { + op test(java.util.List s) : java.awt.List { + return null + } + } + '''.assertIsOrganizedTo(''' + import java.awt.List + + entity Foo { + op test(java.util.List s) : List { + return null + } + } + ''') + } + + @Test def testNameClashOrder_02() throws Exception { + ''' + entity Foo { + op test(java.awt.List s) : java.util.List { + return null + } + } + '''.assertIsOrganizedTo(''' + import java.util.List + + entity Foo { + op test(java.awt.List s) : List { + return null + } + } + ''') + } + + @Test def testNameClashMoreCommon() throws Exception { + ''' + entity Foo { + op test(java.awt.List s) : java.util.List { + new java.awt.List() + return null + } + } + '''.assertIsOrganizedTo(''' + import java.awt.List + + entity Foo { + op test(List s) : java.util.List { + new List() + return null + } + } + ''') + } + + @Test def testNameClashInnerClasses() throws Exception { + ''' + import org.eclipse.xtext.xbase.XbasePackage + import org.eclipse.xtext.xbase.annotations.xAnnotations.XAnnotationsPackage + + entity Foo { + op test(XbasePackage$Literals x, XAnnotationsPackage$Literals y) : void { + } + } + '''.assertIsOrganizedTo(''' + import org.eclipse.xtext.xbase.XbasePackage + import org.eclipse.xtext.xbase.annotations.xAnnotations.XAnnotationsPackage + + entity Foo { + op test(XbasePackage.Literals x, XAnnotationsPackage.Literals y) : void { + } + } + ''') + } + + @Test def testNameClashInnerClassesWithPreference() throws Exception { + ''' + import org.eclipse.xtext.xbase.XbasePackage$Literals + import org.eclipse.xtext.xbase.annotations.xAnnotations.XAnnotationsPackage + + entity Foo { + op test(Literals x, XAnnotationsPackage$Literals y) : void { + } + } + '''.assertIsOrganizedTo(''' + import org.eclipse.xtext.xbase.XbasePackage.Literals + import org.eclipse.xtext.xbase.annotations.xAnnotations.XAnnotationsPackage + + entity Foo { + op test(Literals x, XAnnotationsPackage.Literals y) : void { + } + } + ''') + } + + @Test def testStaticImport_01() throws Exception { + ''' + import static java.util.Collections.* + entity Foo { + op test(java.util.List s) : void { + shuffle(s) + } + } + '''.assertIsOrganizedTo(''' + import java.util.List + + import static java.util.Collections.* + + entity Foo { + op test(List s) : void { + shuffle(s) + } + } + ''') + } + + @Test def testStaticImport_02() throws Exception { + ''' + import static extension java.util.Collections.* + entity Foo { + op test(java.util.List s) : void { + s.shuffle + } + } + '''.assertIsOrganizedTo(''' + import java.util.List + + import static extension java.util.Collections.* + + entity Foo { + op test(List s) : void { + s.shuffle + } + } + ''') + } + + @Test def testImplicitExtensions() throws Exception { + ''' + entity Foo { + op test(java.util.List s) : void { + s.head + } + } + '''.assertIsOrganizedTo(''' + import java.util.List + + entity Foo { + op test(List s) : void { + s.head + } + } + ''') + } + + @Test def testStaticExtensions() throws Exception { + ''' + import static extension java.util.Collections.* + entity Foo { + op test() : void { + typeof(java.util.Collections).singleton + } + } + '''.assertIsOrganizedTo(''' + import java.util.Collections + + import static extension java.util.Collections.* + + entity Foo { + op test() : void { + typeof(Collections).singleton + } + } + ''') + } + + @Test def testInnerClassImport_01() throws Exception { + ''' + import java.util.Map$Entry + + package foo.bar { + entity Foo { + op test() : Entry { + return null + } + } + } + '''.assertIsOrganizedTo(''' + import java.util.Map.Entry + + package foo.bar { + entity Foo { + op test() : Entry { + return null + } + } + } + ''') + } + + @Test def testInnerClassImport_02() throws Exception { + ''' + import java.util.Map + + package foo.bar { + entity Foo { + op test() : Map$Entry { + return null + } + } + } + '''.assertIsOrganizedTo(''' + import java.util.Map + + package foo.bar { + entity Foo { + op test() : Map.Entry { + return null + } + } + } + ''') + } + + @Test def testInnerClassImport_03() throws Exception { + ''' + import java.util.Map$Entry + + package foo.bar { + entity Foo { + op test() : Map$Entry { + return null + } + } + } + '''.assertIsOrganizedTo(''' + import java.util.Map + + package foo.bar { + entity Foo { + op test() : Map.Entry { + return null + } + } + } + ''') + } + + @Test def testInnerClassImport_04() throws Exception { + ''' + import org.eclipse.emf.ecore.resource.Resource + + package foo.bar { + entity Foo { + op test() : Resource$Factory$Descriptor { + return null + } + } + } + '''.assertIsOrganizedTo(''' + import org.eclipse.emf.ecore.resource.Resource + + package foo.bar { + entity Foo { + op test() : Resource.Factory.Descriptor { + return null + } + } + } + ''') + } + + @Test def testInnerClassImport_05() throws Exception { + ''' + import org.eclipse.emf.ecore.resource.Resource$Factory$Descriptor + + package foo.bar { + entity Foo { + op test() : Resource$Factory$Descriptor { + return null + } + } + } + '''.assertIsOrganizedTo(''' + import org.eclipse.emf.ecore.resource.Resource + + package foo.bar { + entity Foo { + op test() : Resource.Factory.Descriptor { + return null + } + } + } + ''') + } + + @Test def testInnerClassImport_06() throws Exception { + ''' + import org.eclipse.emf.ecore.resource.Resource$Factory$Descriptor + + package foo.bar { + entity Foo { + op test() : Descriptor { + return null + } + } + } + '''.assertIsOrganizedTo(''' + import org.eclipse.emf.ecore.resource.Resource.Factory.Descriptor + + package foo.bar { + entity Foo { + op test() : Descriptor { + return null + } + } + } + ''') + } + + @Test def testFunctionTypes_afterResolve() throws Exception { + ''' + import java.util.Map$Entry + + package foo.bar { + entity Foo { + op test() : (Entry)=>void { + return null + } + } + } + '''.assertIsOrganizedTo(''' + import java.util.Map.Entry + + package foo.bar { + entity Foo { + op test() : (Entry)=>void { + return null + } + } + } + ''') + } + + @Test def testImport_PairOf() throws Exception { + ''' + import static org.eclipse.xtext.xbase.lib.Pair.* + + package foo.bar { + entity Foo { + op test() : Object { + return of('', '') + } + } + } + '''.assertIsOrganizedTo(''' + import static org.eclipse.xtext.xbase.lib.Pair.* + + package foo.bar { + entity Foo { + op test() : Object { + return of('', '') + } + } + } + ''') + } + + @Test def testArrayType() throws Exception { + ''' + import java.io.Serializable + + package foo.bar { + entity Foo { + op test() : Serializable[][] { + return null + } + } + } + '''.assertIsOrganizedTo(''' + import java.io.Serializable + + package foo.bar { + entity Foo { + op test() : Serializable[][] { + return null + } + } + } + ''') + } + + @Test def testClassWithSameName() throws Exception { + ''' + package foo.bar { + entity Serializable { + clazz : Class + } + } + '''.assertIsOrganizedTo(''' + package foo.bar { + entity Serializable { + clazz : Class + } + } + ''') + } + + @Test def testJavaDoc() throws Exception { + ''' + /** + * {@link java.util.List} + */ + entity Foo {} + '''.assertIsOrganizedTo(''' + import java.util.List + + /** + * {@link List} + */ + entity Foo {} + ''') + } + + @Test def testLocalNameClash() throws Exception { + ''' + package foo { + entity Referrer { + foo0: foo.bar.Foo + foo1: foo.baz.Foo + } + package bar { + entity Foo { + self: Foo + } + } + package baz { + entity Foo { + self: Foo + } + } + } + '''.assertIsOrganizedTo(''' + package foo { + entity Referrer { + foo0: foo.bar.Foo + foo1: foo.baz.Foo + } + package bar { + entity Foo { + self: Foo + } + } + package baz { + entity Foo { + self: Foo + } + } + } + ''') + } + + @Test def testSamePackage() throws Exception { + ''' + package bar { + entity Foo {} + entity Bar { + foo: bar.Foo + } + } + '''.assertIsOrganizedTo(''' + package bar { + entity Foo {} + entity Bar { + foo: Foo + } + } + ''') + } + + @Test def testSuperPackage() throws Exception { + ''' + package bar { + entity Foo {} + package baz { + entity Bar { + foo: bar.Foo + } + } + } + '''.assertIsOrganizedTo(''' + import bar.Foo + + package bar { + entity Foo {} + package baz { + entity Bar { + foo: Foo + } + } + } + ''') + } + + @Test def testSubPackage() throws Exception { + ''' + import bar.Foo + + package bar { + entity Foo { + bar : bar.baz.Bar + } + package baz { + entity Bar {} + } + } + '''.assertIsOrganizedTo(''' + import bar.baz.Bar + + package bar { + entity Foo { + bar : Bar + } + package baz { + entity Bar {} + } + } + ''') + } +} \ No newline at end of file diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend new file mode 100644 index 00000000..60803df0 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/ValidationTests.xtend @@ -0,0 +1,262 @@ +/******************************************************************************* + * Copyright (c) 2013, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.tests + +import com.google.inject.Inject +import org.eclipse.xtext.example.domainmodel.domainmodel.DomainModel +import org.eclipse.xtext.testing.InjectWith +import org.eclipse.xtext.testing.XtextRunner +import org.eclipse.xtext.testing.util.ParseHelper +import org.eclipse.xtext.testing.validation.ValidationTestHelper +import org.junit.Test +import org.junit.runner.RunWith + +import static org.eclipse.xtext.example.domainmodel.domainmodel.DomainmodelPackage.Literals.PROPERTY +import static org.eclipse.xtext.example.domainmodel.domainmodel.DomainmodelPackage.Literals.OPERATION +import static org.eclipse.xtext.example.domainmodel.validation.IssueCodes.DUPLICATE_PROPERTY +import static org.eclipse.xtext.example.domainmodel.validation.IssueCodes.DUPLICATE_OPERATION +import static org.eclipse.xtext.xbase.validation.IssueCodes.* +import static org.eclipse.xtext.xtype.XtypePackage.Literals.* + +import static extension org.junit.Assert.assertEquals + +@RunWith(XtextRunner) +@InjectWith(DomainmodelInjectorProvider) +/** + * @author Jan Koehnlein - copied and adapted from Xtend + */ +class ValidationTests { + + @Inject extension ParseHelper + + @Inject extension ValidationTestHelper + + @Test def testImportUnused() throws Exception { + ''' + import java.util.List + entity X {} + '''.parse.assertWarning(XIMPORT_DECLARATION, IMPORT_UNUSED) + } + + @Test def testImportUnused_1() throws Exception { + ''' + import java.util.List + entity X { + sb: java.util.List + } + '''.parse.assertWarning(XIMPORT_DECLARATION, IMPORT_UNUSED) + } + + @Test def testImportUnused_2() throws Exception { + ''' + import java.util.List + entity X { + sb : List + op foo() : List { + sb + } + } + '''.parse.assertNoIssues + } + + @Test def testImportUnused_3() throws Exception { + ''' + import java.util.Map$Entry + entity X { + sb: Entry + op foo() : Entry { + sb + } + } + '''.parse.assertNoIssues + } + + @Test def testImportUnused_4() throws Exception { + ''' + import java.util.Map + entity X { + sb: Map$Entry + op foo() : Map$Entry { + sb + } + } + '''.parse.assertNoIssues + } + + @Test def testImportUnused_5() throws Exception { + ''' + import java.util.Map$Entry + entity X { + sb: Map$Entry + op foo(): Map$Entry { + sb + } + } + '''.parse.assertNoIssues + } + + @Test def testImportUnused_6() throws Exception { + ''' + import java.awt.Label + /** {@link Label} */ + entity X{} + '''.parse.assertNoIssues + } + + @Test def testImportUnused_7() throws Exception { + ''' + import java.awt.Label + /** @see Label */ + entity X{} + '''.parse.assertNoIssues + } + + @Test def testImportDuplicate() throws Exception { + ''' + import java.util.List + import java.util.List + entity X { + sb: List + op foo() : List { + sb + } + } + '''.parse.assertWarning(XIMPORT_DECLARATION, IMPORT_UNUSED) + } + + @Test def testImportCollision() throws Exception { + ''' + import java.util.List + import java.awt.List + entity X { + sb: List + op foo() : List { + sb + } + } + '''.parse.assertError(XIMPORT_DECLARATION, IMPORT_COLLISION) + } + + @Test def testImportWildcard() throws Exception { + ''' + import java.util.* + import java.util.List + entity X { + sb: List + op foo() : List { + sb + } + } + '''.parse.assertWarning(XIMPORT_DECLARATION, IMPORT_WILDCARD_DEPRECATED) + } + + @Test def testImportConflictWithTypeInSameFile() throws Exception { + ''' + import java.util.List + entity List { + + } + '''.parse.assertError(XIMPORT_DECLARATION, IMPORT_CONFLICT) + } + + @Test def testImportNoConflictWithTypeInSameFile() throws Exception { + ''' + import java.util.List + entity List2 { + } + '''.parse.assertNoErrors + } + + @Test def void testDuplicatedProperty() throws Exception { + val model = ''' + entity E { + p : String + p : String + } + ''' + model.parse => [ + assertNumberOfIssues(2) + assertError(PROPERTY, DUPLICATE_PROPERTY, model.indexOf("p"), 1, "Duplicate property p") + assertError(PROPERTY, DUPLICATE_PROPERTY, model.lastIndexOf("p"), 1, "Duplicate property p") + ] + } + + @Test def void testDuplicatedOperation() throws Exception { + val model = ''' + entity E { + op foo() {} + op foo() {} + } + ''' + model.parse => [ + assertNumberOfIssues(2) + assertError(OPERATION, DUPLICATE_OPERATION, model.indexOf("foo"), 3, "Duplicate operation foo") + assertError(OPERATION, DUPLICATE_OPERATION, model.lastIndexOf("foo"), 3, "Duplicate operation foo") + ] + } + + @Test def void testDuplicatedOperationWithDifferentSignatureIsAllowed() throws Exception { + ''' + entity E { + op m(int i) {} + op m() {} + } + '''.parse.assertNoErrors + } + + @Test def void testFeatureAndOperationWithSameNameIsAllowed() throws Exception { + ''' + entity E { + m : String + op m() {} + } + '''.parse.assertNoErrors + } + + @Test def void testExplicitGetterReplacesTheGeneratedOne() throws Exception { + ''' + entity E { + name : String + op getName() { + return name + } + } + '''.parse.assertNoErrors + } + + @Test def void testExplicitSetterReplacesTheGeneratedOne() throws Exception { + ''' + entity E { + name : String + // even if it's not void + op setName(String n) : String { + this.name = n + } + } + '''.parse.assertNoErrors + } + + @Test def void testDuplicatedOperationWithDifferentSignatureWithSameTypeErasure() throws Exception { + val model = ''' + entity E { + op m(java.util.List l1) {} + op m(java.util.List l2) {} + } + ''' + model.parse => [ + assertNumberOfIssues(2) + assertError(OPERATION, DUPLICATE_OPERATION, model.indexOf("m"), 1, "Duplicate operation m") + assertError(OPERATION, DUPLICATE_OPERATION, model.lastIndexOf("m"), 1, "Duplicate operation m") + ] + } + + private def assertNumberOfIssues(DomainModel domainModel, int expectedNumberOfIssues) { + expectedNumberOfIssues.assertEquals(domainModel.validate.size) + } +} \ No newline at end of file diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/XbaseIntegrationTest.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/XbaseIntegrationTest.java new file mode 100644 index 00000000..f6f5451a --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/XbaseIntegrationTest.java @@ -0,0 +1,64 @@ +/** + * Copyright (c) 2013, 2020 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */ +package org.eclipse.xtext.example.domainmodel.tests; + +import java.lang.reflect.Method; + +import org.eclipse.xtext.example.domainmodel.domainmodel.DomainModel; +import org.eclipse.xtext.generator.InMemoryFileSystemAccess; +import org.eclipse.xtext.testing.InjectWith; +import org.eclipse.xtext.testing.XtextRunner; +import org.eclipse.xtext.testing.util.ParseHelper; +import org.eclipse.xtext.testing.validation.ValidationTestHelper; +import org.eclipse.xtext.xbase.compiler.JvmModelGenerator; +import org.eclipse.xtext.xbase.testing.OnTheFlyJavaCompiler2; +import org.eclipse.xtext.xbase.testing.evaluation.AbstractXbaseEvaluationTest; +import org.junit.runner.RunWith; + +import com.google.inject.Inject; + +/** + * Xbase integration test. + * + * Runs all Xbase tests from {@link AbstractXbaseEvaluationTest} in the context + * of an entity operation. + * + * Unsupported features can be disabled by overriding the respective test + * method. + * + * @author Sven Efftinge + */ +@RunWith(XtextRunner.class) +@InjectWith(DomainmodelInjectorProvider.class) +public class XbaseIntegrationTest extends AbstractXbaseEvaluationTest { + @Inject + private OnTheFlyJavaCompiler2 javaCompiler; + + @Inject + private ParseHelper parseHelper; + + @Inject + private ValidationTestHelper validationTestHelper; + + @Inject + private JvmModelGenerator generator; + + @Override + protected Object invokeXbaseExpression(String expression) throws Exception { + DomainModel model = parseHelper.parse("entity Foo { op doStuff() : Object { " + expression + " } } "); + validationTestHelper.assertNoErrors(model); + InMemoryFileSystemAccess fsa = new InMemoryFileSystemAccess(); + generator.doGenerate(model.eResource(), fsa); + CharSequence concatenation = fsa.getTextFiles().values().iterator().next(); + Class clazz = javaCompiler.compileToClass("Foo", concatenation.toString()); + Object foo = clazz.getDeclaredConstructor().newInstance(); + Method method = clazz.getDeclaredMethod("doStuff"); + return method.invoke(foo); + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/.classpath b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/.classpath new file mode 100644 index 00000000..5ff541c3 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/.classpath @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/.gitignore b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/.gitignore new file mode 100644 index 00000000..ba077a40 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/.gitignore @@ -0,0 +1 @@ +bin diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/.project b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/.project new file mode 100644 index 00000000..ac926267 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/.project @@ -0,0 +1,34 @@ + + + org.eclipse.xtext.example.domainmodel.ui.tests + + + + + + org.eclipse.xtext.ui.shared.xtextBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.xtext.ui.shared.xtextNature + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/.settings/org.eclipse.core.resources.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 00000000..99f26c02 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/.settings/org.eclipse.jdt.core.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 00000000..7e481eda --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,76 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=11 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.autoboxing=ignore +org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning +org.eclipse.jdt.core.compiler.problem.deadCode=warning +org.eclipse.jdt.core.compiler.problem.deprecation=warning +org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled +org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled +org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore +org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore +org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled +org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore +org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning +org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning +org.eclipse.jdt.core.compiler.problem.forbiddenReference=error +org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning +org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning +org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore +org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore +org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore +org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning +org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore +org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled +org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning +org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore +org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning +org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning +org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore +org.eclipse.jdt.core.compiler.problem.nullReference=warning +org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning +org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore +org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore +org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore +org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning +org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore +org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore +org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled +org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning +org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled +org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled +org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore +org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning +org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning +org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore +org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore +org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore +org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled +org.eclipse.jdt.core.compiler.problem.unusedImport=warning +org.eclipse.jdt.core.compiler.problem.unusedLabel=warning +org.eclipse.jdt.core.compiler.problem.unusedLocal=warning +org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore +org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled +org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning +org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning +org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning +org.eclipse.jdt.core.compiler.source=11 diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/META-INF/MANIFEST.MF b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/META-INF/MANIFEST.MF new file mode 100644 index 00000000..47d8cb6e --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/META-INF/MANIFEST.MF @@ -0,0 +1,27 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Xtext Domainmodel Example - Eclipse UI Tests +Bundle-Vendor: Eclipse Xtext +Bundle-Version: 2.33.0.qualifier +Bundle-SymbolicName: org.eclipse.xtext.example.domainmodel.ui.tests;singleton:=true +Bundle-ActivationPolicy: lazy +Require-Bundle: org.eclipse.core.runtime;bundle-version="3.24.100", + org.eclipse.jdt.core;bundle-version="3.29.0", + org.eclipse.ui.workbench;bundle-version="3.125.0";resolution:=optional, + org.eclipse.xtext.common.types.ui, + org.eclipse.xtext.example.domainmodel, + org.eclipse.xtext.example.domainmodel.ui, + org.eclipse.xtext.testing, + org.eclipse.xtext.ui.testing, + org.eclipse.xtext.xbase.testing, + org.eclipse.xtext.xbase.ui.testing +Bundle-RequiredExecutionEnvironment: JavaSE-11 +Export-Package: org.eclipse.xtext.example.domainmodel.ui.tests;x-internal=true +Import-Package: org.hamcrest.core, + org.junit;version="4.13.2", + org.junit.runner;version="4.13.2", + org.junit.runner.manipulation;version="4.13.2", + org.junit.runner.notification;version="4.13.2", + org.junit.runners;version="4.13.2", + org.junit.runners.model;version="4.13.2" +Automatic-Module-Name: org.eclipse.xtext.example.domainmodel.ui.tests diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/build.properties b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/build.properties new file mode 100644 index 00000000..a6835df7 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/build.properties @@ -0,0 +1,6 @@ +source.. = src/,\ + src-gen/,\ + xtend-gen/ +output.. = bin/ +bin.includes = META-INF/,\ + . diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/org.eclipse.xtext.example.domainmodel.ui.tests.launch b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/org.eclipse.xtext.example.domainmodel.ui.tests.launch new file mode 100644 index 00000000..b35c039a --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/org.eclipse.xtext.example.domainmodel.ui.tests.launch @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/pom.xml b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/pom.xml new file mode 100644 index 00000000..7cd49826 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/pom.xml @@ -0,0 +1,30 @@ + + 4.0.0 + + org.eclipse.xtext.example.domainmodel + org.eclipse.xtext.example.domainmodel.parent + 2.33.0-SNAPSHOT + ../org.eclipse.xtext.example.domainmodel.releng + + org.eclipse.xtext.example.domainmodel.ui.tests + eclipse-test-plugin + + + + + org.eclipse.xtend + xtend-maven-plugin + + + org.eclipse.tycho + tycho-surefire-plugin + + false + true + true + + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/AutoEditTest.xtend b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/AutoEditTest.xtend new file mode 100644 index 00000000..3c3ef8ba --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/AutoEditTest.xtend @@ -0,0 +1,104 @@ +/******************************************************************************* + * Copyright (c) 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.ui.tests + +import com.google.inject.Inject +import org.eclipse.xtext.resource.FileExtensionProvider +import org.eclipse.xtext.testing.InjectWith +import org.eclipse.xtext.testing.XtextRunner +import org.eclipse.xtext.ui.XtextProjectHelper +import org.eclipse.xtext.ui.editor.XtextEditor +import org.eclipse.xtext.ui.testing.AbstractAutoEditTest +import org.junit.Test +import org.junit.runner.RunWith + +import static extension org.eclipse.xtext.ui.testing.util.IResourcesSetupUtil.addNature +import static extension org.eclipse.xtext.ui.testing.util.IResourcesSetupUtil.createProject + +/** + * @author miklossy - Initial contribution and API + */ +@RunWith(XtextRunner) +@InjectWith(DomainmodelUiInjectorProvider) +class AutoEditTest extends AbstractAutoEditTest { + + @Inject extension FileExtensionProvider + + override setUp() throws Exception { + super.setUp + createTestProjectWithXtextNature + } + + @Test def fantasting_autoedit() throws Exception { + ''' + Xtex| + '''.testAutoEdit('t', ''' + «""» + + + + MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMMMM + MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMMM + MMMMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMMM + MMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMMM + MMM MMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMMM + M MMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMMMM + MM MMMMMMMMMMMMMMMMMMMMM MMMMMMMMMM + MMMM MMMMMMMMMMMMMMMM MMMMMMMMMMMM + MMMMMM MMMMMMMMM MMMMMMMMMMMMM + MMMMMMMM MMMMMMMMMMMMMMM + MMMMMMMMMM MMMMMMMMMMMMMMMMMM + MMMMMMMMMMMMMM MMMMMMMMMMMMMMMMMMMMMM + MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM + MMMMMMMMMMMMMMMMMMMM MMMMMMMMMMMMMMMMMMMM + MMMMMMMMMMMMMMMMM MMMMMMMMMMMMMM + MMMMMMMMMMMMMM MMMMMMMMMMM + MMMMMMMMMMMM MMM MMMMMMMM + MMMMMMMMMM MMMMMMMMMMMMMMM MMMMMM + MMMMMMMMM MMMMMMMMMMMMMMMMMMMM MMMM + MMMMMMMM MMMMMMMMMMMMMMMMMMMMMMMMM MM + MMMMMMM MMMMMMMMMMMMMMMMMMMMMMMMMMM MMM + MMMMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMM + MMMMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMM + MMMMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMMM + MMMMMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM + MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM| + ''') + } + + private def testAutoEdit(CharSequence it, char key, CharSequence newContent) throws Exception { + // given + dslFile. + // when + press(key). + // then + dslFileHasContent(newContent) + } + + private def dslFile(CharSequence it) throws Exception { + toString.openEditor + } + + private def press(XtextEditor it, char c) throws Exception { + pressKey(c) + it + } + + private def dslFileHasContent(XtextEditor editor, CharSequence it) { + toString.assertState(editor) + } + + private def createTestProjectWithXtextNature() throws Exception { + "foo".createProject.addNature(XtextProjectHelper.NATURE_ID) + } + + override protected getFileExtension() { + primaryFileExtension + } +} \ No newline at end of file diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/CodeMiningTest.xtend b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/CodeMiningTest.xtend new file mode 100644 index 00000000..e7fa52e2 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/CodeMiningTest.xtend @@ -0,0 +1,87 @@ +/******************************************************************************* + * Copyright (c) 2020 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.ui.tests + +import org.eclipse.xtext.testing.InjectWith +import org.eclipse.xtext.testing.XtextRunner +import org.eclipse.xtext.ui.testing.AbstractCodeMiningTest +import org.junit.Test +import org.junit.runner.RunWith + +/** + * @author miklossy - Initial contribution and API + */ +@RunWith(XtextRunner) +@InjectWith(DomainmodelUiInjectorProvider) +class CodeMiningTest extends AbstractCodeMiningTest { + + @Test def implicit_return_type_is_presented_as_code_mining() { + ''' + entity E { + s: String + op getS() { s } + } + '''.testCodeMining(''' + 1 property | 1 operation + entity E { + s: String + op getS() : String { s } + } + ''') + } + + @Test def explicit_return_type_is_not_presented_as_code_mining() { + ''' + entity E { + s: String + op getS() : String { s } + } + '''.testCodeMining(''' + 1 property | 1 operation + entity E { + s: String + op getS() : String { s } + } + ''') + } + + @Test def several_entities_001() { + ''' + entity E1 { + } + entity E2 { + } + '''.testCodeMining(''' + 0 properties | 0 operations + entity E1 { + } + 0 properties | 0 operations + entity E2 { + } + ''') + } + + @Test def several_entities_002() { + ''' + entity E1 { + } + + entity E2 { + } + '''.testCodeMining(''' + 0 properties | 0 operations + entity E1 { + } + + 0 properties | 0 operations + entity E2 { + } + ''') + } +} \ No newline at end of file diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/ContentAssistTest.xtend b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/ContentAssistTest.xtend new file mode 100644 index 00000000..6e572230 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/ContentAssistTest.xtend @@ -0,0 +1,98 @@ +/******************************************************************************* + * Copyright (c) 2012, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.ui.tests + +import java.util.List +import org.eclipse.xtext.testing.InjectWith +import org.eclipse.xtext.testing.XtextRunner +import org.eclipse.xtext.ui.testing.AbstractContentAssistTest +import org.junit.Test +import org.junit.runner.RunWith + +/** + * @author Jan Koehnlein - copied and adapted from Xtend + */ +@RunWith(XtextRunner) +@InjectWith(DomainmodelUiInjectorProvider) +class ContentAssistTest extends AbstractContentAssistTest { + + // cursor position marker + val c = '''<|>''' + + @Test def void testImportCompletion() throws Exception { + newBuilder.append('import java.util.Da').assertText('java.util.Date') + } + + @Test def void testImportCompletion_1() throws Exception { + newBuilder.append('import LinkedHashSet').assertText('java.util.LinkedHashSet') + } + + @Test def void testTypeCompletion() throws Exception { + newBuilder.append('entity Foo { bar: LinkedHashSet').assertText('java.util.LinkedHashSet') + } + + @Test def void testEntityTemplateProposal() throws Exception { + newBuilder.applyProposal("Entity - template for an Entity").expectContent(''' + entity name { + + }''') + } + + @Test def void testPackageTemplateProposal() throws Exception { + newBuilder.applyProposal("Package - template for a Package").expectContent(''' + package name { + + }''') + } + + @Test def testPropertyTemplateProposal() throws Exception { + ''' + entity E { + «c» + } + '''.testContentAssistant(#[ + 'Operation - template for an Operation', + 'Property - template for a Property', + 'op' + ], 'Property - template for a Property', ''' + entity E { + propertyName : typeName + } + ''') + } + + @Test def testOperationTemplateProposal() throws Exception { + ''' + entity E { + «c» + } + '''.testContentAssistant(#[ + 'Operation - template for an Operation', + 'Property - template for a Property', + 'op' + ], 'Operation - template for an Operation', ''' + entity E { + op name (paramType1 paramName1) : returnType { + + } + } + ''') + } + + private def void testContentAssistant(CharSequence text, List expectedProposals, String proposalToApply, String expectedContent) throws Exception { + + val cursorPosition = text.toString.indexOf(c) + val content = text.toString.replace(c, "") + + newBuilder.append(content). + assertTextAtCursorPosition(cursorPosition, expectedProposals). + applyProposal(cursorPosition, proposalToApply). + expectContent(expectedContent) + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/FoldingTest.xtend b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/FoldingTest.xtend new file mode 100644 index 00000000..97c9ce57 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/FoldingTest.xtend @@ -0,0 +1,132 @@ +/******************************************************************************* + * Copyright (c) 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.ui.tests + +import org.eclipse.xtext.testing.InjectWith +import org.eclipse.xtext.testing.XtextRunner +import org.eclipse.xtext.ui.testing.AbstractFoldingTest +import org.junit.Test +import org.junit.runner.RunWith + +/** + * @author miklossy - Initial contribution and API + */ +@RunWith(XtextRunner) +@InjectWith(DomainmodelUiInjectorProvider) +class FoldingTest extends AbstractFoldingTest { + + @Test def imports() { + ''' + [>import java.util.List + import java.util.Date<] + '''.testFoldingRegions + } + + @Test def package_declaration() { + ''' + [>package p1 { + + }<] + '''.testFoldingRegions + } + + @Test def package_declarations() { + ''' + [>package p1 { + + }<] + + [>package p2 { + + }<] + '''.testFoldingRegions + } + + @Test def entitiy() { + ''' + [>entity HasAuthor { + + }<] + '''.testFoldingRegions + } + + @Test def operation1() { + ''' + [>entity HasAuthor { + author: String + + [>[>op getAuthor() { + author + }<]<] + }<] + '''.testFoldingRegions + } + + @Test def operation2() { + ''' + [>entity HasAuthor { + author: String + + [> op getAuthor() + [> { + author + }<]<] + }<] + '''.testFoldingRegions + } + + @Test def complex() { + ''' + import java.util.List + + [>entity Blog { + title: String + posts: List + + op addPost(Post post) : void {} + op getPosts() : List {} + }<] + + [>entity HasAuthor { + author: String + + op getAuthor() { author } + op setAuthor() : void {} + }<] + + [>entity Post extends HasAuthor { + title: String + content: String + comments: List + }<] + + [>entity Comment extends HasAuthor { + content: String + }<] + '''.testFoldingRegions + } + + @Test def multi_line_comment() { + ''' + [>/* + * Description of the entity E. + */<] + entity E {} + '''.testFoldingRegions + } + + @Test def java_doc() { + ''' + [>/** + * Documentation of the entity E. + */<] + entity E {} + '''.testFoldingRegions + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/HighlightingTest.xtend b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/HighlightingTest.xtend new file mode 100644 index 00000000..e4a29a69 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/HighlightingTest.xtend @@ -0,0 +1,235 @@ +/******************************************************************************* + * Copyright (c) 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.ui.tests + +import com.google.inject.Inject +import org.eclipse.xtext.testing.InjectWith +import org.eclipse.xtext.testing.XtextRunner +import org.eclipse.xtext.ui.testing.AbstractHighlightingTest +import org.eclipse.xtext.xbase.ui.highlighting.XbaseHighlightingConfiguration +import org.junit.Before +import org.junit.Test +import org.junit.runner.RunWith + +import static extension org.eclipse.xtext.ui.testing.util.JavaProjectSetupUtil.createJavaProject + +/** + * @author miklossy - Initial contribution and API + */ +@RunWith(XtextRunner) +@InjectWith(DomainmodelUiInjectorProvider) +class HighlightingTest extends AbstractHighlightingTest { + + @Inject extension XbaseHighlightingConfiguration + + @Before def void setup() throws Exception { + /* + * Xbase-based languages require java project + */ + projectName.createJavaProject + } + + @Test def package_keyword() { + ''' + package P {} + '''.testHighlighting("package", keywordTextStyle) + } + + @Test def entity_keyword() { + ''' + entity E {} + '''.testHighlighting("entity", keywordTextStyle) + } + + @Test def extends_keyword() { + ''' + entity A {} + entity B extends A {} + '''.testHighlighting("extends", keywordTextStyle) + } + + @Test def op_keyword() { + ''' + entity E { + op m() {} + } + '''.testHighlighting("op", keywordTextStyle) + } + + @Test def import_keyword() { + ''' + import java.util.List + entity E { + adresse : List + } + '''.testHighlighting("import", keywordTextStyle) + } + + @Test def int_keyword() { + ''' + entity E { + op m(int b) {} + } + '''.testHighlighting("int", keywordTextStyle) + } + + @Test def boolean_keyword() { + ''' + entity E { + op m(boolean b) {} + } + '''.testHighlighting("boolean", keywordTextStyle) + } + + @Test def if_keyword() { + ''' + entity E { + op m(boolean b) { + if (b) 1 else 2 + } + } + '''.testHighlighting("if", keywordTextStyle) + } + + @Test def else_keyword() { + ''' + entity E { + op m(boolean b) { + if (b) 1 else 2 + } + } + '''.testHighlighting("else", keywordTextStyle) + } + + @Test def return_keyword() { + ''' + entity E { + op m(boolean b) { + return if (b) 1 else 2 + } + } + '''.testHighlighting("return", keywordTextStyle) + } + + @Test def instanceof_keyword() { + ''' + entity A { + op m(A a) { + if (a instanceof B) 1 else 2 + } + } + entity B extends A {} + '''.testHighlighting("instanceof", keywordTextStyle) + } + + @Test def single_line_comment() { + ''' + // A language to model domain-model elements + entity E { + } + '''.testHighlighting("A language to model domain-model elements", commentTextStyle) + } + + @Test def multi_line_comment() { + ''' + /* + * A language to model domain-model elements. + * Each entity can have properties, operations + * and relations to each other. + */ + entity E { + } + '''.testHighlighting(''' + /* + * A language to model domain-model elements. + * Each entity can have properties, operations + * and relations to each other. + */ + ''', commentTextStyle) + } + + @Test def javadoc_comment() { + ''' + /** + * A language to model domain-model elements. + * Each entity can have properties, operations + * and relations to each other. + */ + entity E { + } + '''.testHighlighting(''' + /** + * A language to model domain-model elements. + * Each entity can have properties, operations + * and relations to each other. + */ + ''', commentTextStyle) + } + + @Test def fixme_task_in_comment() { + ''' + /** + * FIXME + */ + entity E {} + '''.testHighlighting("FIXME", taskTextStyle) + } + + @Test def todo_task_in_comment() { + ''' + /** + * TODO + */ + entity E {} + '''.testHighlighting("TODO", taskTextStyle) + } + + @Test def xxx_task_in_comment() { + ''' + /** + * XXX + */ + entity E {} + '''.testHighlighting("XXX", taskTextStyle) + } + + @Test def single_quoted_string() { + ''' + entity E { + a : String + op m() { + a = 'foo' + } + } + '''.testHighlighting("'foo'", stringTextStyle) + } + + @Test def double_quoted_string() { + ''' + entity E { + a : String + op m() { + a = "foo" + } + } + '''.testHighlighting('"foo"', stringTextStyle) + } + + @Test def number_literal() { + ''' + entity E { + a : int + op m() { + a = 100 + } + } + '''.testHighlighting('100', numberTextStyle) + } + +} \ No newline at end of file diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/HoverTest.xtend b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/HoverTest.xtend new file mode 100644 index 00000000..8c783849 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/HoverTest.xtend @@ -0,0 +1,113 @@ +/******************************************************************************* + * Copyright (c) 2018, 2021 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.ui.tests + +import org.eclipse.xtext.testing.InjectWith +import org.eclipse.xtext.testing.XtextRunner +import org.eclipse.xtext.ui.testing.AbstractHoverTest +import org.junit.Before +import org.junit.Test +import org.junit.runner.RunWith + +import static extension org.eclipse.xtext.ui.testing.util.JavaProjectSetupUtil.createJavaProject + +/** + * @author miklossy - Initial contribution and API + */ +@RunWith(XtextRunner) +@InjectWith(DomainmodelUiInjectorProvider) +class HoverTest extends AbstractHoverTest { + + @Before def void setup() throws Exception { + /* + * Xbase-based languages require java project + */ + projectName.createJavaProject + } + + @Test def hover_over_import_statement() { + ''' + import java.util.List + + entity Foo { + bar : List + } + '''.hasHoverOver("java.util.List", '''An ordered collection (also known as a sequence''') + } + + @Test def hover_over_link_in_javadoc() { + ''' + /** + * {@link java.util.List} + */ + entity Foo {} + '''.hasHoverOver("java.util.List", '''An ordered collection (also known as a sequence''') + } + + @Test def hover_over_java_typed_property() { + ''' + entity Foo { + name : Object + } + '''.hasHoverOver("name", '''Property name : Object''') + } + + @Test def hover_over_java_type() { + ''' + entity Foo { + name : Object + } + '''.hasHoverOver("Object", '''Class Object is the root of the class hierarchy.''') + } + + @Test def hover_over_entity_typed_property() { + ''' + entity Foo { + b : Bar + } + + entity Bar {} + '''.hasHoverOver("b", '''Property b : Bar''') + } + + @Test def hover_over_entity_type() { + ''' + entity Foo { + b : Bar + } + + /** + * Documentation of the entity Bar. + */ + entity Bar {} + '''.hasHoverOver("Bar", '''Documentation of the entity Bar.''') + } + + @Test def hover_over_operation() { + ''' + entity Foo { + b : String + op : getB() { + b + } + } + '''.hasHoverOver("getB", '''getB() : String''') + } + + @Test def hover_over_operation2() { + ''' + entity Foo { + b : String + op : setB(String b) : void { + this.b = b + } + } + '''.hasHoverOver("setB", '''setB(String b) : void''') + } +} \ No newline at end of file diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/HyperlinkingTest.xtend b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/HyperlinkingTest.xtend new file mode 100644 index 00000000..1e410002 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/HyperlinkingTest.xtend @@ -0,0 +1,117 @@ +/******************************************************************************* + * Copyright (c) 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.ui.tests + +import org.eclipse.xtext.testing.InjectWith +import org.eclipse.xtext.testing.XtextRunner +import org.eclipse.xtext.ui.testing.AbstractHyperlinkingTest +import org.junit.Before +import org.junit.Test +import org.junit.runner.RunWith + +import static extension org.eclipse.xtext.ui.testing.util.JavaProjectSetupUtil.createJavaProject + +/** + * @author miklossy - Initial contribution and API + */ +@RunWith(XtextRunner) +@InjectWith(DomainmodelUiInjectorProvider) +class HyperlinkingTest extends AbstractHyperlinkingTest { + + @Before def void setup() throws Exception { + /* + * Xbase-based languages require java project + */ + projectName.createJavaProject + } + + @Test def hyperlink_on_java_import_statement() { + ''' + import «c»java.util.Date«c» + + entity Foo { + date : Date + } + '''.hasHyperlinkTo("java.util.Date") + } + + @Test def hyperlink_on_java_member_type() { + ''' + import java.util.Date + + entity Foo { + date : «c»Date«c» + } + '''.hasHyperlinkTo("java.util.Date") + } + + @Test def hyperlink_on_entity_import_statement() { + ''' + import «c»foopackage.Foo«c» + + package foopackage { + entity Foo {} + } + + entity Bar { + foo : Foo + } + '''.hasHyperlinkTo("foopackage.Foo") + } + + @Test def hyperlink_javadoc_link_to_java_type() { + ''' + import java.util.Date + + /** + * {@link «c»Date«c»} + */ + entity Foo { + date : Date + } + '''.hasHyperlinkTo("java.util.Date") + } + + @Test def hyperlink_on_entity_member_type() { + ''' + entity Foo {} + + entity Bar { + foo : «c»Foo«c» + } + '''.hasHyperlinkTo("Foo") + } + + @Test def hyperlink_on_entity_member_type_in_package() { + ''' + import foopackage.Foo + + package foopackage { + entity Foo {} + } + + entity Bar { + foo : «c»foopackage.Foo«c» + } + '''.hasHyperlinkTo("foopackage.Foo") + } + + @Test def hyperlink_javadoc_link_to_entity_type() { + ''' + import java.util.Date + + /** + * {@link «c»Foo«c»} + */ + entity Foo { + date : Date + } + '''.hasHyperlinkTo("Foo") + } +} \ No newline at end of file diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/LabelProviderTest.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/LabelProviderTest.java new file mode 100644 index 00000000..b4f966dc --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/LabelProviderTest.java @@ -0,0 +1,87 @@ +/** + * Copyright (c) 2018, 2020 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */ +package org.eclipse.xtext.example.domainmodel.ui.tests; + +import org.eclipse.emf.ecore.EObject; +import org.eclipse.jface.resource.ImageDescriptor; +import org.eclipse.jface.viewers.ILabelProvider; +import org.eclipse.swt.graphics.Image; +import org.eclipse.xtext.example.domainmodel.domainmodel.DomainmodelFactory; +import org.eclipse.xtext.testing.InjectWith; +import org.eclipse.xtext.testing.XtextRunner; +import org.eclipse.xtext.ui.IImageHelper; +import org.eclipse.xtext.xbase.ui.labeling.XbaseImages2; +import org.eclipse.xtext.xtype.XtypeFactory; +import org.junit.Assert; +import org.junit.Test; +import org.junit.runner.RunWith; + +import com.google.inject.Inject; + +/** + * @author miklossy - Initial contribution and API + */ +@RunWith(XtextRunner.class) +@InjectWith(DomainmodelUiInjectorProvider.class) +public class LabelProviderTest { + @Inject + private ILabelProvider labelProvider; + + @Inject + private IImageHelper imageHelper; + + @Inject + private XbaseImages2 xbaseImages; + + private final DomainmodelFactory domainmodelFactory = DomainmodelFactory.eINSTANCE; + + private final XtypeFactory xtypeFactory = XtypeFactory.eINSTANCE; + + @Test + public void package_image() { + hasImage(domainmodelFactory.createPackageDeclaration(), "PackageDeclaration.gif"); + } + + @Test + public void import_section_image() { + hasImage(xtypeFactory.createXImportSection(), xbaseImages.forImportContainer()); + } + + @Test + public void import_declaration_image() { + hasImage(xtypeFactory.createXImportDeclaration(), xbaseImages.forImport()); + } + + @Test + public void entity_image() { + hasImage(domainmodelFactory.createEntity(), "Entity.gif"); + } + + @Test + public void property_image() { + hasImage(domainmodelFactory.createProperty(), "Property.gif"); + } + + @Test + public void operation_image() { + hasImage(domainmodelFactory.createOperation(), "Operation.gif"); + } + + private void hasImage(EObject eObject, String image) { + Image actual = labelProvider.getImage(eObject); + Image expected = imageHelper.getImage(image); + Assert.assertEquals(expected, actual); + } + + private void hasImage(EObject eObject, ImageDescriptor descriptor) { + Image actual = labelProvider.getImage(eObject); + Image expected = imageHelper.getImage(descriptor); + Assert.assertEquals(expected, actual); + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/OutlineTest.xtend b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/OutlineTest.xtend new file mode 100644 index 00000000..1105c4f0 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/OutlineTest.xtend @@ -0,0 +1,70 @@ +/******************************************************************************* + * Copyright (c) 2016, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.ui.tests + +import org.eclipse.xtext.testing.InjectWith +import org.eclipse.xtext.testing.XtextRunner +import org.eclipse.xtext.ui.testing.AbstractOutlineTest +import org.junit.Test +import org.junit.runner.RunWith + +/** + * @author Lorenzo Bettini - Initial contribution and API + */ +@RunWith(XtextRunner) +@InjectWith(DomainmodelUiInjectorProvider) +class OutlineTest extends AbstractOutlineTest { + + @Test def void testOutline() throws Exception { + ''' + entity Foo { + name : String + op doStuff(String x) : String { + return x + ' ' + this.name + } + } + '''.assertAllLabels( + ''' + Foo + name : String + doStuff(String) : String + ''' + ) + } + + @Test def void testOutlineWithPackage() throws Exception { + ''' + package mypackage { + entity Foo { + name : String + op doStuff(String x) : String { + return x + ' ' + this.name + } + } + } + '''.assertAllLabels( + ''' + mypackage + Foo + name : String + doStuff(String) : String + ''' + ) + } + + @Test def void testOutlineWithInheritance() throws Exception { + ''' + entity A {} + entity B extends A {} + '''.assertAllLabels(''' + A + B extends A + ''') + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/QuickfixTest.xtend b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/QuickfixTest.xtend new file mode 100644 index 00000000..a4f08d0f --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui.tests/src/org/eclipse/xtext/example/domainmodel/ui/tests/QuickfixTest.xtend @@ -0,0 +1,143 @@ +/******************************************************************************* + * Copyright (c) 2018, 2020 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.ui.tests + +import org.eclipse.xtext.testing.InjectWith +import org.eclipse.xtext.testing.XtextRunner +import org.eclipse.xtext.ui.testing.AbstractQuickfixTest +import org.junit.Before +import org.junit.Test +import org.junit.runner.RunWith + +import static org.eclipse.xtext.example.domainmodel.validation.IssueCodes.INVALID_FEATURE_NAME +import static org.eclipse.xtext.example.domainmodel.validation.IssueCodes.INVALID_TYPE_NAME +import static org.eclipse.xtext.xbase.validation.IssueCodes.IMPORT_UNUSED +import static org.eclipse.xtext.xbase.validation.IssueCodes.IMPORT_WILDCARD_DEPRECATED + +import static extension org.eclipse.xtext.ui.testing.util.JavaProjectSetupUtil.createJavaProject + +/** + * @author miklossy - Initial contribution and API + */ +@RunWith(XtextRunner) +@InjectWith(DomainmodelUiInjectorProvider) +class QuickfixTest extends AbstractQuickfixTest { + + @Before def void setup() throws Exception { + /* + * Xbase-based languages require java project + */ + projectName.createJavaProject + } + + @Test def fix_invalid_entity_name() { + ''' + entity blog { + } + '''.testQuickfixesOn(INVALID_TYPE_NAME, new Quickfix("Capitalize name", "Capitalize name of 'blog'", ''' + entity Blog { + } + ''')) + } + + @Test def fix_invalid_property_name() { + ''' + entity Blog { + Title : String + } + '''.testQuickfixesOn(INVALID_FEATURE_NAME, new Quickfix("Uncapitalize name", "Uncapitalize name of 'Title'", ''' + entity Blog { + title : String + } + ''')) + } + + @Test def fix_invalid_operation_name() { + ''' + entity Blog { + title : String + op SetTitle(String title) {} + } + '''.testQuickfixesOn(INVALID_FEATURE_NAME, new Quickfix("Uncapitalize name", "Uncapitalize name of 'SetTitle'", ''' + entity Blog { + title : String + op setTitle(String title) {} + } + ''')) + } + + @Test def fix_unused_imports1() { + ''' + import java.util.Date + + entity Blog {} + '''.testQuickfixesOn(IMPORT_UNUSED, + new Quickfix( + "Organize imports", + "Organizes the whole import section. Removes wildcard imports as well as duplicates and unused ones.", + ''' + entity Blog {} + ''' + ) + ) + } + + @Test def fix_unused_imports2() { + ''' + import java.util.Date + import java.util.List + + entity Blog { + posts : List + } + + entity Post {} + '''.testQuickfixesOn(IMPORT_UNUSED, + new Quickfix( + "Organize imports", + "Organizes the whole import section. Removes wildcard imports as well as duplicates and unused ones.", + ''' + import java.util.List + + entity Blog { + posts : List + } + + entity Post {} + ''' + ) + ) + } + + @Test def fix_wildcard_imports() { + ''' + import java.util.* + + entity Blog { + posts : List + } + + entity Post {} + '''.testQuickfixesOn(IMPORT_WILDCARD_DEPRECATED, + new Quickfix( + "Organize imports", + "Organizes the whole import section. Removes wildcard imports as well as duplicates and unused ones.", + ''' + import java.util.List + + entity Blog { + posts : List + } + + entity Post {} + ''' + ) + ) + } +} \ No newline at end of file diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.classpath b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.classpath new file mode 100755 index 00000000..3412d981 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.classpath @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.gitignore b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.gitignore new file mode 100644 index 00000000..eab9f93b --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.gitignore @@ -0,0 +1,2 @@ +bin +plugin.xml_gen diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.project b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.project new file mode 100755 index 00000000..8c780ce2 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.project @@ -0,0 +1,34 @@ + + + org.eclipse.xtext.example.domainmodel.ui + + + + + + org.eclipse.xtext.ui.shared.xtextBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.xtext.ui.shared.xtextNature + org.eclipse.jdt.core.javanature + org.eclipse.pde.PluginNature + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.core.resources.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 00000000..99f26c02 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.core.runtime.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.core.runtime.prefs new file mode 100644 index 00000000..5a0ad22d --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.core.runtime.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +line.separator=\n diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.jdt.core.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 00000000..5e93b888 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,394 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.builder.cleanOutputFolder=clean +org.eclipse.jdt.core.builder.duplicateResourceTask=warning +org.eclipse.jdt.core.builder.invalidClasspath=abort +org.eclipse.jdt.core.builder.recreateModifiedClassFileInOutputFolder=ignore +org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch,*.xtend,*._trace,*.xtendbin +org.eclipse.jdt.core.circularClasspath=error +org.eclipse.jdt.core.classpath.exclusionPatterns=enabled +org.eclipse.jdt.core.classpath.multipleOutputLocations=enabled +org.eclipse.jdt.core.codeComplete.argumentPrefixes= +org.eclipse.jdt.core.codeComplete.argumentSuffixes= +org.eclipse.jdt.core.codeComplete.fieldPrefixes= +org.eclipse.jdt.core.codeComplete.fieldSuffixes= +org.eclipse.jdt.core.codeComplete.localPrefixes= +org.eclipse.jdt.core.codeComplete.localSuffixes= +org.eclipse.jdt.core.codeComplete.staticFieldPrefixes= +org.eclipse.jdt.core.codeComplete.staticFieldSuffixes= +org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes= +org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes= +org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled +org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore +org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull +org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault +org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable +org.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=11 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.doc.comment.support=disabled +org.eclipse.jdt.core.compiler.maxProblemPerUnit=100 +org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.autoboxing=ignore +org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning +org.eclipse.jdt.core.compiler.problem.deadCode=warning +org.eclipse.jdt.core.compiler.problem.deprecation=warning +org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled +org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=enabled +org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore +org.eclipse.jdt.core.compiler.problem.emptyStatement=warning +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore +org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore +org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled +org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore +org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning +org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning +org.eclipse.jdt.core.compiler.problem.forbiddenReference=error +org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning +org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=enabled +org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning +org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning +org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=warning +org.eclipse.jdt.core.compiler.problem.invalidJavadoc=ignore +org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=disabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=disabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=disabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=public +org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore +org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning +org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore +org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning +org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled +org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public +org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=return_tag +org.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=public +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled +org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning +org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=warning +org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning +org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning +org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore +org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning +org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=warning +org.eclipse.jdt.core.compiler.problem.nullReference=warning +org.eclipse.jdt.core.compiler.problem.nullSpecViolation=warning +org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning +org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning +org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore +org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning +org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning +org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore +org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning +org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning +org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning +org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore +org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning +org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore +org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore +org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled +org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning +org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled +org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled +org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=enabled +org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore +org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning +org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled +org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning +org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning +org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore +org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore +org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning +org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled +org.eclipse.jdt.core.compiler.problem.unusedImport=warning +org.eclipse.jdt.core.compiler.problem.unusedLabel=warning +org.eclipse.jdt.core.compiler.problem.unusedLocal=warning +org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore +org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled +org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning +org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning +org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning +org.eclipse.jdt.core.compiler.source=11 +org.eclipse.jdt.core.formatter.align_type_members_on_columns=false +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 +org.eclipse.jdt.core.formatter.alignment_for_assignment=0 +org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16 +org.eclipse.jdt.core.formatter.alignment_for_compact_if=16 +org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 +org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 +org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 +org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 +org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 +org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 +org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 +org.eclipse.jdt.core.formatter.blank_lines_after_package=1 +org.eclipse.jdt.core.formatter.blank_lines_before_field=0 +org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 +org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 +org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 +org.eclipse.jdt.core.formatter.blank_lines_before_method=1 +org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 +org.eclipse.jdt.core.formatter.blank_lines_before_package=0 +org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 +org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 +org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false +org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false +org.eclipse.jdt.core.formatter.comment.format_block_comments=false +org.eclipse.jdt.core.formatter.comment.format_header=false +org.eclipse.jdt.core.formatter.comment.format_html=true +org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true +org.eclipse.jdt.core.formatter.comment.format_line_comments=false +org.eclipse.jdt.core.formatter.comment.format_source_code=true +org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true +org.eclipse.jdt.core.formatter.comment.indent_root_tags=true +org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert +org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert +org.eclipse.jdt.core.formatter.comment.line_length=140 +org.eclipse.jdt.core.formatter.compact_else_if=true +org.eclipse.jdt.core.formatter.continuation_indentation=2 +org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 +org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true +org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true +org.eclipse.jdt.core.formatter.indent_empty_lines=false +org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true +org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true +org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true +org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true +org.eclipse.jdt.core.formatter.indentation.size=4 +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert +org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert +org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert +org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert +org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert +org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.join_lines_in_comments=true +org.eclipse.jdt.core.formatter.join_wrapped_lines=true +org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false +org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false +org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false +org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false +org.eclipse.jdt.core.formatter.lineSplit=140 +org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false +org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false +org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 +org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 +org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true +org.eclipse.jdt.core.formatter.tabulation.char=tab +org.eclipse.jdt.core.formatter.tabulation.size=4 +org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false +org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true +org.eclipse.jdt.core.incompatibleJDKLevel=ignore +org.eclipse.jdt.core.incompleteClasspath=error diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.jdt.launching.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.jdt.launching.prefs new file mode 100644 index 00000000..96809758 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.jdt.launching.prefs @@ -0,0 +1,3 @@ +#Wed Aug 12 21:10:17 CEST 2009 +eclipse.preferences.version=1 +org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE=ignore diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.jdt.ui.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.jdt.ui.prefs new file mode 100644 index 00000000..b8d86ba0 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.jdt.ui.prefs @@ -0,0 +1,118 @@ +#Wed Oct 14 22:36:24 CEST 2009 +cleanup.add_default_serial_version_id=true +cleanup.add_generated_serial_version_id=false +cleanup.add_missing_annotations=true +cleanup.add_missing_deprecated_annotations=true +cleanup.add_missing_methods=false +cleanup.add_missing_nls_tags=false +cleanup.add_missing_override_annotations=true +cleanup.add_serial_version_id=true +cleanup.always_use_blocks=true +cleanup.always_use_parentheses_in_expressions=false +cleanup.always_use_this_for_non_static_field_access=false +cleanup.always_use_this_for_non_static_method_access=false +cleanup.convert_to_enhanced_for_loop=false +cleanup.correct_indentation=false +cleanup.format_source_code=false +cleanup.format_source_code_changes_only=false +cleanup.make_local_variable_final=true +cleanup.make_parameters_final=false +cleanup.make_private_fields_final=true +cleanup.make_type_abstract_if_missing_method=false +cleanup.make_variable_declarations_final=false +cleanup.never_use_blocks=false +cleanup.never_use_parentheses_in_expressions=true +cleanup.organize_imports=false +cleanup.qualify_static_field_accesses_with_declaring_class=false +cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true +cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true +cleanup.qualify_static_member_accesses_with_declaring_class=true +cleanup.qualify_static_method_accesses_with_declaring_class=false +cleanup.remove_private_constructors=true +cleanup.remove_trailing_whitespaces=true +cleanup.remove_trailing_whitespaces_all=true +cleanup.remove_trailing_whitespaces_ignore_empty=false +cleanup.remove_unnecessary_casts=true +cleanup.remove_unnecessary_nls_tags=true +cleanup.remove_unused_imports=false +cleanup.remove_unused_local_variables=false +cleanup.remove_unused_private_fields=true +cleanup.remove_unused_private_members=false +cleanup.remove_unused_private_methods=true +cleanup.remove_unused_private_types=true +cleanup.sort_members=false +cleanup.sort_members_all=false +cleanup.use_blocks=false +cleanup.use_blocks_only_for_return_and_throw=false +cleanup.use_parentheses_in_expressions=false +cleanup.use_this_for_non_static_field_access=false +cleanup.use_this_for_non_static_field_access_only_if_necessary=true +cleanup.use_this_for_non_static_method_access=false +cleanup.use_this_for_non_static_method_access_only_if_necessary=true +cleanup_profile=_Xtext +cleanup_settings_version=2 +eclipse.preferences.version=1 +editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true +formatter_profile=_'Xtext' +formatter_settings_version=11 +org.eclipse.jdt.ui.exception.name=e +org.eclipse.jdt.ui.gettersetter.use.is=true +org.eclipse.jdt.ui.ignorelowercasenames=true +org.eclipse.jdt.ui.importorder=java;javax;org;com; +org.eclipse.jdt.ui.javadoc=true +org.eclipse.jdt.ui.keywordthis=false +org.eclipse.jdt.ui.ondemandthreshold=99 +org.eclipse.jdt.ui.overrideannotation=true +org.eclipse.jdt.ui.staticondemandthreshold=1 +org.eclipse.jdt.ui.text.custom_code_templates= +sp_cleanup.add_default_serial_version_id=true +sp_cleanup.add_generated_serial_version_id=false +sp_cleanup.add_missing_annotations=true +sp_cleanup.add_missing_deprecated_annotations=true +sp_cleanup.add_missing_methods=false +sp_cleanup.add_missing_nls_tags=false +sp_cleanup.add_missing_override_annotations=true +sp_cleanup.add_serial_version_id=false +sp_cleanup.always_use_blocks=true +sp_cleanup.always_use_parentheses_in_expressions=false +sp_cleanup.always_use_this_for_non_static_field_access=false +sp_cleanup.always_use_this_for_non_static_method_access=false +sp_cleanup.convert_to_enhanced_for_loop=false +sp_cleanup.correct_indentation=false +sp_cleanup.format_source_code=false +sp_cleanup.format_source_code_changes_only=false +sp_cleanup.make_local_variable_final=false +sp_cleanup.make_parameters_final=false +sp_cleanup.make_private_fields_final=true +sp_cleanup.make_type_abstract_if_missing_method=false +sp_cleanup.make_variable_declarations_final=false +sp_cleanup.never_use_blocks=false +sp_cleanup.never_use_parentheses_in_expressions=true +sp_cleanup.on_save_use_additional_actions=true +sp_cleanup.organize_imports=false +sp_cleanup.qualify_static_field_accesses_with_declaring_class=false +sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true +sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true +sp_cleanup.qualify_static_member_accesses_with_declaring_class=false +sp_cleanup.qualify_static_method_accesses_with_declaring_class=false +sp_cleanup.remove_private_constructors=true +sp_cleanup.remove_trailing_whitespaces=false +sp_cleanup.remove_trailing_whitespaces_all=true +sp_cleanup.remove_trailing_whitespaces_ignore_empty=false +sp_cleanup.remove_unnecessary_casts=true +sp_cleanup.remove_unnecessary_nls_tags=false +sp_cleanup.remove_unused_imports=false +sp_cleanup.remove_unused_local_variables=false +sp_cleanup.remove_unused_private_fields=true +sp_cleanup.remove_unused_private_members=false +sp_cleanup.remove_unused_private_methods=true +sp_cleanup.remove_unused_private_types=true +sp_cleanup.sort_members=false +sp_cleanup.sort_members_all=false +sp_cleanup.use_blocks=false +sp_cleanup.use_blocks_only_for_return_and_throw=false +sp_cleanup.use_parentheses_in_expressions=false +sp_cleanup.use_this_for_non_static_field_access=false +sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true +sp_cleanup.use_this_for_non_static_method_access=false +sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.pde.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.pde.prefs new file mode 100644 index 00000000..e32163db --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/.settings/org.eclipse.pde.prefs @@ -0,0 +1,32 @@ +compilers.f.unresolved-features=1 +compilers.f.unresolved-plugins=1 +compilers.incompatible-environment=1 +compilers.p.build=1 +compilers.p.build.bin.includes=1 +compilers.p.build.encodings=2 +compilers.p.build.java.compiler=2 +compilers.p.build.java.compliance=1 +compilers.p.build.missing.output=2 +compilers.p.build.output.library=1 +compilers.p.build.source.library=1 +compilers.p.build.src.includes=1 +compilers.p.deprecated=2 +compilers.p.discouraged-class=1 +compilers.p.internal=1 +compilers.p.missing-packages=2 +compilers.p.missing-version-export-package=2 +compilers.p.missing-version-import-package=2 +compilers.p.missing-version-require-bundle=2 +compilers.p.no-required-att=0 +compilers.p.not-externalized-att=2 +compilers.p.unknown-attribute=1 +compilers.p.unknown-class=1 +compilers.p.unknown-element=1 +compilers.p.unknown-identifier=1 +compilers.p.unknown-resource=1 +compilers.p.unresolved-ex-points=0 +compilers.p.unresolved-import=0 +compilers.s.create-docs=false +compilers.s.doc-folder=doc +compilers.s.open-tags=1 +eclipse.preferences.version=1 diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/META-INF/MANIFEST.MF b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/META-INF/MANIFEST.MF new file mode 100644 index 00000000..59917b11 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/META-INF/MANIFEST.MF @@ -0,0 +1,37 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Xtext Domainmodel Example - Eclipse UI +Bundle-Vendor: Eclipse Xtext +Bundle-Version: 2.33.0.qualifier +Bundle-SymbolicName: org.eclipse.xtext.example.domainmodel.ui; singleton:=true +Bundle-ActivationPolicy: lazy +Require-Bundle: org.eclipse.compare;bundle-version="3.8.300", + org.eclipse.jdt.core;bundle-version="3.29.0";resolution:=optional;x-installation:=greedy, + org.eclipse.jdt.debug.ui;bundle-version="3.12.600", + org.eclipse.ui;bundle-version="3.201.0", + org.eclipse.ui.editors;bundle-version="3.14.300", + org.eclipse.ui.ide;bundle-version="3.13.1", + org.eclipse.xtext.builder,org.eclipse.xtend.lib;bundle-version="2.14.0";resolution:=optional, + org.eclipse.xtext.common.types.ui, + org.eclipse.xtext.example.domainmodel, + org.eclipse.xtext.example.domainmodel.ide, + org.eclipse.xtext.ui, + org.eclipse.xtext.ui.codetemplates.ui, + org.eclipse.xtext.ui.shared, + org.eclipse.xtext.xbase.lib;bundle-version="2.14.0", + org.eclipse.xtext.xbase.ui +Import-Package: org.apache.log4j, + org.eclipse.xtext.ui.codemining;resolution:=optional +Bundle-RequiredExecutionEnvironment: JavaSE-11 +Export-Package: org.eclipse.xtext.example.domainmodel.ui.autoedit, + org.eclipse.xtext.example.domainmodel.ui.contentassist, + org.eclipse.xtext.example.domainmodel.ui.editor, + org.eclipse.xtext.example.domainmodel.ui.internal, + org.eclipse.xtext.example.domainmodel.ui.labeling, + org.eclipse.xtext.example.domainmodel.ui.linking, + org.eclipse.xtext.example.domainmodel.ui.navigation, + org.eclipse.xtext.example.domainmodel.ui.outline, + org.eclipse.xtext.example.domainmodel.ui.quickfix, + org.eclipse.xtext.example.domainmodel.ui.search +Bundle-Activator: org.eclipse.xtext.example.domainmodel.ui.internal.DomainmodelActivator +Automatic-Module-Name: org.eclipse.xtext.example.domainmodel.ui diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/about.html b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/about.html new file mode 100644 index 00000000..164f781a --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/about.html @@ -0,0 +1,36 @@ + + + + +About + + +

About This Content

+ +

November 30, 2017

+

License

+ +

+ The Eclipse Foundation makes available all content in this plug-in + ("Content"). Unless otherwise indicated below, the Content + is provided to you under the terms and conditions of the Eclipse + Public License Version 2.0 ("EPL"). A copy of the EPL is + available at http://www.eclipse.org/legal/epl-2.0. + For purposes of the EPL, "Program" will mean the Content. +

+ +

+ If you did not receive this Content directly from the Eclipse + Foundation, the Content is being redistributed by another party + ("Redistributor") and different terms and conditions may + apply to your use of any object code in the Content. Check the + Redistributor's license that was provided with the Content. If no such + license exists, contact the Redistributor. Unless otherwise indicated + below, the terms and conditions of the EPL still apply to any source + code in the Content and such source code may be obtained at http://www.eclipse.org. +

+ + + \ No newline at end of file diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/build.properties b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/build.properties new file mode 100755 index 00000000..7be0877e --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/build.properties @@ -0,0 +1,8 @@ +source.. = src/,\ + src-gen/ +bin.includes = META-INF/,\ + .,\ + plugin.xml,\ + icons/,\ + about.html,\ + templates/ diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/icons/DataType.gif b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/icons/DataType.gif new file mode 100644 index 0000000000000000000000000000000000000000..f9e56eea8abb476ca61ece62326fda6fd6b292e2 GIT binary patch literal 349 zcmZ?wbhEHb6krfwxXQrLxBT#j@BiO^`~Ugp|7V~7GlWiKiI~A1Gm9^7jzGd(!Gt-& ziStB~=7}ZG6HA#VoxV^eeSt#80+pO4+J!5$3zr*}t+J?EyW#lF3lHAt7B91@UE|rh zA$sEW#HqXH?Y(f}*@wf|?)?V?2HF6{pDc_F3`z_-Amc%PVqmLsm{{PUBcwQYNzqD8 z4n?^MC01WG_!hOKoqVfd#wYmHS#P$zq~DECiaYLqDA{popMa7e!$H3Z-D>jUf=tb= z;!Jf7%`H7WosF$Mg6(xe@{Hn)6$~>N8SD7vnHMivDk;sY#3Qe`cHMdbUI`^O?rqz5 QaByyR+q-YSlOuyQ05ykfGynhq literal 0 HcmV?d00001 diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/icons/Entity.gif b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/icons/Entity.gif new file mode 100755 index 0000000000000000000000000000000000000000..c7573bde8f92d04f22164a5b3e9398fb655e5fa4 GIT binary patch literal 367 zcmZ?wbhEHb6krfwxXQrr_wWC|fB$Kjr|WsO{`vd=*YCeC-hF@g^2^sBe;&O2^7hk@ zk6(X1c=`F^t1mC!e}D7or+3{ZuiA}XwHtiuH+$D^^ljMUQ@7E(c7tEz7T@~K0WI78 zo3}l9_2uEK&oAD8d-LhXhp)fB{`md#_uoH%|M>%DTetf)Zw+YO9?-Hapmp2x_umQ@ z9NBRE=GUKp{`~v@=ik4-|Ni~||DS!65}`THj}nB!WaOqf9uQj*A;*5~PXe!9Q-7Rcg6%UyQEp~# z?p&r;W`zb(#WF=EUB$_@91W66N;*pIvy@ncoy1u5lo?qV^_MXiFbXUZ7ZKdJNl;Kk kNL*}@!rp!R_wF_nJ8)Ftkha*V(`QbFd0e>Y>d0UX02*?oiU0rr literal 0 HcmV?d00001 diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/icons/Operation.gif b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/icons/Operation.gif new file mode 100755 index 0000000000000000000000000000000000000000..482a4d51abbe2eeb79b53f33a89bc0a624c55d06 GIT binary patch literal 573 zcmZ?wbhEHb6krfwc*ekR@ZjM^o33p?e7AGq#nrp-tlo9AZNbG=yKinjczgTdoBK}Q zt(<W5fMd#ZVp6gt4aqi|DD}b_x@9aByyL|eIw#DbS9J#&u@U1O}Z>9Ag-F@o* z;q&)XCmc=gIgrw`w{6+^%|~u*J#yW(exFDEe)sx49u0dv>h=V-><(_(lh}Vat!3GQ z9haCa^IaSFx;5@~ZP?{rzss|6kAKUqpw?Z96ZWOFtxRrNI)B$y2HRo=n<575LMH11 zW}9NOlC`!~8ysslyEN`{s@>|^wA-a|hjYzFzqXx$t=ogzb|kkgOKD%8+_E^eZD~sD z5(b+B2HOG#>wE^AJOhCOq{=Jn?ba& zzqXXQFISLKYlxVHq7Vlslej`aTL=rQska%sU`VSkwUS{MQ;TLYXBa-$^8HT literal 0 HcmV?d00001 diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/icons/PackageDeclaration.gif b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/icons/PackageDeclaration.gif new file mode 100644 index 0000000000000000000000000000000000000000..f844ade1cc664fe4740961a2cbecfe286bff8275 GIT binary patch literal 110 zcmZ?wbhEHb6krfwSj52a;rsu$-~NC8`TyDH{|XrkEt>jGVMPk7U#?{5#)CBqejwU5hn2)=OHo4?E`GXXJTP!+)S@L4k%xW8b7D KMLRth7_0$IXfdh) literal 0 HcmV?d00001 diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/icons/Property.gif b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/icons/Property.gif new file mode 100755 index 0000000000000000000000000000000000000000..99b7fa68d968746ff57c674a07c312e104809fdd GIT binary patch literal 329 zcmZ?wbhEHb6krfwxXQrr_uqf(igjA~E41@gXy>mmELm+-yxOXAy;a3JtIBoG^_!d< zHo4Sq@@?Jb+qNyVXIB^y^#aMAag+ANP23wdX>a_by{Xd@9l?CWRbROEDKRZx*rn58gNMS;zkg^7iE Q>5^qjyjQJWA!@y_HAmGR#=*%GG#31PS{l{+x5!Wx@elv)< z{rvUk#k-$xKK^?1@#p7nzn{GM@#6i@4_|(L`|5c|jLPru%L`uXAOug~9qfB*SgCUucw#uBxhWqO4x^@>)Sm9Mp{ z*xqB4D6i^4o%H1t!?dXW?kJqT`i_O6DLhF zH*GPVXg_P#M01lCBN0^wR!&w1RSrv|76SnRMip)@MlLQ3!xnv6VM$3Ag|jAHUG!Oy?Lh&f+4Tgbohu@5s0PgKf5fY{ zqwD{F$%%9OSPhgCEgGZ`oH)^Ox@;B0oWusXNhi1rooBK{cYNa$PE`HD$SoJnBgnuY YmZHVB=APjzpaU2@UHx3vIVCg!0Out@W&i*H literal 0 HcmV?d00001 diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/plugin.xml b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/plugin.xml new file mode 100644 index 00000000..bc7c6fb4 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/plugin.xml @@ -0,0 +1,669 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/pom.xml b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/pom.xml new file mode 100644 index 00000000..6ccf4b0f --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/pom.xml @@ -0,0 +1,13 @@ + + 4.0.0 + + org.eclipse.xtext.example.domainmodel + org.eclipse.xtext.example.domainmodel.parent + 2.33.0-SNAPSHOT + ../org.eclipse.xtext.example.domainmodel.releng + + org.eclipse.xtext.example.domainmodel.ui + eclipse-plugin + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/DomainmodelUiModule.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/DomainmodelUiModule.java new file mode 100644 index 00000000..789c6a07 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/DomainmodelUiModule.java @@ -0,0 +1,51 @@ +/** + * Copyright (c) 2011, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */ +package org.eclipse.xtext.example.domainmodel.ui; + +import org.eclipse.ui.plugin.AbstractUIPlugin; +import org.eclipse.xtext.example.domainmodel.ui.autoedit.FantasticEditStrategyProvider; +import org.eclipse.xtext.example.domainmodel.ui.linking.DomainmodelLinkingDiagnosticMessageProvider; +import org.eclipse.xtext.example.domainmodel.ui.navigation.DomainmodelHyperlinkHelper; +import org.eclipse.xtext.example.domainmodel.ui.outline.FilterOperationsContribution; +import org.eclipse.xtext.linking.ILinkingDiagnosticMessageProvider; +import org.eclipse.xtext.ui.editor.autoedit.AbstractEditStrategyProvider; +import org.eclipse.xtext.ui.editor.hyperlinking.IHyperlinkHelper; +import org.eclipse.xtext.ui.editor.outline.actions.IOutlineContribution; + +import com.google.inject.Binder; +import com.google.inject.name.Names; + +/** + * Use this class to register components to be used within the Eclipse IDE. + */ +public class DomainmodelUiModule extends AbstractDomainmodelUiModule { + + public DomainmodelUiModule(AbstractUIPlugin plugin) { + super(plugin); + } + + public Class bindILinkingDiagnosticMessageProvider() { + return DomainmodelLinkingDiagnosticMessageProvider.class; + } + + @Override + public Class bindIHyperlinkHelper() { + return DomainmodelHyperlinkHelper.class; + } + + @Override + public Class bindAbstractEditStrategyProvider() { + return FantasticEditStrategyProvider.class; + } + + public void configureFilterOperationsOutlineContribution(Binder binder) { + binder.bind(IOutlineContribution.class).annotatedWith(Names.named("FilterOperationsContribution")) + .to(FilterOperationsContribution.class); + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/autoedit/FantasticEditStrategyProvider.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/autoedit/FantasticEditStrategyProvider.java new file mode 100644 index 00000000..5d35e139 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/autoedit/FantasticEditStrategyProvider.java @@ -0,0 +1,80 @@ +/** + * Copyright (c) 2010, 2021 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */ +package org.eclipse.xtext.example.domainmodel.ui.autoedit; + +import org.eclipse.jface.text.BadLocationException; +import org.eclipse.jface.text.DocumentCommand; +import org.eclipse.jface.text.IAutoEditStrategy; +import org.eclipse.jface.text.IDocument; +import org.eclipse.xtext.ui.editor.autoedit.DefaultAutoEditStrategyProvider; +import org.eclipse.xtext.util.Strings; + +/** + * @author Sven Efftinge - Initial contribution and API + */ +public class FantasticEditStrategyProvider extends DefaultAutoEditStrategyProvider { + private static class Surprise implements IAutoEditStrategy { + private String contents; + + @Override + public void customizeDocumentCommand(IDocument document, DocumentCommand command) { + try { + if (command.text.equals("t") && document.get(command.offset - 4, 4).equals("Xtex")) { + contents = document.get(); + document.set(getText()); + command.text = ""; + command.offset = getText().lastIndexOf("M") + 1; + } else { + if (contents != null) { + document.set(contents); + contents = null; + } + } + } catch (final BadLocationException e) { + // ignore + } + } + + private String getText() { + return Strings.toPlatformLineSeparator("\n\n\n" + + "\t\t\tMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMMMM\n" + + "\t\t\tMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMMM\n" + + "\t\t\tMMMMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMMM\n" + + "\t\t\tMMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMMM\n" + + "\t\t\tMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMMM\n" + + "\t\t\tM MMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMMMM\n" + + "\t\t\tMM MMMMMMMMMMMMMMMMMMMMM MMMMMMMMMM\n" + + "\t\t\tMMMM MMMMMMMMMMMMMMMM MMMMMMMMMMMM\n" + + "\t\t\tMMMMMM MMMMMMMMM MMMMMMMMMMMMM\n" + + "\t\t\tMMMMMMMM MMMMMMMMMMMMMMM\n" + + "\t\t\tMMMMMMMMMM MMMMMMMMMMMMMMMMMM\n" + + "\t\t\tMMMMMMMMMMMMMM MMMMMMMMMMMMMMMMMMMMMM\n" + + "\t\t\tMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM\n" + + "\t\t\tMMMMMMMMMMMMMMMMMMMM MMMMMMMMMMMMMMMMMMMM\n" + + "\t\t\tMMMMMMMMMMMMMMMMM MMMMMMMMMMMMMM\n" + + "\t\t\tMMMMMMMMMMMMMM MMMMMMMMMMM\n" + + "\t\t\tMMMMMMMMMMMM MMM MMMMMMMM\n" + + "\t\t\tMMMMMMMMMM MMMMMMMMMMMMMMM MMMMMM\n" + + "\t\t\tMMMMMMMMM MMMMMMMMMMMMMMMMMMMM MMMM\n" + + "\t\t\tMMMMMMMM MMMMMMMMMMMMMMMMMMMMMMMMM MM\n" + + "\t\t\tMMMMMMM MMMMMMMMMMMMMMMMMMMMMMMMMMM MMM\n" + + "\t\t\tMMMMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMM\n" + + "\t\t\tMMMMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMM\n" + + "\t\t\tMMMMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMMM\n" + + "\t\t\tMMMMMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM\n" + + "\t\t\tMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM\n"); + } + } + + @Override + protected void configure(IEditStrategyAcceptor acceptor) { + super.configure(acceptor); + acceptor.accept(new Surprise(), IDocument.DEFAULT_CONTENT_TYPE); + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/codemining/DomainmodelCodeMiningProvider.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/codemining/DomainmodelCodeMiningProvider.java new file mode 100644 index 00000000..404f6aa2 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/codemining/DomainmodelCodeMiningProvider.java @@ -0,0 +1,96 @@ +/******************************************************************************* + * Copyright (c) 2018, 2020 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.ui.codemining; + + +import java.util.Iterator; +import java.util.List; + +import org.eclipse.jface.text.BadLocationException; +import org.eclipse.jface.text.IDocument; +import org.eclipse.jface.text.codemining.ICodeMining; +import org.eclipse.xtext.EcoreUtil2; +import org.eclipse.xtext.Keyword; +import org.eclipse.xtext.common.types.JvmOperation; +import org.eclipse.xtext.example.domainmodel.domainmodel.Entity; +import org.eclipse.xtext.example.domainmodel.domainmodel.Operation; +import org.eclipse.xtext.example.domainmodel.domainmodel.Property; +import org.eclipse.xtext.example.domainmodel.services.DomainmodelGrammarAccess; +import org.eclipse.xtext.nodemodel.ICompositeNode; +import org.eclipse.xtext.nodemodel.INode; +import org.eclipse.xtext.nodemodel.util.NodeModelUtils; +import org.eclipse.xtext.resource.XtextResource; +import org.eclipse.xtext.ui.codemining.AbstractXtextCodeMiningProvider; +import org.eclipse.xtext.util.CancelIndicator; +import org.eclipse.xtext.util.IAcceptor; +import org.eclipse.xtext.xbase.jvmmodel.IJvmModelAssociations; + +import com.google.inject.Inject; + +/** + * Provide code minings for the Domainmodel example. + */ +public class DomainmodelCodeMiningProvider extends AbstractXtextCodeMiningProvider { + + @Inject + private IJvmModelAssociations jvmModelAssociations; + @Inject + private DomainmodelGrammarAccess grammar; + + @Override + protected void createCodeMinings(IDocument document, XtextResource resource, CancelIndicator indicator, + IAcceptor acceptor) throws BadLocationException { + if (resource.getContents().isEmpty()) { + return; + } + + // get all entities in the open document + List allEntities = EcoreUtil2.eAllOfType(resource.getContents().get(0), Entity.class); + for (Entity e : allEntities) { + int propertiesCount = (int) e.getFeatures().stream().filter(f -> (f instanceof Property)).count(); + String propertiesHeaderText = propertiesCount + " " + (propertiesCount == 1 ? "property" : "properties"); + + int operationsCount = (int) e.getFeatures().stream().filter(f -> (f instanceof Operation)).count(); + String operationsHeaderText = operationsCount + " operation" + (operationsCount == 1 ? "" : "s"); + + ICompositeNode node = NodeModelUtils.getNode(e); + int beforeLineNumber = document.getLineOfOffset(node.getOffset()); + // create two line header code minings before the entity: one for the properties, one for the operations + acceptor.accept(createNewLineHeaderCodeMining(beforeLineNumber, document, propertiesHeaderText)); + acceptor.accept(createNewLineHeaderCodeMining(beforeLineNumber, document, operationsHeaderText)); + } + + // get all operations in the open document + List allOperations = EcoreUtil2.eAllOfType(resource.getContents().get(0), Operation.class); + // get keyword for ')' + Keyword rightParenthesisKeyword_4 = grammar.getOperationAccess().getRightParenthesisKeyword_4(); + for (Operation o : allOperations) { + //inline annotations only for methods with no return type + if (o.getType() != null) { + continue; + } + // get return type name from operation + JvmOperation inferredOp = (JvmOperation) jvmModelAssociations.getPrimaryJvmElement(o); + if (inferredOp == null || inferredOp.getReturnType() == null) { + continue; // broken model + } + String returnTypeName = inferredOp.getReturnType().getSimpleName(); + // find document offset for inline annotation + ICompositeNode node = NodeModelUtils.findActualNodeFor(o); + for (Iterator it = node.getAsTreeIterable().iterator(); it.hasNext();) { + INode child = it.next(); + if (rightParenthesisKeyword_4.equals(child.getGrammarElement())) { + // create line content code mining for inline annotation after grammarElement ')' + String annotationText = " : " + returnTypeName; + acceptor.accept(createNewLineContentCodeMining(child.getTotalOffset() + 1, annotationText)); + } + } + } + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/contentassist/DomainmodelProposalProvider.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/contentassist/DomainmodelProposalProvider.java new file mode 100644 index 00000000..d34c60fb --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/contentassist/DomainmodelProposalProvider.java @@ -0,0 +1,17 @@ +/** + * Copyright (c) 2011, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */ +package org.eclipse.xtext.example.domainmodel.ui.contentassist; + + +/** + * See https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#content-assist + * on how to customize the content assistant. + */ +public class DomainmodelProposalProvider extends AbstractDomainmodelProposalProvider { +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/editor/hierarchy/AssociationHierarchyBuilder.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/editor/hierarchy/AssociationHierarchyBuilder.java new file mode 100644 index 00000000..944acfc9 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/editor/hierarchy/AssociationHierarchyBuilder.java @@ -0,0 +1,92 @@ +/** + * Copyright (c) 2016, 2020 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */ +package org.eclipse.xtext.example.domainmodel.ui.editor.hierarchy; + +import org.eclipse.emf.common.util.URI; +import org.eclipse.emf.ecore.EClass; +import org.eclipse.emf.ecore.EClassifier; +import org.eclipse.emf.ecore.EObject; +import org.eclipse.xtext.EcoreUtil2; +import org.eclipse.xtext.common.types.TypesPackage; +import org.eclipse.xtext.example.domainmodel.domainmodel.DomainmodelPackage; +import org.eclipse.xtext.example.domainmodel.domainmodel.Entity; +import org.eclipse.xtext.example.domainmodel.domainmodel.Property; +import org.eclipse.xtext.ide.editor.hierarchy.DefaultCallHierarchyBuilder; +import org.eclipse.xtext.ide.editor.hierarchy.IHierarchyNodeLocationProvider; +import org.eclipse.xtext.resource.IEObjectDescription; +import org.eclipse.xtext.resource.IReferenceDescription; +import org.eclipse.xtext.xbase.jvmmodel.IJvmModelAssociations; + +import com.google.inject.Inject; + +/** + * @author kosyakov - Initial contribution and API + */ +public class AssociationHierarchyBuilder extends DefaultCallHierarchyBuilder { + @Inject + private IJvmModelAssociations jvmModelAssociations; + + @Inject + private AssociationHierarchyNodeLocationProvider associationHierarchyNodeLocationProvider; + + @Override + protected IHierarchyNodeLocationProvider getHierarchyNodeLocationProvider() { + return associationHierarchyNodeLocationProvider; + } + + @Override + protected IEObjectDescription findDeclaration(URI objectURI) { + IEObjectDescription description = getDescription(objectURI); + if (description != null) { + EClass eClass = description.getEClass(); + if (isJvmType(eClass)) { + return readOnly(description.getEObjectURI(), (EObject targetElement) -> { + EObject sourceElement = jvmModelAssociations.getPrimarySourceElement(targetElement); + if (sourceElement != null) { + if (isEntity(sourceElement.eClass())) { + return getDescription(sourceElement); + } + } + return null; + }); + } + if (isEntity(eClass)) { + return description; + } + } + return readOnly(objectURI, (EObject object) -> { + return getDescription(EcoreUtil2.getContainerOfType(object, Entity.class)); + }); + } + + @Override + protected boolean filterReference(IReferenceDescription reference) { + if (reference == null || !isJvmType(reference.getEReference().getEType())) { + return false; + } + return readOnly(reference.getSourceEObjectUri(), (EObject referenceOwner) -> { + if (referenceOwner != null) { + Property container = EcoreUtil2.getContainerOfType(referenceOwner, Property.class); + if (container != null) { + Entity entity = EcoreUtil2.getContainerOfType(container, Entity.class); + return entity != null; + } + } + return false; + }); + } + + protected boolean isJvmType(EClassifier type) { + return isAssignable(TypesPackage.Literals.JVM_TYPE, type); + } + + protected boolean isEntity(EClassifier type) { + return isAssignable(DomainmodelPackage.Literals.ENTITY, type); + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/editor/hierarchy/AssociationHierarchyNodeLocationProvider.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/editor/hierarchy/AssociationHierarchyNodeLocationProvider.java new file mode 100644 index 00000000..755171cd --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/editor/hierarchy/AssociationHierarchyNodeLocationProvider.java @@ -0,0 +1,34 @@ +/** + * Copyright (c) 2016, 2020 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */ +package org.eclipse.xtext.example.domainmodel.ui.editor.hierarchy; + +import com.google.inject.Singleton; +import org.eclipse.emf.ecore.EObject; +import org.eclipse.emf.ecore.EStructuralFeature; +import org.eclipse.xtext.EcoreUtil2; +import org.eclipse.xtext.example.domainmodel.domainmodel.Property; +import org.eclipse.xtext.ide.editor.hierarchy.DefaultHierarchyNodeLocationProvider; +import org.eclipse.xtext.util.ITextRegion; +import org.eclipse.xtext.util.ITextRegionWithLineInformation; + +/** + * @author kosyakov - Initial contribution and API + */ +@Singleton +public class AssociationHierarchyNodeLocationProvider extends DefaultHierarchyNodeLocationProvider { + @Override + public ITextRegionWithLineInformation getTextRegion(EObject owner, EStructuralFeature feature, int indexInList) { + Property property = EcoreUtil2.getContainerOfType(owner, Property.class); + if (property != null) { + ITextRegion textRegion = locationInFileProvider.getFullTextRegion(property); + return toTextRegionWithLineInformation(property, textRegion); + } + return super.getTextRegion(owner, feature, indexInList); + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/editor/hierarchy/AssociationHierarchyViewPart.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/editor/hierarchy/AssociationHierarchyViewPart.java new file mode 100644 index 00000000..fcac169f --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/editor/hierarchy/AssociationHierarchyViewPart.java @@ -0,0 +1,31 @@ +/** + * Copyright (c) 2016, 2022 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */ +package org.eclipse.xtext.example.domainmodel.ui.editor.hierarchy; + +import java.util.List; + +import org.eclipse.jface.viewers.ColumnLayoutData; +import org.eclipse.jface.viewers.ColumnWeightData; +import org.eclipse.xtext.ui.editor.hierarchy.DefaultCallHierarchyViewPart; +import org.eclipse.xtext.xbase.lib.Pair; + +import com.google.common.collect.Lists; + +/** + * @author kosyakov - Initial contribution and API + */ +public class AssociationHierarchyViewPart extends DefaultCallHierarchyViewPart { + @Override + protected List> getLocationColumnDescriptionList() { + return Lists.newArrayList( + Pair.of("Line", new ColumnWeightData(60)), + Pair.of("Property", new ColumnWeightData(300)) + ); + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/editor/hierarchy/OpenAssociationHierarchyHandler.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/editor/hierarchy/OpenAssociationHierarchyHandler.java new file mode 100644 index 00000000..af704c5e --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/editor/hierarchy/OpenAssociationHierarchyHandler.java @@ -0,0 +1,48 @@ +/** + * Copyright (c) 2016, 2020 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */ +package org.eclipse.xtext.example.domainmodel.ui.editor.hierarchy; + +import org.eclipse.emf.ecore.EObject; +import org.eclipse.xtext.ide.editor.hierarchy.IHierarchyBuilder; +import org.eclipse.xtext.resource.IGlobalServiceProvider; +import org.eclipse.xtext.resource.IResourceDescriptions; +import org.eclipse.xtext.ui.editor.findrefs.EditorResourceAccess; +import org.eclipse.xtext.ui.editor.hierarchy.AbstractOpenHierarchyHandler; +import org.eclipse.xtext.ui.editor.hierarchy.DeferredHierarchyBuilder; + +import com.google.inject.Inject; + +/** + * @author kosyakov - Initial contribution and API + */ +public class OpenAssociationHierarchyHandler extends AbstractOpenHierarchyHandler { + private static final String HIERARCHY_VIEW_PART_ID = "org.eclipse.xtext.example.domainmodel.ui.editor.AssociationHierarchy"; + + @Inject + private IGlobalServiceProvider globalServiceProvider; + + @Inject + private EditorResourceAccess resourceAccess; + + @Override + protected String getHierarchyViewPartID() { + return OpenAssociationHierarchyHandler.HIERARCHY_VIEW_PART_ID; + } + + @Override + protected IHierarchyBuilder createHierarchyBuilder(EObject target) { + AssociationHierarchyBuilder xtextCallHierarchyBuilder = globalServiceProvider.findService(target, + AssociationHierarchyBuilder.class); + xtextCallHierarchyBuilder.setResourceAccess(resourceAccess); + xtextCallHierarchyBuilder.setIndexData(globalServiceProvider.findService(target, IResourceDescriptions.class)); + DeferredHierarchyBuilder deferredHierarchyBuilder = globalServiceProvider.findService(target, DeferredHierarchyBuilder.class); + deferredHierarchyBuilder.setHierarchyBuilder(xtextCallHierarchyBuilder); + return deferredHierarchyBuilder; + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/labeling/DomainmodelDescriptionLabelProvider.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/labeling/DomainmodelDescriptionLabelProvider.java new file mode 100644 index 00000000..79655639 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/labeling/DomainmodelDescriptionLabelProvider.java @@ -0,0 +1,24 @@ +/** + * Copyright (c) 2011, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */ +package org.eclipse.xtext.example.domainmodel.ui.labeling; + +import org.eclipse.xtext.resource.IEObjectDescription; +import org.eclipse.xtext.xbase.ui.labeling.XbaseDescriptionLabelProvider; + +/** + * Provides labels for IEObjectDescriptions and IResourceDescriptions. + * + * https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#label-provider + */ +public class DomainmodelDescriptionLabelProvider extends XbaseDescriptionLabelProvider { + @Override + public String image(IEObjectDescription description) { + return description.getEClass().getName() + ".gif"; + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/labeling/DomainmodelLabelProvider.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/labeling/DomainmodelLabelProvider.java new file mode 100644 index 00000000..4aa66503 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/labeling/DomainmodelLabelProvider.java @@ -0,0 +1,156 @@ +/** + * Copyright (c) 2016, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */ +package org.eclipse.xtext.example.domainmodel.ui.labeling; + +import java.util.Iterator; + +import org.eclipse.emf.common.util.EList; +import org.eclipse.emf.ecore.EObject; +import org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider; +import org.eclipse.jface.viewers.StyledString; +import org.eclipse.xtext.common.types.JvmArrayType; +import org.eclipse.xtext.common.types.JvmFormalParameter; +import org.eclipse.xtext.common.types.JvmGenericArrayTypeReference; +import org.eclipse.xtext.common.types.JvmIdentifiableElement; +import org.eclipse.xtext.common.types.JvmParameterizedTypeReference; +import org.eclipse.xtext.common.types.JvmType; +import org.eclipse.xtext.common.types.JvmTypeConstraint; +import org.eclipse.xtext.common.types.JvmTypeReference; +import org.eclipse.xtext.common.types.JvmUpperBound; +import org.eclipse.xtext.common.types.JvmWildcardTypeReference; +import org.eclipse.xtext.example.domainmodel.domainmodel.Entity; +import org.eclipse.xtext.example.domainmodel.domainmodel.Operation; +import org.eclipse.xtext.example.domainmodel.domainmodel.Property; +import org.eclipse.xtext.util.Strings; +import org.eclipse.xtext.xbase.ui.labeling.XbaseLabelProvider; +import org.eclipse.xtext.xtype.XImportDeclaration; +import org.eclipse.xtext.xtype.XImportSection; + +import com.google.inject.Inject; + +/** + * Provides labels for EObjects. See https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#label-provider + */ +public class DomainmodelLabelProvider extends XbaseLabelProvider { + @Inject + public DomainmodelLabelProvider(AdapterFactoryLabelProvider delegate) { + super(delegate); + } + + @Override + protected Object doGetImage(Object element) { + if (element instanceof JvmIdentifiableElement || element instanceof XImportSection || element instanceof XImportDeclaration) { + return super.doGetImage(element); + } else if (element instanceof EObject) { + return ((EObject) element).eClass().getName() + ".gif"; + } + return super.doGetImage(element); + + } + + public Object text(Entity entity) { + StringBuilder builder = new StringBuilder(); + builder.append(Strings.notNull(entity.getName())); + JvmParameterizedTypeReference superType = entity.getSuperType(); + if (superType != null) { + builder.append(" extends "); + builder.append(Strings.notNull(superType.getSimpleName())); + return style(builder.toString()); + } + return builder.toString(); + } + + public Object text(Property property) { + StringBuilder builder = new StringBuilder(); + builder.append(Strings.notNull(property.getName())); + builder.append(" : "); + append(builder, property.getType()); + return style(builder.toString()); + } + + public Object text(Operation operation) { + StringBuilder builder = new StringBuilder(); + builder.append(Strings.notNull(operation.getName())); + builder.append("("); + boolean isFirst = true; + for (JvmFormalParameter param : operation.getParams()) { + if (!isFirst) { + builder.append(", "); + } + isFirst = false; + append(builder, param.getParameterType()); + } + builder.append(") : "); + append(builder, operation.getType()); + return style(builder.toString()); + } + + protected void append(StringBuilder builder, JvmTypeReference typeRef) { + if (typeRef instanceof JvmParameterizedTypeReference) { + JvmType type = ((JvmParameterizedTypeReference) typeRef).getType(); + append(builder, type); + EList arguments = ((JvmParameterizedTypeReference) typeRef).getArguments(); + if (!arguments.isEmpty()) { + builder.append("<"); + Iterator iterator = arguments.iterator(); + while (iterator.hasNext()) { + JvmTypeReference jvmTypeReference = iterator.next(); + append(builder, jvmTypeReference); + if (iterator.hasNext()) { + builder.append(","); + } + } + builder.append(">"); + } + } else { + if (typeRef instanceof JvmWildcardTypeReference) { + builder.append("?"); + Iterator contraintsIterator = ((JvmWildcardTypeReference) typeRef).getConstraints().iterator(); + while (contraintsIterator.hasNext()) { + JvmTypeConstraint constraint = contraintsIterator.next(); + if (constraint instanceof JvmUpperBound) { + builder.append(" extends "); + } else { + builder.append(" super "); + } + append(builder, constraint.getTypeReference()); + if (contraintsIterator.hasNext()) { + builder.append(" & "); + } + } + } else { + if (typeRef instanceof JvmGenericArrayTypeReference) { + append(builder, ((JvmGenericArrayTypeReference) typeRef).getType()); + } + } + } + } + + protected void append(StringBuilder builder, JvmType type) { + if (type instanceof JvmArrayType) { + append(builder, ((JvmArrayType) type).getComponentType()); + builder.append("[]"); + } else { + builder.append(Strings.notNull(type.getSimpleName())); + } + } + + private StyledString style(String text) { + StyledString styled = new StyledString(text); + int offset = text.indexOf(":"); + if (offset == -1) { + offset = text.indexOf("extends"); + } + if (offset != -1) { + int length = text.length(); + styled.setStyle(offset, length - offset, StyledString.DECORATIONS_STYLER); + } + return styled; + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/linking/DomainmodelLinkingDiagnosticMessageProvider.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/linking/DomainmodelLinkingDiagnosticMessageProvider.java new file mode 100644 index 00000000..d433ca58 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/linking/DomainmodelLinkingDiagnosticMessageProvider.java @@ -0,0 +1,56 @@ +/******************************************************************************* + * Copyright (c) 2010, 2018 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.ui.linking; + +import org.eclipse.emf.ecore.EObject; +import org.eclipse.xtext.common.types.JvmTypeReference; +import org.eclipse.xtext.diagnostics.DiagnosticMessage; +import org.eclipse.xtext.diagnostics.Severity; +import org.eclipse.xtext.example.domainmodel.domainmodel.Entity; +import org.eclipse.xtext.example.domainmodel.domainmodel.Operation; +import org.eclipse.xtext.example.domainmodel.domainmodel.Property; +import org.eclipse.xtext.example.domainmodel.domainmodel.util.DomainmodelSwitch; +import org.eclipse.xtext.example.domainmodel.validation.IssueCodes; +import org.eclipse.xtext.linking.impl.LinkingDiagnosticMessageProvider; + +/** + * @author Jan Koehnlein initial contribution and API + */ +public class DomainmodelLinkingDiagnosticMessageProvider extends LinkingDiagnosticMessageProvider { + + @Override + public DiagnosticMessage getUnresolvedProxyMessage(final ILinkingDiagnosticContext context) { + EObject element = context.getContext(); + if (element instanceof JvmTypeReference) { + JvmTypeReference jvmTypeReference = (JvmTypeReference) element; + DiagnosticMessage diagnosticMessage = new DomainmodelSwitch() { + @Override + public DiagnosticMessage caseEntity(Entity entity) { + return new DiagnosticMessage("Missing supertype " + context.getLinkText(), Severity.ERROR, + IssueCodes.MISSING_TYPE, context.getLinkText()); + } + + @Override + public DiagnosticMessage caseProperty(Property property) { + return new DiagnosticMessage("Missing property type " + context.getLinkText(), Severity.ERROR, + IssueCodes.MISSING_TYPE, context.getLinkText()); + } + + @Override + public DiagnosticMessage caseOperation(Operation operation) { + return new DiagnosticMessage("Missing return type " + context.getLinkText(), Severity.ERROR, + IssueCodes.MISSING_TYPE, context.getLinkText()); + } + }.doSwitch(jvmTypeReference.eContainer()); + if (diagnosticMessage != null) + return diagnosticMessage; + } + return super.getUnresolvedProxyMessage(context); + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/navigation/DomainmodelHyperlinkHelper.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/navigation/DomainmodelHyperlinkHelper.java new file mode 100644 index 00000000..08a0a769 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/navigation/DomainmodelHyperlinkHelper.java @@ -0,0 +1,87 @@ +/******************************************************************************* + * Copyright (c) 2010, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.ui.navigation; + +import java.util.List; + +import org.apache.log4j.Logger; +import org.eclipse.emf.ecore.EObject; +import org.eclipse.jdt.core.IJavaProject; +import org.eclipse.jdt.core.IType; +import org.eclipse.jdt.core.JavaModelException; +import org.eclipse.jface.text.IRegion; +import org.eclipse.jface.text.Region; +import org.eclipse.xtext.common.types.xtext.ui.JdtHyperlink; +import org.eclipse.xtext.example.domainmodel.domainmodel.DomainmodelPackage; +import org.eclipse.xtext.example.domainmodel.domainmodel.Entity; +import org.eclipse.xtext.naming.IQualifiedNameConverter; +import org.eclipse.xtext.naming.IQualifiedNameProvider; +import org.eclipse.xtext.nodemodel.INode; +import org.eclipse.xtext.nodemodel.util.NodeModelUtils; +import org.eclipse.xtext.resource.XtextResource; +import org.eclipse.xtext.resource.XtextResourceSet; +import org.eclipse.xtext.ui.editor.hyperlinking.IHyperlinkAcceptor; +import org.eclipse.xtext.xbase.ui.navigation.XbaseHyperLinkHelper; + +import com.google.inject.Inject; +import com.google.inject.Provider; + +/** + * @author Sebastian Zarnekow - Initial contribution and API + * @author Jan Koehnlein - introduced QualifiedName + */ +public class DomainmodelHyperlinkHelper extends XbaseHyperLinkHelper { + + private static final Logger logger = Logger.getLogger(DomainmodelHyperlinkHelper.class); + + @Inject + private IQualifiedNameProvider qualifiedNameProvider; + + @Inject + private IQualifiedNameConverter qualifiedNameConverter; + + @Inject + private Provider jdtHyperlinkProvider; + + @Override + public void createHyperlinksByOffset(XtextResource resource, int offset, IHyperlinkAcceptor acceptor) { + super.createHyperlinksByOffset(resource, offset, acceptor); + EObject eObject = getEObjectAtOffsetHelper().resolveElementAt(resource, offset); + if (eObject instanceof Entity) { + List nodes = NodeModelUtils.findNodesForFeature(eObject, DomainmodelPackage.Literals.ABSTRACT_ELEMENT__NAME); + if (!nodes.isEmpty()) { + INode node = nodes.get(0); + if (node.getOffset() <= offset && node.getOffset() + node.getLength() > offset) { + String qualifiedJavaName = qualifiedNameConverter.toString(qualifiedNameProvider.getFullyQualifiedName(eObject)); + if (resource.getResourceSet() instanceof XtextResourceSet) { + XtextResourceSet resourceSet = (XtextResourceSet) resource.getResourceSet(); + Object uriContext = resourceSet.getClasspathURIContext(); + if (uriContext instanceof IJavaProject) { + IJavaProject javaProject = (IJavaProject) uriContext; + try { + IType type = javaProject.findType(qualifiedJavaName); + if (type != null) { + JdtHyperlink hyperlink = jdtHyperlinkProvider.get(); + hyperlink.setJavaElement(type); + hyperlink.setTypeLabel("Navigate to generated source code."); + hyperlink.setHyperlinkText("Go to type " + qualifiedJavaName); + hyperlink.setHyperlinkRegion((IRegion) new Region(node.getOffset(), node.getLength())); + acceptor.accept(hyperlink); + } + } catch(JavaModelException e) { + logger.error(e.getMessage(), e); + } + } + } + } + } + } + } + +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/outline/DomainmodelOutlineTreeProvider.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/outline/DomainmodelOutlineTreeProvider.java new file mode 100644 index 00000000..3c6a8126 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/outline/DomainmodelOutlineTreeProvider.java @@ -0,0 +1,42 @@ +/** + * Copyright (c) 2011, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */ +package org.eclipse.xtext.example.domainmodel.ui.outline; + +import org.eclipse.emf.ecore.EObject; +import org.eclipse.xtext.common.types.JvmParameterizedTypeReference; +import org.eclipse.xtext.example.domainmodel.domainmodel.Entity; +import org.eclipse.xtext.example.domainmodel.domainmodel.Feature; +import org.eclipse.xtext.ui.editor.outline.IOutlineNode; +import org.eclipse.xtext.ui.editor.outline.impl.DefaultOutlineTreeProvider; +import org.eclipse.xtext.ui.editor.outline.impl.DocumentRootNode; + +/** + * Customization of the default outline structure. + * + * See https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#outline + */ +public class DomainmodelOutlineTreeProvider extends DefaultOutlineTreeProvider { + @Override + protected void _createChildren(DocumentRootNode parentNode, EObject rootElement) { + for (EObject content : rootElement.eContents()) { + createNode(parentNode, content); + } + } + + protected void _createNode(IOutlineNode parent, JvmParameterizedTypeReference modelElement) { + } + + protected boolean _isLeaf(Entity entity) { + return entity.getFeatures().isEmpty(); + } + + protected boolean _isLeaf(Feature feature) { + return true; + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/outline/FilterOperationsContribution.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/outline/FilterOperationsContribution.java new file mode 100644 index 00000000..a77700b3 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/outline/FilterOperationsContribution.java @@ -0,0 +1,48 @@ +/******************************************************************************* + * Copyright (c) 2011, 2017 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.ui.outline; + +import org.eclipse.jface.action.Action; +import org.eclipse.xtext.example.domainmodel.domainmodel.DomainmodelPackage; +import org.eclipse.xtext.ui.PluginImageHelper; +import org.eclipse.xtext.ui.editor.outline.IOutlineNode; +import org.eclipse.xtext.ui.editor.outline.actions.AbstractFilterOutlineContribution; +import org.eclipse.xtext.ui.editor.outline.impl.EObjectNode; + +import com.google.inject.Inject; + +/** + * @author Jan Koehnlein - Initial contribution and API + */ +public class FilterOperationsContribution extends AbstractFilterOutlineContribution { + + public static final String PREFERENCE_KEY = "ui.outline.filterEntities"; + + @Inject + private PluginImageHelper imageHelper; + + @Override + protected boolean apply(IOutlineNode node) { + return !(node instanceof EObjectNode) + || !((EObjectNode) node).getEClass().equals(DomainmodelPackage.Literals.OPERATION); + } + + @Override + public String getPreferenceKey() { + return PREFERENCE_KEY; + } + + @Override + protected void configureAction(Action action) { + action.setText("Hide operations"); + action.setDescription("Hide operations"); + action.setToolTipText("Hide operations"); + action.setImageDescriptor(imageHelper.getImageDescriptor("Operation.gif")); + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/quickfix/DomainmodelQuickfixProvider.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/quickfix/DomainmodelQuickfixProvider.java new file mode 100644 index 00000000..da263d2c --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/quickfix/DomainmodelQuickfixProvider.java @@ -0,0 +1,46 @@ +/******************************************************************************* + * Copyright (c) 2016, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.ui.quickfix; + +import org.eclipse.emf.ecore.EObject; +import org.eclipse.xtext.example.domainmodel.domainmodel.Feature; +import org.eclipse.xtext.example.domainmodel.validation.IssueCodes; +import org.eclipse.xtext.ui.editor.model.IXtextDocument; +import org.eclipse.xtext.ui.editor.model.edit.IModificationContext; +import org.eclipse.xtext.ui.editor.quickfix.Fix; +import org.eclipse.xtext.ui.editor.quickfix.IssueResolutionAcceptor; +import org.eclipse.xtext.util.Strings; +import org.eclipse.xtext.validation.Issue; +import org.eclipse.xtext.xbase.ui.quickfix.XbaseQuickfixProvider; + +/** + * Custom quickfixes. See https://www.eclipse.org/Xtext/documentation/310_eclipse_support.html#quick-fixes + */ +public class DomainmodelQuickfixProvider extends XbaseQuickfixProvider { + @Fix(IssueCodes.INVALID_TYPE_NAME) + public void fixTypeName(Issue issue, IssueResolutionAcceptor acceptor) { + acceptor.accept(issue, "Capitalize name", "Capitalize name of '" + issue.getData()[0] + "'", "upcase.png", // exemplary textual modification + (IModificationContext context) -> { + IXtextDocument xtextDocument = context.getXtextDocument(); + String firstLetter = xtextDocument.get(issue.getOffset(), 1); + xtextDocument.replace(issue.getOffset(), 1, Strings.toFirstUpper(firstLetter)); + }); + } + + @Fix(IssueCodes.INVALID_FEATURE_NAME) + public void fixFeatureName(Issue issue, IssueResolutionAcceptor acceptor) { + acceptor.accept(issue, "Uncapitalize name", "Uncapitalize name of '" + issue.getData()[0] + "'", "upcase.png", // exemplary semantic modification + (EObject element, IModificationContext context) -> ((Feature) element).setName(Strings.toFirstLower(issue.getData()[0]))); + } + + @Fix(IssueCodes.MISSING_TYPE) + public void createReferenceType(Issue issue, IssueResolutionAcceptor acceptor) { + createLinkingIssueResolutions(issue, acceptor); + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/search/DomainmodelSearchFilter.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/search/DomainmodelSearchFilter.java new file mode 100644 index 00000000..762282f8 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/src/org/eclipse/xtext/example/domainmodel/ui/search/DomainmodelSearchFilter.java @@ -0,0 +1,22 @@ +/******************************************************************************* + * Copyright (c) 2011, 2017 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.ui.search; + +import org.eclipse.xtext.common.types.TypesPackage; +import org.eclipse.xtext.resource.IEObjectDescription; +import org.eclipse.xtext.ui.search.IXtextSearchFilter; + +public class DomainmodelSearchFilter implements IXtextSearchFilter { + + @Override + public boolean reject(IEObjectDescription input) { + return TypesPackage.Literals.JVM_FORMAL_PARAMETER.equals(input.getEClass()); + } + +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/templates/templates.xml b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/templates/templates.xml new file mode 100644 index 00000000..61da5867 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.ui/templates/templates.xml @@ -0,0 +1,26 @@ + + + + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.classpath b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.classpath new file mode 100755 index 00000000..5ff541c3 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.classpath @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.gitignore b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.gitignore new file mode 100644 index 00000000..2218a38e --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.gitignore @@ -0,0 +1,2 @@ +bin +/.antlr-generator-3.2.0-patch.jar diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.project b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.project new file mode 100755 index 00000000..cdb81b86 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.project @@ -0,0 +1,34 @@ + + + org.eclipse.xtext.example.domainmodel + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + org.eclipse.xtext.ui.shared.xtextBuilder + + + + + + org.eclipse.xtext.ui.shared.xtextNature + org.eclipse.jdt.core.javanature + org.eclipse.pde.PluginNature + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.core.resources.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 00000000..99f26c02 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +encoding/=UTF-8 diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.core.runtime.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.core.runtime.prefs new file mode 100644 index 00000000..5a0ad22d --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.core.runtime.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +line.separator=\n diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.jdt.core.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 00000000..7f624811 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,399 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.builder.cleanOutputFolder=clean +org.eclipse.jdt.core.builder.duplicateResourceTask=warning +org.eclipse.jdt.core.builder.invalidClasspath=abort +org.eclipse.jdt.core.builder.recreateModifiedClassFileInOutputFolder=ignore +org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch,*.xtend,*._trace,*.xtendbin +org.eclipse.jdt.core.circularClasspath=error +org.eclipse.jdt.core.classpath.exclusionPatterns=enabled +org.eclipse.jdt.core.classpath.multipleOutputLocations=enabled +org.eclipse.jdt.core.codeComplete.argumentPrefixes= +org.eclipse.jdt.core.codeComplete.argumentSuffixes= +org.eclipse.jdt.core.codeComplete.fieldPrefixes= +org.eclipse.jdt.core.codeComplete.fieldSuffixes= +org.eclipse.jdt.core.codeComplete.localPrefixes= +org.eclipse.jdt.core.codeComplete.localSuffixes= +org.eclipse.jdt.core.codeComplete.staticFieldPrefixes= +org.eclipse.jdt.core.codeComplete.staticFieldSuffixes= +org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes= +org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes= +org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled +org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore +org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull +org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault +org.eclipse.jdt.core.compiler.annotation.nonnullisdefault=disabled +org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable +org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate +org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=11 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.doc.comment.support=disabled +org.eclipse.jdt.core.compiler.maxProblemPerUnit=100 +org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.autoboxing=ignore +org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning +org.eclipse.jdt.core.compiler.problem.deadCode=warning +org.eclipse.jdt.core.compiler.problem.deprecation=warning +org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled +org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=enabled +org.eclipse.jdt.core.compiler.problem.discouragedReference=ignore +org.eclipse.jdt.core.compiler.problem.emptyStatement=warning +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=ignore +org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore +org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled +org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore +org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning +org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning +org.eclipse.jdt.core.compiler.problem.forbiddenReference=error +org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning +org.eclipse.jdt.core.compiler.problem.includeFieldsInNullAnalysis=disabled +org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=enabled +org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning +org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning +org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=warning +org.eclipse.jdt.core.compiler.problem.invalidJavadoc=ignore +org.eclipse.jdt.core.compiler.problem.invalidJavadocTags=disabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef=disabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef=disabled +org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility=public +org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore +org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning +org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore +org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning +org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled +org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning +org.eclipse.jdt.core.compiler.problem.missingJavadocComments=ignore +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility=public +org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription=return_tag +org.eclipse.jdt.core.compiler.problem.missingJavadocTags=ignore +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding=disabled +org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility=public +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled +org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning +org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=warning +org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning +org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning +org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore +org.eclipse.jdt.core.compiler.problem.nonnullParameterAnnotationDropped=warning +org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error +org.eclipse.jdt.core.compiler.problem.nullReference=warning +org.eclipse.jdt.core.compiler.problem.nullSpecInsufficientInfo=warning +org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error +org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning +org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning +org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore +org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning +org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning +org.eclipse.jdt.core.compiler.problem.potentialNullSpecViolation=error +org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=ignore +org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning +org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning +org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning +org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=ignore +org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning +org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore +org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore +org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled +org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning +org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled +org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled +org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled +org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore +org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning +org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled +org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning +org.eclipse.jdt.core.compiler.problem.unclosedCloseable=ignore +org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore +org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore +org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning +org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled +org.eclipse.jdt.core.compiler.problem.unusedImport=warning +org.eclipse.jdt.core.compiler.problem.unusedLabel=warning +org.eclipse.jdt.core.compiler.problem.unusedLocal=warning +org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore +org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled +org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning +org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore +org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning +org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning +org.eclipse.jdt.core.compiler.source=11 +org.eclipse.jdt.core.formatter.align_type_members_on_columns=false +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=16 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16 +org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16 +org.eclipse.jdt.core.formatter.alignment_for_assignment=0 +org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16 +org.eclipse.jdt.core.formatter.alignment_for_compact_if=16 +org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80 +org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 +org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16 +org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 +org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16 +org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=16 +org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=16 +org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 +org.eclipse.jdt.core.formatter.blank_lines_after_package=1 +org.eclipse.jdt.core.formatter.blank_lines_before_field=0 +org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=0 +org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 +org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 +org.eclipse.jdt.core.formatter.blank_lines_before_method=1 +org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 +org.eclipse.jdt.core.formatter.blank_lines_before_package=0 +org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 +org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 +org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line +org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line +org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=false +org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false +org.eclipse.jdt.core.formatter.comment.format_block_comments=false +org.eclipse.jdt.core.formatter.comment.format_header=false +org.eclipse.jdt.core.formatter.comment.format_html=true +org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true +org.eclipse.jdt.core.formatter.comment.format_line_comments=false +org.eclipse.jdt.core.formatter.comment.format_source_code=true +org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true +org.eclipse.jdt.core.formatter.comment.indent_root_tags=true +org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert +org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert +org.eclipse.jdt.core.formatter.comment.line_length=140 +org.eclipse.jdt.core.formatter.compact_else_if=true +org.eclipse.jdt.core.formatter.continuation_indentation=2 +org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 +org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true +org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true +org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true +org.eclipse.jdt.core.formatter.indent_empty_lines=false +org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true +org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true +org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true +org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true +org.eclipse.jdt.core.formatter.indentation.size=4 +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert +org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert +org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert +org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert +org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert +org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert +org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert +org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert +org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=insert +org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=insert +org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert +org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert +org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert +org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert +org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert +org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert +org.eclipse.jdt.core.formatter.join_lines_in_comments=true +org.eclipse.jdt.core.formatter.join_wrapped_lines=true +org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false +org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false +org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false +org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false +org.eclipse.jdt.core.formatter.lineSplit=140 +org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false +org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false +org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=0 +org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=1 +org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true +org.eclipse.jdt.core.formatter.tabulation.char=tab +org.eclipse.jdt.core.formatter.tabulation.size=4 +org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false +org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true +org.eclipse.jdt.core.incompatibleJDKLevel=ignore +org.eclipse.jdt.core.incompleteClasspath=error diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.jdt.launching.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.jdt.launching.prefs new file mode 100644 index 00000000..96809758 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.jdt.launching.prefs @@ -0,0 +1,3 @@ +#Wed Aug 12 21:10:17 CEST 2009 +eclipse.preferences.version=1 +org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE=ignore diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.jdt.ui.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.jdt.ui.prefs new file mode 100644 index 00000000..b8d86ba0 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.jdt.ui.prefs @@ -0,0 +1,118 @@ +#Wed Oct 14 22:36:24 CEST 2009 +cleanup.add_default_serial_version_id=true +cleanup.add_generated_serial_version_id=false +cleanup.add_missing_annotations=true +cleanup.add_missing_deprecated_annotations=true +cleanup.add_missing_methods=false +cleanup.add_missing_nls_tags=false +cleanup.add_missing_override_annotations=true +cleanup.add_serial_version_id=true +cleanup.always_use_blocks=true +cleanup.always_use_parentheses_in_expressions=false +cleanup.always_use_this_for_non_static_field_access=false +cleanup.always_use_this_for_non_static_method_access=false +cleanup.convert_to_enhanced_for_loop=false +cleanup.correct_indentation=false +cleanup.format_source_code=false +cleanup.format_source_code_changes_only=false +cleanup.make_local_variable_final=true +cleanup.make_parameters_final=false +cleanup.make_private_fields_final=true +cleanup.make_type_abstract_if_missing_method=false +cleanup.make_variable_declarations_final=false +cleanup.never_use_blocks=false +cleanup.never_use_parentheses_in_expressions=true +cleanup.organize_imports=false +cleanup.qualify_static_field_accesses_with_declaring_class=false +cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true +cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true +cleanup.qualify_static_member_accesses_with_declaring_class=true +cleanup.qualify_static_method_accesses_with_declaring_class=false +cleanup.remove_private_constructors=true +cleanup.remove_trailing_whitespaces=true +cleanup.remove_trailing_whitespaces_all=true +cleanup.remove_trailing_whitespaces_ignore_empty=false +cleanup.remove_unnecessary_casts=true +cleanup.remove_unnecessary_nls_tags=true +cleanup.remove_unused_imports=false +cleanup.remove_unused_local_variables=false +cleanup.remove_unused_private_fields=true +cleanup.remove_unused_private_members=false +cleanup.remove_unused_private_methods=true +cleanup.remove_unused_private_types=true +cleanup.sort_members=false +cleanup.sort_members_all=false +cleanup.use_blocks=false +cleanup.use_blocks_only_for_return_and_throw=false +cleanup.use_parentheses_in_expressions=false +cleanup.use_this_for_non_static_field_access=false +cleanup.use_this_for_non_static_field_access_only_if_necessary=true +cleanup.use_this_for_non_static_method_access=false +cleanup.use_this_for_non_static_method_access_only_if_necessary=true +cleanup_profile=_Xtext +cleanup_settings_version=2 +eclipse.preferences.version=1 +editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true +formatter_profile=_'Xtext' +formatter_settings_version=11 +org.eclipse.jdt.ui.exception.name=e +org.eclipse.jdt.ui.gettersetter.use.is=true +org.eclipse.jdt.ui.ignorelowercasenames=true +org.eclipse.jdt.ui.importorder=java;javax;org;com; +org.eclipse.jdt.ui.javadoc=true +org.eclipse.jdt.ui.keywordthis=false +org.eclipse.jdt.ui.ondemandthreshold=99 +org.eclipse.jdt.ui.overrideannotation=true +org.eclipse.jdt.ui.staticondemandthreshold=1 +org.eclipse.jdt.ui.text.custom_code_templates= +sp_cleanup.add_default_serial_version_id=true +sp_cleanup.add_generated_serial_version_id=false +sp_cleanup.add_missing_annotations=true +sp_cleanup.add_missing_deprecated_annotations=true +sp_cleanup.add_missing_methods=false +sp_cleanup.add_missing_nls_tags=false +sp_cleanup.add_missing_override_annotations=true +sp_cleanup.add_serial_version_id=false +sp_cleanup.always_use_blocks=true +sp_cleanup.always_use_parentheses_in_expressions=false +sp_cleanup.always_use_this_for_non_static_field_access=false +sp_cleanup.always_use_this_for_non_static_method_access=false +sp_cleanup.convert_to_enhanced_for_loop=false +sp_cleanup.correct_indentation=false +sp_cleanup.format_source_code=false +sp_cleanup.format_source_code_changes_only=false +sp_cleanup.make_local_variable_final=false +sp_cleanup.make_parameters_final=false +sp_cleanup.make_private_fields_final=true +sp_cleanup.make_type_abstract_if_missing_method=false +sp_cleanup.make_variable_declarations_final=false +sp_cleanup.never_use_blocks=false +sp_cleanup.never_use_parentheses_in_expressions=true +sp_cleanup.on_save_use_additional_actions=true +sp_cleanup.organize_imports=false +sp_cleanup.qualify_static_field_accesses_with_declaring_class=false +sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true +sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true +sp_cleanup.qualify_static_member_accesses_with_declaring_class=false +sp_cleanup.qualify_static_method_accesses_with_declaring_class=false +sp_cleanup.remove_private_constructors=true +sp_cleanup.remove_trailing_whitespaces=false +sp_cleanup.remove_trailing_whitespaces_all=true +sp_cleanup.remove_trailing_whitespaces_ignore_empty=false +sp_cleanup.remove_unnecessary_casts=true +sp_cleanup.remove_unnecessary_nls_tags=false +sp_cleanup.remove_unused_imports=false +sp_cleanup.remove_unused_local_variables=false +sp_cleanup.remove_unused_private_fields=true +sp_cleanup.remove_unused_private_members=false +sp_cleanup.remove_unused_private_methods=true +sp_cleanup.remove_unused_private_types=true +sp_cleanup.sort_members=false +sp_cleanup.sort_members_all=false +sp_cleanup.use_blocks=false +sp_cleanup.use_blocks_only_for_return_and_throw=false +sp_cleanup.use_parentheses_in_expressions=false +sp_cleanup.use_this_for_non_static_field_access=false +sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true +sp_cleanup.use_this_for_non_static_method_access=false +sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.pde.prefs b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.pde.prefs new file mode 100644 index 00000000..2bd5814c --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/.settings/org.eclipse.pde.prefs @@ -0,0 +1,25 @@ +#Wed Aug 12 21:14:13 CEST 2009 +compilers.f.unresolved-features=1 +compilers.f.unresolved-plugins=1 +compilers.incompatible-environment=1 +compilers.p.build=1 +compilers.p.deprecated=1 +compilers.p.discouraged-class=1 +compilers.p.internal=1 +compilers.p.missing-packages=2 +compilers.p.missing-version-export-package=2 +compilers.p.missing-version-import-package=2 +compilers.p.missing-version-require-bundle=2 +compilers.p.no-required-att=0 +compilers.p.not-externalized-att=2 +compilers.p.unknown-attribute=1 +compilers.p.unknown-class=1 +compilers.p.unknown-element=1 +compilers.p.unknown-identifier=1 +compilers.p.unknown-resource=1 +compilers.p.unresolved-ex-points=0 +compilers.p.unresolved-import=0 +compilers.s.create-docs=false +compilers.s.doc-folder=doc +compilers.s.open-tags=1 +eclipse.preferences.version=1 diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/GenerateDomainmodel.mwe2.launch b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/GenerateDomainmodel.mwe2.launch new file mode 100644 index 00000000..5183584e --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/GenerateDomainmodel.mwe2.launch @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/META-INF/MANIFEST.MF b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/META-INF/MANIFEST.MF new file mode 100644 index 00000000..ca88c723 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/META-INF/MANIFEST.MF @@ -0,0 +1,33 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Xtext Domainmodel Example - Runtime +Bundle-Vendor: Eclipse Xtext +Bundle-Version: 2.33.0.qualifier +Bundle-SymbolicName: org.eclipse.xtext.example.domainmodel; singleton:=true +Bundle-ActivationPolicy: lazy +Require-Bundle: org.antlr.runtime;bundle-version="[3.2.0,3.2.1)", + org.eclipse.emf.common, + org.eclipse.emf.ecore, + org.eclipse.equinox.common;bundle-version="3.16.0", + org.eclipse.xtend.lib;bundle-version="2.14.0", + org.eclipse.xtext, + org.eclipse.xtext.common.types, + org.eclipse.xtext.util, + org.eclipse.xtext.xbase, + org.eclipse.xtext.xbase.lib;bundle-version="2.14.0", + org.objectweb.asm;bundle-version="[9.5.0,9.6.0)";resolution:=optional +Bundle-RequiredExecutionEnvironment: JavaSE-11 +Export-Package: org.eclipse.xtext.example.domainmodel, + org.eclipse.xtext.example.domainmodel.domainmodel, + org.eclipse.xtext.example.domainmodel.domainmodel.impl, + org.eclipse.xtext.example.domainmodel.domainmodel.util, + org.eclipse.xtext.example.domainmodel.formatting2, + org.eclipse.xtext.example.domainmodel.jvmmodel, + org.eclipse.xtext.example.domainmodel.parser.antlr, + org.eclipse.xtext.example.domainmodel.parser.antlr.internal, + org.eclipse.xtext.example.domainmodel.scoping, + org.eclipse.xtext.example.domainmodel.serializer, + org.eclipse.xtext.example.domainmodel.services, + org.eclipse.xtext.example.domainmodel.validation +Import-Package: org.apache.log4j +Automatic-Module-Name: org.eclipse.xtext.example.domainmodel diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/about.html b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/about.html new file mode 100644 index 00000000..164f781a --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/about.html @@ -0,0 +1,36 @@ + + + + +About + + +

About This Content

+ +

November 30, 2017

+

License

+ +

+ The Eclipse Foundation makes available all content in this plug-in + ("Content"). Unless otherwise indicated below, the Content + is provided to you under the terms and conditions of the Eclipse + Public License Version 2.0 ("EPL"). A copy of the EPL is + available at http://www.eclipse.org/legal/epl-2.0. + For purposes of the EPL, "Program" will mean the Content. +

+ +

+ If you did not receive this Content directly from the Eclipse + Foundation, the Content is being redistributed by another party + ("Redistributor") and different terms and conditions may + apply to your use of any object code in the Content. Check the + Redistributor's license that was provided with the Content. If no such + license exists, contact the Redistributor. Unless otherwise indicated + below, the terms and conditions of the EPL still apply to any source + code in the Content and such source code may be obtained at http://www.eclipse.org. +

+ + + \ No newline at end of file diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/build.properties b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/build.properties new file mode 100644 index 00000000..c7a5f097 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/build.properties @@ -0,0 +1,19 @@ +source.. = src/,\ + src-gen/,\ + xtend-gen/ +bin.includes = model/generated/,\ + .,\ + META-INF/,\ + plugin.xml,\ + about.html,\ + model/ +additional.bundles = org.eclipse.xtext.xbase,\ + org.eclipse.xtext.common.types,\ + org.eclipse.xtext.xtext.generator,\ + org.eclipse.emf.codegen.ecore,\ + org.eclipse.emf.mwe.utils,\ + org.eclipse.emf.mwe2.launch,\ + org.eclipse.emf.mwe2.lib,\ + org.objectweb.asm,\ + org.apache.commons.logging,\ + org.apache.log4j diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/plugin.xml b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/plugin.xml new file mode 100644 index 00000000..ae5980d5 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/plugin.xml @@ -0,0 +1,10 @@ + + + + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/pom.xml b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/pom.xml new file mode 100644 index 00000000..d1cd9ebe --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/pom.xml @@ -0,0 +1,134 @@ + + 4.0.0 + + org.eclipse.xtext.example.domainmodel + org.eclipse.xtext.example.domainmodel.parent + 2.33.0-SNAPSHOT + ../org.eclipse.xtext.example.domainmodel.releng + + org.eclipse.xtext.example.domainmodel + eclipse-plugin + + + 2.15.0 + + + + + + org.codehaus.mojo + exec-maven-plugin + 3.0.0 + + + mwe2Launcher + generate-sources + + java + + + + + org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher + + /${project.basedir}/src/org/eclipse/xtext/example/domainmodel/GenerateDomainmodel.mwe2 + -p + rootPath=/${project.basedir}/.. + + compile + true + false + + + + org.eclipse.xtext + xtext-antlr-generator + [2.1.1, 3) + + + + + org.eclipse.xtend + xtend-maven-plugin + + + + org.apache.maven.plugins + maven-clean-plugin + + + + ${basedir}/../org.eclipse.xtext.example.domainmodel/src-gen/ + + **/* + + + + ${basedir}/../org.eclipse.xtext.example.domainmodel.tests/src-gen/ + + **/* + + + + ${basedir}/../org.eclipse.xtext.example.domainmodel.ide/src-gen/ + + **/* + + + + ${basedir}/../org.eclipse.xtext.example.domainmodel.ui/src-gen/ + + **/* + + + + ${basedir}/../org.eclipse.xtext.example.domainmodel.ui.tests/src-gen/ + + **/* + + + + ${basedir}/model/generated/ + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.codehaus.mojo + + + exec-maven-plugin + + + [1.2.1,) + + + java + + + + + + + + + + + + + + + diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/Domainmodel.xtext b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/Domainmodel.xtext new file mode 100644 index 00000000..0533e74e --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/Domainmodel.xtext @@ -0,0 +1,38 @@ +/******************************************************************************* + * Copyright (c) 2009, 2017 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +grammar org.eclipse.xtext.example.domainmodel.Domainmodel with org.eclipse.xtext.xbase.Xbase + +generate domainmodel "http://www.xtext.org/example/Domainmodel" + +DomainModel: + importSection=XImportSection? + elements+=AbstractElement*; + +AbstractElement: + PackageDeclaration | Entity; + +PackageDeclaration: + 'package' name=QualifiedName '{' + elements+=AbstractElement* + '}'; + +Entity: + 'entity' name=ValidID ('extends' superType=JvmParameterizedTypeReference)? '{' + features+=Feature* + '}'; + +Feature: + Property | Operation; + +Property: + name=ValidID ':' type=JvmTypeReference; + +Operation: + 'op' name=ValidID '(' (params+=FullJvmFormalParameter (',' params+=FullJvmFormalParameter)*)? ')' (':' type=JvmTypeReference)? + body=XBlockExpression; diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/DomainmodelRuntimeModule.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/DomainmodelRuntimeModule.java new file mode 100644 index 00000000..0f348601 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/DomainmodelRuntimeModule.java @@ -0,0 +1,21 @@ +/** + * Copyright (c) 2011, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */ +package org.eclipse.xtext.example.domainmodel; + +import org.eclipse.xtext.resource.persistence.IResourceStorageFacade; +import org.eclipse.xtext.xbase.resource.BatchLinkableResourceStorageFacade; + +/** + * Use this class to register components to be used at runtime / without the Equinox extension registry. + */ +public class DomainmodelRuntimeModule extends AbstractDomainmodelRuntimeModule { + public Class bindResourceStorageFacade() { + return BatchLinkableResourceStorageFacade.class; + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/DomainmodelStandaloneSetup.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/DomainmodelStandaloneSetup.java new file mode 100644 index 00000000..a0a63072 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/DomainmodelStandaloneSetup.java @@ -0,0 +1,20 @@ +/** + * Copyright (c) 2011, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */ +package org.eclipse.xtext.example.domainmodel; + + +/** + * Initialization support for running Xtext languages without Equinox extension registry. + */ +public class DomainmodelStandaloneSetup extends DomainmodelStandaloneSetupGenerated { + + public static void doSetup() { + new DomainmodelStandaloneSetup().createInjectorAndDoEMFRegistration(); + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/GenerateDomainmodel.mwe2 b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/GenerateDomainmodel.mwe2 new file mode 100644 index 00000000..1195c7df --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/GenerateDomainmodel.mwe2 @@ -0,0 +1,73 @@ +/******************************************************************************* + * Copyright (c) 2010, 2018 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +module org.eclipse.xtext.example.domainmodel.GenerateDomainmodelLanguage + +import org.eclipse.xtext.xtext.generator.* +import org.eclipse.xtext.xtext.generator.model.project.* +import org.eclipse.xtext.xtext.generator.ui.codemining.CodeMiningFragment + +var rootPath = ".." + +Workflow { + + component = XtextGenerator { + configuration = { + project = StandardProjectConfig { + baseName = "org.eclipse.xtext.example.domainmodel" + rootPath = rootPath + runtimeTest = { + enabled = true + } + eclipsePlugin = { + enabled = true + } + eclipsePluginTest = { + enabled = true + } + createEclipseMetaData = true + } + code = { + preferXtendStubs = false + encoding = "UTF-8" + fileHeader = +"/** + * Copyright (c) 2011, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */" + } + } + language = StandardLanguage { + name = "org.eclipse.xtext.example.domainmodel.Domainmodel" + fileExtensions = "dmodel" + + serializer = { + generateStub = true + } + validator = { + // composedCheck = "org.eclipse.xtext.validation.NamesAreUniqueValidator" + generateDeprecationValidation = false + } + formatter = { + generateStub = true + generateXtendStub = false + } + generator = { + generateStub = false + } + fragment = CodeMiningFragment { + generateStub = true + generateXtendStub = false + } + } + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/formatting2/DomainmodelFormatter.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/formatting2/DomainmodelFormatter.java new file mode 100644 index 00000000..397da00c --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/formatting2/DomainmodelFormatter.java @@ -0,0 +1,96 @@ +/** + * Copyright (c) 2014, 2022 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */ +package org.eclipse.xtext.example.domainmodel.formatting2; + +import org.eclipse.xtext.common.types.JvmFormalParameter; +import org.eclipse.xtext.example.domainmodel.domainmodel.AbstractElement; +import org.eclipse.xtext.example.domainmodel.domainmodel.DomainModel; +import org.eclipse.xtext.example.domainmodel.domainmodel.DomainmodelPackage; +import org.eclipse.xtext.example.domainmodel.domainmodel.Entity; +import org.eclipse.xtext.example.domainmodel.domainmodel.Feature; +import org.eclipse.xtext.example.domainmodel.domainmodel.Operation; +import org.eclipse.xtext.example.domainmodel.domainmodel.PackageDeclaration; +import org.eclipse.xtext.example.domainmodel.domainmodel.Property; +import org.eclipse.xtext.formatting2.IFormattableDocument; +import org.eclipse.xtext.formatting2.regionaccess.ISemanticRegion; +import org.eclipse.xtext.xbase.formatting2.XbaseFormatter; + +/** + * @author Moritz Eysholdt - Initial implementation and API + */ +public class DomainmodelFormatter extends XbaseFormatter { + protected void _format(DomainModel domainmodel, IFormattableDocument document) { + document.append(document.prepend(domainmodel, it -> { + it.setNewLines(0, 0, 1); + it.noSpace(); + }), this::newLine); + format(domainmodel.getImportSection(), document); + for (AbstractElement element : domainmodel.getElements()) { + format(element, document); + } + } + + protected void _format(PackageDeclaration pkg, IFormattableDocument document) { + ISemanticRegion open = regionFor(pkg).keyword("{"); + ISemanticRegion close = regionFor(pkg).keyword("}"); + document.surround(regionFor(pkg).feature(DomainmodelPackage.Literals.ABSTRACT_ELEMENT__NAME), this::oneSpace); + document.append(open, this::newLine); + document.interior(open, close, this::indent); + for (AbstractElement element : pkg.getElements()) { + document.format(element); + document.append(element, it -> it.setNewLines(1, 1, 2)); + } + } + + protected void _format(Entity entity, IFormattableDocument document) { + ISemanticRegion open = regionFor(entity).keyword("{"); + ISemanticRegion close = regionFor(entity).keyword("}"); + document.surround(regionFor(entity).feature(DomainmodelPackage.Literals.ABSTRACT_ELEMENT__NAME), this::oneSpace); + document.surround(entity.getSuperType(), this::oneSpace); + document.append(open, this::newLine); + document.interior(open, close, this::indent); + format(entity.getSuperType(), document); + for (Feature feature : entity.getFeatures()) { + document.format(feature); + document.append(feature, it -> it.setNewLines(1, 1, 2)); + } + } + + protected void _format(Property property, IFormattableDocument document) { + document.surround(regionFor(property).keyword(":"), this::noSpace); + document.format(property.getType()); + } + + protected void _format(Operation operation, IFormattableDocument document) { + document.append(regionFor(operation).keyword("op"), this::oneSpace); + document.surround(regionFor(operation).keyword("("), this::noSpace); + if (!operation.getParams().isEmpty()) { + for (ISemanticRegion comma : regionFor(operation).keywords(",")) { + document.append(document.prepend(comma, this::noSpace), this::oneSpace); + } + for (JvmFormalParameter params : operation.getParams()) { + document.format(params); + } + document.prepend(regionFor(operation).keyword(")"), this::noSpace); + } + if (operation.getType() != null) { + document.append(regionFor(operation).keyword(")"), this::noSpace); + document.append(document.prepend(operation.getType(), this::noSpace), this::oneSpace); + document.format(operation.getType()); + } else { + document.append(regionFor(operation).keyword(")"), this::oneSpace); + } + document.format(operation.getBody()); + } + + @Override + public void format(Object expr, IFormattableDocument format) { + formatUsingPolymorphicDispatcher(expr, format); + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/jvmmodel/DomainmodelJvmModelHelper.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/jvmmodel/DomainmodelJvmModelHelper.java new file mode 100644 index 00000000..f6404b1c --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/jvmmodel/DomainmodelJvmModelHelper.java @@ -0,0 +1,47 @@ +/******************************************************************************* + * Copyright (c) 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.jvmmodel; + +import com.google.common.collect.HashMultimap; +import com.google.common.collect.Multimap; +import com.google.inject.Inject; +import java.util.Collection; +import java.util.List; +import java.util.function.Consumer; +import org.eclipse.xtext.common.types.JvmDeclaredType; +import org.eclipse.xtext.common.types.JvmOperation; +import org.eclipse.xtext.xbase.typesystem.override.IResolvedOperation; +import org.eclipse.xtext.xbase.typesystem.override.OverrideHelper; + +/** + * @author Lorenzo Bettini - Initial contribution and API, https://github.com/eclipse/xtext-eclipse/issues/1205 + */ +public class DomainmodelJvmModelHelper { + + @Inject + private OverrideHelper overrideHelper; + + /** + * Detects duplicated {@link JvmOperation}s in the passed {@link JvmDeclaredType} taking into consideration overloading and type + * erasure; each collection of duplicates is passed to the consumer. + */ + public void handleDuplicateJvmOperations(JvmDeclaredType jvmDeclaredType, Consumer> consumer) { + // takes into consideration overloading and type erasure + List methods = overrideHelper.getResolvedFeatures(jvmDeclaredType).getDeclaredOperations(); + Multimap signature2Declarations = HashMultimap.create(); + + methods.forEach(method -> signature2Declarations.put(method.getResolvedErasureSignature(), method.getDeclaration())); + + signature2Declarations.asMap().values().forEach(jvmOperations -> { + if (jvmOperations.size() > 1) { + consumer.accept(jvmOperations); + } + }); + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/jvmmodel/DomainmodelJvmModelInferrer.xtend b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/jvmmodel/DomainmodelJvmModelInferrer.xtend new file mode 100644 index 00000000..18b638ee --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/jvmmodel/DomainmodelJvmModelInferrer.xtend @@ -0,0 +1,104 @@ +/******************************************************************************* + * Copyright (c) 2011, 2021 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.jvmmodel + +import com.google.inject.Inject +import org.eclipse.xtext.common.types.JvmDeclaredType +import org.eclipse.xtext.example.domainmodel.domainmodel.Entity +import org.eclipse.xtext.example.domainmodel.domainmodel.Operation +import org.eclipse.xtext.example.domainmodel.domainmodel.Property +import org.eclipse.xtext.naming.IQualifiedNameProvider +import org.eclipse.xtext.xbase.jvmmodel.AbstractModelInferrer +import org.eclipse.xtext.xbase.jvmmodel.IJvmDeclaredTypeAcceptor +import org.eclipse.xtext.xbase.jvmmodel.IJvmModelAssociations +import org.eclipse.xtext.xbase.jvmmodel.JvmTypesBuilder +import org.eclipse.xtext.xbase.lib.Procedures.Procedure1 +import org.eclipse.xtext.xbase.jvmmodel.IJvmModelAssociator + +class DomainmodelJvmModelInferrer extends AbstractModelInferrer { + + @Inject extension JvmTypesBuilder + @Inject extension IQualifiedNameProvider + @Inject extension DomainmodelJvmModelHelper + @Inject extension IJvmModelAssociations + @Inject extension IJvmModelAssociator + + def dispatch infer(Entity entity, extension IJvmDeclaredTypeAcceptor acceptor, boolean prelinkingPhase) { + accept(entity.toClass( entity.fullyQualifiedName )) [ + documentation = entity.documentation + if (entity.superType !== null) + superTypes += entity.superType.cloneWithProxies + + // let's add a default constructor + members += entity.toConstructor [] + + // and one which can be called with a lambda for initialization. + val procedureType = typeRef(Procedure1, typeRef(it)) /* Procedure */ + members += entity.toConstructor [ + parameters += entity.toParameter("initializer", procedureType) + // here we implement the body using black box Java code. + body = ''' + initializer.apply(this); + ''' + ] + + // now let's go over the features + for ( f : entity.features ) { + switch f { + + // for properties we create a field, a getter and a setter + Property : { + val field = f.toField(f.name, f.type) + members += field + members += f.toGetter(f.name, f.type) + members += f.toSetter(f.name, f.type) + } + + // operations are mapped to methods + Operation : { + members += f.toMethod(f.name, f.type ?: inferredType) [ + documentation = f.documentation + for (p : f.params) { + parameters += p.toParameter(p.name, p.parameterType) + } + // here the body is implemented using a user expression. + // Note that by doing this we set the expression into the context of this method, + // The parameters, 'this' and all the members of this method will be visible for the expression. + body = f.body + ] + } + } + } + + // remove created getters/setters in case they + // are explicit in the source code + removeDuplicateGettersSetters + + // finally we want to have a nice toString methods. + members += entity.toToStringMethod(it) + ] + } + + def private removeDuplicateGettersSetters(JvmDeclaredType inferredType) { + inferredType.handleDuplicateJvmOperations[jvmOperations| + // we only remove getters/setters we created automatically + val getterOrSetter = jvmOperations.filter[primarySourceElement instanceof Property].head + if (getterOrSetter !== null) { + removeAllAssociation(getterOrSetter.returnType) + for (p : getterOrSetter.parameters) { + removeAllAssociation(p.parameterType) + removeAllAssociation(p) + } + removeAllAssociation(getterOrSetter) + inferredType.members.remove(getterOrSetter) + } + // other duplicated methods will be reported by the validator + ] + } +} \ No newline at end of file diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/scoping/DomainmodelScopeProvider.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/scoping/DomainmodelScopeProvider.java new file mode 100644 index 00000000..e964f774 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/scoping/DomainmodelScopeProvider.java @@ -0,0 +1,20 @@ +/** + * Copyright (c) 2011, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */ +package org.eclipse.xtext.example.domainmodel.scoping; + + +/** + * This class contains custom scoping description. + * + * See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#scoping + * on how and when to use it. + */ +public class DomainmodelScopeProvider extends AbstractDomainmodelScopeProvider { + +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/serializer/DomainmodelSemanticSequencer.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/serializer/DomainmodelSemanticSequencer.java new file mode 100644 index 00000000..7732b347 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/serializer/DomainmodelSemanticSequencer.java @@ -0,0 +1,13 @@ +/** + * Copyright (c) 2011, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */ +package org.eclipse.xtext.example.domainmodel.serializer; + + +public class DomainmodelSemanticSequencer extends AbstractDomainmodelSemanticSequencer { +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/serializer/DomainmodelSyntacticSequencer.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/serializer/DomainmodelSyntacticSequencer.java new file mode 100644 index 00000000..54f68dd1 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/serializer/DomainmodelSyntacticSequencer.java @@ -0,0 +1,23 @@ +/** + * Copyright (c) 2011, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */ +package org.eclipse.xtext.example.domainmodel.serializer; + +import org.eclipse.emf.ecore.EObject; +import org.eclipse.xtext.RuleCall; +import org.eclipse.xtext.nodemodel.INode; + +public class DomainmodelSyntacticSequencer extends AbstractDomainmodelSyntacticSequencer { + @Override + protected String getArrayBracketsToken(EObject semanticObject, RuleCall ruleCall, INode node) { + if (node != null) { + return getTokenText(node); + } + return "[]"; + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/validation/DomainmodelValidator.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/validation/DomainmodelValidator.java new file mode 100644 index 00000000..50369aad --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/validation/DomainmodelValidator.java @@ -0,0 +1,101 @@ +/** + * Copyright (c) 2016, 2020 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + */ +package org.eclipse.xtext.example.domainmodel.validation; + +import java.util.List; +import java.util.Map; +import java.util.stream.Collectors; + +import org.eclipse.xtext.common.types.JvmGenericType; +import org.eclipse.xtext.example.domainmodel.domainmodel.DomainmodelPackage; +import org.eclipse.xtext.example.domainmodel.domainmodel.Entity; +import org.eclipse.xtext.example.domainmodel.domainmodel.Feature; +import org.eclipse.xtext.example.domainmodel.domainmodel.Operation; +import org.eclipse.xtext.example.domainmodel.domainmodel.PackageDeclaration; +import org.eclipse.xtext.example.domainmodel.domainmodel.Property; +import org.eclipse.xtext.example.domainmodel.jvmmodel.DomainmodelJvmModelHelper; +import org.eclipse.xtext.util.Strings; +import org.eclipse.xtext.validation.Check; +import org.eclipse.xtext.validation.ValidationMessageAcceptor; +import org.eclipse.xtext.xbase.jvmmodel.IJvmModelAssociations; +import org.eclipse.xtext.xbase.lib.IterableExtensions; +import org.eclipse.xtext.xbase.lib.StringExtensions; + +import com.google.common.collect.Iterables; +import com.google.inject.Inject; + +/** + * This class contains custom validation rules. + * + * See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#validation + */ +public class DomainmodelValidator extends AbstractDomainmodelValidator { + @Inject + private IJvmModelAssociations jvmModelAssociations; + + @Inject + private DomainmodelJvmModelHelper domainmodelJvmModelHelper; + + @Check + public void checkTypeNameStartsWithCapital(Entity entity) { + if (!Character.isUpperCase(entity.getName().charAt(0))) { + warning("Name should start with a capital", DomainmodelPackage.Literals.ABSTRACT_ELEMENT__NAME, + ValidationMessageAcceptor.INSIGNIFICANT_INDEX, IssueCodes.INVALID_TYPE_NAME, entity.getName()); + } + } + + @Check + public void checkFeatureNameStartsWithLowercase(Feature feature) { + if (!Character.isLowerCase(feature.getName().charAt(0))) { + warning("Name should start with a lowercase", DomainmodelPackage.Literals.FEATURE__NAME, + ValidationMessageAcceptor.INSIGNIFICANT_INDEX, IssueCodes.INVALID_FEATURE_NAME, feature.getName()); + } + } + + @Check + public void checkPackage(PackageDeclaration pack) { + if (Strings.isEmpty(pack.getName())) { + error("Name cannot be empty", DomainmodelPackage.Literals.ABSTRACT_ELEMENT__NAME); + } + if ("java".equals(pack.getName())) { + error("Invalid package name", DomainmodelPackage.Literals.ABSTRACT_ELEMENT__NAME); + } + } + + @Check + public void checkPropertyNamesAreUnique(Entity entity) { + Map> name2properties = entity.getFeatures().stream() + .filter(Property.class::isInstance) + .filter(it -> !StringExtensions.isNullOrEmpty(it.getName())) + .collect(Collectors.groupingBy(Feature::getName)); + name2properties.values().forEach(properties -> { + if (properties.size() > 1) { + properties.forEach(it -> + error("Duplicate property " + it.getName(), it, DomainmodelPackage.Literals.FEATURE__NAME, + IssueCodes.DUPLICATE_PROPERTY) + ); + } + }); + } + + @Check + public void checkOperationNamesAreUnique(Entity entity) { + JvmGenericType inferredJavaClass = IterableExtensions + .head(Iterables.filter(jvmModelAssociations.getJvmElements(entity), JvmGenericType.class)); + domainmodelJvmModelHelper.handleDuplicateJvmOperations(inferredJavaClass, jvmOperations -> + jvmOperations.stream() + .map(it -> jvmModelAssociations.getPrimarySourceElement(it)) + .filter(Operation.class::isInstance) + .map(Operation.class::cast) + .forEach(it -> + error("Duplicate operation " + it.getName(), it, DomainmodelPackage.Literals.FEATURE__NAME, IssueCodes.DUPLICATE_OPERATION) + ) + ); + } +} diff --git a/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/validation/IssueCodes.java b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/validation/IssueCodes.java new file mode 100644 index 00000000..936581b2 --- /dev/null +++ b/domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel/src/org/eclipse/xtext/example/domainmodel/validation/IssueCodes.java @@ -0,0 +1,28 @@ +/******************************************************************************* + * Copyright (c) 2011, 2019 itemis AG (http://www.itemis.eu) and others. + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * SPDX-License-Identifier: EPL-2.0 + *******************************************************************************/ +package org.eclipse.xtext.example.domainmodel.validation; + +/** + * @author Jan Koehnlein - Initial contribution and API + */ +public interface IssueCodes { + + String PREFIX = "org.eclipse.xtext.example.domainmodel.domainmodel."; + + String INVALID_TYPE_NAME = PREFIX + "InvalidTypeName"; + + String INVALID_FEATURE_NAME = PREFIX + "InvalidFeatureName"; + + String MISSING_TYPE = PREFIX + "MissingType"; + + String DUPLICATE_PROPERTY = PREFIX + "DuplicateProperty"; + + String DUPLICATE_OPERATION = PREFIX + "DuplicateOperation"; + +} diff --git a/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/build.gradle b/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/build.gradle new file mode 100644 index 00000000..48dd044e --- /dev/null +++ b/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/build.gradle @@ -0,0 +1,40 @@ +buildscript { + repositories { + mavenCentral() + gradlePluginPortal() + } + dependencies { + classpath 'org.xtext:xtext-gradle-plugin:4.0.0' + } +} + +subprojects { + ext.xtextVersion = '2.33.0-SNAPSHOT' + repositories { + mavenCentral() + maven { + url 'https://oss.sonatype.org/content/repositories/snapshots' + } + } + + apply plugin: 'java-library' + dependencies { + api platform("org.eclipse.xtext:xtext-dev-bom:${xtextVersion}") + } + + apply plugin: 'org.xtext.xtend' + apply from: "${rootDir}/gradle/source-layout.gradle" + apply plugin: 'eclipse' + + group = 'org.xtext.example.mydsl' + version = '1.0.0-SNAPSHOT' + + java { + sourceCompatibility = JavaVersion.VERSION_11 + targetCompatibility = JavaVersion.VERSION_11 + } + + configurations.all { + exclude group: 'asm' + } +} diff --git a/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/gradle/source-layout.gradle b/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/gradle/source-layout.gradle new file mode 100644 index 00000000..8494c22a --- /dev/null +++ b/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/gradle/source-layout.gradle @@ -0,0 +1,30 @@ +sourceSets { + main { + java.srcDir 'src/main/xtext-gen' + resources.srcDir 'src/main/xtext-gen' + xtend.outputDir = 'src/main/xtend-gen' + } + test { + java.srcDir 'src/test/xtext-gen' + resources.srcDir 'src/test/xtext-gen' + xtend.outputDir = 'src/test/xtend-gen' + } +} + +jar { + from('model') { + into('model') + } + from(sourceSets.main.allSource) { + include '**/*.xtext' + } + manifest { + attributes 'Bundle-SymbolicName': project.name + } +} + +plugins.withId('war') { + war { + webAppDirectory = file("src/main/webapp") + } +} diff --git a/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/gradle/wrapper/gradle-wrapper.jar b/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 0000000000000000000000000000000000000000..033e24c4cdf41af1ab109bc7f253b2b887023340 GIT binary patch literal 63375 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≫L+crb^Bz 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 '} + case $link in #( + /*) app_path=$link ;; #( + *) app_path=$APP_HOME$link ;; + esac +done + +# This is normally unused +# shellcheck disable=SC2034 +APP_BASE_NAME=${0##*/} +APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit + +# Use the maximum available, or set MAX_FD != -1 to use that value. +MAX_FD=maximum + +warn () { + echo "$*" +} >&2 + +die () { + echo + echo "$*" + echo + exit 1 +} >&2 + +# OS specific support (must be 'true' or 'false'). +cygwin=false +msys=false +darwin=false +nonstop=false +case "$( uname )" in #( + CYGWIN* ) cygwin=true ;; #( + Darwin* ) darwin=true ;; #( + MSYS* | MINGW* ) msys=true ;; #( + NONSTOP* ) nonstop=true ;; +esac + +CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar + + +# Determine the Java command to use to start the JVM. +if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD=$JAVA_HOME/jre/sh/java + else + JAVACMD=$JAVA_HOME/bin/java + fi + if [ ! -x "$JAVACMD" ] ; then + die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +else + JAVACMD=java + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +fi + +# Increase the maximum file descriptors if we can. +if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then + case $MAX_FD in #( + max*) + # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC3045 + MAX_FD=$( ulimit -H -n ) || + warn "Could not query maximum file descriptor limit" + esac + case $MAX_FD in #( + '' | soft) :;; #( + *) + # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC3045 + ulimit -n "$MAX_FD" || + warn "Could not set maximum file descriptor limit to $MAX_FD" + esac +fi + +# Collect all arguments for the java command, stacking in reverse order: +# * args from the command line +# * the main class name +# * -classpath +# * -D...appname settings +# * --module-path (only if needed) +# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables. + +# For Cygwin or MSYS, switch paths to Windows format before running java +if "$cygwin" || "$msys" ; then + APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) + CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" ) + + JAVACMD=$( cygpath --unix "$JAVACMD" ) + + # Now convert the arguments - kludge to limit ourselves to /bin/sh + for arg do + if + case $arg in #( + -*) false ;; # don't mess with options #( + /?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath + [ -e "$t" ] ;; #( + *) false ;; + esac + then + arg=$( cygpath --path --ignore --mixed "$arg" ) + fi + # Roll the args list around exactly as many times as the number of + # args, so each arg winds up back in the position where it started, but + # possibly modified. + # + # NB: a `for` loop captures its iteration list before it begins, so + # changing the positional parameters here affects neither the number of + # iterations, nor the values presented in `arg`. + shift # remove old arg + set -- "$@" "$arg" # push replacement arg + done +fi + + +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' + +# Collect all arguments for the java command; +# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of +# shell script including quotes and variable substitutions, so put them in +# double quotes to make sure that they get re-expanded; and +# * put everything else in single quotes, so that it's not re-expanded. + +set -- \ + "-Dorg.gradle.appname=$APP_BASE_NAME" \ + -classpath "$CLASSPATH" \ + org.gradle.wrapper.GradleWrapperMain \ + "$@" + +# Stop when "xargs" is not available. +if ! command -v xargs >/dev/null 2>&1 +then + die "xargs is not available" +fi + +# Use "xargs" to parse quoted args. +# +# With -n1 it outputs one arg per line, with the quotes and backslashes removed. +# +# In Bash we could simply go: +# +# readarray ARGS < <( xargs -n1 <<<"$var" ) && +# set -- "${ARGS[@]}" "$@" +# +# but POSIX shell has neither arrays nor command substitution, so instead we +# post-process each arg (as a line of input to sed) to backslash-escape any +# character that might be a shell metacharacter, then use eval to reverse +# that process (while maintaining the separation between arguments), and wrap +# the whole thing up as a single "set" statement. +# +# This will of course break if any of these variables contains a newline or +# an unmatched quote. +# + +eval "set -- $( + printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" | + xargs -n1 | + sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' | + tr '\n' ' ' + )" '"$@"' + +exec "$JAVACMD" "$@" diff --git a/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/gradlew.bat b/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/gradlew.bat new file mode 100644 index 00000000..6689b85b --- /dev/null +++ b/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/gradlew.bat @@ -0,0 +1,92 @@ +@rem +@rem Copyright 2015 the original author or authors. +@rem +@rem Licensed under the Apache License, Version 2.0 (the "License"); +@rem you may not use this file except in compliance with the License. +@rem You may obtain a copy of the License at +@rem +@rem https://www.apache.org/licenses/LICENSE-2.0 +@rem +@rem Unless required by applicable law or agreed to in writing, software +@rem distributed under the License is distributed on an "AS IS" BASIS, +@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@rem See the License for the specific language governing permissions and +@rem limitations under the License. +@rem + +@if "%DEBUG%"=="" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%"=="" set DIRNAME=. +@rem This is normally unused +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if %ERRORLEVEL% equ 0 goto execute + +echo. +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto execute + +echo. +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:execute +@rem Setup the command line + +set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar + + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* + +:end +@rem End local scope for the variables with windows NT shell +if %ERRORLEVEL% equ 0 goto mainEnd + +:fail +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +set EXIT_CODE=%ERRORLEVEL% +if %EXIT_CODE% equ 0 set EXIT_CODE=1 +if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE% +exit /b %EXIT_CODE% + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega diff --git a/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/org.xtext.example.mydsl.ide/build.gradle b/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/org.xtext.example.mydsl.ide/build.gradle new file mode 100644 index 00000000..036578f5 --- /dev/null +++ b/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/org.xtext.example.mydsl.ide/build.gradle @@ -0,0 +1,5 @@ +dependencies { + api project(':org.xtext.example.mydsl') + api "org.eclipse.xtext:org.eclipse.xtext.ide:${xtextVersion}" + api "org.eclipse.xtext:org.eclipse.xtext.xbase.ide:${xtextVersion}" +} diff --git a/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch b/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch new file mode 100644 index 00000000..5171ab6d --- /dev/null +++ b/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/build.gradle b/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/build.gradle new file mode 100644 index 00000000..7d77372e --- /dev/null +++ b/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/build.gradle @@ -0,0 +1,40 @@ +dependencies { + testImplementation 'org.junit.jupiter:junit-jupiter-api' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher' + testImplementation "org.eclipse.xtext:org.eclipse.xtext.testing:${xtextVersion}" + testImplementation "org.eclipse.xtext:org.eclipse.xtext.xbase.testing:${xtextVersion}" + api "org.eclipse.xtext:org.eclipse.xtext:${xtextVersion}" + api "org.eclipse.xtext:org.eclipse.xtext.xbase:${xtextVersion}" +} +configurations { + mwe2 { + extendsFrom compileClasspath + } +} + +dependencies { + mwe2 'org.eclipse.emf:org.eclipse.emf.mwe2.launch' + mwe2 "org.eclipse.xtext:org.eclipse.xtext.common.types:${xtextVersion}" + mwe2 "org.eclipse.xtext:org.eclipse.xtext.xtext.generator:${xtextVersion}" + mwe2 'org.eclipse.xtext:xtext-antlr-generator' +} + +task generateXtextLanguage(type: JavaExec) { + mainClass = 'org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher' + classpath = configurations.mwe2 + inputs.file "src/main/java/org/xtext/example/mydsl/GenerateMyDsl.mwe2" + inputs.file "src/main/java/org/xtext/example/mydsl/MyDsl.xtext" + outputs.dir "src/main/xtext-gen" + args += "src/main/java/org/xtext/example/mydsl/GenerateMyDsl.mwe2" + args += "-p" + args += "rootPath=/${projectDir}/.." +} + +test { + useJUnitPlatform() +} +processResources.dependsOn(generateXtextLanguage) +generateXtext.dependsOn(generateXtextLanguage) +clean.dependsOn(cleanGenerateXtextLanguage) +eclipse.classpath.plusConfigurations += [configurations.mwe2] diff --git a/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/GenerateMyDsl.mwe2 b/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/GenerateMyDsl.mwe2 new file mode 100644 index 00000000..8b0700f8 --- /dev/null +++ b/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/GenerateMyDsl.mwe2 @@ -0,0 +1,50 @@ +module org.xtext.example.mydsl.GenerateMyDsl + +import org.eclipse.xtext.xtext.generator.* +import org.eclipse.xtext.xtext.generator.model.project.* + +var rootPath = ".." + +Workflow { + + component = XtextGenerator { + configuration = { + project = StandardProjectConfig { + baseName = "org.xtext.example.mydsl" + rootPath = rootPath + runtimeTest = { + enabled = true + } + genericIde = { + enabled = true + } + mavenLayout = true + } + code = { + encoding = "UTF-8" + lineDelimiter = "\n" + fileHeader = "/*\n * generated by Xtext \${version}\n */" + preferXtendStubs = false + } + } + language = StandardLanguage { + name = "org.xtext.example.mydsl.MyDsl" + fileExtensions = "mydsl" + + serializer = { + generateStub = false + } + validator = { + // composedCheck = "org.eclipse.xtext.validation.NamesAreUniqueValidator" + // Generates checks for @Deprecated grammar annotations, an IssueProvider and a corresponding PropertyPage + generateDeprecationValidation = true + } + generator = { + generateXtendStub = true + } + junitSupport = { + junitVersion = "5" + } + } + } +} diff --git a/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/MyDsl.xtext b/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/MyDsl.xtext new file mode 100644 index 00000000..046e9302 --- /dev/null +++ b/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/MyDsl.xtext @@ -0,0 +1,9 @@ +grammar org.xtext.example.mydsl.MyDsl with org.eclipse.xtext.common.Terminals + +generate myDsl "http://www.xtext.org/example/mydsl/MyDsl" + +Model: + greetings+=Greeting*; + +Greeting: + 'Hello' name=ID '!'; diff --git a/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/settings.gradle b/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/settings.gradle new file mode 100644 index 00000000..93055a16 --- /dev/null +++ b/greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent/settings.gradle @@ -0,0 +1,2 @@ +include 'org.xtext.example.mydsl' +include 'org.xtext.example.mydsl.ide' diff --git a/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/build.gradle b/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/build.gradle new file mode 100644 index 00000000..082ae9a8 --- /dev/null +++ b/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/build.gradle @@ -0,0 +1,40 @@ +buildscript { + repositories { + mavenCentral() + gradlePluginPortal() + } + dependencies { + classpath 'org.xtext:xtext-gradle-plugin:4.0.0' + } +} + +subprojects { + ext.xtextVersion = '2.33.0-SNAPSHOT' + repositories { + mavenCentral() + maven { + url 'https://oss.sonatype.org/content/repositories/snapshots' + } + } + + apply plugin: 'java-library' + dependencies { + api platform("org.eclipse.xtext:xtext-dev-bom:${xtextVersion}") + } + + apply plugin: 'org.xtext.xtend' + apply from: "${rootDir}/gradle/source-layout.gradle" + apply plugin: 'eclipse' + + group = 'org.xtext.example.mydsl' + version = '1.0.0-SNAPSHOT' + + java { + sourceCompatibility = JavaVersion.VERSION_17 + targetCompatibility = JavaVersion.VERSION_17 + } + + configurations.all { + exclude group: 'asm' + } +} diff --git a/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/gradle/source-layout.gradle b/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/gradle/source-layout.gradle new file mode 100644 index 00000000..8494c22a --- /dev/null +++ b/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/gradle/source-layout.gradle @@ -0,0 +1,30 @@ +sourceSets { + main { + java.srcDir 'src/main/xtext-gen' + resources.srcDir 'src/main/xtext-gen' + xtend.outputDir = 'src/main/xtend-gen' + } + test { + java.srcDir 'src/test/xtext-gen' + resources.srcDir 'src/test/xtext-gen' + xtend.outputDir = 'src/test/xtend-gen' + } +} + +jar { + from('model') { + into('model') + } + from(sourceSets.main.allSource) { + include '**/*.xtext' + } + manifest { + attributes 'Bundle-SymbolicName': project.name + } +} + +plugins.withId('war') { + war { + webAppDirectory = file("src/main/webapp") + } +} diff --git a/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/gradle/wrapper/gradle-wrapper.jar b/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 0000000000000000000000000000000000000000..033e24c4cdf41af1ab109bc7f253b2b887023340 GIT binary patch literal 63375 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≫L+crb^Bz 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 '} + case $link in #( + /*) app_path=$link ;; #( + *) app_path=$APP_HOME$link ;; + esac +done + +# This is normally unused +# shellcheck disable=SC2034 +APP_BASE_NAME=${0##*/} +APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit + +# Use the maximum available, or set MAX_FD != -1 to use that value. +MAX_FD=maximum + +warn () { + echo "$*" +} >&2 + +die () { + echo + echo "$*" + echo + exit 1 +} >&2 + +# OS specific support (must be 'true' or 'false'). +cygwin=false +msys=false +darwin=false +nonstop=false +case "$( uname )" in #( + CYGWIN* ) cygwin=true ;; #( + Darwin* ) darwin=true ;; #( + MSYS* | MINGW* ) msys=true ;; #( + NONSTOP* ) nonstop=true ;; +esac + +CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar + + +# Determine the Java command to use to start the JVM. +if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD=$JAVA_HOME/jre/sh/java + else + JAVACMD=$JAVA_HOME/bin/java + fi + if [ ! -x "$JAVACMD" ] ; then + die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +else + JAVACMD=java + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +fi + +# Increase the maximum file descriptors if we can. +if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then + case $MAX_FD in #( + max*) + # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC3045 + MAX_FD=$( ulimit -H -n ) || + warn "Could not query maximum file descriptor limit" + esac + case $MAX_FD in #( + '' | soft) :;; #( + *) + # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC3045 + ulimit -n "$MAX_FD" || + warn "Could not set maximum file descriptor limit to $MAX_FD" + esac +fi + +# Collect all arguments for the java command, stacking in reverse order: +# * args from the command line +# * the main class name +# * -classpath +# * -D...appname settings +# * --module-path (only if needed) +# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables. + +# For Cygwin or MSYS, switch paths to Windows format before running java +if "$cygwin" || "$msys" ; then + APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) + CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" ) + + JAVACMD=$( cygpath --unix "$JAVACMD" ) + + # Now convert the arguments - kludge to limit ourselves to /bin/sh + for arg do + if + case $arg in #( + -*) false ;; # don't mess with options #( + /?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath + [ -e "$t" ] ;; #( + *) false ;; + esac + then + arg=$( cygpath --path --ignore --mixed "$arg" ) + fi + # Roll the args list around exactly as many times as the number of + # args, so each arg winds up back in the position where it started, but + # possibly modified. + # + # NB: a `for` loop captures its iteration list before it begins, so + # changing the positional parameters here affects neither the number of + # iterations, nor the values presented in `arg`. + shift # remove old arg + set -- "$@" "$arg" # push replacement arg + done +fi + + +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' + +# Collect all arguments for the java command; +# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of +# shell script including quotes and variable substitutions, so put them in +# double quotes to make sure that they get re-expanded; and +# * put everything else in single quotes, so that it's not re-expanded. + +set -- \ + "-Dorg.gradle.appname=$APP_BASE_NAME" \ + -classpath "$CLASSPATH" \ + org.gradle.wrapper.GradleWrapperMain \ + "$@" + +# Stop when "xargs" is not available. +if ! command -v xargs >/dev/null 2>&1 +then + die "xargs is not available" +fi + +# Use "xargs" to parse quoted args. +# +# With -n1 it outputs one arg per line, with the quotes and backslashes removed. +# +# In Bash we could simply go: +# +# readarray ARGS < <( xargs -n1 <<<"$var" ) && +# set -- "${ARGS[@]}" "$@" +# +# but POSIX shell has neither arrays nor command substitution, so instead we +# post-process each arg (as a line of input to sed) to backslash-escape any +# character that might be a shell metacharacter, then use eval to reverse +# that process (while maintaining the separation between arguments), and wrap +# the whole thing up as a single "set" statement. +# +# This will of course break if any of these variables contains a newline or +# an unmatched quote. +# + +eval "set -- $( + printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" | + xargs -n1 | + sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' | + tr '\n' ' ' + )" '"$@"' + +exec "$JAVACMD" "$@" diff --git a/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/gradlew.bat b/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/gradlew.bat new file mode 100644 index 00000000..6689b85b --- /dev/null +++ b/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/gradlew.bat @@ -0,0 +1,92 @@ +@rem +@rem Copyright 2015 the original author or authors. +@rem +@rem Licensed under the Apache License, Version 2.0 (the "License"); +@rem you may not use this file except in compliance with the License. +@rem You may obtain a copy of the License at +@rem +@rem https://www.apache.org/licenses/LICENSE-2.0 +@rem +@rem Unless required by applicable law or agreed to in writing, software +@rem distributed under the License is distributed on an "AS IS" BASIS, +@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@rem See the License for the specific language governing permissions and +@rem limitations under the License. +@rem + +@if "%DEBUG%"=="" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%"=="" set DIRNAME=. +@rem This is normally unused +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if %ERRORLEVEL% equ 0 goto execute + +echo. +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto execute + +echo. +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:execute +@rem Setup the command line + +set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar + + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* + +:end +@rem End local scope for the variables with windows NT shell +if %ERRORLEVEL% equ 0 goto mainEnd + +:fail +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +set EXIT_CODE=%ERRORLEVEL% +if %EXIT_CODE% equ 0 set EXIT_CODE=1 +if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE% +exit /b %EXIT_CODE% + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega diff --git a/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/org.xtext.example.mydsl.ide/build.gradle b/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/org.xtext.example.mydsl.ide/build.gradle new file mode 100644 index 00000000..036578f5 --- /dev/null +++ b/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/org.xtext.example.mydsl.ide/build.gradle @@ -0,0 +1,5 @@ +dependencies { + api project(':org.xtext.example.mydsl') + api "org.eclipse.xtext:org.eclipse.xtext.ide:${xtextVersion}" + api "org.eclipse.xtext:org.eclipse.xtext.xbase.ide:${xtextVersion}" +} diff --git a/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch b/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch new file mode 100644 index 00000000..5171ab6d --- /dev/null +++ b/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/build.gradle b/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/build.gradle new file mode 100644 index 00000000..7d77372e --- /dev/null +++ b/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/build.gradle @@ -0,0 +1,40 @@ +dependencies { + testImplementation 'org.junit.jupiter:junit-jupiter-api' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher' + testImplementation "org.eclipse.xtext:org.eclipse.xtext.testing:${xtextVersion}" + testImplementation "org.eclipse.xtext:org.eclipse.xtext.xbase.testing:${xtextVersion}" + api "org.eclipse.xtext:org.eclipse.xtext:${xtextVersion}" + api "org.eclipse.xtext:org.eclipse.xtext.xbase:${xtextVersion}" +} +configurations { + mwe2 { + extendsFrom compileClasspath + } +} + +dependencies { + mwe2 'org.eclipse.emf:org.eclipse.emf.mwe2.launch' + mwe2 "org.eclipse.xtext:org.eclipse.xtext.common.types:${xtextVersion}" + mwe2 "org.eclipse.xtext:org.eclipse.xtext.xtext.generator:${xtextVersion}" + mwe2 'org.eclipse.xtext:xtext-antlr-generator' +} + +task generateXtextLanguage(type: JavaExec) { + mainClass = 'org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher' + classpath = configurations.mwe2 + inputs.file "src/main/java/org/xtext/example/mydsl/GenerateMyDsl.mwe2" + inputs.file "src/main/java/org/xtext/example/mydsl/MyDsl.xtext" + outputs.dir "src/main/xtext-gen" + args += "src/main/java/org/xtext/example/mydsl/GenerateMyDsl.mwe2" + args += "-p" + args += "rootPath=/${projectDir}/.." +} + +test { + useJUnitPlatform() +} +processResources.dependsOn(generateXtextLanguage) +generateXtext.dependsOn(generateXtextLanguage) +clean.dependsOn(cleanGenerateXtextLanguage) +eclipse.classpath.plusConfigurations += [configurations.mwe2] diff --git a/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/GenerateMyDsl.mwe2 b/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/GenerateMyDsl.mwe2 new file mode 100644 index 00000000..8b0700f8 --- /dev/null +++ b/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/GenerateMyDsl.mwe2 @@ -0,0 +1,50 @@ +module org.xtext.example.mydsl.GenerateMyDsl + +import org.eclipse.xtext.xtext.generator.* +import org.eclipse.xtext.xtext.generator.model.project.* + +var rootPath = ".." + +Workflow { + + component = XtextGenerator { + configuration = { + project = StandardProjectConfig { + baseName = "org.xtext.example.mydsl" + rootPath = rootPath + runtimeTest = { + enabled = true + } + genericIde = { + enabled = true + } + mavenLayout = true + } + code = { + encoding = "UTF-8" + lineDelimiter = "\n" + fileHeader = "/*\n * generated by Xtext \${version}\n */" + preferXtendStubs = false + } + } + language = StandardLanguage { + name = "org.xtext.example.mydsl.MyDsl" + fileExtensions = "mydsl" + + serializer = { + generateStub = false + } + validator = { + // composedCheck = "org.eclipse.xtext.validation.NamesAreUniqueValidator" + // Generates checks for @Deprecated grammar annotations, an IssueProvider and a corresponding PropertyPage + generateDeprecationValidation = true + } + generator = { + generateXtendStub = true + } + junitSupport = { + junitVersion = "5" + } + } + } +} diff --git a/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/MyDsl.xtext b/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/MyDsl.xtext new file mode 100644 index 00000000..046e9302 --- /dev/null +++ b/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/MyDsl.xtext @@ -0,0 +1,9 @@ +grammar org.xtext.example.mydsl.MyDsl with org.eclipse.xtext.common.Terminals + +generate myDsl "http://www.xtext.org/example/mydsl/MyDsl" + +Model: + greetings+=Greeting*; + +Greeting: + 'Hello' name=ID '!'; diff --git a/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/settings.gradle b/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/settings.gradle new file mode 100644 index 00000000..93055a16 --- /dev/null +++ b/greetings-gradle/2.33.0/org.xtext.example.mydsl.parent/settings.gradle @@ -0,0 +1,2 @@ +include 'org.xtext.example.mydsl' +include 'org.xtext.example.mydsl.ide' diff --git a/greetings-maven/2.33.0-J11/org.xtext.example.mydsl.ide/pom.xml b/greetings-maven/2.33.0-J11/org.xtext.example.mydsl.ide/pom.xml new file mode 100644 index 00000000..37b897f9 --- /dev/null +++ b/greetings-maven/2.33.0-J11/org.xtext.example.mydsl.ide/pom.xml @@ -0,0 +1,68 @@ + + 4.0.0 + + org.xtext.example.mydsl + org.xtext.example.mydsl.parent + 1.0.0-SNAPSHOT + ../org.xtext.example.mydsl.parent/pom.xml + + org.xtext.example.mydsl.ide + jar + + + + + org.eclipse.xtend + xtend-maven-plugin + + + org.codehaus.mojo + build-helper-maven-plugin + 3.3.0 + + + add-source + initialize + + add-source + add-resource + + + + src/main/xtext-gen + + + + src/main/xtext-gen + + **/*.java + **/*.g + + + + + + + + + + + + + ${project.groupId} + org.xtext.example.mydsl + ${project.version} + + + org.eclipse.xtext + org.eclipse.xtext.ide + ${xtextVersion} + + + org.eclipse.xtext + org.eclipse.xtext.xbase.ide + ${xtextVersion} + + + diff --git a/greetings-maven/2.33.0-J11/org.xtext.example.mydsl.parent/pom.xml b/greetings-maven/2.33.0-J11/org.xtext.example.mydsl.parent/pom.xml new file mode 100644 index 00000000..4f82827f --- /dev/null +++ b/greetings-maven/2.33.0-J11/org.xtext.example.mydsl.parent/pom.xml @@ -0,0 +1,186 @@ + + 4.0.0 + org.xtext.example.mydsl + 1.0.0-SNAPSHOT + org.xtext.example.mydsl.parent + pom + + + 2.33.0-SNAPSHOT + UTF-8 + 11 + 11 + + + ../org.xtext.example.mydsl + ../org.xtext.example.mydsl.ide + + + + + org.eclipse.xtext + xtext-dev-bom + ${xtextVersion} + pom + import + + + + + + + + org.eclipse.xtend + xtend-maven-plugin + ${xtextVersion} + + + + compile + xtend-install-debug-info + testCompile + xtend-test-install-debug-info + + + + + ${basedir}/src/main/xtend-gen + ${basedir}/src/test/xtend-gen + + + + org.apache.maven.plugins + maven-clean-plugin + 3.2.0 + + + + ${basedir}/src/main/xtend-gen + + **/* + + + + ${basedir}/src/test/xtend-gen + + **/* + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0 + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.codehaus.mojo + + + build-helper-maven-plugin + + + [1.9.1,) + + + add-resource + add-source + add-test-resource + add-test-source + + + + + + + + + + + + + + + + codehaus-snapshots + disable dead 'Codehaus Snapshots' repository, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=481478 + http://nexus.codehaus.org/snapshots/ + + false + + + false + + + + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + + + codehaus-snapshots + disable dead 'Codehaus Snapshots' repository, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=481478 + http://nexus.codehaus.org/snapshots/ + + false + + + false + + + + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + + + macos + + + mac + + + + + -XstartOnFirstThread + + + + jdk9-or-newer + + [9,) + + + --add-modules=ALL-SYSTEM + + + + + + + diff --git a/greetings-maven/2.33.0-J11/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch b/greetings-maven/2.33.0-J11/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch new file mode 100644 index 00000000..e5476bc3 --- /dev/null +++ b/greetings-maven/2.33.0-J11/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/greetings-maven/2.33.0-J11/org.xtext.example.mydsl/jar-with-ecore-model.xml b/greetings-maven/2.33.0-J11/org.xtext.example.mydsl/jar-with-ecore-model.xml new file mode 100644 index 00000000..af5b4f61 --- /dev/null +++ b/greetings-maven/2.33.0-J11/org.xtext.example.mydsl/jar-with-ecore-model.xml @@ -0,0 +1,19 @@ + + jar-with-ecore-model + + jar + + false + + + / + target/classes + + + model/generated + model/generated + + + diff --git a/greetings-maven/2.33.0-J11/org.xtext.example.mydsl/pom.xml b/greetings-maven/2.33.0-J11/org.xtext.example.mydsl/pom.xml new file mode 100644 index 00000000..317fce68 --- /dev/null +++ b/greetings-maven/2.33.0-J11/org.xtext.example.mydsl/pom.xml @@ -0,0 +1,230 @@ + + 4.0.0 + + org.xtext.example.mydsl + org.xtext.example.mydsl.parent + 1.0.0-SNAPSHOT + ../org.xtext.example.mydsl.parent/pom.xml + + org.xtext.example.mydsl + jar + + + + + org.codehaus.mojo + exec-maven-plugin + 3.0.0 + + + mwe2Launcher + generate-sources + + java + + + + + org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher + + /${project.basedir}/src/main/java/org/xtext/example/mydsl/GenerateMyDsl.mwe2 + -p + rootPath=/${project.basedir}/.. + + compile + true + false + + + + org.eclipse.xtend + xtend-maven-plugin + + + + org.apache.maven.plugins + maven-clean-plugin + + + + ${basedir}/../org.xtext.example.mydsl/src/main/xtext-gen/ + + **/* + + + + ${basedir}/../org.xtext.example.mydsl/src/test/xtext-gen/ + + **/* + + + + ${basedir}/../org.xtext.example.mydsl.ide/src/main/xtext-gen/ + + **/* + + + + ${basedir}/model/generated/ + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.3.0 + + + add-source + initialize + + add-source + add-resource + + + + src/main/xtext-gen + + + + src/main/xtext-gen + + **/*.java + **/*.g + + + + + + + add-test-source + initialize + + add-test-source + add-test-resource + + + + src/test/xtext-gen + + + + src/test/xtext-gen + + **/*.java + + + + + + + + + maven-assembly-plugin + 3.4.1 + + + jar-with-ecore-model.xml + + false + + + + make-assembly + package + + single + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.codehaus.mojo + + + exec-maven-plugin + + + [1.2.1,) + + + java + + + + + + + + + + + + + + + + + org.junit.jupiter + junit-jupiter-api + test + + + org.junit.jupiter + junit-jupiter-engine + test + + + org.eclipse.xtext + org.eclipse.xtext.testing + ${xtextVersion} + test + + + org.eclipse.xtext + org.eclipse.xtext.xbase.testing + ${xtextVersion} + test + + + org.eclipse.xtext + org.eclipse.xtext + ${xtextVersion} + + + org.eclipse.xtext + org.eclipse.xtext.xbase + ${xtextVersion} + + + org.eclipse.xtext + org.eclipse.xtext.xtext.generator + ${xtextVersion} + true + + + org.eclipse.emf + org.eclipse.emf.mwe2.launch + true + + + org.eclipse.xtext + xtext-antlr-generator + true + + + diff --git a/greetings-maven/2.33.0-J11/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/GenerateMyDsl.mwe2 b/greetings-maven/2.33.0-J11/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/GenerateMyDsl.mwe2 new file mode 100644 index 00000000..8b0700f8 --- /dev/null +++ b/greetings-maven/2.33.0-J11/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/GenerateMyDsl.mwe2 @@ -0,0 +1,50 @@ +module org.xtext.example.mydsl.GenerateMyDsl + +import org.eclipse.xtext.xtext.generator.* +import org.eclipse.xtext.xtext.generator.model.project.* + +var rootPath = ".." + +Workflow { + + component = XtextGenerator { + configuration = { + project = StandardProjectConfig { + baseName = "org.xtext.example.mydsl" + rootPath = rootPath + runtimeTest = { + enabled = true + } + genericIde = { + enabled = true + } + mavenLayout = true + } + code = { + encoding = "UTF-8" + lineDelimiter = "\n" + fileHeader = "/*\n * generated by Xtext \${version}\n */" + preferXtendStubs = false + } + } + language = StandardLanguage { + name = "org.xtext.example.mydsl.MyDsl" + fileExtensions = "mydsl" + + serializer = { + generateStub = false + } + validator = { + // composedCheck = "org.eclipse.xtext.validation.NamesAreUniqueValidator" + // Generates checks for @Deprecated grammar annotations, an IssueProvider and a corresponding PropertyPage + generateDeprecationValidation = true + } + generator = { + generateXtendStub = true + } + junitSupport = { + junitVersion = "5" + } + } + } +} diff --git a/greetings-maven/2.33.0-J11/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/MyDsl.xtext b/greetings-maven/2.33.0-J11/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/MyDsl.xtext new file mode 100644 index 00000000..046e9302 --- /dev/null +++ b/greetings-maven/2.33.0-J11/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/MyDsl.xtext @@ -0,0 +1,9 @@ +grammar org.xtext.example.mydsl.MyDsl with org.eclipse.xtext.common.Terminals + +generate myDsl "http://www.xtext.org/example/mydsl/MyDsl" + +Model: + greetings+=Greeting*; + +Greeting: + 'Hello' name=ID '!'; diff --git a/greetings-maven/2.33.0/org.xtext.example.mydsl.ide/pom.xml b/greetings-maven/2.33.0/org.xtext.example.mydsl.ide/pom.xml new file mode 100644 index 00000000..37b897f9 --- /dev/null +++ b/greetings-maven/2.33.0/org.xtext.example.mydsl.ide/pom.xml @@ -0,0 +1,68 @@ + + 4.0.0 + + org.xtext.example.mydsl + org.xtext.example.mydsl.parent + 1.0.0-SNAPSHOT + ../org.xtext.example.mydsl.parent/pom.xml + + org.xtext.example.mydsl.ide + jar + + + + + org.eclipse.xtend + xtend-maven-plugin + + + org.codehaus.mojo + build-helper-maven-plugin + 3.3.0 + + + add-source + initialize + + add-source + add-resource + + + + src/main/xtext-gen + + + + src/main/xtext-gen + + **/*.java + **/*.g + + + + + + + + + + + + + ${project.groupId} + org.xtext.example.mydsl + ${project.version} + + + org.eclipse.xtext + org.eclipse.xtext.ide + ${xtextVersion} + + + org.eclipse.xtext + org.eclipse.xtext.xbase.ide + ${xtextVersion} + + + diff --git a/greetings-maven/2.33.0/org.xtext.example.mydsl.parent/pom.xml b/greetings-maven/2.33.0/org.xtext.example.mydsl.parent/pom.xml new file mode 100644 index 00000000..a2313e28 --- /dev/null +++ b/greetings-maven/2.33.0/org.xtext.example.mydsl.parent/pom.xml @@ -0,0 +1,186 @@ + + 4.0.0 + org.xtext.example.mydsl + 1.0.0-SNAPSHOT + org.xtext.example.mydsl.parent + pom + + + 2.33.0-SNAPSHOT + UTF-8 + 17 + 17 + + + ../org.xtext.example.mydsl + ../org.xtext.example.mydsl.ide + + + + + org.eclipse.xtext + xtext-dev-bom + ${xtextVersion} + pom + import + + + + + + + + org.eclipse.xtend + xtend-maven-plugin + ${xtextVersion} + + + + compile + xtend-install-debug-info + testCompile + xtend-test-install-debug-info + + + + + ${basedir}/src/main/xtend-gen + ${basedir}/src/test/xtend-gen + + + + org.apache.maven.plugins + maven-clean-plugin + 3.2.0 + + + + ${basedir}/src/main/xtend-gen + + **/* + + + + ${basedir}/src/test/xtend-gen + + **/* + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0 + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.codehaus.mojo + + + build-helper-maven-plugin + + + [1.9.1,) + + + add-resource + add-source + add-test-resource + add-test-source + + + + + + + + + + + + + + + + codehaus-snapshots + disable dead 'Codehaus Snapshots' repository, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=481478 + http://nexus.codehaus.org/snapshots/ + + false + + + false + + + + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + + + codehaus-snapshots + disable dead 'Codehaus Snapshots' repository, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=481478 + http://nexus.codehaus.org/snapshots/ + + false + + + false + + + + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + + + macos + + + mac + + + + + -XstartOnFirstThread + + + + jdk9-or-newer + + [9,) + + + --add-modules=ALL-SYSTEM + + + + + + + diff --git a/greetings-maven/2.33.0/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch b/greetings-maven/2.33.0/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch new file mode 100644 index 00000000..e5476bc3 --- /dev/null +++ b/greetings-maven/2.33.0/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/greetings-maven/2.33.0/org.xtext.example.mydsl/jar-with-ecore-model.xml b/greetings-maven/2.33.0/org.xtext.example.mydsl/jar-with-ecore-model.xml new file mode 100644 index 00000000..af5b4f61 --- /dev/null +++ b/greetings-maven/2.33.0/org.xtext.example.mydsl/jar-with-ecore-model.xml @@ -0,0 +1,19 @@ + + jar-with-ecore-model + + jar + + false + + + / + target/classes + + + model/generated + model/generated + + + diff --git a/greetings-maven/2.33.0/org.xtext.example.mydsl/pom.xml b/greetings-maven/2.33.0/org.xtext.example.mydsl/pom.xml new file mode 100644 index 00000000..317fce68 --- /dev/null +++ b/greetings-maven/2.33.0/org.xtext.example.mydsl/pom.xml @@ -0,0 +1,230 @@ + + 4.0.0 + + org.xtext.example.mydsl + org.xtext.example.mydsl.parent + 1.0.0-SNAPSHOT + ../org.xtext.example.mydsl.parent/pom.xml + + org.xtext.example.mydsl + jar + + + + + org.codehaus.mojo + exec-maven-plugin + 3.0.0 + + + mwe2Launcher + generate-sources + + java + + + + + org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher + + /${project.basedir}/src/main/java/org/xtext/example/mydsl/GenerateMyDsl.mwe2 + -p + rootPath=/${project.basedir}/.. + + compile + true + false + + + + org.eclipse.xtend + xtend-maven-plugin + + + + org.apache.maven.plugins + maven-clean-plugin + + + + ${basedir}/../org.xtext.example.mydsl/src/main/xtext-gen/ + + **/* + + + + ${basedir}/../org.xtext.example.mydsl/src/test/xtext-gen/ + + **/* + + + + ${basedir}/../org.xtext.example.mydsl.ide/src/main/xtext-gen/ + + **/* + + + + ${basedir}/model/generated/ + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.3.0 + + + add-source + initialize + + add-source + add-resource + + + + src/main/xtext-gen + + + + src/main/xtext-gen + + **/*.java + **/*.g + + + + + + + add-test-source + initialize + + add-test-source + add-test-resource + + + + src/test/xtext-gen + + + + src/test/xtext-gen + + **/*.java + + + + + + + + + maven-assembly-plugin + 3.4.1 + + + jar-with-ecore-model.xml + + false + + + + make-assembly + package + + single + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.codehaus.mojo + + + exec-maven-plugin + + + [1.2.1,) + + + java + + + + + + + + + + + + + + + + + org.junit.jupiter + junit-jupiter-api + test + + + org.junit.jupiter + junit-jupiter-engine + test + + + org.eclipse.xtext + org.eclipse.xtext.testing + ${xtextVersion} + test + + + org.eclipse.xtext + org.eclipse.xtext.xbase.testing + ${xtextVersion} + test + + + org.eclipse.xtext + org.eclipse.xtext + ${xtextVersion} + + + org.eclipse.xtext + org.eclipse.xtext.xbase + ${xtextVersion} + + + org.eclipse.xtext + org.eclipse.xtext.xtext.generator + ${xtextVersion} + true + + + org.eclipse.emf + org.eclipse.emf.mwe2.launch + true + + + org.eclipse.xtext + xtext-antlr-generator + true + + + diff --git a/greetings-maven/2.33.0/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/GenerateMyDsl.mwe2 b/greetings-maven/2.33.0/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/GenerateMyDsl.mwe2 new file mode 100644 index 00000000..8b0700f8 --- /dev/null +++ b/greetings-maven/2.33.0/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/GenerateMyDsl.mwe2 @@ -0,0 +1,50 @@ +module org.xtext.example.mydsl.GenerateMyDsl + +import org.eclipse.xtext.xtext.generator.* +import org.eclipse.xtext.xtext.generator.model.project.* + +var rootPath = ".." + +Workflow { + + component = XtextGenerator { + configuration = { + project = StandardProjectConfig { + baseName = "org.xtext.example.mydsl" + rootPath = rootPath + runtimeTest = { + enabled = true + } + genericIde = { + enabled = true + } + mavenLayout = true + } + code = { + encoding = "UTF-8" + lineDelimiter = "\n" + fileHeader = "/*\n * generated by Xtext \${version}\n */" + preferXtendStubs = false + } + } + language = StandardLanguage { + name = "org.xtext.example.mydsl.MyDsl" + fileExtensions = "mydsl" + + serializer = { + generateStub = false + } + validator = { + // composedCheck = "org.eclipse.xtext.validation.NamesAreUniqueValidator" + // Generates checks for @Deprecated grammar annotations, an IssueProvider and a corresponding PropertyPage + generateDeprecationValidation = true + } + generator = { + generateXtendStub = true + } + junitSupport = { + junitVersion = "5" + } + } + } +} diff --git a/greetings-maven/2.33.0/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/MyDsl.xtext b/greetings-maven/2.33.0/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/MyDsl.xtext new file mode 100644 index 00000000..046e9302 --- /dev/null +++ b/greetings-maven/2.33.0/org.xtext.example.mydsl/src/main/java/org/xtext/example/mydsl/MyDsl.xtext @@ -0,0 +1,9 @@ +grammar org.xtext.example.mydsl.MyDsl with org.eclipse.xtext.common.Terminals + +generate myDsl "http://www.xtext.org/example/mydsl/MyDsl" + +Model: + greetings+=Greeting*; + +Greeting: + 'Hello' name=ID '!'; diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.feature/build.properties b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.feature/build.properties new file mode 100644 index 00000000..64f93a9f --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.feature/build.properties @@ -0,0 +1 @@ +bin.includes = feature.xml diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.feature/feature.xml b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.feature/feature.xml new file mode 100644 index 00000000..d29075a9 --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.feature/feature.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.feature/pom.xml b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.feature/pom.xml new file mode 100644 index 00000000..a115cf7c --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.feature/pom.xml @@ -0,0 +1,16 @@ + + 4.0.0 + + org.xtext.example.mydsl + org.xtext.example.mydsl.parent + 1.0.0-SNAPSHOT + ../org.xtext.example.mydsl.parent/pom.xml + + org.xtext.example.mydsl.feature + eclipse-feature + + + + + diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ide/META-INF/MANIFEST.MF b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ide/META-INF/MANIFEST.MF new file mode 100644 index 00000000..0571b4ad --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ide/META-INF/MANIFEST.MF @@ -0,0 +1,12 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: org.xtext.example.mydsl.ide +Bundle-Vendor: My Company +Bundle-Version: 1.0.0.qualifier +Bundle-SymbolicName: org.xtext.example.mydsl.ide; singleton:=true +Bundle-ActivationPolicy: lazy +Require-Bundle: org.xtext.example.mydsl, + org.eclipse.xtext.ide, + org.eclipse.xtext.xbase.ide +Bundle-RequiredExecutionEnvironment: JavaSE-11 +Automatic-Module-Name: org.xtext.example.mydsl.ide diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ide/build.properties b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ide/build.properties new file mode 100644 index 00000000..5c6bbf99 --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ide/build.properties @@ -0,0 +1,6 @@ +source.. = src/,\ + src-gen/,\ + xtend-gen/ +bin.includes = .,\ + META-INF/ +bin.excludes = **/*.xtend diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ide/pom.xml b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ide/pom.xml new file mode 100644 index 00000000..3006199f --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ide/pom.xml @@ -0,0 +1,22 @@ + + 4.0.0 + + org.xtext.example.mydsl + org.xtext.example.mydsl.parent + 1.0.0-SNAPSHOT + ../org.xtext.example.mydsl.parent/pom.xml + + org.xtext.example.mydsl.ide + eclipse-plugin + + + + + org.eclipse.xtend + xtend-maven-plugin + + + + + diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.parent/pom.xml b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.parent/pom.xml new file mode 100644 index 00000000..30b08160 --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.parent/pom.xml @@ -0,0 +1,354 @@ + + 4.0.0 + org.xtext.example.mydsl + 1.0.0-SNAPSHOT + org.xtext.example.mydsl.parent + pom + + + 2.33.0-SNAPSHOT + 2.15.0 + UTF-8 + 11 + 11 + + 2.7.5 + + + + + + + + ../org.xtext.example.mydsl + ../org.xtext.example.mydsl.ide + ../org.xtext.example.mydsl.ui + ../org.xtext.example.mydsl.target + ../org.xtext.example.mydsl.feature + ../org.xtext.example.mydsl.repository + ../org.xtext.example.mydsl.tests + ../org.xtext.example.mydsl.ui.tests + + + + + org.eclipse.xtext + xtext-dev-bom + ${xtextVersion} + pom + import + + + + + + + org.eclipse.tycho + tycho-maven-plugin + ${tycho-version} + true + + + org.eclipse.tycho + tycho-source-plugin + ${tycho-version} + + + plugin-source + + plugin-source + + + + feature-source + + feature-source + + + + + + org.eclipse.tycho + tycho-p2-plugin + ${tycho-version} + + + attach-p2-metadata + package + + p2-metadata + + + + + + org.eclipse.tycho + target-platform-configuration + ${tycho-version} + + + + org.xtext.example.mydsl + org.xtext.example.mydsl.target + ${project.version} + + + + + macosx + cocoa + x86_64 + + + win32 + win32 + x86_64 + + + linux + gtk + x86_64 + + + + + + eclipse-plugin + org.eclipse.xtext.logging + 1.2.24 + + + + eclipse-feature + org.eclipse.rcp + 0.0.0 + + + + + + + + + + org.eclipse.xtend + xtend-maven-plugin + ${xtextVersion} + + + + compile + xtend-install-debug-info + testCompile + xtend-test-install-debug-info + + + + + ${basedir}/xtend-gen + ${basedir}/xtend-gen + + + + org.apache.maven.plugins + maven-clean-plugin + 3.2.0 + + + + ${basedir}/xtend-gen + + **/* + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.codehaus.mojo + + + build-helper-maven-plugin + + + [1.9.1,) + + + add-resource + add-source + add-test-resource + add-test-source + + + + + + + + + + + + + org.eclipse.tycho + tycho-compiler-plugin + ${tycho-version} + + -err:-forbidden + false + + + + + org.eclipse.tycho + tycho-surefire-plugin + ${tycho-version} + + + ${platformSystemProperties} ${systemProperties} ${moduleProperties} ${additionalTestArguments} + false + false + + + + + + + + codehaus-snapshots + disable dead 'Codehaus Snapshots' repository, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=481478 + http://nexus.codehaus.org/snapshots/ + + false + + + false + + + + + ossrh-snapshots + ossrh-snapshots + + false + + + false + + http://oss.sonatype.org/content/repositories/snapshots + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + false + + + + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + + + codehaus-snapshots + disable dead 'Codehaus Snapshots' repository, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=481478 + http://nexus.codehaus.org/snapshots/ + + false + + + false + + + + ossrh-snapshots + ossrh-snapshots + + false + + + false + + http://oss.sonatype.org/content/repositories/snapshots + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + false + + + + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + + + macos + + + mac + + + + + -XstartOnFirstThread + + + + jdk9-or-newer + + [9,) + + + --add-modules=ALL-SYSTEM + + + + + + + diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.repository/category.xml b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.repository/category.xml new file mode 100644 index 00000000..b4de8e29 --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.repository/category.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.repository/pom.xml b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.repository/pom.xml new file mode 100644 index 00000000..b994b1bc --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.repository/pom.xml @@ -0,0 +1,52 @@ + + 4.0.0 + + org.xtext.example.mydsl + org.xtext.example.mydsl.parent + 1.0.0-SNAPSHOT + ../org.xtext.example.mydsl.parent/pom.xml + + org.xtext.example.mydsl.repository + eclipse-repository + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-clean-plugin + + + [2.5,) + + + clean + + + + + + + + + + + + + + + + + diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.target/org.xtext.example.mydsl.target.target b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.target/org.xtext.example.mydsl.target.target new file mode 100644 index 00000000..09011c67 --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.target/org.xtext.example.mydsl.target.target @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.target/pom.xml b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.target/pom.xml new file mode 100644 index 00000000..8e941271 --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.target/pom.xml @@ -0,0 +1,16 @@ + + 4.0.0 + + org.xtext.example.mydsl + org.xtext.example.mydsl.parent + 1.0.0-SNAPSHOT + ../org.xtext.example.mydsl.parent/pom.xml + + org.xtext.example.mydsl.target + eclipse-target-definition + + + + + diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.tests/META-INF/MANIFEST.MF b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.tests/META-INF/MANIFEST.MF new file mode 100644 index 00000000..62ef50e8 --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.tests/META-INF/MANIFEST.MF @@ -0,0 +1,14 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: org.xtext.example.mydsl.tests +Bundle-Vendor: My Company +Bundle-Version: 1.0.0.qualifier +Bundle-SymbolicName: org.xtext.example.mydsl.tests; singleton:=true +Bundle-ActivationPolicy: lazy +Require-Bundle: org.xtext.example.mydsl, + org.eclipse.xtext.testing, + org.eclipse.xtext.xbase.testing +Import-Package: org.junit.jupiter.api;version="[5.1.0,6.0.0)", + org.junit.jupiter.api.extension;version="[5.1.0,6.0.0)" +Bundle-RequiredExecutionEnvironment: JavaSE-11 +Automatic-Module-Name: org.xtext.example.mydsl.tests diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.tests/build.properties b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.tests/build.properties new file mode 100644 index 00000000..5c6bbf99 --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.tests/build.properties @@ -0,0 +1,6 @@ +source.. = src/,\ + src-gen/,\ + xtend-gen/ +bin.includes = .,\ + META-INF/ +bin.excludes = **/*.xtend diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.tests/pom.xml b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.tests/pom.xml new file mode 100644 index 00000000..7481d188 --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.tests/pom.xml @@ -0,0 +1,22 @@ + + 4.0.0 + + org.xtext.example.mydsl + org.xtext.example.mydsl.parent + 1.0.0-SNAPSHOT + ../org.xtext.example.mydsl.parent/pom.xml + + org.xtext.example.mydsl.tests + eclipse-test-plugin + + + + + org.eclipse.xtend + xtend-maven-plugin + + + + + diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui.tests/META-INF/MANIFEST.MF b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui.tests/META-INF/MANIFEST.MF new file mode 100644 index 00000000..b3f1efa0 --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui.tests/META-INF/MANIFEST.MF @@ -0,0 +1,16 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: org.xtext.example.mydsl.ui.tests +Bundle-Vendor: My Company +Bundle-Version: 1.0.0.qualifier +Bundle-SymbolicName: org.xtext.example.mydsl.ui.tests; singleton:=true +Bundle-ActivationPolicy: lazy +Require-Bundle: org.xtext.example.mydsl.ui, + org.eclipse.xtext.testing, + org.eclipse.xtext.ui.testing, + org.eclipse.xtext.xbase.testing, + org.eclipse.xtext.xbase.ui.testing +Import-Package: org.junit.jupiter.api;version="[5.1.0,6.0.0)", + org.junit.jupiter.api.extension;version="[5.1.0,6.0.0)" +Bundle-RequiredExecutionEnvironment: JavaSE-11 +Automatic-Module-Name: org.xtext.example.mydsl.ui.tests diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui.tests/build.properties b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui.tests/build.properties new file mode 100644 index 00000000..5c6bbf99 --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui.tests/build.properties @@ -0,0 +1,6 @@ +source.. = src/,\ + src-gen/,\ + xtend-gen/ +bin.includes = .,\ + META-INF/ +bin.excludes = **/*.xtend diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui.tests/pom.xml b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui.tests/pom.xml new file mode 100644 index 00000000..1fa00fa5 --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui.tests/pom.xml @@ -0,0 +1,29 @@ + + 4.0.0 + + org.xtext.example.mydsl + org.xtext.example.mydsl.parent + 1.0.0-SNAPSHOT + ../org.xtext.example.mydsl.parent/pom.xml + + org.xtext.example.mydsl.ui.tests + eclipse-test-plugin + + + + + org.eclipse.xtend + xtend-maven-plugin + + + org.eclipse.tycho + tycho-surefire-plugin + + true + + + + + + diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui/META-INF/MANIFEST.MF b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui/META-INF/MANIFEST.MF new file mode 100644 index 00000000..3be8ab2d --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui/META-INF/MANIFEST.MF @@ -0,0 +1,17 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: org.xtext.example.mydsl.ui +Bundle-Vendor: My Company +Bundle-Version: 1.0.0.qualifier +Bundle-SymbolicName: org.xtext.example.mydsl.ui; singleton:=true +Bundle-ActivationPolicy: lazy +Require-Bundle: org.xtext.example.mydsl, + org.xtext.example.mydsl.ide, + org.eclipse.xtext.ui, + org.eclipse.xtext.ui.shared, + org.eclipse.xtext.ui.codetemplates.ui, + org.eclipse.ui.editors;bundle-version="3.14.300", + org.eclipse.ui.ide;bundle-version="3.18.500" +Import-Package: org.apache.log4j +Bundle-RequiredExecutionEnvironment: JavaSE-11 +Automatic-Module-Name: org.xtext.example.mydsl.ui diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui/build.properties b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui/build.properties new file mode 100644 index 00000000..323f56c5 --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui/build.properties @@ -0,0 +1,7 @@ +source.. = src/,\ + src-gen/,\ + xtend-gen/ +bin.includes = .,\ + META-INF/,\ + plugin.xml +bin.excludes = **/*.xtend diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui/pom.xml b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui/pom.xml new file mode 100644 index 00000000..3e389e21 --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl.ui/pom.xml @@ -0,0 +1,22 @@ + + 4.0.0 + + org.xtext.example.mydsl + org.xtext.example.mydsl.parent + 1.0.0-SNAPSHOT + ../org.xtext.example.mydsl.parent/pom.xml + + org.xtext.example.mydsl.ui + eclipse-plugin + + + + + org.eclipse.xtend + xtend-maven-plugin + + + + + diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch new file mode 100644 index 00000000..93ecaac1 --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/.launch/Launch Runtime Eclipse.launch b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/.launch/Launch Runtime Eclipse.launch new file mode 100644 index 00000000..9b2ecdef --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/.launch/Launch Runtime Eclipse.launch @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/META-INF/MANIFEST.MF b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/META-INF/MANIFEST.MF new file mode 100644 index 00000000..cb734fa3 --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/META-INF/MANIFEST.MF @@ -0,0 +1,12 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: org.xtext.example.mydsl +Bundle-Vendor: My Company +Bundle-Version: 1.0.0.qualifier +Bundle-SymbolicName: org.xtext.example.mydsl; singleton:=true +Bundle-ActivationPolicy: lazy +Require-Bundle: org.eclipse.xtext, + org.eclipse.xtext.xbase, + org.eclipse.equinox.common;bundle-version="3.16.0" +Bundle-RequiredExecutionEnvironment: JavaSE-11 +Automatic-Module-Name: org.xtext.example.mydsl diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/build.properties b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/build.properties new file mode 100644 index 00000000..3f6a8109 --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/build.properties @@ -0,0 +1,18 @@ +source.. = src/,\ + src-gen/,\ + xtend-gen/ +bin.includes = .,\ + META-INF/,\ + plugin.xml +bin.excludes = **/*.mwe2,\ + **/*.xtend +additional.bundles = org.eclipse.xtext.xbase,\ + org.eclipse.xtext.common.types,\ + org.eclipse.xtext.xtext.generator,\ + org.eclipse.emf.codegen.ecore,\ + org.eclipse.emf.mwe.utils,\ + org.eclipse.emf.mwe2.launch,\ + org.eclipse.emf.mwe2.lib,\ + org.objectweb.asm,\ + org.apache.commons.logging,\ + org.apache.log4j diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/pom.xml b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/pom.xml new file mode 100644 index 00000000..72949a0d --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/pom.xml @@ -0,0 +1,130 @@ + + 4.0.0 + + org.xtext.example.mydsl + org.xtext.example.mydsl.parent + 1.0.0-SNAPSHOT + ../org.xtext.example.mydsl.parent/pom.xml + + org.xtext.example.mydsl + eclipse-plugin + + + + + org.codehaus.mojo + exec-maven-plugin + 3.0.0 + + + mwe2Launcher + generate-sources + + java + + + + + org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher + + /${project.basedir}/src/org/xtext/example/mydsl/GenerateMyDsl.mwe2 + -p + rootPath=/${project.basedir}/.. + + compile + true + false + + + + org.eclipse.xtext + xtext-antlr-generator + 2.1.1 + + + + + org.eclipse.xtend + xtend-maven-plugin + + + + org.apache.maven.plugins + maven-clean-plugin + + + + ${basedir}/../org.xtext.example.mydsl/src-gen/ + + **/* + + + + ${basedir}/../org.xtext.example.mydsl.tests/src-gen/ + + **/* + + + + ${basedir}/../org.xtext.example.mydsl.ide/src-gen/ + + **/* + + + + ${basedir}/../org.xtext.example.mydsl.ui/src-gen/ + + **/* + + + + ${basedir}/../org.xtext.example.mydsl.ui.tests/src-gen/ + + **/* + + + + ${basedir}/model/generated/ + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.codehaus.mojo + + + exec-maven-plugin + + + [1.2.1,) + + + java + + + + + + + + + + + + + + + diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/src/org/xtext/example/mydsl/GenerateMyDsl.mwe2 b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/src/org/xtext/example/mydsl/GenerateMyDsl.mwe2 new file mode 100644 index 00000000..ecd068d1 --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/src/org/xtext/example/mydsl/GenerateMyDsl.mwe2 @@ -0,0 +1,53 @@ +module org.xtext.example.mydsl.GenerateMyDsl + +import org.eclipse.xtext.xtext.generator.* +import org.eclipse.xtext.xtext.generator.model.project.* + +var rootPath = ".." + +Workflow { + + component = XtextGenerator { + configuration = { + project = StandardProjectConfig { + baseName = "org.xtext.example.mydsl" + rootPath = rootPath + runtimeTest = { + enabled = true + } + eclipsePlugin = { + enabled = true + } + eclipsePluginTest = { + enabled = true + } + createEclipseMetaData = true + } + code = { + encoding = "UTF-8" + lineDelimiter = "\n" + fileHeader = "/*\n * generated by Xtext \${version}\n */" + preferXtendStubs = false + } + } + language = StandardLanguage { + name = "org.xtext.example.mydsl.MyDsl" + fileExtensions = "mydsl" + + serializer = { + generateStub = false + } + validator = { + // composedCheck = "org.eclipse.xtext.validation.NamesAreUniqueValidator" + // Generates checks for @Deprecated grammar annotations, an IssueProvider and a corresponding PropertyPage + generateDeprecationValidation = true + } + generator = { + generateXtendStub = true + } + junitSupport = { + junitVersion = "5" + } + } + } +} diff --git a/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/src/org/xtext/example/mydsl/MyDsl.xtext b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/src/org/xtext/example/mydsl/MyDsl.xtext new file mode 100644 index 00000000..046e9302 --- /dev/null +++ b/greetings-tycho/2.33.0-J11/org.xtext.example.mydsl/src/org/xtext/example/mydsl/MyDsl.xtext @@ -0,0 +1,9 @@ +grammar org.xtext.example.mydsl.MyDsl with org.eclipse.xtext.common.Terminals + +generate myDsl "http://www.xtext.org/example/mydsl/MyDsl" + +Model: + greetings+=Greeting*; + +Greeting: + 'Hello' name=ID '!'; diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl.feature/build.properties b/greetings-tycho/2.33.0/org.xtext.example.mydsl.feature/build.properties new file mode 100644 index 00000000..64f93a9f --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl.feature/build.properties @@ -0,0 +1 @@ +bin.includes = feature.xml diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl.feature/feature.xml b/greetings-tycho/2.33.0/org.xtext.example.mydsl.feature/feature.xml new file mode 100644 index 00000000..d29075a9 --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl.feature/feature.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl.feature/pom.xml b/greetings-tycho/2.33.0/org.xtext.example.mydsl.feature/pom.xml new file mode 100644 index 00000000..a115cf7c --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl.feature/pom.xml @@ -0,0 +1,16 @@ + + 4.0.0 + + org.xtext.example.mydsl + org.xtext.example.mydsl.parent + 1.0.0-SNAPSHOT + ../org.xtext.example.mydsl.parent/pom.xml + + org.xtext.example.mydsl.feature + eclipse-feature + + + + + diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl.ide/META-INF/MANIFEST.MF b/greetings-tycho/2.33.0/org.xtext.example.mydsl.ide/META-INF/MANIFEST.MF new file mode 100644 index 00000000..8d6d10b8 --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl.ide/META-INF/MANIFEST.MF @@ -0,0 +1,12 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: org.xtext.example.mydsl.ide +Bundle-Vendor: My Company +Bundle-Version: 1.0.0.qualifier +Bundle-SymbolicName: org.xtext.example.mydsl.ide; singleton:=true +Bundle-ActivationPolicy: lazy +Require-Bundle: org.xtext.example.mydsl, + org.eclipse.xtext.ide, + org.eclipse.xtext.xbase.ide +Bundle-RequiredExecutionEnvironment: JavaSE-17 +Automatic-Module-Name: org.xtext.example.mydsl.ide diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl.ide/build.properties b/greetings-tycho/2.33.0/org.xtext.example.mydsl.ide/build.properties new file mode 100644 index 00000000..5c6bbf99 --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl.ide/build.properties @@ -0,0 +1,6 @@ +source.. = src/,\ + src-gen/,\ + xtend-gen/ +bin.includes = .,\ + META-INF/ +bin.excludes = **/*.xtend diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl.ide/pom.xml b/greetings-tycho/2.33.0/org.xtext.example.mydsl.ide/pom.xml new file mode 100644 index 00000000..3006199f --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl.ide/pom.xml @@ -0,0 +1,22 @@ + + 4.0.0 + + org.xtext.example.mydsl + org.xtext.example.mydsl.parent + 1.0.0-SNAPSHOT + ../org.xtext.example.mydsl.parent/pom.xml + + org.xtext.example.mydsl.ide + eclipse-plugin + + + + + org.eclipse.xtend + xtend-maven-plugin + + + + + diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl.parent/pom.xml b/greetings-tycho/2.33.0/org.xtext.example.mydsl.parent/pom.xml new file mode 100644 index 00000000..5b3f37f3 --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl.parent/pom.xml @@ -0,0 +1,354 @@ + + 4.0.0 + org.xtext.example.mydsl + 1.0.0-SNAPSHOT + org.xtext.example.mydsl.parent + pom + + + 2.33.0-SNAPSHOT + 2.15.0 + UTF-8 + 17 + 17 + + 3.0.5 + + + + + + + + ../org.xtext.example.mydsl + ../org.xtext.example.mydsl.ide + ../org.xtext.example.mydsl.ui + ../org.xtext.example.mydsl.target + ../org.xtext.example.mydsl.feature + ../org.xtext.example.mydsl.repository + ../org.xtext.example.mydsl.tests + ../org.xtext.example.mydsl.ui.tests + + + + + org.eclipse.xtext + xtext-dev-bom + ${xtextVersion} + pom + import + + + + + + + org.eclipse.tycho + tycho-maven-plugin + ${tycho-version} + true + + + org.eclipse.tycho + tycho-source-plugin + ${tycho-version} + + + plugin-source + + plugin-source + + + + feature-source + + feature-source + + + + + + org.eclipse.tycho + tycho-p2-plugin + ${tycho-version} + + + attach-p2-metadata + package + + p2-metadata + + + + + + org.eclipse.tycho + target-platform-configuration + ${tycho-version} + + + + org.xtext.example.mydsl + org.xtext.example.mydsl.target + ${project.version} + + + + + macosx + cocoa + x86_64 + + + win32 + win32 + x86_64 + + + linux + gtk + x86_64 + + + + + + eclipse-plugin + org.eclipse.xtext.logging + 1.2.24 + + + + eclipse-feature + org.eclipse.rcp + 0.0.0 + + + + + + + + + + org.eclipse.xtend + xtend-maven-plugin + ${xtextVersion} + + + + compile + xtend-install-debug-info + testCompile + xtend-test-install-debug-info + + + + + ${basedir}/xtend-gen + ${basedir}/xtend-gen + + + + org.apache.maven.plugins + maven-clean-plugin + 3.2.0 + + + + ${basedir}/xtend-gen + + **/* + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.codehaus.mojo + + + build-helper-maven-plugin + + + [1.9.1,) + + + add-resource + add-source + add-test-resource + add-test-source + + + + + + + + + + + + + org.eclipse.tycho + tycho-compiler-plugin + ${tycho-version} + + -err:-forbidden + false + + + + + org.eclipse.tycho + tycho-surefire-plugin + ${tycho-version} + + + ${platformSystemProperties} ${systemProperties} ${moduleProperties} ${additionalTestArguments} + false + false + + + + + + + + codehaus-snapshots + disable dead 'Codehaus Snapshots' repository, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=481478 + http://nexus.codehaus.org/snapshots/ + + false + + + false + + + + + ossrh-snapshots + ossrh-snapshots + + false + + + false + + http://oss.sonatype.org/content/repositories/snapshots + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + false + + + + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + + + codehaus-snapshots + disable dead 'Codehaus Snapshots' repository, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=481478 + http://nexus.codehaus.org/snapshots/ + + false + + + false + + + + ossrh-snapshots + ossrh-snapshots + + false + + + false + + http://oss.sonatype.org/content/repositories/snapshots + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + false + + + + sonatype-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + + + macos + + + mac + + + + + -XstartOnFirstThread + + + + jdk9-or-newer + + [9,) + + + --add-modules=ALL-SYSTEM + + + + + + + diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl.repository/category.xml b/greetings-tycho/2.33.0/org.xtext.example.mydsl.repository/category.xml new file mode 100644 index 00000000..b4de8e29 --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl.repository/category.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl.repository/pom.xml b/greetings-tycho/2.33.0/org.xtext.example.mydsl.repository/pom.xml new file mode 100644 index 00000000..b994b1bc --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl.repository/pom.xml @@ -0,0 +1,52 @@ + + 4.0.0 + + org.xtext.example.mydsl + org.xtext.example.mydsl.parent + 1.0.0-SNAPSHOT + ../org.xtext.example.mydsl.parent/pom.xml + + org.xtext.example.mydsl.repository + eclipse-repository + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-clean-plugin + + + [2.5,) + + + clean + + + + + + + + + + + + + + + + + diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl.target/org.xtext.example.mydsl.target.target b/greetings-tycho/2.33.0/org.xtext.example.mydsl.target/org.xtext.example.mydsl.target.target new file mode 100644 index 00000000..54814a57 --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl.target/org.xtext.example.mydsl.target.target @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl.target/pom.xml b/greetings-tycho/2.33.0/org.xtext.example.mydsl.target/pom.xml new file mode 100644 index 00000000..8e941271 --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl.target/pom.xml @@ -0,0 +1,16 @@ + + 4.0.0 + + org.xtext.example.mydsl + org.xtext.example.mydsl.parent + 1.0.0-SNAPSHOT + ../org.xtext.example.mydsl.parent/pom.xml + + org.xtext.example.mydsl.target + eclipse-target-definition + + + + + diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl.tests/META-INF/MANIFEST.MF b/greetings-tycho/2.33.0/org.xtext.example.mydsl.tests/META-INF/MANIFEST.MF new file mode 100644 index 00000000..e750a3b9 --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl.tests/META-INF/MANIFEST.MF @@ -0,0 +1,14 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: org.xtext.example.mydsl.tests +Bundle-Vendor: My Company +Bundle-Version: 1.0.0.qualifier +Bundle-SymbolicName: org.xtext.example.mydsl.tests; singleton:=true +Bundle-ActivationPolicy: lazy +Require-Bundle: org.xtext.example.mydsl, + org.eclipse.xtext.testing, + org.eclipse.xtext.xbase.testing +Import-Package: org.junit.jupiter.api;version="[5.1.0,6.0.0)", + org.junit.jupiter.api.extension;version="[5.1.0,6.0.0)" +Bundle-RequiredExecutionEnvironment: JavaSE-17 +Automatic-Module-Name: org.xtext.example.mydsl.tests diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl.tests/build.properties b/greetings-tycho/2.33.0/org.xtext.example.mydsl.tests/build.properties new file mode 100644 index 00000000..5c6bbf99 --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl.tests/build.properties @@ -0,0 +1,6 @@ +source.. = src/,\ + src-gen/,\ + xtend-gen/ +bin.includes = .,\ + META-INF/ +bin.excludes = **/*.xtend diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl.tests/pom.xml b/greetings-tycho/2.33.0/org.xtext.example.mydsl.tests/pom.xml new file mode 100644 index 00000000..7481d188 --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl.tests/pom.xml @@ -0,0 +1,22 @@ + + 4.0.0 + + org.xtext.example.mydsl + org.xtext.example.mydsl.parent + 1.0.0-SNAPSHOT + ../org.xtext.example.mydsl.parent/pom.xml + + org.xtext.example.mydsl.tests + eclipse-test-plugin + + + + + org.eclipse.xtend + xtend-maven-plugin + + + + + diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl.ui.tests/META-INF/MANIFEST.MF b/greetings-tycho/2.33.0/org.xtext.example.mydsl.ui.tests/META-INF/MANIFEST.MF new file mode 100644 index 00000000..b3caa66f --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl.ui.tests/META-INF/MANIFEST.MF @@ -0,0 +1,16 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: org.xtext.example.mydsl.ui.tests +Bundle-Vendor: My Company +Bundle-Version: 1.0.0.qualifier +Bundle-SymbolicName: org.xtext.example.mydsl.ui.tests; singleton:=true +Bundle-ActivationPolicy: lazy +Require-Bundle: org.xtext.example.mydsl.ui, + org.eclipse.xtext.testing, + org.eclipse.xtext.ui.testing, + org.eclipse.xtext.xbase.testing, + org.eclipse.xtext.xbase.ui.testing +Import-Package: org.junit.jupiter.api;version="[5.1.0,6.0.0)", + org.junit.jupiter.api.extension;version="[5.1.0,6.0.0)" +Bundle-RequiredExecutionEnvironment: JavaSE-17 +Automatic-Module-Name: org.xtext.example.mydsl.ui.tests diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl.ui.tests/build.properties b/greetings-tycho/2.33.0/org.xtext.example.mydsl.ui.tests/build.properties new file mode 100644 index 00000000..5c6bbf99 --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl.ui.tests/build.properties @@ -0,0 +1,6 @@ +source.. = src/,\ + src-gen/,\ + xtend-gen/ +bin.includes = .,\ + META-INF/ +bin.excludes = **/*.xtend diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl.ui.tests/pom.xml b/greetings-tycho/2.33.0/org.xtext.example.mydsl.ui.tests/pom.xml new file mode 100644 index 00000000..1fa00fa5 --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl.ui.tests/pom.xml @@ -0,0 +1,29 @@ + + 4.0.0 + + org.xtext.example.mydsl + org.xtext.example.mydsl.parent + 1.0.0-SNAPSHOT + ../org.xtext.example.mydsl.parent/pom.xml + + org.xtext.example.mydsl.ui.tests + eclipse-test-plugin + + + + + org.eclipse.xtend + xtend-maven-plugin + + + org.eclipse.tycho + tycho-surefire-plugin + + true + + + + + + diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl.ui/META-INF/MANIFEST.MF b/greetings-tycho/2.33.0/org.xtext.example.mydsl.ui/META-INF/MANIFEST.MF new file mode 100644 index 00000000..f8773b47 --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl.ui/META-INF/MANIFEST.MF @@ -0,0 +1,17 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: org.xtext.example.mydsl.ui +Bundle-Vendor: My Company +Bundle-Version: 1.0.0.qualifier +Bundle-SymbolicName: org.xtext.example.mydsl.ui; singleton:=true +Bundle-ActivationPolicy: lazy +Require-Bundle: org.xtext.example.mydsl, + org.xtext.example.mydsl.ide, + org.eclipse.xtext.ui, + org.eclipse.xtext.ui.shared, + org.eclipse.xtext.ui.codetemplates.ui, + org.eclipse.ui.editors;bundle-version="3.14.300", + org.eclipse.ui.ide;bundle-version="3.18.500" +Import-Package: org.apache.log4j +Bundle-RequiredExecutionEnvironment: JavaSE-17 +Automatic-Module-Name: org.xtext.example.mydsl.ui diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl.ui/build.properties b/greetings-tycho/2.33.0/org.xtext.example.mydsl.ui/build.properties new file mode 100644 index 00000000..323f56c5 --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl.ui/build.properties @@ -0,0 +1,7 @@ +source.. = src/,\ + src-gen/,\ + xtend-gen/ +bin.includes = .,\ + META-INF/,\ + plugin.xml +bin.excludes = **/*.xtend diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl.ui/pom.xml b/greetings-tycho/2.33.0/org.xtext.example.mydsl.ui/pom.xml new file mode 100644 index 00000000..3e389e21 --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl.ui/pom.xml @@ -0,0 +1,22 @@ + + 4.0.0 + + org.xtext.example.mydsl + org.xtext.example.mydsl.parent + 1.0.0-SNAPSHOT + ../org.xtext.example.mydsl.parent/pom.xml + + org.xtext.example.mydsl.ui + eclipse-plugin + + + + + org.eclipse.xtend + xtend-maven-plugin + + + + + diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch b/greetings-tycho/2.33.0/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch new file mode 100644 index 00000000..93ecaac1 --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl/.launch/Generate MyDsl (mydsl) Language Infrastructure.launch @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl/.launch/Launch Runtime Eclipse.launch b/greetings-tycho/2.33.0/org.xtext.example.mydsl/.launch/Launch Runtime Eclipse.launch new file mode 100644 index 00000000..264f2fa3 --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl/.launch/Launch Runtime Eclipse.launch @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl/META-INF/MANIFEST.MF b/greetings-tycho/2.33.0/org.xtext.example.mydsl/META-INF/MANIFEST.MF new file mode 100644 index 00000000..b65c4641 --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl/META-INF/MANIFEST.MF @@ -0,0 +1,12 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: org.xtext.example.mydsl +Bundle-Vendor: My Company +Bundle-Version: 1.0.0.qualifier +Bundle-SymbolicName: org.xtext.example.mydsl; singleton:=true +Bundle-ActivationPolicy: lazy +Require-Bundle: org.eclipse.xtext, + org.eclipse.xtext.xbase, + org.eclipse.equinox.common;bundle-version="3.16.0" +Bundle-RequiredExecutionEnvironment: JavaSE-17 +Automatic-Module-Name: org.xtext.example.mydsl diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl/build.properties b/greetings-tycho/2.33.0/org.xtext.example.mydsl/build.properties new file mode 100644 index 00000000..3f6a8109 --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl/build.properties @@ -0,0 +1,18 @@ +source.. = src/,\ + src-gen/,\ + xtend-gen/ +bin.includes = .,\ + META-INF/,\ + plugin.xml +bin.excludes = **/*.mwe2,\ + **/*.xtend +additional.bundles = org.eclipse.xtext.xbase,\ + org.eclipse.xtext.common.types,\ + org.eclipse.xtext.xtext.generator,\ + org.eclipse.emf.codegen.ecore,\ + org.eclipse.emf.mwe.utils,\ + org.eclipse.emf.mwe2.launch,\ + org.eclipse.emf.mwe2.lib,\ + org.objectweb.asm,\ + org.apache.commons.logging,\ + org.apache.log4j diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl/pom.xml b/greetings-tycho/2.33.0/org.xtext.example.mydsl/pom.xml new file mode 100644 index 00000000..72949a0d --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl/pom.xml @@ -0,0 +1,130 @@ + + 4.0.0 + + org.xtext.example.mydsl + org.xtext.example.mydsl.parent + 1.0.0-SNAPSHOT + ../org.xtext.example.mydsl.parent/pom.xml + + org.xtext.example.mydsl + eclipse-plugin + + + + + org.codehaus.mojo + exec-maven-plugin + 3.0.0 + + + mwe2Launcher + generate-sources + + java + + + + + org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher + + /${project.basedir}/src/org/xtext/example/mydsl/GenerateMyDsl.mwe2 + -p + rootPath=/${project.basedir}/.. + + compile + true + false + + + + org.eclipse.xtext + xtext-antlr-generator + 2.1.1 + + + + + org.eclipse.xtend + xtend-maven-plugin + + + + org.apache.maven.plugins + maven-clean-plugin + + + + ${basedir}/../org.xtext.example.mydsl/src-gen/ + + **/* + + + + ${basedir}/../org.xtext.example.mydsl.tests/src-gen/ + + **/* + + + + ${basedir}/../org.xtext.example.mydsl.ide/src-gen/ + + **/* + + + + ${basedir}/../org.xtext.example.mydsl.ui/src-gen/ + + **/* + + + + ${basedir}/../org.xtext.example.mydsl.ui.tests/src-gen/ + + **/* + + + + ${basedir}/model/generated/ + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.codehaus.mojo + + + exec-maven-plugin + + + [1.2.1,) + + + java + + + + + + + + + + + + + + + diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl/src/org/xtext/example/mydsl/GenerateMyDsl.mwe2 b/greetings-tycho/2.33.0/org.xtext.example.mydsl/src/org/xtext/example/mydsl/GenerateMyDsl.mwe2 new file mode 100644 index 00000000..ecd068d1 --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl/src/org/xtext/example/mydsl/GenerateMyDsl.mwe2 @@ -0,0 +1,53 @@ +module org.xtext.example.mydsl.GenerateMyDsl + +import org.eclipse.xtext.xtext.generator.* +import org.eclipse.xtext.xtext.generator.model.project.* + +var rootPath = ".." + +Workflow { + + component = XtextGenerator { + configuration = { + project = StandardProjectConfig { + baseName = "org.xtext.example.mydsl" + rootPath = rootPath + runtimeTest = { + enabled = true + } + eclipsePlugin = { + enabled = true + } + eclipsePluginTest = { + enabled = true + } + createEclipseMetaData = true + } + code = { + encoding = "UTF-8" + lineDelimiter = "\n" + fileHeader = "/*\n * generated by Xtext \${version}\n */" + preferXtendStubs = false + } + } + language = StandardLanguage { + name = "org.xtext.example.mydsl.MyDsl" + fileExtensions = "mydsl" + + serializer = { + generateStub = false + } + validator = { + // composedCheck = "org.eclipse.xtext.validation.NamesAreUniqueValidator" + // Generates checks for @Deprecated grammar annotations, an IssueProvider and a corresponding PropertyPage + generateDeprecationValidation = true + } + generator = { + generateXtendStub = true + } + junitSupport = { + junitVersion = "5" + } + } + } +} diff --git a/greetings-tycho/2.33.0/org.xtext.example.mydsl/src/org/xtext/example/mydsl/MyDsl.xtext b/greetings-tycho/2.33.0/org.xtext.example.mydsl/src/org/xtext/example/mydsl/MyDsl.xtext new file mode 100644 index 00000000..046e9302 --- /dev/null +++ b/greetings-tycho/2.33.0/org.xtext.example.mydsl/src/org/xtext/example/mydsl/MyDsl.xtext @@ -0,0 +1,9 @@ +grammar org.xtext.example.mydsl.MyDsl with org.eclipse.xtext.common.Terminals + +generate myDsl "http://www.xtext.org/example/mydsl/MyDsl" + +Model: + greetings+=Greeting*; + +Greeting: + 'Hello' name=ID '!'; diff --git a/launch/refproject-greetings-gradle-j11.launch b/launch/refproject-greetings-gradle-j11.launch index 5f165150..a04ab3ac 100644 --- a/launch/refproject-greetings-gradle-j11.launch +++ b/launch/refproject-greetings-gradle-j11.launch @@ -9,6 +9,6 @@ - + diff --git a/launch/refproject-greetings-gradle.launch b/launch/refproject-greetings-gradle.launch index e760c96a..8ab5d4f8 100644 --- a/launch/refproject-greetings-gradle.launch +++ b/launch/refproject-greetings-gradle.launch @@ -9,6 +9,6 @@ - + diff --git a/launch/refproject-greetings-maven-j11.launch b/launch/refproject-greetings-maven-j11.launch index 535977c2..09aacc49 100644 --- a/launch/refproject-greetings-maven-j11.launch +++ b/launch/refproject-greetings-maven-j11.launch @@ -9,6 +9,6 @@ - + diff --git a/launch/refproject-greetings-maven.launch b/launch/refproject-greetings-maven.launch index bbc637c1..f1d847c6 100644 --- a/launch/refproject-greetings-maven.launch +++ b/launch/refproject-greetings-maven.launch @@ -9,6 +9,6 @@ - + diff --git a/launch/refproject-greetings-tycho-j11.launch b/launch/refproject-greetings-tycho-j11.launch index dee65f14..3eaaac5a 100644 --- a/launch/refproject-greetings-tycho-j11.launch +++ b/launch/refproject-greetings-tycho-j11.launch @@ -9,6 +9,6 @@ - + diff --git a/launch/refproject-greetings-tycho.launch b/launch/refproject-greetings-tycho.launch index f6431c5b..03c65aed 100644 --- a/launch/refproject-greetings-tycho.launch +++ b/launch/refproject-greetings-tycho.launch @@ -9,6 +9,6 @@ - + diff --git a/scripts/domainmodel-2.33.sh b/scripts/domainmodel-2.33.sh new file mode 100755 index 00000000..6416a663 --- /dev/null +++ b/scripts/domainmodel-2.33.sh @@ -0,0 +1,10 @@ +cd domainmodel/2.33.0/org.eclipse.xtext.example.domainmodel.releng + +TRAVIS_BUILD_DIR="${TRAVIS_BUILD_DIR:-$GITHUB_WORKSPACE}" +TRAVIS_BUILD_DIR="${TRAVIS_BUILD_DIR:-../../../}" + +export PROFILES= +export SETTINGS="-s $TRAVIS_BUILD_DIR/settings.xml" +export DISABLE_DOWNLOAD_PROGRESS=-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn + +mvn -B $DISABLE_DOWNLOAD_PROGRESS $SETTINGS $PROFILES -Dtycho.showEclipseLog=true clean install $EXTRA_ARGS diff --git a/scripts/greetings-gradle-2.33-J11.sh b/scripts/greetings-gradle-2.33-J11.sh new file mode 100755 index 00000000..73b080e0 --- /dev/null +++ b/scripts/greetings-gradle-2.33-J11.sh @@ -0,0 +1,3 @@ +cd greetings-gradle/2.33.0-J11/org.xtext.example.mydsl.parent +./gradlew clean build -Dorg.gradle.daemon=false + diff --git a/scripts/greetings-gradle-2.33.sh b/scripts/greetings-gradle-2.33.sh new file mode 100755 index 00000000..68cacc73 --- /dev/null +++ b/scripts/greetings-gradle-2.33.sh @@ -0,0 +1,3 @@ +cd greetings-gradle/2.33.0/org.xtext.example.mydsl.parent +./gradlew clean build -Dorg.gradle.daemon=false + diff --git a/scripts/greetings-maven-2.33-J11.sh b/scripts/greetings-maven-2.33-J11.sh new file mode 100755 index 00000000..69176e65 --- /dev/null +++ b/scripts/greetings-maven-2.33-J11.sh @@ -0,0 +1,12 @@ +if ["$TRAVIS_BUILD_DIR" eq ""] +then + export TRAVIS_BUILD_DIR=$(pwd) +fi + +cd greetings-maven/2.33.0-J11 + +export PROFILES=-Ptycho_snapshots +export SETTINGS="-s $TRAVIS_BUILD_DIR/settings.xml" +export DISABLE_DOWNLOAD_PROGRESS=-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn + +mvn -B -f org.xtext.example.mydsl.parent/pom.xml $DISABLE_DOWNLOAD_PROGRESS $SETTINGS $PROFILES clean install diff --git a/scripts/greetings-maven-2.33.sh b/scripts/greetings-maven-2.33.sh new file mode 100755 index 00000000..fd2f48eb --- /dev/null +++ b/scripts/greetings-maven-2.33.sh @@ -0,0 +1,12 @@ +if ["$TRAVIS_BUILD_DIR" eq ""] +then + export TRAVIS_BUILD_DIR=$(pwd) +fi + +cd greetings-maven/2.33.0 + +export PROFILES=-Ptycho_snapshots +export SETTINGS="-s $TRAVIS_BUILD_DIR/settings.xml" +export DISABLE_DOWNLOAD_PROGRESS=-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn + +mvn -B -f org.xtext.example.mydsl.parent/pom.xml $DISABLE_DOWNLOAD_PROGRESS $SETTINGS $PROFILES clean install diff --git a/scripts/greetings-tycho-2.33-J11.sh b/scripts/greetings-tycho-2.33-J11.sh new file mode 100755 index 00000000..b8291014 --- /dev/null +++ b/scripts/greetings-tycho-2.33-J11.sh @@ -0,0 +1,10 @@ +cd greetings-tycho/2.33.0-J11 + +TRAVIS_BUILD_DIR="${TRAVIS_BUILD_DIR:-$GITHUB_WORKSPACE}" +TRAVIS_BUILD_DIR="${TRAVIS_BUILD_DIR:-../../}" + +export PROFILES= +export SETTINGS="-s $TRAVIS_BUILD_DIR/settings.xml" +export DISABLE_DOWNLOAD_PROGRESS=-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn + +mvn -B -f org.xtext.example.mydsl.parent/pom.xml $DISABLE_DOWNLOAD_PROGRESS $SETTINGS $PROFILES -Dtycho.showEclipseLog=true clean install $EXTRA_ARGS diff --git a/scripts/greetings-tycho-2.33.sh b/scripts/greetings-tycho-2.33.sh new file mode 100755 index 00000000..7140b8df --- /dev/null +++ b/scripts/greetings-tycho-2.33.sh @@ -0,0 +1,10 @@ +cd greetings-tycho/2.33.0 + +TRAVIS_BUILD_DIR="${TRAVIS_BUILD_DIR:-$GITHUB_WORKSPACE}" +TRAVIS_BUILD_DIR="${TRAVIS_BUILD_DIR:-../../}" + +export PROFILES= +export SETTINGS="-s $TRAVIS_BUILD_DIR/settings.xml" +export DISABLE_DOWNLOAD_PROGRESS=-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn + +mvn -B -f org.xtext.example.mydsl.parent/pom.xml $DISABLE_DOWNLOAD_PROGRESS $SETTINGS $PROFILES -Dtycho.showEclipseLog=true clean install $EXTRA_ARGS