Skip to content
Started 11 days ago
Took 25 min
Success

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

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

Started by user Christian Dietrich

This run spent:

  • 17 sec waiting;
  • 25 min build duration;
  • 25 min total from scheduled to completion.
Revision: 2c4953968ff7216baa5f99597ceeff896c1586db
Repository: https://github.com/eclipse/xtext
  • origin/main