|
10 | 10 |
|
11 | 11 | <body> |
12 | 12 | <!-- placeholder for a new section --> |
| 13 | + <section name="Release 10.23.1"> |
| 14 | + <div class="releaseDate">27.04.2025</div> |
| 15 | + <p>Bug fixes:</p> |
| 16 | + <ul> |
| 17 | + <li> |
| 18 | + JavadocParagraph false violation when <p> is inside of |
| 19 | + <div></div>. |
| 20 | + Author: MedAzizFrigui |
| 21 | + <a href="https://github.com/checkstyle/checkstyle/issues/16630">#16630</a> |
| 22 | + </li> |
| 23 | + <li> |
| 24 | + google_checks.xml: remove xpath suppression and false-positive indentation violations |
| 25 | + for block codes. |
| 26 | + Author: Mohit Attry |
| 27 | + <a href="https://github.com/checkstyle/checkstyle/issues/15769">#15769</a> |
| 28 | + </li> |
| 29 | + <li> |
| 30 | + Fix false-negatives regarding LITERAL_CATCH to detect K&R Blocks in |
| 31 | + google_checks.xml. |
| 32 | + Author: Anmol |
| 33 | + <a href="https://github.com/checkstyle/checkstyle/issues/15792">#15792</a> |
| 34 | + </li> |
| 35 | + <li> |
| 36 | + SuppressWarningsHolder should allow usage of simple name of Checks in aliasList. |
| 37 | + Author: Harsh-Agrawal96 |
| 38 | + <a href="https://github.com/checkstyle/checkstyle/issues/11641">#11641</a> |
| 39 | + </li> |
| 40 | + </ul> |
| 41 | + <p>Notes:</p> |
| 42 | + <ul> |
| 43 | + <li> |
| 44 | + doc: remove outdated note about ANTLR versions in Javadoc vs Java grammar explanation. |
| 45 | + Author: mahfouz72 |
| 46 | + </li> |
| 47 | + <li> |
| 48 | + Define violation messages for all violations. |
| 49 | + Author: Praveen Kumar, Brijeshthummar02 |
| 50 | + <a href="https://github.com/checkstyle/checkstyle/issues/15456">#15456</a> |
| 51 | + </li> |
| 52 | + <li> |
| 53 | + Missing test for InputIndentationInvalidArrayInitIndent.java with |
| 54 | + forceStrictCondition=false. |
| 55 | + Author: Praveen Kumar |
| 56 | + <a href="https://github.com/checkstyle/checkstyle/issues/16869">#16869</a> |
| 57 | + </li> |
| 58 | + <li> |
| 59 | + Update Filters Exampes to use verifyFilterWithInlineConfigParser. |
| 60 | + Author: Usman Shaikh |
| 61 | + <a href="https://github.com/checkstyle/checkstyle/issues/16738">#16738</a> |
| 62 | + </li> |
| 63 | + <li> |
| 64 | + Cover pitest survivals with tests. |
| 65 | + Author: Priyambada Roul, atharv, abdelrhmansersawy, Brijeshthummar02 |
| 66 | + <a href="https://github.com/checkstyle/checkstyle/issues/14019">#14019</a> |
| 67 | + </li> |
| 68 | + <li> |
| 69 | + disallow import of `java.util.concurrent.atomic.AtomicInteger` yet, it is still used in |
| 70 | + `api\SeverityLevelCounter.java` and `checks\UniquePropertiesCheck.java`. |
| 71 | + Author: Vincent Potucek |
| 72 | + <a href="https://github.com/checkstyle/checkstyle/issues/16903">#16903</a> |
| 73 | + </li> |
| 74 | + <li> |
| 75 | + Update CLI help to mention that folder also can be used . |
| 76 | + Author: smita_1078 |
| 77 | + <a href="https://github.com/checkstyle/checkstyle/issues/12910">#12910</a> |
| 78 | + </li> |
| 79 | + <li> |
| 80 | + Extend documentation on no lombok support. |
| 81 | + Author: Praveen Kumar |
| 82 | + <a href="https://github.com/checkstyle/checkstyle/issues/13538">#13538</a> |
| 83 | + </li> |
| 84 | + <li> |
| 85 | + separate examples by horizontal line. |
| 86 | + Author: smita_1078 |
| 87 | + <a href="https://github.com/checkstyle/checkstyle/issues/16333">#16333</a> |
| 88 | + </li> |
| 89 | + <li> |
| 90 | + Configuration website does not allow linking to Examples. |
| 91 | + Author: smita_1078 |
| 92 | + <a href="https://github.com/checkstyle/checkstyle/issues/14879">#14879</a> |
| 93 | + </li> |
| 94 | + <li> |
| 95 | + Remove usage of AtomicInteger from NPathComplexityCheck. |
| 96 | + Author: atharv, Muratcan Yeldan |
| 97 | + <a href="https://github.com/checkstyle/checkstyle/issues/16882">#16882</a> |
| 98 | + </li> |
| 99 | + <li> |
| 100 | + update JavadocTokenTypes.java to new format of AST print. |
| 101 | + Author: yukti-nandwana, Praveen Kumar, Brijeshthummar02, ZaeemSheikh |
| 102 | + <a href="https://github.com/checkstyle/checkstyle/issues/14631">#14631</a> |
| 103 | + </li> |
| 104 | + <li> |
| 105 | + chore: use span classes for layout . |
| 106 | + Author: Seth Falco |
| 107 | + <a href="https://github.com/checkstyle/checkstyle/issues/16839">#16839</a> |
| 108 | + </li> |
| 109 | + <li> |
| 110 | + Website layout breaks at viewport width >= 1999px. |
| 111 | + Author: Seth Falco |
| 112 | + <a href="https://github.com/checkstyle/checkstyle/issues/16825">#16825</a> |
| 113 | + </li> |
| 114 | + <li> |
| 115 | + fix `OSX build` when `.DS_Store` is present. |
| 116 | + Author: Vincent Potucek |
| 117 | + <a href="https://github.com/checkstyle/checkstyle/issues/16559">#16559</a> |
| 118 | + </li> |
| 119 | + <li> |
| 120 | + doc: remove SonarCloud badge from README.md. |
| 121 | + Author: Brijeshthummar02 |
| 122 | + </li> |
| 123 | + <li> |
| 124 | + use new nio jdk api instead of all api. |
| 125 | + Author: Priyambada Roul |
| 126 | + <a href="https://github.com/checkstyle/checkstyle/issues/16155">#16155</a> |
| 127 | + </li> |
| 128 | + <li> |
| 129 | + Enforce file size on Java inputs. |
| 130 | + Author: Praveen Kumar |
| 131 | + <a href="https://github.com/checkstyle/checkstyle/issues/11163">#11163</a> |
| 132 | + </li> |
| 133 | + <li> |
| 134 | + infra: verify-no-exception-configs is in semaphore ci. |
| 135 | + Author: Vincent Potucek |
| 136 | + <a href="https://github.com/checkstyle/checkstyle/issues/16841">#16841</a> |
| 137 | + </li> |
| 138 | + <li> |
| 139 | + align ubuntu image version `ubuntu-22.04` -> `ubuntu-24.04`. |
| 140 | + Author: Vincent Potucek |
| 141 | + <a href="https://github.com/checkstyle/checkstyle/issues/16829">#16829</a> |
| 142 | + </li> |
| 143 | + <li> |
| 144 | + doc: improve variableDeclarationUsage...Check's docs to avoid confusion on |
| 145 | + calculation of distance. |
| 146 | + Author: Mohit Attry |
| 147 | + </li> |
| 148 | + <li> |
| 149 | + Resolve CheckerFramework violations. |
| 150 | + Author: Rohanraj123 |
| 151 | + <a href="https://github.com/checkstyle/checkstyle/issues/14084">#14084</a> |
| 152 | + </li> |
| 153 | + <li> |
| 154 | + fix whitespace typo in `Note : ` -> `Note: `. |
| 155 | + Author: Vincent Potucek |
| 156 | + <a href="https://github.com/checkstyle/checkstyle/issues/16811">#16811</a> |
| 157 | + </li> |
| 158 | + <li> |
| 159 | + Bad links on Sponsoring page. |
| 160 | + Author: Brijeshthummar02 |
| 161 | + <a href="https://github.com/checkstyle/checkstyle/issues/16753">#16753</a> |
| 162 | + </li> |
| 163 | + <li> |
| 164 | + add Content section to config.xml and writinglisteners.xml.vm. |
| 165 | + Author: Brijeshthummar02 |
| 166 | + <a href="https://github.com/checkstyle/checkstyle/issues/1241">#1241</a> |
| 167 | + </li> |
| 168 | + <li> |
| 169 | + Broken Backport Links on Website. |
| 170 | + Author: Brijeshthummar02 |
| 171 | + <a href="https://github.com/checkstyle/checkstyle/issues/16816">#16816</a> |
| 172 | + </li> |
| 173 | + <li> |
| 174 | + Fix existing cases of `getFileContents()` usage. |
| 175 | + Author: atharv |
| 176 | + <a href="https://github.com/checkstyle/checkstyle/issues/11166">#11166</a> |
| 177 | + </li> |
| 178 | + <li> |
| 179 | + Broken Flattr Link and Image on Sponsoring Page. |
| 180 | + Author: Brijeshthummar02 |
| 181 | + <a href="https://github.com/checkstyle/checkstyle/issues/16759">#16759</a> |
| 182 | + </li> |
| 183 | + <li> |
| 184 | + Resolve Pitest Suppression in Pitest-Javadoc Profile. |
| 185 | + Author: Prarthana-Ramesh |
| 186 | + <a href="https://github.com/checkstyle/checkstyle/issues/13999">#13999</a> |
| 187 | + </li> |
| 188 | + <li> |
| 189 | + SarifLoggerTest.java to use verifyWithInlineConfigParserAndLogger. |
| 190 | + Author: sersawy |
| 191 | + <a href="https://github.com/checkstyle/checkstyle/issues/16361">#16361</a> |
| 192 | + </li> |
| 193 | + </ul> |
| 194 | + </section> |
13 | 195 | <section name="Release 10.23.0"> |
14 | 196 | <div class="releaseDate">02.04.2025</div> |
15 | 197 | <p>New:</p> |
|
0 commit comments