Skip to content

Add new thread variable __jmv_THREAD_START_TIME_ITERATION contains the currentTimeMillis when the thread iteration start. #2839

Add new thread variable __jmv_THREAD_START_TIME_ITERATION contains the currentTimeMillis when the thread iteration start.

Add new thread variable __jmv_THREAD_START_TIME_ITERATION contains the currentTimeMillis when the thread iteration start. #2839

Triggered via pull request November 5, 2024 15:41
Status Failure
Total duration 15m 31s
Artifacts

main.yml

on: pull_request
Matrix Preparation
3s
Matrix Preparation
Error Prone (JDK 17)
5m 1s
Error Prone (JDK 17)
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 5 warnings
17, zulu, windows, Pacific/Chatham, tr_TR, stress JIT: src\jorphan\src\main\kotlin\org\apache\jorphan\gui\JEditableCheckBox.kt#L1
Replace 236 lines 1..236 with /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to you under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.apache.jorphan.gui import org.apiguardian.api.API ...216 more lines
17, zulu, windows, Pacific/Chatham, tr_TR, stress JIT: task ':src:jorphan:autostyleKotlinCheck'#L1
Execution failed for task ':src:jorphan:autostyleKotlinCheck': See 'What went wrong' below
17, zulu, windows, Pacific/Chatham, tr_TR, stress JIT
Execution failed for task ':src:jorphan:autostyleKotlinCheck'. > The following files have format violations: src\main\kotlin\org\apache\jorphan\gui\JEditableCheckBox.kt @@ -1,236 +1,236 @@ -/*\r\n - * Licensed to the Apache Software Foundation (ASF) under one or more\r\n - * contributor license agreements. See the NOTICE file distributed with\r\n - * this work for additional information regarding copyright ownership.\r\n - * The ASF licenses this file to you under the Apache License, Version 2.0\r\n - * (the "License"); you may not use this file except in compliance with\r\n - * the License. You may obtain a copy of the License at\r\n - *\r\n - * http://www.apache.org/licenses/LICENSE-2.0\r\n - *\r\n - * Unless required by applicable law or agreed to in writing, software\r\n - * distributed under the License is distributed on an "AS IS" BASIS,\r\n - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n - * See the License for the specific language governing permissions and\r\n - * limitations under the License.\r\n - */\r\n -\r\n -package org.apache.jorphan.gui\r\n -\r\n -import org.apiguardian.api.API\r\n -import java.awt.Color\r\n -import java.awt.Container\r\n -import java.awt.FlowLayout\r\n -import java.awt.event.ActionEvent\r\n -import javax.swing.AbstractAction\r\n -import javax.swing.BorderFactory\r\n -import javax.swing.Box\r\n -import javax.swing.JCheckBox\r\n -import javax.swing.JComboBox\r\n -import javax.swing.JLabel\r\n -import javax.swing.JPanel\r\n -import javax.swing.JPopupMenu\r\n -import javax.swing.SwingUtilities\r\n -import javax.swing.event.ChangeEvent\r\n -\r\n -/**\r\n - * A Checkbox that can be converted to an editable field and back.\r\n - * @SInCE 5.6\r\n - */\r\n -@API(status = API.Status.EXPERIMENTAL, since = "5.6")\r\n -public open class JEditableCheckBox(\r\n - label: String,\r\n - private val configuration: Configuration\r\n -) : JPanel() {\r\n - public companion object {\r\n - public const val CHECKBOX_CARD: String = "checkbox"\r\n - public const val EDITABLE_CARD: String = "editable"\r\n - public const val VALUE_PROPERTY: String = "value"\r\n ... (424 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.
21, microsoft, windows, UTC, de_DE, stress JIT: src\jorphan\src\main\kotlin\org\apache\jorphan\gui\JEditableCheckBox.kt#L1
Replace 236 lines 1..236 with /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to you under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.apache.jorphan.gui import org.apiguardian.api.API ...216 more lines
21, microsoft, windows, UTC, de_DE, stress JIT: task ':src:jorphan:autostyleKotlinCheck'#L1
Execution failed for task ':src:jorphan:autostyleKotlinCheck': See 'What went wrong' below
21, microsoft, windows, UTC, de_DE, stress JIT
Execution failed for task ':src:jorphan:autostyleKotlinCheck'. > The following files have format violations: src\main\kotlin\org\apache\jorphan\gui\JEditableCheckBox.kt @@ -1,236 +1,236 @@ -/*\r\n - * Licensed to the Apache Software Foundation (ASF) under one or more\r\n - * contributor license agreements. See the NOTICE file distributed with\r\n - * this work for additional information regarding copyright ownership.\r\n - * The ASF licenses this file to you under the Apache License, Version 2.0\r\n - * (the "License"); you may not use this file except in compliance with\r\n - * the License. You may obtain a copy of the License at\r\n - *\r\n - * http://www.apache.org/licenses/LICENSE-2.0\r\n - *\r\n - * Unless required by applicable law or agreed to in writing, software\r\n - * distributed under the License is distributed on an "AS IS" BASIS,\r\n - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n - * See the License for the specific language governing permissions and\r\n - * limitations under the License.\r\n - */\r\n -\r\n -package org.apache.jorphan.gui\r\n -\r\n -import org.apiguardian.api.API\r\n -import java.awt.Color\r\n -import java.awt.Container\r\n -import java.awt.FlowLayout\r\n -import java.awt.event.ActionEvent\r\n -import javax.swing.AbstractAction\r\n -import javax.swing.BorderFactory\r\n -import javax.swing.Box\r\n -import javax.swing.JCheckBox\r\n -import javax.swing.JComboBox\r\n -import javax.swing.JLabel\r\n -import javax.swing.JPanel\r\n -import javax.swing.JPopupMenu\r\n -import javax.swing.SwingUtilities\r\n -import javax.swing.event.ChangeEvent\r\n -\r\n -/**\r\n - * A Checkbox that can be converted to an editable field and back.\r\n - * @SInCE 5.6\r\n - */\r\n -@API(status = API.Status.EXPERIMENTAL, since = "5.6")\r\n -public open class JEditableCheckBox(\r\n - label: String,\r\n - private val configuration: Configuration\r\n -) : JPanel() {\r\n - public companion object {\r\n - public const val CHECKBOX_CARD: String = "checkbox"\r\n - public const val EDITABLE_CARD: String = "editable"\r\n - public const val VALUE_PROPERTY: String = "value"\r\n ... (424 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.
21, temurin, macos, UTC, tr_TR: src/jorphan/src/main/kotlin/org/apache/jorphan/gui/JEditableCheckBox.kt#L111
Replace 1 line 111..111 with cb.setBorder(BorderFactory.createLineBorder(Color(51, 204, 255))) // Very light blue
21, temurin, macos, UTC, tr_TR: task ':src:jorphan:autostyleKotlinCheck'#L1
Execution failed for task ':src:jorphan:autostyleKotlinCheck': See 'What went wrong' below
21, temurin, macos, UTC, tr_TR
Execution failed for task ':src:jorphan:autostyleKotlinCheck'. > The following files have format violations: src/main/kotlin/org/apache/jorphan/gui/JEditableCheckBox.kt @@ -108,7 +108,7 @@ private val checkbox: JCheckBox = JCheckBox(label).apply { val cb = this cb.setBorderPainted(true) -········cb.setBorder(BorderFactory.createLineBorder(Color(51,204,255)))·//·Very·light·blue␊ +········cb.setBorder(BorderFactory.createLineBorder(Color(51,·204,·255)))·//·Very·light·blue␊ componentPopupMenu = JPopupMenu().apply { add(useExpressionAction) } You might want to adjust -PmaxCheckMessageLines=50 -PmaxFilesToList=10 -PminLinesPerFile=4 to see more violations Run './gradlew autostyleApply' to fix the violations.
17, corretto, same hashcode, macos, UTC, fr_FR, stress JIT: src/jorphan/src/main/kotlin/org/apache/jorphan/gui/JEditableCheckBox.kt#L111
Replace 1 line 111..111 with cb.setBorder(BorderFactory.createLineBorder(Color(51, 204, 255))) // Very light blue
17, corretto, same hashcode, macos, UTC, fr_FR, stress JIT: task ':src:jorphan:autostyleKotlinCheck'#L1
Execution failed for task ':src:jorphan:autostyleKotlinCheck': See 'What went wrong' below
17, corretto, same hashcode, macos, UTC, fr_FR, stress JIT
Execution failed for task ':src:jorphan:autostyleKotlinCheck'. > The following files have format violations: src/main/kotlin/org/apache/jorphan/gui/JEditableCheckBox.kt @@ -108,7 +108,7 @@ private val checkbox: JCheckBox = JCheckBox(label).apply { val cb = this cb.setBorderPainted(true) -········cb.setBorder(BorderFactory.createLineBorder(Color(51,204,255)))·//·Very·light·blue␊ +········cb.setBorder(BorderFactory.createLineBorder(Color(51,·204,·255)))·//·Very·light·blue␊ componentPopupMenu = JPopupMenu().apply { add(useExpressionAction) } You might want to adjust -PmaxCheckMessageLines=50 -PmaxFilesToList=10 -PminLinesPerFile=4 to see more violations Run './gradlew autostyleApply' to fix the violations.
Error Prone (JDK 17)
The following actions use a deprecated Node.js version 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, windows, Pacific/Chatham, tr_TR, stress JIT
The following actions use a deprecated Node.js version 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, microsoft, windows, UTC, de_DE, stress JIT
The following actions use a deprecated Node.js version 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, macos, UTC, tr_TR
The following actions use a deprecated Node.js version 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, corretto, same hashcode, macos, UTC, fr_FR, stress JIT
The following actions use a deprecated Node.js version 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/