Skip to content

Changes

#44 (May 20, 2024, 9:07:14 AM)

  1. JvmGenericTypeValidator with cycle in hierarchy — Lorenzo Bettini / githubweb
  2. also inspect internal types — Lorenzo Bettini / githubweb
  3. interface: check extended type references are interfaces — Lorenzo Bettini / githubweb
  4. checkWildcardSupertype for superinterfaces — Lorenzo Bettini / githubweb
  5. checkWildcardSupertype in JvmeGenericTypeValidator only — Lorenzo Bettini / githubweb
  6. checkSuperTypes for class in JvmGenericTypeValidator — Lorenzo Bettini / githubweb
  7. fixed feature index for INTERFACE_EXPECTED — Lorenzo Bettini / githubweb
  8. checkFieldType in JvmGenericTypeValidator — Lorenzo Bettini / githubweb
  9. handleExceptionDuringValidation — Lorenzo Bettini / githubweb
  10. parameter's type non primitive void in JvmGenericTypeValidator — Lorenzo Bettini / githubweb
  11. parameters names in JvmGenericTypeValidator — Lorenzo Bettini / githubweb
  12. "duplicate" issue codes in Xbase — Lorenzo Bettini / githubweb
  13. duplicate fields and types in JvmGenericTypeValidator — Lorenzo Bettini / githubweb
  14. added comment — Lorenzo Bettini / githubweb
  15. DuplicateExecutables in JvmGenericTypeValidator — Lorenzo Bettini / githubweb
  16. refactoring to Java lambdas — Lorenzo Bettini / githubweb
  17. fixed Xtend QuickfixTest — Lorenzo Bettini / githubweb
  18. CONFLICTING_DEFAULT_METHODS in Xbase — Lorenzo Bettini / githubweb
  19. check isAnonymous on inferred type — Lorenzo Bettini / githubweb
  20. scan JvmGenericTypes with eAllOfType — Lorenzo Bettini / githubweb
  21. check super type of anonymous class in JvmGenericTypeValidator — Lorenzo Bettini / githubweb
  22. Revert "check isAnonymous on inferred type" — Lorenzo Bettini / githubweb
  23. updated "void is an invalid type for the field" message — Lorenzo Bettini / githubweb
  24. issues for abstract in Xbase — Lorenzo Bettini / githubweb
  25. fixed isFinal on JvmDeclaredType for annotations — Lorenzo Bettini / githubweb
  26. doCheckOverriddenMethods in JvmGenericTypeValidator — Lorenzo Bettini / githubweb
  27. issues for constructors in Xbase — Lorenzo Bettini / githubweb
  28. checkDefaultSuperConstructor in JvmGenericTypeValidator — Lorenzo Bettini / githubweb
  29. removed google.common.collect.Lists.* — Lorenzo Bettini / githubweb
  30. pass the sourceType already retrieved from associations — Lorenzo Bettini / githubweb
  31. issues for anonymous class' members in Xbase — Lorenzo Bettini / githubweb
  32. checkAnonymousClassStaticMembers in JvmGenericTypeValidator — Lorenzo Bettini / githubweb
  33. issue for OVERRIDE_REDUCES_VISIBILITY in Xbase — Lorenzo Bettini / githubweb
  34. issue for MISSING_SYNCHRONIZED in Xbase — Lorenzo Bettini / githubweb
  35. issue for INCOMPATIBLE_THROWS_CLAUSE in Xbase — Lorenzo Bettini / githubweb
  36. doCheckFunctionOverrides in JvmGenericTypeValidator — Lorenzo Bettini / githubweb
  37. introduced XtendJvmGenericTypeValidator — Lorenzo Bettini / githubweb
  38. checkMemberNamesAreUnique in XtendJvmGenericTypeValidator — Lorenzo Bettini / githubweb
  39. adapted JvmGenericTypeValidator to recent changes in Xtend — Lorenzo Bettini / githubweb
  40. check error position for INCOMPATIBLE_RETURN_TYPE with Accessor setter — Lorenzo Bettini / githubweb
  41. also verify error position for EXCEPTION_NOT_THROWABLE — Lorenzo Bettini / githubweb
  42. issue for EXCEPTION_NOT_THROWABLE in Xbase — Lorenzo Bettini / githubweb
  43. also verify error position for EXCEPTION_DECLARED_TWICE — Lorenzo Bettini / githubweb
  44. issue for EXCEPTION_DECLARED_TWICE in Xbase — Lorenzo Bettini / githubweb
  45. checkExceptions in JvmGenericTypeValidator — Lorenzo Bettini / githubweb
  46. some refactoring — Lorenzo Bettini / githubweb
  47. added validation tests for exceptions in dispatch methods — Lorenzo Bettini / githubweb
  48. jvmGenericTypeValidatorTestLang — Lorenzo Bettini / githubweb
  49. ran generator for JvmGenericTypeValidatorTestLang — Lorenzo Bettini / githubweb
  50. first implementation of model inferrer for the test language — Lorenzo Bettini / githubweb
  51. introduced JvmGenericTypeValidatorTest — Lorenzo Bettini / githubweb
  52. started to use JvmGenericTypeValidator in test language — Lorenzo Bettini / githubweb
  53. make validator tests work also in OSGI and Maven/Tycho — Lorenzo Bettini / githubweb
  54. tests for constructors — Lorenzo Bettini / githubweb
  55. tests for duplicate fields — Lorenzo Bettini / githubweb
  56. tests for duplicate nested types — Lorenzo Bettini / githubweb
  57. testInheritanceCycle — Lorenzo Bettini / githubweb
  58. tests for superClass and interfaces — Lorenzo Bettini / githubweb
  59. some refactoring in JvmGenericTypeValidator — Lorenzo Bettini / githubweb
  60. testInvalidVoidInFieldType — Lorenzo Bettini / githubweb
  61. started testing methods — Lorenzo Bettini / githubweb
  62. testing with static methods — Lorenzo Bettini / githubweb
  63. tests with generic methods — Lorenzo Bettini / githubweb
  64. additional overloaded isInterface, isAnnotation — Lorenzo Bettini / githubweb
  65. use of expected superclass/superinterface — Lorenzo Bettini / githubweb
  66. further simplified checkSuperTypes — Lorenzo Bettini / githubweb
  67. small refactoring — Lorenzo Bettini / githubweb
  68. also verify error position for WILDCARD_IN_SUPERTYPE — Lorenzo Bettini / githubweb
  69. test for WILDCARD_IN_SUPERTYPE — Lorenzo Bettini / githubweb
  70. classWithSuperTypes: special test case in the test language — Lorenzo Bettini / githubweb
  71. tests for parameters — Lorenzo Bettini / githubweb
  72. tests for exceptions — Lorenzo Bettini / githubweb
  73. [Xtend] check for duplicate interface specification — Lorenzo Bettini / githubweb
  74. slightly improved tests — Lorenzo Bettini / githubweb
  75. DUPLICATE_INTERFACE in JvmGenericTypeValidator — Lorenzo Bettini / githubweb
  76. tests for duplicate interfaces — Lorenzo Bettini / githubweb
  77. simplified isAnonymous — Lorenzo Bettini / githubweb
  78. abstract class in test language — Lorenzo Bettini / githubweb
  79. additional test for Duplicate interface — Lorenzo Bettini / githubweb
  80. tests for Java 8 default methods — Lorenzo Bettini / githubweb
  81. test for override final method — Lorenzo Bettini / githubweb
  82. test for reduced visibility — Lorenzo Bettini / githubweb
  83. test for INCOMPATIBLE_RETURN_TYPE — Lorenzo Bettini / githubweb
  84. tests for INCOMPATIBLE_THROWS_CLAUSE — Lorenzo Bettini / githubweb
  85. tests for MISSING_SYNCHRONIZED — Lorenzo Bettini / githubweb
  86. Use xtend-maven-plugin 2.35.0.M1 — Lorenzo Bettini / githubweb
  87. replaced last with lastOrNull in xtend-euler — Lorenzo Bettini / githubweb
  88. Provide an Oomph configuration — Ed Merks / githubweb
  89. simplification: avoid doGetReadableSignature — Lorenzo Bettini / githubweb
  90. avoid method names doCheck — Lorenzo Bettini / githubweb
  91. Javadoc — Lorenzo Bettini / githubweb
  92. application to the Domainmodel example — Lorenzo Bettini / githubweb
  93. application to the web entities example — Lorenzo Bettini / githubweb
  94. update to guava 33.2.0 — Christian Dietrich / githubweb
  95. fix missing — Christian Dietrich / githubweb
  96. Use the Oomph setup configuration is the contribution documentation — Lorenzo Bettini / githubweb
  97. [#3007] Content Assistant test infrastructure improvements. — Tamas Miklossy / githubweb
  98. experiment with macOS Arm in GitHub Actions — Lorenzo Bettini / githubweb
  99. 'macos-12' and 'macos-14' — Lorenzo Bettini / githubweb
  100. Attempt with macos-13 — Lorenzo Bettini / githubweb
  101. 'macos-14' arm64 only — noreply / githubweb
  102. regenerated docs for 2.35 — Christian Dietrich / githubweb
  103. Java 21 in GitHub Actions — Lorenzo Bettini / githubweb
  104. Added Java 21 to toolchains.xml — Lorenzo Bettini / githubweb
  105. strict-jdk-21 profile — Lorenzo Bettini / githubweb
  106. maven.compiler.release 21 in strict-jdk-21 profile — Lorenzo Bettini / githubweb
  107. ContentAssistTest not dependent on Java API — Lorenzo Bettini / githubweb
  108. maven-plugin-plugin 3.12.0 — Lorenzo Bettini / githubweb
  109. use StubbedList not dependent on Java AbstractList API — Lorenzo Bettini / githubweb
  110. don't use last as extension method — Lorenzo Bettini / githubweb
  111. stubbed list in AbstractTypeArgumentTest — Lorenzo Bettini / githubweb
  112. discard the new wait0 private method in Object — Lorenzo Bettini / githubweb
  113. deal with List changes in Java 21 and fixed bug in publicNativeMethod — Lorenzo Bettini / githubweb
  114. skip strictfp tests for Java 18 and later — Lorenzo Bettini / githubweb
  115. don't use last as extension method in Xtend formatter — Lorenzo Bettini / githubweb
  116. fixed a few Xtend type tests — Lorenzo Bettini / githubweb
  117. added some information for assertEquals — Lorenzo Bettini / githubweb
  118. StubbedSuppressWarnings — Lorenzo Bettini / githubweb
  119. updated compiler tests to use lastOrNull — Lorenzo Bettini / githubweb
  120. fixed Xtend outline tests for new members in Java 21 — Lorenzo Bettini / githubweb
  121. fixed Xtend content assist tests for new members in Java 21 — Lorenzo Bettini / githubweb
  122. build matrix with Java 21 (Linux only) — Lorenzo Bettini / githubweb
  123. different cache based on Java version — Lorenzo Bettini / githubweb
  124. removed isJava18OrLater and use isJava21OrLater — Lorenzo Bettini / githubweb
  125. JAVA_HOME_21_X64 in Jenkinsfile — Lorenzo Bettini / githubweb
  126. simplified the custom injector provider — Lorenzo Bettini / githubweb
  127. use toolchains.xml generated by setup-java — Lorenzo Bettini / githubweb
  128. updated xtend gen file — Lorenzo Bettini / githubweb
  129. Update to LSP4J 0.23.0. Fixes #2933 — Christian Dietrich / githubweb
  130. AbstractXtextTests in .xtext.testing — Lorenzo Bettini / githubweb
  131. .xtext.testing.AbstractXtextTests in .xtext.tests — Lorenzo Bettini / githubweb
  132. .xtext.testing.AbstractXtextTests in .common.types.eclipse.tests — Lorenzo Bettini / githubweb
  133. .xtext.testing.AbstractXtextTests in .extras.tests — Lorenzo Bettini / githubweb
  134. removed stale launch configuration — Lorenzo Bettini / githubweb
  135. .xtext.testing.AbstractXtextTests in .xtext.ui.tests — Lorenzo Bettini / githubweb
  136. .xtext.testing.AbstractXtextTests in .xtext.xtext.ui.tests — Lorenzo Bettini / githubweb
  137. Added commented composedCheck=JvmGenericTypeValidator in generated MWE2 — Lorenzo Bettini / githubweb
  138. Added @Beta — Lorenzo Bettini / githubweb
  139. document that this is the "old" way — Lorenzo Bettini / githubweb
  140. bump jetty to 11.0.21 — Christian Dietrich / githubweb
  141. build-maven-artifacts Java 21 — Lorenzo Bettini / githubweb
  142. maven.compiler.target 21 in Java 21 profile — Lorenzo Bettini / githubweb
  143. JAVA21 in JavaVersion enum — Lorenzo Bettini / githubweb
  144. added wizard integration test for Java 21 — Lorenzo Bettini / githubweb
  145. ASTParser.newParser(AST.getJLSLatest()); — Lorenzo Bettini / githubweb
  146. test for Java 21 record in xtext.java.tests — Lorenzo Bettini / githubweb
  147. updated wizard expectation for Java 21 for new classgraph — Lorenzo Bettini / githubweb
  148. updated wizard expectation for Java 21 for new mwe2 — Lorenzo Bettini / githubweb
  149. Java21RecordCompilerTest in xbase.tests — Lorenzo Bettini / githubweb
  150. standalone builder test with Java record — Lorenzo Bettini / githubweb
  151. First test of xtext-maven-plugin accessing a Java record — Lorenzo Bettini / githubweb
  152. removed the JRE from launches so that it takes the workspace one — Lorenzo Bettini / githubweb
  153. JDT 3.37.0 in the BOM when using Java 21 — Lorenzo Bettini / githubweb
  154. removed the JRE from launches so that it takes the workspace one — Lorenzo Bettini / githubweb
  155. First test of xtend-maven-plugin accessing a Java record — Lorenzo Bettini / githubweb
  156. Xtend validation test overriding Java record (final) — Lorenzo Bettini / githubweb
  157. JDT 3.37.0 in the BOM profile to be activated explicitly — Lorenzo Bettini / githubweb
  158. extracted common code for incremental standalone builder tests — Lorenzo Bettini / githubweb
  159. removed lower bound on org.eclipse.draw2d — Lorenzo Bettini / githubweb
  160. hardcoded ClassFileConstants.JDK21 — Lorenzo Bettini / githubweb
  161. updated wizard expectation for Java 21 project — Lorenzo Bettini / githubweb
  162. added wizard integration test for Java 21 — Lorenzo Bettini / githubweb
  163. update to mwe 2.18.0.M3 — Christian Dietrich / githubweb
  164. only validate once per primary source element — Lorenzo Bettini / githubweb
  165. added a syntactic element in test language for recreating the problem — Lorenzo Bettini / githubweb
  166. recreated corner case with test — Lorenzo Bettini / githubweb
  167. test to recreate the problem — Lorenzo Bettini / githubweb
  168. install FileProjectConfig for relative paths in trace files — Lorenzo Bettini / githubweb
  169. improved test — Lorenzo Bettini / githubweb
  170. cleanup with try-with-resources — Lorenzo Bettini / githubweb
  171. IT for xtext-maven-plugin — Lorenzo Bettini / githubweb
  172. assertEquals in test — Lorenzo Bettini / githubweb
  173. updated test — Lorenzo Bettini / githubweb
  174. guard in configureWorkspace — Lorenzo Bettini / githubweb
  175. fix java source lang record handling — Christian Dietrich / githubweb
  176. add comment on test — Christian Dietrich / githubweb
  177. Reinstated automatic trigger of nightly job — noreply / githubweb

#43 (Apr 30, 2024, 6:10:46 AM)

  1. Added lastOrNull and deprecated last — Lorenzo Bettini / githubweb
  2. updated our codebase to use lastOrNull — Lorenzo Bettini / githubweb
  3. removed (since = "2.35.0") — Lorenzo Bettini / githubweb
  4. mwe requirements in build.properties in testlanguages — Lorenzo Bettini / githubweb
  5. explicit dep on common.types in MANIFEST in testlanguages — Lorenzo Bettini / githubweb
  6. Undone revert to Tycho 3.0.5 — Lorenzo Bettini / githubweb
  7. Added lastOrNull and deprecated last also in IteratorExtensions — Lorenzo Bettini / githubweb
  8. updated our codebase to use lastOrNull also for IteratorExtensions — Lorenzo Bettini / githubweb
  9. updated BaseIterablesIteratorsTest — Lorenzo Bettini / githubweb
  10. xtend-maven-plugin-version 2.35.0.M0 — Lorenzo Bettini / githubweb
  11. Generator fragment for textmate grammars — Sebastian Zarnekow / githubweb
  12. Xbase LSP server infrastructure based on binary types — Sebastian Zarnekow / githubweb
  13. Support offloading the node-model while a resource is loaded — Sebastian Zarnekow / githubweb
  14. If one entry cannot be processed due to exceptions, catch such — Rubén Porras Campo / githubweb
  15. Replace Guava's Objects by java.util.Objects — Lorenzo Bettini / githubweb
  16. Remove deprecated Eclipse-LazyStart headers — Lorenzo Bettini / githubweb
  17. Create QUALITY_GUIDELINES.md — noreply / githubweb
  18. Update QUALITY_GUIDELINES.md — noreply / githubweb
  19. Provide an abstract base class to be able to test the formatter. — Tamas Miklossy / githubweb
  20. fixed generators for test and example languages — Lorenzo Bettini / githubweb
  21. updated Xtend generated classes — Lorenzo Bettini / githubweb
  22. Fixed ISE when removing a resource from resource set — Sebastian Zarnekow / githubweb
  23. use stable tags for GitHub Actions virtual environments — Lorenzo Bettini / githubweb
  24. GitHub Actions: archive test results and logs in case of failure — Lorenzo Bettini / githubweb
  25. attempt with macos-13-large — Lorenzo Bettini / githubweb
  26. attempt with macos-12-large — noreply / githubweb
  27. updated actions versions — noreply / githubweb
  28. fix dm hover test on j 21 — Christian Dietrich / githubweb
  29. io.github.classgraph 4.8.172 — Lorenzo Bettini / githubweb
  30. New method `AddParameter` with index in `MutableExecutableDeclaration` (#2784) — noreply / githubweb
  31. [#3010] AbstractOutlineTest: add @Before and @BeforeEach annotation. — Lorenzo Bettini / githubweb
  32. regenerated file with Xtend annotation — Lorenzo Bettini / githubweb
  33. update to mwe 2.18.0.M2 — Christian Dietrich / githubweb
  34. bump seq. number — Christian Dietrich / githubweb
  35. Support detachable node models in the context of storage aware resources — Sebastian Zarnekow / githubweb
  36. Emit java.util.Objects in generated code instead of Guava's Objects — Lorenzo Bettini / githubweb
  37. Normalization of Line Terminators in Xbase strings — Lorenzo Bettini / githubweb
  38. updated XbaseInterpreter accordingly — Lorenzo Bettini / githubweb
  39. use Strings.toUnixLineSeparator — Lorenzo Bettini / githubweb
  40. improved test — Lorenzo Bettini / githubweb
  41. remove Windows EOLs directly from the model — Lorenzo Bettini / githubweb
  42. remove Windows EOL from the model before using the inherited converter — Lorenzo Bettini / githubweb
  43. allow for the custom Xbase converter to be further customized,e.g.,Xtend — Lorenzo Bettini / githubweb
  44. renamed StringValueConverter -> XtendStringValueConverter — Lorenzo Bettini / githubweb
  45. revert "Set UNIX-style linebreaks" — Lorenzo Bettini / githubweb
  46. further tests in AbstractXbaseEvaluationTest — Lorenzo Bettini / githubweb
  47. Oomph clean build onlyNewProjects="true" — noreply / githubweb
  48. regenerated Xtend file — Lorenzo Bettini / githubweb
  49. other regenerated files — Lorenzo Bettini / githubweb
  50. Fixed NPE — Sebastian Zarnekow / githubweb
  51. Fixed off-by-one — Sebastian Zarnekow / githubweb

#41 (Apr 8, 2024, 9:05:26 AM)

  1. attempt to downgrade to tycho 3.0.5 — Christian Dietrich / githubweb

#40 (Apr 8, 2024, 8:54:30 AM)

  1. undo acc. change — Christian Dietrich / githubweb

#39 (Apr 8, 2024, 8:18:22 AM)

  1. revert to tycho 4.0.6 — Christian Dietrich / githubweb

#36 (Apr 8, 2024, 7:01:53 AM)

  1. also verify error position for EXCEPTION_NOT_THROWABLE — Lorenzo Bettini / githubweb
  2. also verify error position for EXCEPTION_DECLARED_TWICE — Lorenzo Bettini / githubweb
  3. added validation tests for exceptions in dispatch methods — Lorenzo Bettini / githubweb
  4. also verify error position for WILDCARD_IN_SUPERTYPE — Lorenzo Bettini / githubweb
  5. force org.apache.commons.logging 1.2.0 in latest TP — Lorenzo Bettini / githubweb
  6. force org.apache.commons.logging 1.2.0 in the other TPs — Lorenzo Bettini / githubweb
  7. apache.commons.logging 1.2.0 in TargetPlatformProject — Lorenzo Bettini / githubweb
  8. bootstrap against 2.34.0.M2 — Christian Dietrich / githubweb
  9. update to mwe 2.17.0 release. — Christian Dietrich / githubweb
  10. bump sequence numbers — Christian Dietrich / githubweb
  11. prepare 2.35 versions — Christian Dietrich / githubweb
  12. bootstrap against 2.34.0 release — Christian Dietrich / githubweb
  13. Make Pattern and Splitter static fields — Sebastian Zarnekow / githubweb
  14. Remove obsolete packrat parser implementation — Sebastian Zarnekow / githubweb
  15. Update all bundle requirements to 2.35.0 — Sebastian Zarnekow / githubweb
  16. Update fixVersions script — Sebastian Zarnekow / githubweb
  17. prepare 2024-03 release target — Christian Dietrich / githubweb
  18. updated xtend plugin test with multiline string — Lorenzo Bettini / githubweb
  19. replace("\r", "") in Xtend quickfix test — Lorenzo Bettini / githubweb
  20. re-enabled Windows GitHub Actions workflow — Lorenzo Bettini / githubweb
  21. Use the Maven Wrapper only in Jenkinsfile — Lorenzo Bettini / githubweb
  22. show maven.home at the beginning — Lorenzo Bettini / githubweb
  23. Save System.out and print other information — Lorenzo Bettini / githubweb
  24. Tycho 4.0.6 — Lorenzo Bettini / githubweb
  25. updated ParentProjectDescriptor for Tycho 4 — Lorenzo Bettini / githubweb
  26. updated Domainmodel — Lorenzo Bettini / githubweb
  27. explicit execution for maven-surefire-plugin with Tycho 4 — Lorenzo Bettini / githubweb
  28. removed unused tycho-version in xtext-maven-plugin ITs' parent POM — Lorenzo Bettini / githubweb
  29. update to Maven 3.9.6 — Lorenzo Bettini / githubweb
  30. fix output path="target/test-classes" otherwise no test is executed — Lorenzo Bettini / githubweb
  31. explicit junit provider to make the tests run — Lorenzo Bettini / githubweb
  32. issue 2945 - add "writeStorageResources" to xtext-maven-plugin — Florian Pirchner / githubweb
  33. support 2024-06 in oomph — Christian Dietrich / githubweb
  34. build latest against 202406 and update wizard — Christian Dietrich / githubweb
  35. update to orbit 202406 — Christian Dietrich / githubweb
  36. Fix encoding for URIs that contain escaped sequences and a fragment — Sebastian Zarnekow / githubweb
  37. update to asm 9.7 and guava 33.1.0 — Christian Dietrich / githubweb
  38. update to mwe 2.18.0.M1 — Christian Dietrich / githubweb
  39. Re-normalize line-endings in git of all files to Linux style ("\n") — Hannes Wellmann / githubweb
  40. Tycho 4.0.7 — Lorenzo Bettini / githubweb

#35 (Feb 20, 2024, 4:19:33 AM)

  1. Added an Xtend validator test for cycles in internal types — Lorenzo Bettini / githubweb
  2. also verify the error's position for hierarchy cycles — Lorenzo Bettini / githubweb
  3. also verify error's position for INTERFACE_EXPECTED — Lorenzo Bettini / githubweb
  4. also verify error's position for OVERRIDDEN_FINAL — Lorenzo Bettini / githubweb
  5. also verify error's position for CLASS_EXPECTED — Lorenzo Bettini / githubweb
  6. also verify error's position for field INVALID_USE_OF_TYPE — Lorenzo Bettini / githubweb
  7. also verify error's position for parameter INVALID_USE_OF_TYPE — Lorenzo Bettini / githubweb
  8. fixed verify error's position for parameter INVALID_USE_OF_TYPE — Lorenzo Bettini / githubweb
  9. also verify error's position for DUPLICATE_PARAMETER_NAME — Lorenzo Bettini / githubweb
  10. also verify error's position for duplicates — Lorenzo Bettini / githubweb
  11. also verify error's position for duplicate methods — Lorenzo Bettini / githubweb
  12. also verify error's message parts for duplicate methods — Lorenzo Bettini / githubweb
  13. added missing tests for doCheckOverriddenMethods — Lorenzo Bettini / githubweb
  14. also verify error position for CONFLICTING_DEFAULT_METHODS — Lorenzo Bettini / githubweb
  15. also verify error position for CLASS_MUST_BE_ABSTRACT — Lorenzo Bettini / githubweb
  16. also verify error position for ANONYMOUS_CLASS_MISSING_MEMBERS — Lorenzo Bettini / githubweb
  17. also verify error position for anonymous class override final class — Lorenzo Bettini / githubweb
  18. added test with anonymous class not implementing abstract methods — Lorenzo Bettini / githubweb
  19. some experiments — Lorenzo Bettini / githubweb
  20. AnonymousClassAwareTreeAppendable — Lorenzo Bettini / githubweb
  21. removed some customizations — Lorenzo Bettini / githubweb
  22. simplified appendConstructedTypeName — Lorenzo Bettini / githubweb
  23. simplified AnonymousClassAwareTreeAppendable — Lorenzo Bettini / githubweb
  24. added another createChild to make it easier for subclassing — Lorenzo Bettini / githubweb
  25. don't store the converter — Lorenzo Bettini / githubweb
  26. simplified isVariableDeclarationRequired — Lorenzo Bettini / githubweb
  27. simplified internalCanCompileToJavaExpression — Lorenzo Bettini / githubweb
  28. simplified constructorCallToJavaExpression — Lorenzo Bettini / githubweb
  29. simplified appendConstructedTypeName — Lorenzo Bettini / githubweb
  30. XtendCompilerUtil -> XtendCompilerHelper — Lorenzo Bettini / githubweb
  31. use IResourceScopeCache in XtendCompilerHelper — Lorenzo Bettini / githubweb
  32. simplified appendConstructedTypeName — Lorenzo Bettini / githubweb
  33. canCompileToJavaAnonymousClass — Lorenzo Bettini / githubweb
  34. check isAnonymousClassConstructorCall — Lorenzo Bettini / githubweb
  35. Xtend uses canCompileToJavaAnonymousClass — Lorenzo Bettini / githubweb
  36. simplified isVariableDeclarationRequired — Lorenzo Bettini / githubweb
  37. simplified isVariableDeclarationRequired 2 — Lorenzo Bettini / githubweb
  38. isVariableDeclarationRequired for constructor in Xbase — Lorenzo Bettini / githubweb
  39. removed duplication by constructorCallToJavaExpression — Lorenzo Bettini / githubweb
  40. reduced visibility of some methods — Lorenzo Bettini / githubweb
  41. Added @since to JvmModelGenerator's new method — Lorenzo Bettini / githubweb
  42. moved Xtend performance tests from core.tests — Lorenzo Bettini / githubweb
  43. updated launch configurations — Lorenzo Bettini / githubweb
  44. updated build.properties — Lorenzo Bettini / githubweb
  45. change package name build -> building — Lorenzo Bettini / githubweb
  46. renamed name in POM — Lorenzo Bettini / githubweb
  47. updated needed dependencies — Lorenzo Bettini / githubweb
  48. moved Xtend ide performance tests — Lorenzo Bettini / githubweb
  49. updated launch configurations — Lorenzo Bettini / githubweb
  50. shadow setUpProject — Lorenzo Bettini / githubweb
  51. better documented TargetPlatformUtil.setTargetPlatform(Class<?>) — Lorenzo Bettini / githubweb
  52. [2836] adapt to changes in ltk.refactoring — Lorenzo Bettini / githubweb
  53. String.joing instead of IterableExtensions.join — Lorenzo Bettini / githubweb
  54. [#2902] LSP4J 0.21.2 (#2904) — noreply / githubweb
  55. Fix maven deprecations in xtend-maven-plugin — Lorenzo Bettini / githubweb
  56. don't set marker.LOCATION if LINE_NUMBER is set — Lorenzo Bettini / githubweb
  57. bootstrap against Xtext 2.34.0.M1 (#2903) — noreply / githubweb
  58. Java 17 in Oomph — Lorenzo Bettini / githubweb
  59. don't set marker.LOCATION at all — Lorenzo Bettini / githubweb
  60. no need to check for issue.getLineNumber() != null — Lorenzo Bettini / githubweb
  61. [2909] xtext.logging versionRange 0.0.0 in extraRequirements — Lorenzo Bettini / githubweb
  62. also verify error position for OVERRIDDEN_FINAL — Lorenzo Bettini / githubweb
  63. also verify error position for OVERRIDE_REDUCES_VISIBILITY — Lorenzo Bettini / githubweb
  64. also verify error position for INCOMPATIBLE_RETURN_TYPE — Lorenzo Bettini / githubweb
  65. [Xtend] put INCOMPATIBLE_RETURN_TYPE marker on field's type — Lorenzo Bettini / githubweb
  66. Update Domainmodel pom.xml for xtext.logging version — noreply / githubweb
  67. also verify error position for MISSING_SYNCHRONIZED — Lorenzo Bettini / githubweb
  68. also verify error position for INCOMPATIBLE_THROWS_CLAUSE — Lorenzo Bettini / githubweb
  69. also verify error position for INCOMPATIBLE_THROWS_CLAUSE (2) — Lorenzo Bettini / githubweb
  70. test for reproducing the wrong position of marker — Lorenzo Bettini / githubweb
  71. place error marker on each incompatible exceptions — Lorenzo Bettini / githubweb
  72. foreach instead of for — Lorenzo Bettini / githubweb
  73. some refinements — Lorenzo Bettini / githubweb
  74. use maven-bundle-plugin with extensions=true — Lorenzo Bettini / githubweb
  75. regenerated Xbase test languages — Lorenzo Bettini / githubweb
  76. regen docs for 2.34 — Christian Dietrich / githubweb
  77. Adjust SemanticTokensService to LSP specification — Sebastian Zarnekow / githubweb
  78. Allow customizing the NodeModelUtils and the way to obtain an INode — Sebastian Zarnekow / githubweb
  79. Inconsistent handling of files in an output folder - full vs. — Stephan Herrmann / githubweb
  80. Test case that "almost" demonstrates the problem — Stephan Herrmann / githubweb
  81. Use Maven wrapper also in shell scripts — Lorenzo Bettini / githubweb
  82. maven-enforcer-plugin — Lorenzo Bettini / githubweb
  83. removed maven specification from Jenkinsfiles — Lorenzo Bettini / githubweb
  84. Revert "removed maven specification from Jenkinsfiles" — Lorenzo Bettini / githubweb
  85. maven "apache-maven-3.9.2" in Jenkinsfiles — Lorenzo Bettini / githubweb
  86. avoid busy and possibly infinite loop in JavaEditorExtension — Lorenzo Bettini / githubweb
  87. update to jetty 11.0.20 Closes #2925 — Christian Dietrich / githubweb
  88. XtendCompilerHelper -> AnonymousClassCompilerHelper — Lorenzo Bettini / githubweb
  89. the added createAppendable is protected — Lorenzo Bettini / githubweb
  90. simplified check in generateVisibilityModifier — Lorenzo Bettini / githubweb
  91. Recreated test for the issue https://github.com/eclipse/xtext/issues/2920 (#1) — noreply / githubweb
  92. Modify the test customization to be even closer to the original problem — Stephan Herrmann / githubweb
  93. Introduced JvmTypeReferenceUtil — Lorenzo Bettini / githubweb
  94. applied to XtendJvmModelInferrer — Lorenzo Bettini / githubweb
  95. use EcoreUtil.getAdapter — Lorenzo Bettini / githubweb
  96. use singletons for adapters — Lorenzo Bettini / githubweb
  97. JvmTypesBuilder: setSuperClass addSuperInterface — Lorenzo Bettini / githubweb
  98. applied to XtendJvmModelInferrer — Lorenzo Bettini / githubweb
  99. accept null as superType — Lorenzo Bettini / githubweb
  100. applied to Domainmodel — Lorenzo Bettini / githubweb
  101. implement Adapter instead of extending AdapterImpl — Lorenzo Bettini / githubweb
  102. avoid NPE in XtextPluginImages when initialized from non-UI thread — Lorenzo Bettini / githubweb
  103. additional null guards — Lorenzo Bettini / githubweb
  104. Add more flexibility to the way we find the ICompositeNode for an object — Sebastian Zarnekow / githubweb
  105. ensureInitialize in manage — noreply / githubweb
  106. [Xtend] check for duplicate interface specification — Lorenzo Bettini / githubweb
  107. slightly improved tests — Lorenzo Bettini / githubweb
  108. regenerate test languages — Christian Dietrich / githubweb
  109. update to gradle 8.6 — Christian Dietrich / githubweb
  110. [#2674] update to lsp4j 0.22.0 — Christian Dietrich / githubweb
  111. use mwe 2.17.0.M3 — Christian Dietrich / githubweb

#34 (Jan 9, 2024, 4:03:27 AM)

  1. update to mwe(2) 1.11.0/2.17.0 M0 — Christian Dietrich / githubweb
  2. switch to  Xtext M0 for bootstrapping — Christian Dietrich / githubweb
  3. use workaround also in latest — Christian Dietrich / githubweb
  4. added generator as a source folder — Lorenzo Bettini / githubweb
  5. emf.codegen.ecore dependency — Lorenzo Bettini / githubweb
  6. added MWE2 file — Lorenzo Bettini / githubweb
  7. added DirectoryCleaner — Lorenzo Bettini / githubweb
  8. renaming — Lorenzo Bettini / githubweb
  9. regenerated classes — Lorenzo Bettini / githubweb
  10. removed old Java generator — Lorenzo Bettini / githubweb
  11. restored GenerateXbase — Lorenzo Bettini / githubweb
  12. regenerated classes — Lorenzo Bettini / githubweb
  13. removed generator from src.excludes — Lorenzo Bettini / githubweb
  14. bin.excludes of generator folder in Xbase — Lorenzo Bettini / githubweb
  15. Revert "removed old Java generator" — Lorenzo Bettini / githubweb
  16. renamed Java generator — Lorenzo Bettini / githubweb
  17. removed MWE2 file — Lorenzo Bettini / githubweb
  18. bin.excludes of generator folder in Common Types — Lorenzo Bettini / githubweb
  19. Xtend: fixed strange error message for `void` as a field type — Lorenzo Bettini / githubweb
  20. Xtend PerformanceTest in Java — Lorenzo Bettini / githubweb
  21. Harden bundle constraints between Xtext bundles (#2892) — noreply / githubweb
  22. Remove redundant bundle requirements that are already fulfilled due to re-exports (#2893) — noreply / githubweb
  23. Keep the filter-chain consistent when using the LoggingTester — Sebastian Zarnekow / githubweb
  24. don't retrieve the ImportManager by reflection — Lorenzo Bettini / githubweb
  25. Removed cyclic dependency to mwe2.launch (#2897) — noreply / githubweb
  26. Fixed type common super type computation when type params are involved (#2894) — noreply / githubweb
  27. simplified appendConstructedTypeName — Lorenzo Bettini / githubweb
  28. canCompileToJavaAnonymousClass — Lorenzo Bettini / githubweb
  29. check isAnonymousClassConstructorCall — Lorenzo Bettini / githubweb
  30. Xtend uses canCompileToJavaAnonymousClass — Lorenzo Bettini / githubweb
  31. simplified isVariableDeclarationRequired — Lorenzo Bettini / githubweb
  32. simplified isVariableDeclarationRequired 2 — Lorenzo Bettini / githubweb
  33. isVariableDeclarationRequired for constructor in Xbase — Lorenzo Bettini / githubweb
  34. removed duplication by constructorCallToJavaExpression — Lorenzo Bettini / githubweb
  35. reduced visibility of some methods — Lorenzo Bettini / githubweb
  36. private -> protected (restored visibility) — Lorenzo Bettini / githubweb
  37. Added an Xtend validator test for cycles in internal types — Lorenzo Bettini / githubweb
  38. also verify the error's position for hierarchy cycles — Lorenzo Bettini / githubweb
  39. also verify error's position for INTERFACE_EXPECTED — Lorenzo Bettini / githubweb
  40. also verify error's position for OVERRIDDEN_FINAL — Lorenzo Bettini / githubweb
  41. also verify error's position for CLASS_EXPECTED — Lorenzo Bettini / githubweb
  42. also verify error's position for field INVALID_USE_OF_TYPE — Lorenzo Bettini / githubweb
  43. also verify error's position for parameter INVALID_USE_OF_TYPE — Lorenzo Bettini / githubweb
  44. fixed verify error's position for parameter INVALID_USE_OF_TYPE — Lorenzo Bettini / githubweb
  45. also verify error's position for DUPLICATE_PARAMETER_NAME — Lorenzo Bettini / githubweb
  46. also verify error's position for duplicates — Lorenzo Bettini / githubweb
  47. also verify error's position for duplicate methods — Lorenzo Bettini / githubweb
  48. also verify error's message parts for duplicate methods — Lorenzo Bettini / githubweb
  49. added missing tests for doCheckOverriddenMethods — Lorenzo Bettini / githubweb
  50. also verify error position for CONFLICTING_DEFAULT_METHODS — Lorenzo Bettini / githubweb
  51. also verify error position for CLASS_MUST_BE_ABSTRACT — Lorenzo Bettini / githubweb
  52. also verify error position for ANONYMOUS_CLASS_MISSING_MEMBERS — Lorenzo Bettini / githubweb
  53. also verify error position for anonymous class override final class — Lorenzo Bettini / githubweb
  54. added test with anonymous class not implementing abstract methods — Lorenzo Bettini / githubweb
  55. also verify error position for constructors' errors — Lorenzo Bettini / githubweb
  56. also verify error position for anonymous class' members — Lorenzo Bettini / githubweb

#33 (Dec 30, 2023, 7:29:22 AM)

  1. Update XtextFormattingTokenSerializer references in JavaDocs — Wouter Born / githubweb
  2. Bootstrap against 2.33.0.M3 — Christian Dietrich / githubweb
  3. [#2830] mwe 2.16.0 release — Christian Dietrich / githubweb
  4. build dm with tycho 3 — Christian Dietrich / githubweb
  5. Bump Xtext version to 2.34 — Sebastian Zarnekow / githubweb
  6. bootstrap against 2.33 release — Christian Dietrich / githubweb
  7. prepared 202312 target — Christian Dietrich / githubweb
  8. switch to 4.31 i-builds — Christian Dietrich / githubweb
  9. switch dm to 404 — Christian Dietrich / githubweb
  10. Reintroduced ValidatorTester in xtext.testing bundle — Lorenzo Bettini / githubweb
  11. adapt query — Christian Dietrich / githubweb
  12. update to gradle 8.5 — Christian Dietrich / githubweb
  13. use emf 2.36 in r 202312 — Christian Dietrich / githubweb
  14. prepare wizard for 2024-03 — Christian Dietrich / githubweb
  15. added support for 2024-03 in oomph — Christian Dietrich / githubweb
  16. update to orbit 2024-03 — Christian Dietrich / githubweb
  17. bump classgraph — Christian Dietrich / githubweb
  18. fix(WorkspaceFolders) check if WorkspaceFolders are supported — Sebastian Zarnekow / githubweb
  19. Plugin test projects should not use "target/test-classes" in .classpath — Lorenzo Bettini / githubweb
  20. Replace dependency to org.eclipse.osgi.services — Sebastian Zarnekow / githubweb
  21. [#2876] update to guava 33 — Lorenzo Bettini / githubweb
  22. fix ant test — Lorenzo Bettini / githubweb
  23. Add missing version constraints to some require-bundles for Guava — Lorenzo Bettini / githubweb
  24. Attempt without failureaccess — Lorenzo Bettini / githubweb
  25. Revert "Attempt without failureaccess" — Lorenzo Bettini / githubweb

#32 (Nov 12, 2023, 7:42:57 AM)

  1. use import for classgraph dependency — Christian Dietrich / githubweb
  2. bootstrap against 2.33.0.M2 — Christian Dietrich / githubweb
  3. orbit bump for 2023-12 M3 — Christian Dietrich / githubweb
  4. [#274] update to mwe 1.10.0.M2 / mwe 2.16.0.M2 — Christian Dietrich / githubweb
  5. Ignore NumberLiterals without CompositeNode in HighlightingCalculator — Hannes Wellmann / githubweb
  6. dont import classgraph in features — Christian Dietrich / githubweb
  7. bump jetty — Christian Dietrich / githubweb
  8. remove unused org.eclipse.xtext.releng.simrel.tests project — Christian Dietrich / githubweb
  9. [2836] adapt to changes in ltk.refactoring — Christian Dietrich / githubweb
  10. another classgraph bump — Christian Dietrich / githubweb
  11. fix broken xtend-gen code — Christian Dietrich / githubweb
  12. Update to MWE 2.16.0.M3 — Christian Dietrich / githubweb

#31 (Oct 22, 2023, 6:36:37 AM)

  1. bootstrap against 2.33.0.M1 — Christian Dietrich / githubweb
  2. [#2781] update to gradle 8.4 — Christian Dietrich / githubweb
  3. Fix antlr,classgraph,log4j and guava versions — Christian Dietrich / githubweb
  4. fix typo — Christian Dietrich / githubweb
  5. [#2818] update to asm 9.6 — Christian Dietrich / githubweb
  6. also update classgraph again — Christian Dietrich / githubweb
  7. bump seq numbers in targets — Christian Dietrich / githubweb

#30 (Oct 2, 2023, 2:52:49 AM)

  1. bootstrap against M3 — Christian Dietrich / githubweb
  2. update docs for new mwe release — Christian Dietrich / githubweb
  3. [#2716] bootstrap against mwe 2.15.0 release — Christian Dietrich / githubweb
  4. Bump Xtext version to 2.33 — Sebastian Zarnekow / githubweb
  5. Bootstrap against 2.32.0 — Sebastian Zarnekow / githubweb
  6. [#2787] remove javax.inject dependency — Christian Dietrich / githubweb
  7. [#2754] provide r2023-09 tp — Christian Dietrich / githubweb
  8. [#2795] update to lsp4j 0.21.1 — Christian Dietrich / githubweb
  9. [#2754] prepare latest for 4.30 — Christian Dietrich / githubweb
  10. [#2754] prepare 2023-12 tps — Christian Dietrich / githubweb
  11. update mwe-xtext bootstrap version to release — Christian Dietrich / githubweb
  12. [#2754] update to orbit 2023-12 — Christian Dietrich / githubweb
  13. update dm to eclipse 2023-12 — Christian Dietrich / githubweb
  14. update simrel info — Christian Dietrich / githubweb
  15. remove xpand based Xtext2Ecore Postprocessor — Christian Dietrich / githubweb
  16. remove old xpand based generator — Christian Dietrich / githubweb
  17. remove xpand from targets and poms. See #2811 — Christian Dietrich / githubweb
  18. Signed-off-by: Heinrich Weichert <heinrich.weichert@avl.com> — Sebastian Zarnekow / githubweb