Skip to content

Fix javadoc for internal/Utils.java #909

Fix javadoc for internal/Utils.java

Fix javadoc for internal/Utils.java #909

Re-run triggered July 10, 2024 02:45
Status Failure
Total duration 21m 33s
Artifacts 1

test.yml

on: pull_request
Matrix Preparation
3s
Matrix Preparation
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 19 warnings
21, temurin, ubuntu, UTC, tr_TR, stress JIT: testng-core-api/src/main/java/org/testng/annotations/Test.java#L142
Replace 2 lines 142..143 with * The name of the suite this test class should be placed in. This attribute is ignored if @test * is not at the class level.
21, temurin, ubuntu, UTC, tr_TR, stress JIT: task ':testng-core-api:autostyleJavaCheck'#L1
Execution failed for task ':testng-core-api:autostyleJavaCheck': See 'What went wrong' below
21, temurin, ubuntu, UTC, tr_TR, stress JIT
Execution failed for task ':testng-core-api:autostyleJavaCheck'. > The following files have format violations: src/main/java/org/testng/annotations/Test.java @@ -139,8 +139,8 @@ String expectedExceptionsMessageRegExp() default ".*"; /** -···*·The·name·of·the·suite·this·test·class·should·be·placed·in.·This·attribute·is·ignored·if·@test·is␊ -···*·not·at·the·class·level.␊ +···*·The·name·of·the·suite·this·test·class·should·be·placed·in.·This·attribute·is·ignored·if·@test␊ +···*·is·not·at·the·class·level.␊ * * @return the value (default empty) */ You might want to adjust -PmaxCheckMessageLines=50 -PmaxFilesToList=10 -PminLinesPerFile=4 to see more violations Run './gradlew autostyleApply' to fix the violations.
11, corretto, ubuntu, America/New_York, fr_FR: testng-core-api/src/main/java/org/testng/annotations/Test.java#L142
Replace 2 lines 142..143 with * The name of the suite this test class should be placed in. This attribute is ignored if @test * is not at the class level.
11, corretto, ubuntu, America/New_York, fr_FR: task ':testng-core-api:autostyleJavaCheck'#L1
Execution failed for task ':testng-core-api:autostyleJavaCheck': See 'What went wrong' below
11, corretto, ubuntu, America/New_York, fr_FR
Execution failed for task ':testng-core-api:autostyleJavaCheck'. > The following files have format violations: src/main/java/org/testng/annotations/Test.java @@ -139,8 +139,8 @@ String expectedExceptionsMessageRegExp() default ".*"; /** -···*·The·name·of·the·suite·this·test·class·should·be·placed·in.·This·attribute·is·ignored·if·@test·is␊ -···*·not·at·the·class·level.␊ +···*·The·name·of·the·suite·this·test·class·should·be·placed·in.·This·attribute·is·ignored·if·@test␊ +···*·is·not·at·the·class·level.␊ * * @return the value (default empty) */ You might want to adjust -PmaxCheckMessageLines=50 -PmaxFilesToList=10 -PminLinesPerFile=4 to see more violations Run './gradlew autostyleApply' to fix the violations.
22, oracle, ubuntu, America/New_York, ru_RU: testng-core-api/src/main/java/org/testng/annotations/Test.java#L142
Replace 2 lines 142..143 with * The name of the suite this test class should be placed in. This attribute is ignored if @test * is not at the class level.
22, oracle, ubuntu, America/New_York, ru_RU: task ':testng-core-api:autostyleJavaCheck'#L1
Execution failed for task ':testng-core-api:autostyleJavaCheck': See 'What went wrong' below
22, oracle, ubuntu, America/New_York, ru_RU
Execution failed for task ':testng-core-api:autostyleJavaCheck'. > The following files have format violations: src/main/java/org/testng/annotations/Test.java @@ -139,8 +139,8 @@ String expectedExceptionsMessageRegExp() default ".*"; /** -···*·The·name·of·the·suite·this·test·class·should·be·placed·in.·This·attribute·is·ignored·if·@test·is␊ -···*·not·at·the·class·level.␊ +···*·The·name·of·the·suite·this·test·class·should·be·placed·in.·This·attribute·is·ignored·if·@test␊ +···*·is·not·at·the·class·level.␊ * * @return the value (default empty) */ You might want to adjust -PmaxCheckMessageLines=50 -PmaxFilesToList=10 -PminLinesPerFile=4 to see more violations Run './gradlew autostyleApply' to fix the violations.
21, liberica, same hashcode, windows, Pacific/Chatham, fr_FR: testng-core-api\src\main\java\org\testng\annotations\Test.java#L1
Replace 202 lines 1..202 with package org.testng.annotations; import static java.lang.annotation.ElementType.METHOD; import static java.lang.annotation.ElementType.TYPE; import java.lang.annotation.Retention; import java.lang.annotation.Target; import org.testng.IRetryAnalyzer; import org.testng.internal.annotations.DisabledRetryAnalyzer; /** Mark a class or a method as part of the test. */ @retention(java.lang.annotation.RetentionPolicy.RUNTIME) @target({METHOD, TYPE}) public @interface Test { /** * The list of groups this class/method belongs to. * * @return the value */ String[] groups() default {}; ...182 more lines
21, liberica, same hashcode, windows, Pacific/Chatham, fr_FR: task ':testng-core-api:autostyleJavaCheck'#L1
Execution failed for task ':testng-core-api:autostyleJavaCheck': See 'What went wrong' below
21, liberica, same hashcode, windows, Pacific/Chatham, fr_FR
Execution failed for task ':testng-core-api:autostyleJavaCheck'. > The following files have format violations: src\main\java\org\testng\annotations\Test.java @@ -1,202 +1,202 @@ -package org.testng.annotations;\r\n -\r\n -import static java.lang.annotation.ElementType.METHOD;\r\n -import static java.lang.annotation.ElementType.TYPE;\r\n -\r\n -import java.lang.annotation.Retention;\r\n -import java.lang.annotation.Target;\r\n -import org.testng.IRetryAnalyzer;\r\n -import org.testng.internal.annotations.DisabledRetryAnalyzer;\r\n -\r\n -/** Mark a class or a method as part of the test. */\r\n -@retention(java.lang.annotation.RetentionPolicy.RUNTIME)\r\n -@target({METHOD, TYPE})\r\n -public @interface Test {\r\n - /**\r\n - * The list of groups this class/method belongs to.\r\n - *\r\n - * @return the value\r\n - */\r\n - String[] groups() default {};\r\n -\r\n - /**\r\n - * Whether methods on this class/method are enabled.\r\n - *\r\n - * @return the value (default true)\r\n - */\r\n - boolean enabled() default true;\r\n -\r\n - /**\r\n - * The list of groups this method depends on. Every method member of one of these groups is\r\n - * guaranteed to have been invoked before this method. Furthermore, if any of these methods was\r\n - * not a SUCCESS, this test method will not be run and will be flagged as a SKIP.\r\n - *\r\n - * @return the value\r\n - */\r\n - String[] dependsOnGroups() default {};\r\n -\r\n - /**\r\n - * The list of methods this method depends on. There is no guarantee on the order on which the\r\n - * methods depended upon will be run, but you are guaranteed that all these methods will be run\r\n - * before the test method that contains this annotation is run. Furthermore, if any of these\r\n - * methods was not a SUCCESS, this test method will not be run and will be flagged as a SKIP.\r\n - *\r\n - * <p>If some of these methods have been overloaded, all the overloaded versions will be run.\r\n - *\r\n - * @return the value\r\n - */\r\n - String[] dependsOnMethods() default {};\r\n ... (356 more lines that didn't fit) You might want to adjust -PmaxCheckMessageLines=50 -PmaxFilesToList=10 -PminLinesPerFile=4 to see more violations Run './gradlew autostyleApply' to fix the violations.
17, oracle, windows, Pacific/Chatham, tr_TR, stress JIT: testng-core-api\src\main\java\org\testng\annotations\Test.java#L1
Replace 202 lines 1..202 with package org.testng.annotations; import static java.lang.annotation.ElementType.METHOD; import static java.lang.annotation.ElementType.TYPE; import java.lang.annotation.Retention; import java.lang.annotation.Target; import org.testng.IRetryAnalyzer; import org.testng.internal.annotations.DisabledRetryAnalyzer; /** Mark a class or a method as part of the test. */ @retention(java.lang.annotation.RetentionPolicy.RUNTIME) @target({METHOD, TYPE}) public @interface Test { /** * The list of groups this class/method belongs to. * * @return the value */ String[] groups() default {}; ...182 more lines
17, oracle, windows, Pacific/Chatham, tr_TR, stress JIT: task ':testng-core-api:autostyleJavaCheck'#L1
Execution failed for task ':testng-core-api:autostyleJavaCheck': See 'What went wrong' below
17, oracle, windows, Pacific/Chatham, tr_TR, stress JIT
Execution failed for task ':testng-core-api:autostyleJavaCheck'. > The following files have format violations: src\main\java\org\testng\annotations\Test.java @@ -1,202 +1,202 @@ -package org.testng.annotations;\r\n -\r\n -import static java.lang.annotation.ElementType.METHOD;\r\n -import static java.lang.annotation.ElementType.TYPE;\r\n -\r\n -import java.lang.annotation.Retention;\r\n -import java.lang.annotation.Target;\r\n -import org.testng.IRetryAnalyzer;\r\n -import org.testng.internal.annotations.DisabledRetryAnalyzer;\r\n -\r\n -/** Mark a class or a method as part of the test. */\r\n -@retention(java.lang.annotation.RetentionPolicy.RUNTIME)\r\n -@target({METHOD, TYPE})\r\n -public @interface Test {\r\n - /**\r\n - * The list of groups this class/method belongs to.\r\n - *\r\n - * @return the value\r\n - */\r\n - String[] groups() default {};\r\n -\r\n - /**\r\n - * Whether methods on this class/method are enabled.\r\n - *\r\n - * @return the value (default true)\r\n - */\r\n - boolean enabled() default true;\r\n -\r\n - /**\r\n - * The list of groups this method depends on. Every method member of one of these groups is\r\n - * guaranteed to have been invoked before this method. Furthermore, if any of these methods was\r\n - * not a SUCCESS, this test method will not be run and will be flagged as a SKIP.\r\n - *\r\n - * @return the value\r\n - */\r\n - String[] dependsOnGroups() default {};\r\n -\r\n - /**\r\n - * The list of methods this method depends on. There is no guarantee on the order on which the\r\n - * methods depended upon will be run, but you are guaranteed that all these methods will be run\r\n - * before the test method that contains this annotation is run. Furthermore, if any of these\r\n - * methods was not a SUCCESS, this test method will not be run and will be flagged as a SKIP.\r\n - *\r\n - * <p>If some of these methods have been overloaded, all the overloaded versions will be run.\r\n - *\r\n - * @return the value\r\n - */\r\n - String[] dependsOnMethods() default {};\r\n ... (356 more lines that didn't fit) You might want to adjust -PmaxCheckMessageLines=50 -PmaxFilesToList=10 -PminLinesPerFile=4 to see more violations Run './gradlew autostyleApply' to fix the violations.
17, zulu, macos, America/New_York, ru_RU, stress JIT
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
17, zulu, macos, America/New_York, ru_RU, stress JIT: testng-core-api/src/main/java/org/testng/annotations/Test.java#L142
Replace 2 lines 142..143 with * The name of the suite this test class should be placed in. This attribute is ignored if @test * is not at the class level.
17, zulu, macos, America/New_York, ru_RU, stress JIT: task ':testng-core-api:autostyleJavaCheck'#L1
Execution failed for task ':testng-core-api:autostyleJavaCheck': See 'What went wrong' below
17, zulu, macos, America/New_York, ru_RU, stress JIT
Execution failed for task ':testng-core-api:autostyleJavaCheck'. > The following files have format violations: src/main/java/org/testng/annotations/Test.java @@ -139,8 +139,8 @@ String expectedExceptionsMessageRegExp() default ".*"; /** -···*·The·name·of·the·suite·this·test·class·should·be·placed·in.·This·attribute·is·ignored·if·@test·is␊ -···*·not·at·the·class·level.␊ +···*·The·name·of·the·suite·this·test·class·should·be·placed·in.·This·attribute·is·ignored·if·@test␊ +···*·is·not·at·the·class·level.␊ * * @return the value (default empty) */ You might want to adjust -PmaxCheckMessageLines=50 -PmaxFilesToList=10 -PminLinesPerFile=4 to see more violations Run './gradlew autostyleApply' to fix the violations.
17, microsoft, macos, America/New_York, tr_TR: testng-core-api/src/main/java/org/testng/annotations/Test.java#L142
Replace 2 lines 142..143 with * The name of the suite this test class should be placed in. This attribute is ignored if @test * is not at the class level.
17, microsoft, macos, America/New_York, tr_TR: task ':testng-core-api:autostyleJavaCheck'#L1
Execution failed for task ':testng-core-api:autostyleJavaCheck': See 'What went wrong' below
17, microsoft, macos, America/New_York, tr_TR
Execution failed for task ':testng-core-api:autostyleJavaCheck'. > The following files have format violations: src/main/java/org/testng/annotations/Test.java @@ -139,8 +139,8 @@ String expectedExceptionsMessageRegExp() default ".*"; /** -···*·The·name·of·the·suite·this·test·class·should·be·placed·in.·This·attribute·is·ignored·if·@test·is␊ -···*·not·at·the·class·level.␊ +···*·The·name·of·the·suite·this·test·class·should·be·placed·in.·This·attribute·is·ignored·if·@test␊ +···*·is·not·at·the·class·level.␊ * * @return the value (default empty) */ You might want to adjust -PmaxCheckMessageLines=50 -PmaxFilesToList=10 -PminLinesPerFile=4 to see more violations Run './gradlew autostyleApply' to fix the violations.
21, temurin, ubuntu, UTC, tr_TR, stress JIT
The following actions uses Node.js version which is deprecated and will be forced to run on node20: burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
21, temurin, ubuntu, UTC, tr_TR, stress JIT
No files were found with the provided path: testng-core/build/reports/tests/test/**. No artifacts will be uploaded.
21, temurin, ubuntu, UTC, tr_TR, stress JIT
Gradle Build Scan: https://gradle.com/s/xtqsiqeig46ui
11, corretto, ubuntu, America/New_York, fr_FR
The following actions uses Node.js version which is deprecated and will be forced to run on node20: burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
11, corretto, ubuntu, America/New_York, fr_FR
No files were found with the provided path: testng-core/build/reports/tests/test/**. No artifacts will be uploaded.
11, corretto, ubuntu, America/New_York, fr_FR
Gradle Build Scan: https://gradle.com/s/oejv65un7zkkg
22, oracle, ubuntu, America/New_York, ru_RU
The following actions uses Node.js version which is deprecated and will be forced to run on node20: burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
22, oracle, ubuntu, America/New_York, ru_RU
Gradle Build Scan: https://gradle.com/s/v45tddrbmwm5y
22, oracle, ubuntu, America/New_York, ru_RU
No files were found with the provided path: testng-core/build/reports/tests/test/**. No artifacts will be uploaded.
21, liberica, same hashcode, windows, Pacific/Chatham, fr_FR
The following actions uses Node.js version which is deprecated and will be forced to run on node20: burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
21, liberica, same hashcode, windows, Pacific/Chatham, fr_FR
No files were found with the provided path: testng-core/build/reports/tests/test/**. No artifacts will be uploaded.
21, liberica, same hashcode, windows, Pacific/Chatham, fr_FR
Gradle Build Scan: https://gradle.com/s/fjep3d3goo5ow
17, oracle, windows, Pacific/Chatham, tr_TR, stress JIT
The following actions uses Node.js version which is deprecated and will be forced to run on node20: burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
17, oracle, windows, Pacific/Chatham, tr_TR, stress JIT
No files were found with the provided path: testng-core/build/reports/tests/test/**. No artifacts will be uploaded.
17, oracle, windows, Pacific/Chatham, tr_TR, stress JIT
Gradle Build Scan: https://gradle.com/s/gnelkbahykgay
17, zulu, macos, America/New_York, ru_RU, stress JIT
The following actions uses Node.js version which is deprecated and will be forced to run on node20: burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
17, zulu, macos, America/New_York, ru_RU, stress JIT
Gradle Build Scan: https://gradle.com/s/gra6pwgzzmggq
17, microsoft, macos, America/New_York, tr_TR
The following actions uses Node.js version which is deprecated and will be forced to run on node20: burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
17, microsoft, macos, America/New_York, tr_TR
Gradle Build Scan: https://gradle.com/s/4duimwvb2pi66

Artifacts

Produced during runtime
Name Size
build-reports---1720579554
557 KB