Minghao Li
Minghao Li
Discovered at https://github.com/checkstyle/checkstyle/pull/14791#issuecomment-2053817456 Regression report displays exceptions inconsistently. Sometimes there is a full stacktrace for an exception: https://checkstyle-diff-reports.s3.us-east-2.amazonaws.com/8039a13_2024203306/reports/diff/elasticsearch/index.html#A139 Sometimes there is only a line of the exception name: https://checkstyle-diff-reports.s3.us-east-2.amazonaws.com/8039a13_2024203306/reports/diff/elasticsearch/index.html#A1 Both...
See [JENKINS-72803](https://issues.jenkins.io/browse/JENKINS-72803). This issue aims to resolve [JENKINS-72803]. Since "(built-in)" is a default agent name in Jenkins, if user creates another agent with this name, Jenkins will recognize them as...
Part of Issue #14084 Solve suppression for `DetailAstImpl` by introducing `NonNegative` annotation.
Feature for Issue #14424 Diff Regression config: https://gist.githubusercontent.com/Lmh-java/814de3d973b95b957463eaab2c83f39b/raw/5f3e60d41571b0bff3e6f344af0f7e4ea7a0f5bd/base-util-constructor-config.xml Diff Regression patch config: https://gist.githubusercontent.com/Lmh-java/ca0caa46b1f782eaf967eddd917cbda7/raw/c3090400a908dce63cb1ac792462fe1d102dac74/patch-util-constructor-config.xml Diff Regression projects: https://gist.githubusercontent.com/Lmh-java/995679903bfdee2f3b1a8ab2e1578493/raw/068a288ff3424ad4f8c48e8667f1aeef32a6c825/skip-annotation-projects.properties
Fix for Issue #13553, Continue of #14016 ## Config ```xml ``` ## Regression Report https://checkstyle-diff-reports.s3.us-east-2.amazonaws.com/8a0a354_2024060435/reports/diff/checkstyle/index.html 5 violations are removed in Checkstyle code base. Differences in this report are intended. For...
### Description Add a referee info layer to display game state and command. Testing steps: 1. turn on "Referee Info" option in the "Layers" dropdown 2. Expect to see info...
### Description Add a python script that dry-runs some of our common CLI commands (as some sort of E2E integration test) ### Testing Done ### Resolved Issues ### Length Justification...
## Please fill out the following before requesting review on this PR ### Description ### Testing Done ### Resolved Issues ### Length Justification and Key Files to Review ### Review...
See [JENKINS-74867](https://issues.jenkins.io/browse/JENKINS-74867). ### Testing done - smoke-test - manual test, cannot reproduce the bug anymore. ### Proposed changelog entries Besides when retrieving the item to be copied by string, not...
Intended to fix #359. About the fix: 1. Introduced a null guard. When `getClock()` is initially null, it means there is no event in the file. Therefore, we throw an...