|
10 | 10 |
|
11 | 11 | <body> |
12 | 12 | <!-- placeholder for a new section --> |
| 13 | + <section name="Release 10.21.4"> |
| 14 | + <div class="releaseDate">04.03.2025</div> |
| 15 | + <p>Bug fixes:</p> |
| 16 | + <ul> |
| 17 | + <li> |
| 18 | + AnnotationOnSameLine: FalseNegative when the annotation is on the same line of the |
| 19 | + modifer of the target class. |
| 20 | + Author: Anmol |
| 21 | + <a href="https://github.com/checkstyle/checkstyle/issues/15161">#15161</a> |
| 22 | + </li> |
| 23 | + <li> |
| 24 | + PARAMETER_DEF in FinalLocalVariable doesn't seem to work in interfaces. |
| 25 | + Author: Anmol |
| 26 | + <a href="https://github.com/checkstyle/checkstyle/issues/16081">#16081</a> |
| 27 | + </li> |
| 28 | + <li> |
| 29 | + Regression: CyclomaticComplexity.switchBlockAsSingleDecisionPoint does not work |
| 30 | + properly anymore (10.21.1). |
| 31 | + Author: Mohit Attry |
| 32 | + <a href="https://github.com/checkstyle/checkstyle/issues/16165">#16165</a> |
| 33 | + </li> |
| 34 | + </ul> |
| 35 | + <p>Notes:</p> |
| 36 | + <ul> |
| 37 | + <li> |
| 38 | + update JavadocTokenTypes.java to new format of AST print. |
| 39 | + Author: Atharv Chavan, jerryyummy, bishoy |
| 40 | + <a href="https://github.com/checkstyle/checkstyle/issues/14631">#14631</a> |
| 41 | + </li> |
| 42 | + <li> |
| 43 | + Resolve Pitest Suppression in Pitest-Javadoc Profile. |
| 44 | + Author: Amit Kumar Deohoria, Harsh-Agrawal96 |
| 45 | + <a href="https://github.com/checkstyle/checkstyle/issues/13999">#13999</a> |
| 46 | + </li> |
| 47 | + <li> |
| 48 | + Define violation messages for all violations. |
| 49 | + Author: Usman Shaikh |
| 50 | + <a href="https://github.com/checkstyle/checkstyle/issues/15456">#15456</a> |
| 51 | + </li> |
| 52 | + <li> |
| 53 | + Improve documentation - how to add usage of `var` to check `IllegalType`? . |
| 54 | + Author: Priyambada Roul |
| 55 | + <a href="https://github.com/checkstyle/checkstyle/issues/14775">#14775</a> |
| 56 | + </li> |
| 57 | + <li> |
| 58 | + Enforce file size on Java inputs. |
| 59 | + Author: Amit Kumar Deohoria, abc |
| 60 | + <a href="https://github.com/checkstyle/checkstyle/issues/11163">#11163</a> |
| 61 | + </li> |
| 62 | + <li> |
| 63 | + Strange echo failure for static message in github action execution. |
| 64 | + Author: Roman Ivanov |
| 65 | + <a href="https://github.com/checkstyle/checkstyle/issues/16414">#16414</a> |
| 66 | + </li> |
| 67 | + <li> |
| 68 | + Remove '//ok' comments from Input files . |
| 69 | + Author: vishakha-mali, Tahanima Chowdhury |
| 70 | + <a href="https://github.com/checkstyle/checkstyle/issues/13213">#13213</a> |
| 71 | + </li> |
| 72 | + <li> |
| 73 | + Cover pitest survivals with tests. |
| 74 | + Author: Ziad Ahmed |
| 75 | + <a href="https://github.com/checkstyle/checkstyle/issues/14019">#14019</a> |
| 76 | + </li> |
| 77 | + </ul> |
| 78 | + </section> |
13 | 79 | <section name="Release 10.21.3"> |
14 | 80 | <div class="releaseDate">23.02.2025</div> |
15 | 81 | <p>Bug fixes:</p> |
|
0 commit comments