Skip to content

Commit 94b60c1

Browse files
committed
doc: erlease notes 8.44
1 parent 28fe683 commit 94b60c1

File tree

1 file changed

+182
-0
lines changed

1 file changed

+182
-0
lines changed

src/xdocs/releasenotes.xml

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

1111
<body>
1212
<!-- placeholder for a new section -->
13+
<section name="Release 8.44">
14+
<div class="releaseDate">27.06.2021</div>
15+
<p>Breaking backward compatibility:</p>
16+
<ul>
17+
<li>
18+
Java Grammar: improper method def line and column position for
19+
methods with ARRAY_DECLARATOR.
20+
Author: Nick Mancuso
21+
<a href="https://github.com/checkstyle/checkstyle/issues/3145">#3145</a>
22+
</li>
23+
</ul>
24+
<p>Bug fixes:</p>
25+
<ul>
26+
<li>
27+
AvoidEscapedUnicodeCharacters should support trailing &#39;\&#39; escape symbol.
28+
Author: Shashwat Jaiswal
29+
<a href="https://github.com/checkstyle/checkstyle/issues/9143">#9143</a>
30+
</li>
31+
<li>
32+
Extract parameter type from nested array declarator brackets.
33+
Author: Nick Mancuso
34+
<a href="https://github.com/checkstyle/checkstyle/issues/10100">#10100</a>
35+
</li>
36+
<li>
37+
AtclauseOrder: Falsely ignores method with annotation.
38+
Author: Vyom-Yadav
39+
<a href="https://github.com/checkstyle/checkstyle/issues/9941">#9941</a>
40+
</li>
41+
<li>
42+
False Positive Comments Indentaion method end, multiline comments.
43+
Author: Soumyadeep Ganguly
44+
<a href="https://github.com/checkstyle/checkstyle/issues/9105">#9105</a>
45+
</li>
46+
</ul>
47+
<p>Notes:</p>
48+
<ul>
49+
<li>
50+
Infra: migrate to Truth in tests.
51+
Author: Shashwat Jaiswal
52+
<a href="https://github.com/checkstyle/checkstyle/issues/9142">#9142</a>
53+
</li>
54+
<li>
55+
Update inputs for AnnotationLocationCheckTest.
56+
Author: Shashwat Jaiswal
57+
<a href="https://github.com/checkstyle/checkstyle/issues/10174">#10174</a>
58+
</li>
59+
<li>
60+
Update inputs for ArrayTypeStyleCheckTest.
61+
Author: Shashwat Jaiswal
62+
<a href="https://github.com/checkstyle/checkstyle/issues/10175">#10175</a>
63+
</li>
64+
<li>
65+
Parse and extract check properties from input file.
66+
Author: Shashwat Jaiswal
67+
<a href="https://github.com/checkstyle/checkstyle/issues/10141">#10141</a>
68+
</li>
69+
<li>
70+
Update inputs for NeedBracesCheckTest.
71+
Author: Shashwat Jaiswal
72+
<a href="https://github.com/checkstyle/checkstyle/issues/10160">#10160</a>
73+
</li>
74+
<li>
75+
Support line wrap for config values in input files.
76+
Author: Shashwat Jaiswal
77+
<a href="https://github.com/checkstyle/checkstyle/issues/10163">#10163</a>
78+
</li>
79+
<li>
80+
Update inputs for AvoidNestedBlocksCheckTest.
81+
Author: Shashwat Jaiswal
82+
<a href="https://github.com/checkstyle/checkstyle/issues/10155">#10155</a>
83+
</li>
84+
<li>
85+
Update inputs for ParameterNameCheckTest .
86+
Author: Shashwat Jaiswal
87+
<a href="https://github.com/checkstyle/checkstyle/issues/10145">#10145</a>
88+
</li>
89+
<li>
90+
Update inputs for MissingJavadocMethodCheckTest.
91+
Author: Shashwat Jaiswal
92+
<a href="https://github.com/checkstyle/checkstyle/issues/10147">#10147</a>
93+
</li>
94+
<li>
95+
Update inputs for IllegalImportCheckTest.
96+
Author: Shashwat Jaiswal
97+
<a href="https://github.com/checkstyle/checkstyle/issues/10148">#10148</a>
98+
</li>
99+
<li>
100+
Semaphore: Invalid or corrupt jarfile .m2/repository/R-4.17-202009021800/ecj-4.17.jar.
101+
Author: Roman Ivanov
102+
<a href="https://github.com/checkstyle/checkstyle/issues/10138">#10138</a>
103+
</li>
104+
<li>
105+
Cover it folder by import control.
106+
Author: Shashwat Jaiswal
107+
<a href="https://github.com/checkstyle/checkstyle/issues/10074">#10074</a>
108+
</li>
109+
<li>
110+
spelling: fix mistype in wercker.sh.
111+
Author: pbludov
112+
</li>
113+
<li>
114+
Parse and extract check name and check properties from input file.
115+
Author: Shashwat Jaiswal
116+
<a href="https://github.com/checkstyle/checkstyle/issues/10077">#10077</a>
117+
</li>
118+
<li>
119+
Update inputs for AnnotationUseStyleCheckTest.
120+
Author: Shashwat Jaiswal
121+
<a href="https://github.com/checkstyle/checkstyle/issues/10112">#10112</a>
122+
</li>
123+
<li>
124+
Update inputs for PackageAnnotationCheckTest.
125+
Author: Shashwat Jaiswal
126+
<a href="https://github.com/checkstyle/checkstyle/issues/10114">#10114</a>
127+
</li>
128+
<li>
129+
Update inputs for MissingDeprecatedCheckTest.
130+
Author: Shashwat Jaiswal
131+
<a href="https://github.com/checkstyle/checkstyle/issues/10113">#10113</a>
132+
</li>
133+
<li>
134+
update ArrayTypeStyleCheckTest to use unique Input file in each test method.
135+
Author: haanhvu
136+
<a href="https://github.com/checkstyle/checkstyle/issues/9880">#9880</a>
137+
</li>
138+
<li>
139+
update example of AST for TokenTypes.TEXT_BLOCK_LITERAL_BEGIN.
140+
141+
<a href="https://github.com/checkstyle/checkstyle/issues/9582">#9582</a>
142+
</li>
143+
<li>
144+
update example of AST for TokenTypes.CASE_GROUP.
145+
146+
<a href="https://github.com/checkstyle/checkstyle/issues/9406">#9406</a>
147+
</li>
148+
<li>
149+
update example of AST for TokenTypes.LITERAL_BYTE.
150+
Author: hreshi
151+
<a href="https://github.com/checkstyle/checkstyle/issues/9465">#9465</a>
152+
</li>
153+
<li>
154+
Update inputs for AnnotationOnSameLineCheckTest.
155+
Author: Shashwat Jaiswal
156+
<a href="https://github.com/checkstyle/checkstyle/issues/10083">#10083</a>
157+
</li>
158+
<li>
159+
Resolve Pitest Issues - pitest-imports (1).
160+
Author: Shashwat Jaiswal
161+
<a href="https://github.com/checkstyle/checkstyle/issues/10072">#10072</a>
162+
</li>
163+
<li>
164+
Update inputs for MissingOverrideCheckTest.
165+
Author: Shashwat Jaiswal
166+
<a href="https://github.com/checkstyle/checkstyle/issues/10082">#10082</a>
167+
</li>
168+
<li>
169+
update example of AST for TokenTypes.ANNOTATION_FIELD_DEF.
170+
171+
<a href="https://github.com/checkstyle/checkstyle/issues/9392">#9392</a>
172+
</li>
173+
<li>
174+
Refactor check for config comment in inputs.
175+
Author: Shashwat Jaiswal
176+
<a href="https://github.com/checkstyle/checkstyle/issues/10094">#10094</a>
177+
</li>
178+
<li>
179+
update IllegalTypeCheckTest to use unique input file for each test method.
180+
Author: Devansu-Yadav
181+
<a href="https://github.com/checkstyle/checkstyle/issues/9921">#9921</a>
182+
</li>
183+
<li>
184+
Restrict usage of org.junit.jupiter.api.Assertions package in tests.
185+
Author: Shashwat Jaiswal
186+
<a href="https://github.com/checkstyle/checkstyle/issues/10051">#10051</a>
187+
</li>
188+
<li>
189+
Replace ANTLR2 dependencies in unit test inputs.
190+
Author: Nick Mancuso
191+
<a href="https://github.com/checkstyle/checkstyle/issues/10059">#10059</a>
192+
</li>
193+
</ul>
194+
</section>
13195
<section name="Release 8.43">
14196
<div class="releaseDate">30.05.2021</div>
15197
<p>New:</p>

0 commit comments

Comments
 (0)