Skip to content

Commit 7d6d66e

Browse files
doc: release notes for 10.19.0
1 parent 2b0291b commit 7d6d66e

File tree

1 file changed

+153
-0
lines changed

1 file changed

+153
-0
lines changed

src/xdocs/releasenotes.xml

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

1111
<body>
1212
<!-- placeholder for a new section -->
13+
<section name="Release 10.19.0">
14+
<div class="releaseDate">26.10.2024</div>
15+
<p>New:</p>
16+
<ul>
17+
<li>
18+
WhitespaceAround: new property allowEmptySwitchBlockStatements.
19+
Author: mahfouz72
20+
<a href="https://github.com/checkstyle/checkstyle/issues/9540">#9540</a>
21+
</li>
22+
<li>
23+
UnnecessaryParenthesesCheck does not flag unnecessary parentheses in conditional
24+
expression.
25+
Author: Mohanad
26+
<a href="https://github.com/checkstyle/checkstyle/issues/15263">#15263</a>
27+
</li>
28+
</ul>
29+
<p>Bug fixes:</p>
30+
<ul>
31+
<li>
32+
false-negative in google_checks.xml for not being able to detect requirement of K &amp;
33+
R style for FINALLY.
34+
Author: Mauryan Kansara
35+
<a href="https://github.com/checkstyle/checkstyle/issues/15664">#15664</a>
36+
</li>
37+
<li>
38+
google_checks.xml: remove xpath suppression and false-positive indentation violations
39+
for block codes.
40+
Author: Mauryan Kansara
41+
<a href="https://github.com/checkstyle/checkstyle/issues/15769">#15769</a>
42+
</li>
43+
<li>
44+
JavadocParagraph does not work when paragraphs have their corresponding closing tag.
45+
Author: Mauryan Kansara
46+
<a href="https://github.com/checkstyle/checkstyle/issues/15685">#15685</a>
47+
</li>
48+
<li>
49+
Enforce preceding line break for opening braces of a case/default under switch in
50+
google_checks.xml.
51+
Author: Mauryan Kansara
52+
<a href="https://github.com/checkstyle/checkstyle/issues/15324">#15324</a>
53+
</li>
54+
<li>
55+
JavadocParagraph: report violation with column .
56+
Author: Mauryan Kansara
57+
<a href="https://github.com/checkstyle/checkstyle/issues/15733">#15733</a>
58+
</li>
59+
<li>
60+
JavadocParagraph: violate preceding P tag before block-level HTML tags.
61+
Author: Mauryan Kansara
62+
<a href="https://github.com/checkstyle/checkstyle/issues/15503">#15503</a>
63+
</li>
64+
<li>
65+
google_checks.xml: JavadocParagraph should have allowNewlineParagraph as false .
66+
Author: Mauryan Kansara
67+
<a href="https://github.com/checkstyle/checkstyle/issues/15716">#15716</a>
68+
</li>
69+
</ul>
70+
<p>Notes:</p>
71+
<ul>
72+
<li>
73+
Enable examples tests.
74+
Author: ahmedyoussefg, Konstantinos Koutsilis, akanksha
75+
<a href="https://github.com/checkstyle/checkstyle/issues/13345">#13345</a>
76+
</li>
77+
<li>
78+
Add upwards compat for deprecated classes in maven-check….
79+
Author: Michael Osipov
80+
<a href="https://github.com/checkstyle/checkstyle/issues/14954">#14954</a>
81+
</li>
82+
<li>
83+
Create README for Java grammar updates.
84+
Author: nick mancuso
85+
<a href="https://github.com/checkstyle/checkstyle/issues/10618">#10618</a>
86+
</li>
87+
<li>
88+
Small font for first sentence of Check description.
89+
Author: Roman Ivanov
90+
<a href="https://github.com/checkstyle/checkstyle/issues/15809">#15809</a>
91+
</li>
92+
<li>
93+
doc: update doc for EmptyBlock and extend example.
94+
Author: Roman Ivanov
95+
</li>
96+
<li>
97+
Resolve Pitest Suppression in Pitest-Javadoc Profile.
98+
Author: Chris, Konstantinos Koutsilis
99+
<a href="https://github.com/checkstyle/checkstyle/issues/13999">#13999</a>
100+
</li>
101+
<li>
102+
Review google style coverage table to remove links to closed issues.
103+
Author: Mauryan Kansara
104+
<a href="https://github.com/checkstyle/checkstyle/issues/15797">#15797</a>
105+
</li>
106+
<li>
107+
Define violation messages for all violations..
108+
Author: ahmedyoussefg, akanksha
109+
<a href="https://github.com/checkstyle/checkstyle/issues/15456">#15456</a>
110+
</li>
111+
<li>
112+
Expand XPath IT Regression Testing.
113+
Author: SteLeo1602, Konstantinos Koutsilis, akanksha
114+
<a href="https://github.com/checkstyle/checkstyle/issues/6207">#6207</a>
115+
</li>
116+
<li>
117+
New isOfType Method that Accepts List as its Parameter.
118+
Author: ahmedyoussefg
119+
<a href="https://github.com/checkstyle/checkstyle/issues/15541">#15541</a>
120+
</li>
121+
<li>
122+
Cover pitest survivals with tests.
123+
Author: Konstantinos Koutsilis
124+
<a href="https://github.com/checkstyle/checkstyle/issues/14019">#14019</a>
125+
</li>
126+
<li>
127+
Fix all violations of JavadocParagrath check in checkstyle code base.
128+
Author: Mauryan Kansara
129+
<a href="https://github.com/checkstyle/checkstyle/issues/15763">#15763</a>
130+
</li>
131+
<li>
132+
Enhance Command Line documentation by organizing options in Tabular format.
133+
Author: Konstantinos Koutsilis
134+
<a href="https://github.com/checkstyle/checkstyle/issues/14759">#14759</a>
135+
</li>
136+
<li>
137+
JavadocParagraph: update documentation.
138+
Author: Mauryan Kansara
139+
<a href="https://github.com/checkstyle/checkstyle/issues/15734">#15734</a>
140+
</li>
141+
<li>
142+
regression-report.yml should use yml files for list of projects.
143+
Author: piyush kumar sadangi
144+
<a href="https://github.com/checkstyle/checkstyle/issues/15743">#15743</a>
145+
</li>
146+
<li>
147+
Create documentation of usage for regression-report.yml workflow .
148+
Author: Roman Ivanov
149+
<a href="https://github.com/checkstyle/checkstyle/issues/15380">#15380</a>
150+
</li>
151+
<li>
152+
spelling: suppresion -&gt; suppression.
153+
Author: Mark Chesney
154+
</li>
155+
<li>
156+
doc: Fix wording in SuppressionSingleFilter and SuppressionXpathSingleFilter.
157+
Author: Martin VÁŇA
158+
</li>
159+
<li>
160+
update JavadocParagraph&#39;s input files.
161+
Author: Mauryan Kansara
162+
<a href="https://github.com/checkstyle/checkstyle/issues/15713">#15713</a>
163+
</li>
164+
</ul>
165+
</section>
13166
<section name="Release 10.18.2">
14167
<div class="releaseDate">29.09.2024</div>
15168
<p>Bug fixes:</p>

0 commit comments

Comments
 (0)