Skip to content
Started 2 mo 4 days ago
Took 36 min

Build #5 (Feb 27, 2024, 4:33:47 AM)

Build Artifacts
Changes
  1. Bump Xtext version to 2.34 (details / githubweb)
  2. bootstrap against 2.33 release (details / githubweb)
  3. prepared 202312 target (details / githubweb)
  4. switch to 4.31 i-builds (details / githubweb)
  5. switch dm to 404 (details / githubweb)
  6. Reintroduced ValidatorTester in xtext.testing bundle (details / githubweb)
  7. adapt query (details / githubweb)
  8. update to gradle 8.5 (details / githubweb)
  9. use emf 2.36 in r 202312 (details / githubweb)
  10. prepare wizard for 2024-03 (details / githubweb)
  11. added support for 2024-03 in oomph (details / githubweb)
  12. update to orbit 2024-03 (details / githubweb)
  13. bump classgraph (details / githubweb)
  14. fix(WorkspaceFolders) check if WorkspaceFolders are supported (details / githubweb)
  15. Plugin test projects should not use "target/test-classes" in .classpath (details / githubweb)
  16. Replace dependency to org.eclipse.osgi.services (details / githubweb)
  17. [#2876] update to guava 33 (details / githubweb)
  18. fix ant test (details / githubweb)
  19. Add missing version constraints to some require-bundles for Guava (details / githubweb)
  20. Attempt without failureaccess (details / githubweb)
  21. Revert "Attempt without failureaccess" (details / githubweb)
  22. Added an Xtend validator test for cycles in internal types (details / githubweb)
  23. also verify the error's position for hierarchy cycles (details / githubweb)
  24. also verify error's position for INTERFACE_EXPECTED (details / githubweb)
  25. also verify error's position for OVERRIDDEN_FINAL (details / githubweb)
  26. also verify error's position for CLASS_EXPECTED (details / githubweb)
  27. also verify error's position for field INVALID_USE_OF_TYPE (details / githubweb)
  28. also verify error's position for parameter INVALID_USE_OF_TYPE (details / githubweb)
  29. fixed verify error's position for parameter INVALID_USE_OF_TYPE (details / githubweb)
  30. also verify error's position for DUPLICATE_PARAMETER_NAME (details / githubweb)
  31. also verify error's position for duplicates (details / githubweb)
  32. also verify error's position for duplicate methods (details / githubweb)
  33. also verify error's message parts for duplicate methods (details / githubweb)
  34. added missing tests for doCheckOverriddenMethods (details / githubweb)
  35. also verify error position for CONFLICTING_DEFAULT_METHODS (details / githubweb)
  36. also verify error position for CLASS_MUST_BE_ABSTRACT (details / githubweb)
  37. also verify error position for ANONYMOUS_CLASS_MISSING_MEMBERS (details / githubweb)
  38. also verify error position for anonymous class override final class (details / githubweb)
  39. added test with anonymous class not implementing abstract methods (details / githubweb)
  40. update to mwe(2) 1.11.0/2.17.0 M0 (details / githubweb)
  41. switch to  Xtext M0 for bootstrapping (details / githubweb)
  42. use workaround also in latest (details / githubweb)
  43. added generator as a source folder (details / githubweb)
  44. emf.codegen.ecore dependency (details / githubweb)
  45. added MWE2 file (details / githubweb)
  46. added DirectoryCleaner (details / githubweb)
  47. renaming (details / githubweb)
  48. regenerated classes (details / githubweb)
  49. removed old Java generator (details / githubweb)
  50. restored GenerateXbase (details / githubweb)
  51. regenerated classes (details / githubweb)
  52. removed generator from src.excludes (details / githubweb)
  53. bin.excludes of generator folder in Xbase (details / githubweb)
  54. Revert "removed old Java generator" (details / githubweb)
  55. renamed Java generator (details / githubweb)
  56. removed MWE2 file (details / githubweb)
  57. bin.excludes of generator folder in Common Types (details / githubweb)
  58. some experiments (details / githubweb)
  59. AnonymousClassAwareTreeAppendable (details / githubweb)
  60. removed some customizations (details / githubweb)
  61. simplified appendConstructedTypeName (details / githubweb)
  62. Xtend: fixed strange error message for `void` as a field type (details / githubweb)
  63. simplified AnonymousClassAwareTreeAppendable (details / githubweb)
  64. added another createChild to make it easier for subclassing (details / githubweb)
  65. don't store the converter (details / githubweb)
  66. simplified isVariableDeclarationRequired (details / githubweb)
  67. simplified internalCanCompileToJavaExpression (details / githubweb)
  68. simplified constructorCallToJavaExpression (details / githubweb)
  69. simplified appendConstructedTypeName (details / githubweb)
  70. XtendCompilerUtil -> XtendCompilerHelper (details / githubweb)
  71. use IResourceScopeCache in XtendCompilerHelper (details / githubweb)
  72. simplified appendConstructedTypeName (details / githubweb)
  73. canCompileToJavaAnonymousClass (details / githubweb)
  74. check isAnonymousClassConstructorCall (details / githubweb)
  75. Xtend uses canCompileToJavaAnonymousClass (details / githubweb)
  76. simplified isVariableDeclarationRequired (details / githubweb)
  77. simplified isVariableDeclarationRequired 2 (details / githubweb)
  78. isVariableDeclarationRequired for constructor in Xbase (details / githubweb)
  79. removed duplication by constructorCallToJavaExpression (details / githubweb)
  80. Xtend PerformanceTest in Java (details / githubweb)
  81. reduced visibility of some methods (details / githubweb)
  82. Harden bundle constraints between Xtext bundles (#2892) (details / githubweb)
  83. Remove redundant bundle requirements that are already fulfilled due to re-exports (#2893) (details / githubweb)
  84. Keep the filter-chain consistent when using the LoggingTester (details / githubweb)
  85. don't retrieve the ImportManager by reflection (details / githubweb)
  86. Removed cyclic dependency to mwe2.launch (#2897) (details / githubweb)
  87. Fixed type common super type computation when type params are involved (#2894) (details / githubweb)
  88. simplified appendConstructedTypeName (details / githubweb)
  89. canCompileToJavaAnonymousClass (details / githubweb)
  90. check isAnonymousClassConstructorCall (details / githubweb)
  91. Xtend uses canCompileToJavaAnonymousClass (details / githubweb)
  92. simplified isVariableDeclarationRequired (details / githubweb)
  93. simplified isVariableDeclarationRequired 2 (details / githubweb)
  94. isVariableDeclarationRequired for constructor in Xbase (details / githubweb)
  95. removed duplication by constructorCallToJavaExpression (details / githubweb)
  96. reduced visibility of some methods (details / githubweb)
  97. private -> protected (restored visibility) (details / githubweb)
  98. Added an Xtend validator test for cycles in internal types (details / githubweb)
  99. also verify the error's position for hierarchy cycles (details / githubweb)
  100. also verify error's position for INTERFACE_EXPECTED (details / githubweb)
  101. also verify error's position for OVERRIDDEN_FINAL (details / githubweb)
  102. also verify error's position for CLASS_EXPECTED (details / githubweb)
  103. also verify error's position for field INVALID_USE_OF_TYPE (details / githubweb)
  104. also verify error's position for parameter INVALID_USE_OF_TYPE (details / githubweb)
  105. fixed verify error's position for parameter INVALID_USE_OF_TYPE (details / githubweb)
  106. also verify error's position for DUPLICATE_PARAMETER_NAME (details / githubweb)
  107. also verify error's position for duplicates (details / githubweb)
  108. also verify error's position for duplicate methods (details / githubweb)
  109. also verify error's message parts for duplicate methods (details / githubweb)
  110. added missing tests for doCheckOverriddenMethods (details / githubweb)
  111. also verify error position for CONFLICTING_DEFAULT_METHODS (details / githubweb)
  112. also verify error position for CLASS_MUST_BE_ABSTRACT (details / githubweb)
  113. also verify error position for ANONYMOUS_CLASS_MISSING_MEMBERS (details / githubweb)
  114. also verify error position for anonymous class override final class (details / githubweb)
  115. added test with anonymous class not implementing abstract methods (details / githubweb)
  116. also verify error position for constructors' errors (details / githubweb)
  117. also verify error position for anonymous class' members (details / githubweb)
  118. Added @since to JvmModelGenerator's new method (details / githubweb)
  119. moved Xtend performance tests from core.tests (details / githubweb)
  120. updated launch configurations (details / githubweb)
  121. updated build.properties (details / githubweb)
  122. change package name build -> building (details / githubweb)
  123. renamed name in POM (details / githubweb)
  124. updated needed dependencies (details / githubweb)
  125. moved Xtend ide performance tests (details / githubweb)
  126. updated launch configurations (details / githubweb)
  127. shadow setUpProject (details / githubweb)
  128. better documented TargetPlatformUtil.setTargetPlatform(Class<?>) (details / githubweb)
  129. [2836] adapt to changes in ltk.refactoring (details / githubweb)
  130. String.joing instead of IterableExtensions.join (details / githubweb)
  131. [#2902] LSP4J 0.21.2 (#2904) (details / githubweb)
  132. Fix maven deprecations in xtend-maven-plugin (details / githubweb)
  133. don't set marker.LOCATION if LINE_NUMBER is set (details / githubweb)
  134. bootstrap against Xtext 2.34.0.M1 (#2903) (details / githubweb)
  135. Java 17 in Oomph (details / githubweb)
  136. don't set marker.LOCATION at all (details / githubweb)
  137. no need to check for issue.getLineNumber() != null (details / githubweb)
  138. [2909] xtext.logging versionRange 0.0.0 in extraRequirements (details / githubweb)
  139. also verify error position for OVERRIDDEN_FINAL (details / githubweb)
  140. also verify error position for OVERRIDE_REDUCES_VISIBILITY (details / githubweb)
  141. also verify error position for INCOMPATIBLE_RETURN_TYPE (details / githubweb)
  142. [Xtend] put INCOMPATIBLE_RETURN_TYPE marker on field's type (details / githubweb)
  143. Update Domainmodel pom.xml for xtext.logging version (details / githubweb)
  144. also verify error position for MISSING_SYNCHRONIZED (details / githubweb)
  145. also verify error position for INCOMPATIBLE_THROWS_CLAUSE (details / githubweb)
  146. also verify error position for INCOMPATIBLE_THROWS_CLAUSE (2) (details / githubweb)
  147. test for reproducing the wrong position of marker (details / githubweb)
  148. place error marker on each incompatible exceptions (details / githubweb)
  149. foreach instead of for (details / githubweb)
  150. some refinements (details / githubweb)
  151. use maven-bundle-plugin with extensions=true (details / githubweb)
  152. regenerated Xbase test languages (details / githubweb)
  153. regen docs for 2.34 (details / githubweb)
  154. Adjust SemanticTokensService to LSP specification (details / githubweb)
  155. Allow customizing the NodeModelUtils and the way to obtain an INode (details / githubweb)
  156. Inconsistent handling of files in an output folder - full vs. (details / githubweb)
  157. Test case that "almost" demonstrates the problem (details / githubweb)
  158. Use Maven wrapper also in shell scripts (details / githubweb)
  159. maven-enforcer-plugin (details / githubweb)
  160. removed maven specification from Jenkinsfiles (details / githubweb)
  161. Revert "removed maven specification from Jenkinsfiles" (details / githubweb)
  162. maven "apache-maven-3.9.2" in Jenkinsfiles (details / githubweb)
  163. avoid busy and possibly infinite loop in JavaEditorExtension (details / githubweb)
  164. update to jetty 11.0.20 Closes #2925 (details / githubweb)
  165. XtendCompilerHelper -> AnonymousClassCompilerHelper (details / githubweb)
  166. the added createAppendable is protected (details / githubweb)
  167. simplified check in generateVisibilityModifier (details / githubweb)
  168. Recreated test for the issue https://github.com/eclipse/xtext/issues/2920 (#1) (details / githubweb)
  169. Modify the test customization to be even closer to the original problem (details / githubweb)
  170. Introduced JvmTypeReferenceUtil (details / githubweb)
  171. applied to XtendJvmModelInferrer (details / githubweb)
  172. use EcoreUtil.getAdapter (details / githubweb)
  173. use singletons for adapters (details / githubweb)
  174. JvmTypesBuilder: setSuperClass addSuperInterface (details / githubweb)
  175. applied to XtendJvmModelInferrer (details / githubweb)
  176. accept null as superType (details / githubweb)
  177. applied to Domainmodel (details / githubweb)
  178. implement Adapter instead of extending AdapterImpl (details / githubweb)
  179. avoid NPE in XtextPluginImages when initialized from non-UI thread (details / githubweb)
  180. additional null guards (details / githubweb)
  181. Add more flexibility to the way we find the ICompositeNode for an object (details / githubweb)
  182. ensureInitialize in manage (details / githubweb)
  183. also verify error position for EXCEPTION_NOT_THROWABLE (details / githubweb)
  184. also verify error position for EXCEPTION_DECLARED_TWICE (details / githubweb)
  185. added validation tests for exceptions in dispatch methods (details / githubweb)
  186. also verify error position for WILDCARD_IN_SUPERTYPE (details / githubweb)
  187. [Xtend] check for duplicate interface specification (details / githubweb)
  188. slightly improved tests (details / githubweb)
  189. regenerate test languages (details / githubweb)
  190. update to gradle 8.6 (details / githubweb)
  191. [#2674] update to lsp4j 0.22.0 (details / githubweb)
  192. use mwe 2.17.0.M3 (details / githubweb)
  193. force org.apache.commons.logging 1.2.0 in latest TP (details / githubweb)
  194. force org.apache.commons.logging 1.2.0 in the other TPs (details / githubweb)
  195. apache.commons.logging 1.2.0 in TargetPlatformProject (details / githubweb)
  196. bootstrap against 2.34.0.M2 (details / githubweb)
  197. update to mwe 2.17.0 release. (details / githubweb)
  198. bump sequence numbers (details / githubweb)

Started by user Christian Dietrich

This run spent:

  • 3 min 42 sec waiting;
  • 36 min build duration;
  • 36 min total from scheduled to completion.
Revision: 36938274943ca2305721ff07e5caf7af536bbd67
Repository: https://github.com/eclipse/xtext
  • origin/main