|
10 | 10 |
|
11 | 11 | <body> |
12 | 12 | <!-- placeholder for a new section --> |
| 13 | + <section name="Release 10.17.0"> |
| 14 | + <div class="releaseDate">26.05.2024</div> |
| 15 | + <p>Breaking backward compatibility:</p> |
| 16 | + <ul> |
| 17 | + <li> |
| 18 | + ImportOrder: replace Pattern[] with String[] type for properties staticGroups and groups. |
| 19 | + Author: Minghao Li |
| 20 | + <a href="https://github.com/checkstyle/checkstyle/issues/13758">#13758</a> |
| 21 | + </li> |
| 22 | + </ul> |
| 23 | + <p>New:</p> |
| 24 | + <ul> |
| 25 | + <li> |
| 26 | + new Check: ConstructorsDeclarationGrouping to check the grouping of overloaded |
| 27 | + constructors. |
| 28 | + Author: Mauryan Kansara |
| 29 | + <a href="https://github.com/checkstyle/checkstyle/issues/14726">#14726</a> |
| 30 | + </li> |
| 31 | + </ul> |
| 32 | + <p>Bug fixes:</p> |
| 33 | + <ul> |
| 34 | + <li> |
| 35 | + Checkstyle fails with "Path contains invalid character" if path to config file |
| 36 | + contains non-ascii characters. |
| 37 | + Author: Andrei Paikin |
| 38 | + <a href="https://github.com/checkstyle/checkstyle/issues/13012">#13012</a> |
| 39 | + </li> |
| 40 | + <li> |
| 41 | + Null pointer Exception in UnusedLocalVariableCheck. |
| 42 | + Author: Vyom-Yadav |
| 43 | + <a href="https://github.com/checkstyle/checkstyle/issues/13167">#13167</a> |
| 44 | + </li> |
| 45 | + <li> |
| 46 | + False positive for UnusedLocalVariable. |
| 47 | + Author: Kevin222004 |
| 48 | + <a href="https://github.com/checkstyle/checkstyle/issues/14506">#14506</a> |
| 49 | + </li> |
| 50 | + <li> |
| 51 | + WhitespaceAround reports a violation when switch expression is passed as a method |
| 52 | + argument. |
| 53 | + Author: Andrei Paikin |
| 54 | + <a href="https://github.com/checkstyle/checkstyle/issues/14825">#14825</a> |
| 55 | + </li> |
| 56 | + <li> |
| 57 | + InnerAssignmentCheck failed for one line code in Java 14 switch expression. |
| 58 | + Author: mahfouz72 |
| 59 | + <a href="https://github.com/checkstyle/checkstyle/issues/13086">#13086</a> |
| 60 | + </li> |
| 61 | + </ul> |
| 62 | + <p>Notes:</p> |
| 63 | + <ul> |
| 64 | + <li> |
| 65 | + Drop ci jobs for unsupported java versions. |
| 66 | + Author: Andrei Paikin |
| 67 | + <a href="https://github.com/checkstyle/checkstyle/issues/14877">#14877</a> |
| 68 | + </li> |
| 69 | + <li> |
| 70 | + test: shallowClone in checkstyle-tester with SHA checkout. |
| 71 | + Author: piyush kumar sadangi |
| 72 | + <a href="https://github.com/checkstyle/checkstyle/issues/14662">#14662</a> |
| 73 | + </li> |
| 74 | + <li> |
| 75 | + --- updated-dependencies: - dependency-name: org.codehaus.mojo:exec-maven-plugin |
| 76 | + dependency-type: direct:production update-type: version-update:semver-minor .... |
| 77 | + Author: dependabot[bot] |
| 78 | + </li> |
| 79 | + <li> |
| 80 | + --- updated-dependencies: - dependency-name: |
| 81 | + org.codehaus.mojo:build-helper-maven-plugin dependency-type: direct:production |
| 82 | + update-type: version-update:semver-minor .... |
| 83 | + Author: dependabot[bot] |
| 84 | + </li> |
| 85 | + <li> |
| 86 | + doc: makes links relative for version documentation. |
| 87 | + Author: rnveach |
| 88 | + </li> |
| 89 | + <li> |
| 90 | + doc: added link to video instructions. |
| 91 | + Author: SteLeo1602 |
| 92 | + </li> |
| 93 | + <li> |
| 94 | + update JavadocTokenTypes.java to new format of AST print. |
| 95 | + Author: SteLeo1603, prathm3 |
| 96 | + <a href="https://github.com/checkstyle/checkstyle/issues/14631">#14631</a> |
| 97 | + </li> |
| 98 | + <li> |
| 99 | + doc: update issue template reference. |
| 100 | + Author: Emmanuel Ferdman |
| 101 | + </li> |
| 102 | + <li> |
| 103 | + Fix performance test. |
| 104 | + Author: Minghao Li |
| 105 | + <a href="https://github.com/checkstyle/checkstyle/issues/14852">#14852</a> |
| 106 | + </li> |
| 107 | + <li> |
| 108 | + Optimize testing methods like verifyWithInlineConfigParser to run Check one time over |
| 109 | + file. |
| 110 | + Author: mahfouz72 |
| 111 | + <a href="https://github.com/checkstyle/checkstyle/issues/12586">#12586</a> |
| 112 | + </li> |
| 113 | + <li> |
| 114 | + Enable examples tests. |
| 115 | + Author: prathm3 |
| 116 | + <a href="https://github.com/checkstyle/checkstyle/issues/13345">#13345</a> |
| 117 | + </li> |
| 118 | + <li> |
| 119 | + build failure due to maven.plugin.json. |
| 120 | + Author: mahfouz72 |
| 121 | + <a href="https://github.com/checkstyle/checkstyle/issues/14853">#14853</a> |
| 122 | + </li> |
| 123 | + <li> |
| 124 | + Parsing performance regression testing. |
| 125 | + Author: Minghao Li |
| 126 | + <a href="https://github.com/checkstyle/checkstyle/issues/14599">#14599</a> |
| 127 | + </li> |
| 128 | + <li> |
| 129 | + doc: added additional explanation for clarification. |
| 130 | + Author: SteLeo1602 |
| 131 | + </li> |
| 132 | + <li> |
| 133 | + doc: Updated demonstrative images on intellij doc page. |
| 134 | + Author: SteLeo1602 |
| 135 | + </li> |
| 136 | + <li> |
| 137 | + Remove '//ok' comments from Input files . |
| 138 | + Author: prathm3 |
| 139 | + <a href="https://github.com/checkstyle/checkstyle/issues/13213">#13213</a> |
| 140 | + </li> |
| 141 | + </ul> |
| 142 | + </section> |
13 | 143 | <section name="Release 10.16.0"> |
14 | 144 | <div class="releaseDate">28.04.2024</div> |
15 | 145 | <p>New:</p> |
|
0 commit comments