Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87cf29c

Browse files
doc: release notes for 10.16.0
1 parent 4096711 commit 87cf29c

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

src/xdocs/releasenotes.xml

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,78 @@
1010

1111
<body>
1212
<!-- placeholder for a new section -->
13+
<section name="Release 10.16.0">
14+
<div class="releaseDate">28.04.2024</div>
15+
<p>New:</p>
16+
<ul>
17+
<li>
18+
LITERAL_CASE token support in RightCurlyCheck.
19+
Author: mahfouz72
20+
<a href="https://github.com/checkstyle/checkstyle/issues/14620">#14620</a>
21+
</li>
22+
</ul>
23+
<p>Bug fixes:</p>
24+
<ul>
25+
<li>
26+
OverloadMethodDeclarationOrder check ignores anything besides methods.
27+
Author: Mauryan Kansara
28+
<a href="https://github.com/checkstyle/checkstyle/issues/14765">#14765</a>
29+
</li>
30+
<li>
31+
MagicNumberCheck NPE when ignoring field declarations.
32+
Author: Minghao Li
33+
<a href="https://github.com/checkstyle/checkstyle/issues/14788">#14788</a>
34+
</li>
35+
<li>
36+
UnusedLocalVariable does not support local classes.
37+
Author: Minghao Li
38+
<a href="https://github.com/checkstyle/checkstyle/issues/14092">#14092</a>
39+
</li>
40+
<li>
41+
UnusedImports does not report unused static imports when the method is used as a method
42+
reference.
43+
Author: mahfouz72
44+
<a href="https://github.com/checkstyle/checkstyle/issues/12923">#12923</a>
45+
</li>
46+
</ul>
47+
<p>Notes:</p>
48+
<ul>
49+
<li>
50+
IDEA inspection suppressions resulted from migration to v2022.3.3.
51+
Author: MANISH-K-07
52+
<a href="https://github.com/checkstyle/checkstyle/issues/14625">#14625</a>
53+
</li>
54+
<li>
55+
Remove &#39;//ok&#39; comments from Input files .
56+
Author: Acesif, prathm3, Tara
57+
<a href="https://github.com/checkstyle/checkstyle/issues/13213">#13213</a>
58+
</li>
59+
<li>
60+
Enforce new naming convention &quot;InputXpath{Checkname}Xxxx.java&quot; in IT area.
61+
Author: Minghao Li, MANISH-K-07
62+
<a href="https://github.com/checkstyle/checkstyle/issues/14715">#14715</a>
63+
</li>
64+
<li>
65+
update version of IDEA inspection engine Version:2022.3.3.
66+
Author: MANISH-K-07
67+
<a href="https://github.com/checkstyle/checkstyle/issues/14448">#14448</a>
68+
</li>
69+
<li>
70+
Enable examples tests.
71+
Author: Omar Shawky, Prathamesh-007
72+
<a href="https://github.com/checkstyle/checkstyle/issues/13345">#13345</a>
73+
</li>
74+
<li>
75+
doc: updated cmdline docs to be more specific.
76+
Author: MANISH-K-07
77+
</li>
78+
<li>
79+
update JavadocTokenTypes.java to new format of AST print.
80+
Author: Prathamesh-007
81+
<a href="https://github.com/checkstyle/checkstyle/issues/14631">#14631</a>
82+
</li>
83+
</ul>
84+
</section>
1385
<section name="Release 10.15.0">
1486
<div class="releaseDate">01.04.2024</div>
1587
<p>Breaking backward compatibility:</p>

0 commit comments

Comments
 (0)