Skip to content

Commit 61b8b68

Browse files
release 10.19.0
1 parent ca39a79 commit 61b8b68

File tree

3,128 files changed

+192688
-182831
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,128 files changed

+192688
-182831
lines changed

anttask.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<!--
3-
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/xdocs/anttask.xml.vm at 2024-09-29
3+
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/xdocs/anttask.xml.vm at 2024-10-26
44
55
| Rendered using Apache Maven Default Skin
66
-->
@@ -29,8 +29,8 @@
2929
</div>
3030
</div>
3131
<div id="breadcrumbs">
32-
<div class="xright"><a href="" title="toTop">toTop</a> | <span id="publishDate">Last Published: 2024-09-29</span>
33-
| <span id="projectVersion">Version: 10.18.2</span>
32+
<div class="xright"><a href="" title="toTop">toTop</a> | <span id="publishDate">Last Published: 2024-10-26</span>
33+
| <span id="projectVersion">Version: 10.19.0</span>
3434
</div>
3535
<div class="clear">
3636
<hr/>
@@ -163,7 +163,7 @@ <h2><a name="Installation"></a>Installation</h2>
163163

164164
<p>
165165
The easiest way is to include
166-
<code>checkstyle-10.18.2-all.jar</code> in the
166+
<code>checkstyle-10.19.0-all.jar</code> in the
167167
classpath. This contains all the classes required to run
168168
Checkstyle. Alternatively, you must include the
169169
<code>compile</code> third party dependencies listed in <a href="dependencies.html">Project Dependencies</a> in the
@@ -180,7 +180,7 @@ <h2><a name="Installation"></a>Installation</h2>
180180
<div class="source">
181181
<pre>
182182
&lt;taskdef resource=&quot;com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties&quot;
183-
classpath=&quot;/path/to/checkstyle-10.18.2-all.jar&quot;/&gt;
183+
classpath=&quot;/path/to/checkstyle-10.19.0-all.jar&quot;/&gt;
184184
</pre></div>
185185

186186

apidocs/allclasses-index.html

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang>
44
<head>
5-
<!-- Generated by javadoc (11.0.24) on Sun Sep 29 18:55:38 UTC 2024 -->
6-
<title>All Classes (checkstyle 10.18.2 API)</title>
5+
<!-- Generated by javadoc (11.0.24) on Sat Oct 26 12:04:41 UTC 2024 -->
6+
<title>All Classes (checkstyle 10.19.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2024-09-29">
8+
<meta name="dc.created" content="2024-10-26">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="All Classes (checkstyle 10.18.2 API)";
25+
parent.document.title="All Classes (checkstyle 10.19.0 API)";
2626
}
2727
}
2828
catch(err) {
@@ -1825,8 +1825,7 @@ <h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
18251825
<tr id="i257" class="rowColor">
18261826
<td class="colFirst"><a href="com/puppycrawl/tools/checkstyle/LocalizedMessage.Utf8Control.html" title="class in com.puppycrawl.tools.checkstyle">LocalizedMessage.Utf8Control</a></td>
18271827
<th class="colLast" scope="row">
1828-
<div class="block">
1829-
Custom ResourceBundle.Control implementation which allows explicitly read
1828+
<div class="block">Custom ResourceBundle.Control implementation which allows explicitly read
18301829
the properties files as UTF-8.</div>
18311830
</th>
18321831
</tr>
@@ -2324,7 +2323,8 @@ <h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
23242323
<tr id="i329" class="rowColor">
23252324
<td class="colFirst"><a href="com/puppycrawl/tools/checkstyle/checks/OrderedPropertiesCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks">OrderedPropertiesCheck</a></td>
23262325
<th class="colLast" scope="row">
2327-
<div class="block">Detects if keys in properties files are in correct order.</div>
2326+
<div class="block">
2327+
Detects if keys in properties files are in correct order.</div>
23282328
</th>
23292329
</tr>
23302330
<tr id="i330" class="altColor">
@@ -2781,8 +2781,7 @@ <h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
27812781
<tr id="i398" class="altColor">
27822782
<td class="colFirst"><a href="com/puppycrawl/tools/checkstyle/api/SeverityLevel.html" title="enum in com.puppycrawl.tools.checkstyle.api">SeverityLevel</a></td>
27832783
<th class="colLast" scope="row">
2784-
<div class="block">
2785-
Severity level for a check violation.</div>
2784+
<div class="block">Severity level for a check violation.</div>
27862785
</th>
27872786
</tr>
27882787
<tr id="i399" class="rowColor">

apidocs/allclasses.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang>
44
<head>
5-
<!-- Generated by javadoc (11.0.24) on Sun Sep 29 18:55:38 UTC 2024 -->
6-
<title>All Classes (checkstyle 10.18.2 API)</title>
5+
<!-- Generated by javadoc (11.0.24) on Sat Oct 26 12:04:41 UTC 2024 -->
6+
<title>All Classes (checkstyle 10.19.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2024-09-29">
8+
<meta name="dc.created" content="2024-10-26">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">

apidocs/allpackages-index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang>
44
<head>
5-
<!-- Generated by javadoc (11.0.24) on Sun Sep 29 18:55:38 UTC 2024 -->
6-
<title>All Packages (checkstyle 10.18.2 API)</title>
5+
<!-- Generated by javadoc (11.0.24) on Sat Oct 26 12:04:41 UTC 2024 -->
6+
<title>All Packages (checkstyle 10.19.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2024-09-29">
8+
<meta name="dc.created" content="2024-10-26">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="All Packages (checkstyle 10.18.2 API)";
25+
parent.document.title="All Packages (checkstyle 10.19.0 API)";
2626
}
2727
}
2828
catch(err) {

apidocs/com/puppycrawl/tools/checkstyle/AbstractAutomaticBean.OutputStreamOptions.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang>
44
<head>
5-
<!-- Generated by javadoc (11.0.24) on Sun Sep 29 18:55:38 UTC 2024 -->
6-
<title>AbstractAutomaticBean.OutputStreamOptions (checkstyle 10.18.2 API)</title>
5+
<!-- Generated by javadoc (11.0.24) on Sat Oct 26 12:04:41 UTC 2024 -->
6+
<title>AbstractAutomaticBean.OutputStreamOptions (checkstyle 10.19.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2024-09-29">
8+
<meta name="dc.created" content="2024-10-26">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.min.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="AbstractAutomaticBean.OutputStreamOptions (checkstyle 10.18.2 API)";
25+
parent.document.title="AbstractAutomaticBean.OutputStreamOptions (checkstyle 10.19.0 API)";
2626
}
2727
}
2828
catch(err) {

apidocs/com/puppycrawl/tools/checkstyle/AbstractAutomaticBean.PatternArrayConverter.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang>
44
<head>
5-
<!-- Generated by javadoc (11.0.24) on Sun Sep 29 18:55:38 UTC 2024 -->
6-
<title>AbstractAutomaticBean.PatternArrayConverter (checkstyle 10.18.2 API)</title>
5+
<!-- Generated by javadoc (11.0.24) on Sat Oct 26 12:04:41 UTC 2024 -->
6+
<title>AbstractAutomaticBean.PatternArrayConverter (checkstyle 10.19.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2024-09-29">
8+
<meta name="dc.created" content="2024-10-26">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.min.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="AbstractAutomaticBean.PatternArrayConverter (checkstyle 10.18.2 API)";
25+
parent.document.title="AbstractAutomaticBean.PatternArrayConverter (checkstyle 10.19.0 API)";
2626
}
2727
}
2828
catch(err) {
@@ -141,7 +141,7 @@ <h2 title="Class AbstractAutomaticBean.PatternArrayConverter" class="title">Clas
141141
<dd><a href="AbstractAutomaticBean.html" title="class in com.puppycrawl.tools.checkstyle">AbstractAutomaticBean</a></dd>
142142
</dl>
143143
<hr>
144-
<pre>private static final class <a href="../../../../src-html/com/puppycrawl/tools/checkstyle/AbstractAutomaticBean.html#line.318">AbstractAutomaticBean.PatternArrayConverter</a>
144+
<pre>private static final class <a href="../../../../src-html/com/puppycrawl/tools/checkstyle/AbstractAutomaticBean.html#line.320">AbstractAutomaticBean.PatternArrayConverter</a>
145145
extends <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>
146146
implements org.apache.commons.beanutils.Converter</pre>
147147
<div class="block">A converter that converts a comma-separated string into an array of patterns.</div>
@@ -224,7 +224,7 @@ <h3>Constructor Detail</h3>
224224
<ul class="blockListLast">
225225
<li class="blockList">
226226
<h4>PatternArrayConverter</h4>
227-
<pre>private&nbsp;<a href="../../../../src-html/com/puppycrawl/tools/checkstyle/AbstractAutomaticBean.PatternArrayConverter.html#line.318">PatternArrayConverter</a>()</pre>
227+
<pre>private&nbsp;<a href="../../../../src-html/com/puppycrawl/tools/checkstyle/AbstractAutomaticBean.PatternArrayConverter.html#line.320">PatternArrayConverter</a>()</pre>
228228
</li>
229229
</ul>
230230
</li>
@@ -243,7 +243,7 @@ <h3>Method Detail</h3>
243243
<ul class="blockListLast">
244244
<li class="blockList">
245245
<h4>convert</h4>
246-
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;<a href="../../../../src-html/com/puppycrawl/tools/checkstyle/AbstractAutomaticBean.PatternArrayConverter.html#line.320">convert</a>&#8203;(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&nbsp;type,
246+
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;<a href="../../../../src-html/com/puppycrawl/tools/checkstyle/AbstractAutomaticBean.PatternArrayConverter.html#line.322">convert</a>&#8203;(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&nbsp;type,
247247
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;value)</pre>
248248
<dl>
249249
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>

apidocs/com/puppycrawl/tools/checkstyle/AbstractAutomaticBean.PatternConverter.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang>
44
<head>
5-
<!-- Generated by javadoc (11.0.24) on Sun Sep 29 18:55:38 UTC 2024 -->
6-
<title>AbstractAutomaticBean.PatternConverter (checkstyle 10.18.2 API)</title>
5+
<!-- Generated by javadoc (11.0.24) on Sat Oct 26 12:04:41 UTC 2024 -->
6+
<title>AbstractAutomaticBean.PatternConverter (checkstyle 10.19.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2024-09-29">
8+
<meta name="dc.created" content="2024-10-26">
99
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.min.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="AbstractAutomaticBean.PatternConverter (checkstyle 10.18.2 API)";
25+
parent.document.title="AbstractAutomaticBean.PatternConverter (checkstyle 10.19.0 API)";
2626
}
2727
}
2828
catch(err) {
@@ -141,7 +141,7 @@ <h2 title="Class AbstractAutomaticBean.PatternConverter" class="title">Class Abs
141141
<dd><a href="AbstractAutomaticBean.html" title="class in com.puppycrawl.tools.checkstyle">AbstractAutomaticBean</a></dd>
142142
</dl>
143143
<hr>
144-
<pre>private static final class <a href="../../../../src-html/com/puppycrawl/tools/checkstyle/AbstractAutomaticBean.html#line.307">AbstractAutomaticBean.PatternConverter</a>
144+
<pre>private static final class <a href="../../../../src-html/com/puppycrawl/tools/checkstyle/AbstractAutomaticBean.html#line.309">AbstractAutomaticBean.PatternConverter</a>
145145
extends <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>
146146
implements org.apache.commons.beanutils.Converter</pre>
147147
<div class="block">A converter that converts a string to a pattern.</div>
@@ -224,7 +224,7 @@ <h3>Constructor Detail</h3>
224224
<ul class="blockListLast">
225225
<li class="blockList">
226226
<h4>PatternConverter</h4>
227-
<pre>private&nbsp;<a href="../../../../src-html/com/puppycrawl/tools/checkstyle/AbstractAutomaticBean.PatternConverter.html#line.307">PatternConverter</a>()</pre>
227+
<pre>private&nbsp;<a href="../../../../src-html/com/puppycrawl/tools/checkstyle/AbstractAutomaticBean.PatternConverter.html#line.309">PatternConverter</a>()</pre>
228228
</li>
229229
</ul>
230230
</li>
@@ -243,7 +243,7 @@ <h3>Method Detail</h3>
243243
<ul class="blockListLast">
244244
<li class="blockList">
245245
<h4>convert</h4>
246-
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;<a href="../../../../src-html/com/puppycrawl/tools/checkstyle/AbstractAutomaticBean.PatternConverter.html#line.309">convert</a>&#8203;(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&nbsp;type,
246+
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;<a href="../../../../src-html/com/puppycrawl/tools/checkstyle/AbstractAutomaticBean.PatternConverter.html#line.311">convert</a>&#8203;(<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&nbsp;type,
247247
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;value)</pre>
248248
<dl>
249249
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>

0 commit comments

Comments
 (0)