Skip to content

Commit

Permalink
release 10.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 30, 2023
1 parent 8e14830 commit fa577c1
Show file tree
Hide file tree
Showing 2,964 changed files with 113,801 additions and 113,407 deletions.
10 changes: 5 additions & 5 deletions anttask.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/xdocs/anttask.xml.vm at 2023-06-25
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/xdocs/anttask.xml.vm at 2023-07-30
| Rendered using Apache Maven Default Skin
-->
Expand Down Expand Up @@ -29,8 +29,8 @@
</div>
</div>
<div id="breadcrumbs">
<div class="xright"><a href="" title="toTop">toTop</a> | <span id="publishDate">Last Published: 2023-06-25</span>
| <span id="projectVersion">Version: 10.12.1</span>
<div class="xright"><a href="" title="toTop">toTop</a> | <span id="publishDate">Last Published: 2023-07-30</span>
| <span id="projectVersion">Version: 10.12.2</span>
</div>
<div class="clear">
<hr/>
Expand Down Expand Up @@ -163,7 +163,7 @@ <h2><a name="Installation"></a>Installation</h2>

<p>
The easiest way is to include
<code>checkstyle-10.12.1-all.jar</code> in the
<code>checkstyle-10.12.2-all.jar</code> in the
classpath. This contains all the classes required to run
Checkstyle. Alternatively, you must include the
<code>compile</code> third party dependencies listed in <a href="dependencies.html">Project Dependencies</a> in the
Expand All @@ -180,7 +180,7 @@ <h2><a name="Installation"></a>Installation</h2>
<div class="source">
<pre>
&lt;taskdef resource=&quot;com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties&quot;
classpath=&quot;/path/to/checkstyle-10.12.1-all.jar&quot;/&gt;
classpath=&quot;/path/to/checkstyle-10.12.2-all.jar&quot;/&gt;
</pre></div>


Expand Down
741 changes: 387 additions & 354 deletions apidocs/allclasses-index.html

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions apidocs/allclasses.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.19) on Sun Jun 25 19:33:38 UTC 2023 -->
<title>All Classes (checkstyle 10.12.1 API)</title>
<!-- Generated by javadoc (11.0.19) on Sun Jul 30 17:32:02 UTC 2023 -->
<title>All Classes (checkstyle 10.12.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-06-25">
<meta name="dc.created" content="2023-07-30">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
Expand Down Expand Up @@ -161,6 +161,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/puppycrawl/tools/checkstyle/checks/coding/EqualsAvoidNullCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">EqualsAvoidNullCheck</a></li>
<li><a href="com/puppycrawl/tools/checkstyle/checks/coding/EqualsAvoidNullCheck.FieldFrame.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">EqualsAvoidNullCheck.FieldFrame</a></li>
<li><a href="com/puppycrawl/tools/checkstyle/checks/coding/EqualsHashCodeCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">EqualsHashCodeCheck</a></li>
<li><a href="com/puppycrawl/tools/checkstyle/site/ExampleMacro.html" title="class in com.puppycrawl.tools.checkstyle.site">ExampleMacro</a></li>
<li><a href="com/puppycrawl/tools/checkstyle/checks/sizes/ExecutableStatementCountCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.sizes">ExecutableStatementCountCheck</a></li>
<li><a href="com/puppycrawl/tools/checkstyle/checks/sizes/ExecutableStatementCountCheck.Context.html" title="class in com.puppycrawl.tools.checkstyle.checks.sizes">ExecutableStatementCountCheck.Context</a></li>
<li><a href="com/puppycrawl/tools/checkstyle/checks/coding/ExplicitInitializationCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">ExplicitInitializationCheck</a></li>
Expand Down Expand Up @@ -476,6 +477,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/puppycrawl/tools/checkstyle/checks/UncommentedMainCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks">UncommentedMainCheck</a></li>
<li><a href="com/puppycrawl/tools/checkstyle/checks/UniquePropertiesCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks">UniquePropertiesCheck</a></li>
<li><a href="com/puppycrawl/tools/checkstyle/checks/UniquePropertiesCheck.UniqueProperties.html" title="class in com.puppycrawl.tools.checkstyle.checks">UniquePropertiesCheck.UniqueProperties</a></li>
<li><a href="com/puppycrawl/tools/checkstyle/utils/UnmodifiableCollectionUtil.html" title="class in com.puppycrawl.tools.checkstyle.utils">UnmodifiableCollectionUtil</a></li>
<li><a href="com/puppycrawl/tools/checkstyle/checks/coding/UnnecessaryParenthesesCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">UnnecessaryParenthesesCheck</a></li>
<li><a href="com/puppycrawl/tools/checkstyle/checks/coding/UnnecessarySemicolonAfterOuterTypeDeclarationCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">UnnecessarySemicolonAfterOuterTypeDeclarationCheck</a></li>
<li><a href="com/puppycrawl/tools/checkstyle/checks/coding/UnnecessarySemicolonAfterTypeMemberDeclarationCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">UnnecessarySemicolonAfterTypeMemberDeclarationCheck</a></li>
Expand All @@ -496,6 +498,9 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/puppycrawl/tools/checkstyle/checks/whitespace/WrapOption.html" title="enum in com.puppycrawl.tools.checkstyle.checks.whitespace">WrapOption</a></li>
<li><a href="com/puppycrawl/tools/checkstyle/checks/javadoc/WriteTagCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.javadoc">WriteTagCheck</a></li>
<li><a href="com/puppycrawl/tools/checkstyle/XdocsPropertyType.html" title="annotation in com.puppycrawl.tools.checkstyle">XdocsPropertyType</a></li>
<li><a href="com/puppycrawl/tools/checkstyle/site/XdocsTemplateParser.html" title="class in com.puppycrawl.tools.checkstyle.site">XdocsTemplateParser</a></li>
<li><a href="com/puppycrawl/tools/checkstyle/site/XdocsTemplateSink.html" title="class in com.puppycrawl.tools.checkstyle.site">XdocsTemplateSink</a></li>
<li><a href="com/puppycrawl/tools/checkstyle/site/XdocsTemplateSinkFactory.html" title="class in com.puppycrawl.tools.checkstyle.site">XdocsTemplateSinkFactory</a></li>
<li><a href="com/puppycrawl/tools/checkstyle/XmlLoader.html" title="class in com.puppycrawl.tools.checkstyle">XmlLoader</a></li>
<li><a href="com/puppycrawl/tools/checkstyle/XmlLoader.LoadExternalDtdFeatureProvider.html" title="class in com.puppycrawl.tools.checkstyle">XmlLoader.LoadExternalDtdFeatureProvider</a></li>
<li><a href="com/puppycrawl/tools/checkstyle/XMLLogger.html" title="class in com.puppycrawl.tools.checkstyle">XMLLogger</a></li>
Expand Down
18 changes: 12 additions & 6 deletions apidocs/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.19) on Sun Jun 25 19:33:38 UTC 2023 -->
<title>All Packages (checkstyle 10.12.1 API)</title>
<!-- Generated by javadoc (11.0.19) on Sun Jul 30 17:32:02 UTC 2023 -->
<title>All Packages (checkstyle 10.12.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-06-25">
<meta name="dc.created" content="2023-07-30">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Packages (checkstyle 10.12.1 API)";
parent.document.title="All Packages (checkstyle 10.12.2 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -263,18 +263,24 @@ <h1 title="All&amp;nbsp;Packages" class="title">All&nbsp;Packages</h1>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/puppycrawl/tools/checkstyle/site/package-summary.html">com.puppycrawl.tools.checkstyle.site</a></th>
<td class="colLast">
<div class="block">Contains classes for generating the Checkstyle website.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/puppycrawl/tools/checkstyle/utils/package-summary.html">com.puppycrawl.tools.checkstyle.utils</a></th>
<td class="colLast">
<div class="block">Contains utils classes for checkstyle.</div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<th class="colFirst" scope="row"><a href="com/puppycrawl/tools/checkstyle/xpath/package-summary.html">com.puppycrawl.tools.checkstyle.xpath</a></th>
<td class="colLast">
<div class="block">Contains the nodes implementations for XPATH queries and query generator.</div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="com/puppycrawl/tools/checkstyle/xpath/iterators/package-summary.html">com.puppycrawl.tools.checkstyle.xpath.iterators</a></th>
<td class="colLast">
<div class="block">Contains the nodes implementations for XPATH queries and query generator.</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.19) on Sun Jun 25 19:33:38 UTC 2023 -->
<title>AbstractAutomaticBean.OutputStreamOptions (checkstyle 10.12.1 API)</title>
<!-- Generated by javadoc (11.0.19) on Sun Jul 30 17:32:02 UTC 2023 -->
<title>AbstractAutomaticBean.OutputStreamOptions (checkstyle 10.12.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-06-25">
<meta name="dc.created" content="2023-07-30">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AbstractAutomaticBean.OutputStreamOptions (checkstyle 10.12.1 API)";
parent.document.title="AbstractAutomaticBean.OutputStreamOptions (checkstyle 10.12.2 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.19) on Sun Jun 25 19:33:38 UTC 2023 -->
<title>AbstractAutomaticBean.PatternConverter (checkstyle 10.12.1 API)</title>
<!-- Generated by javadoc (11.0.19) on Sun Jul 30 17:32:02 UTC 2023 -->
<title>AbstractAutomaticBean.PatternConverter (checkstyle 10.12.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-06-25">
<meta name="dc.created" content="2023-07-30">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AbstractAutomaticBean.PatternConverter (checkstyle 10.12.1 API)";
parent.document.title="AbstractAutomaticBean.PatternConverter (checkstyle 10.12.2 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.19) on Sun Jun 25 19:33:38 UTC 2023 -->
<title>AbstractAutomaticBean.RelaxedAccessModifierArrayConverter (checkstyle 10.12.1 API)</title>
<!-- Generated by javadoc (11.0.19) on Sun Jul 30 17:32:02 UTC 2023 -->
<title>AbstractAutomaticBean.RelaxedAccessModifierArrayConverter (checkstyle 10.12.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-06-25">
<meta name="dc.created" content="2023-07-30">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AbstractAutomaticBean.RelaxedAccessModifierArrayConverter (checkstyle 10.12.1 API)";
parent.document.title="AbstractAutomaticBean.RelaxedAccessModifierArrayConverter (checkstyle 10.12.2 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.19) on Sun Jun 25 19:33:38 UTC 2023 -->
<title>AbstractAutomaticBean.RelaxedStringArrayConverter (checkstyle 10.12.1 API)</title>
<!-- Generated by javadoc (11.0.19) on Sun Jul 30 17:32:02 UTC 2023 -->
<title>AbstractAutomaticBean.RelaxedStringArrayConverter (checkstyle 10.12.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-06-25">
<meta name="dc.created" content="2023-07-30">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AbstractAutomaticBean.RelaxedStringArrayConverter (checkstyle 10.12.1 API)";
parent.document.title="AbstractAutomaticBean.RelaxedStringArrayConverter (checkstyle 10.12.2 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.19) on Sun Jun 25 19:33:38 UTC 2023 -->
<title>AbstractAutomaticBean.ScopeConverter (checkstyle 10.12.1 API)</title>
<!-- Generated by javadoc (11.0.19) on Sun Jul 30 17:32:02 UTC 2023 -->
<title>AbstractAutomaticBean.ScopeConverter (checkstyle 10.12.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-06-25">
<meta name="dc.created" content="2023-07-30">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AbstractAutomaticBean.ScopeConverter (checkstyle 10.12.1 API)";
parent.document.title="AbstractAutomaticBean.ScopeConverter (checkstyle 10.12.2 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.19) on Sun Jun 25 19:33:38 UTC 2023 -->
<title>AbstractAutomaticBean.SeverityLevelConverter (checkstyle 10.12.1 API)</title>
<!-- Generated by javadoc (11.0.19) on Sun Jul 30 17:32:02 UTC 2023 -->
<title>AbstractAutomaticBean.SeverityLevelConverter (checkstyle 10.12.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-06-25">
<meta name="dc.created" content="2023-07-30">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AbstractAutomaticBean.SeverityLevelConverter (checkstyle 10.12.1 API)";
parent.document.title="AbstractAutomaticBean.SeverityLevelConverter (checkstyle 10.12.2 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.19) on Sun Jun 25 19:33:38 UTC 2023 -->
<title>AbstractAutomaticBean.UriConverter (checkstyle 10.12.1 API)</title>
<!-- Generated by javadoc (11.0.19) on Sun Jul 30 17:32:02 UTC 2023 -->
<title>AbstractAutomaticBean.UriConverter (checkstyle 10.12.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-06-25">
<meta name="dc.created" content="2023-07-30">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AbstractAutomaticBean.UriConverter (checkstyle 10.12.1 API)";
parent.document.title="AbstractAutomaticBean.UriConverter (checkstyle 10.12.2 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.19) on Sun Jun 25 19:33:38 UTC 2023 -->
<title>AbstractAutomaticBean (checkstyle 10.12.1 API)</title>
<!-- Generated by javadoc (11.0.19) on Sun Jul 30 17:32:02 UTC 2023 -->
<title>AbstractAutomaticBean (checkstyle 10.12.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-06-25">
<meta name="dc.created" content="2023-07-30">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AbstractAutomaticBean (checkstyle 10.12.1 API)";
parent.document.title="AbstractAutomaticBean (checkstyle 10.12.2 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.19) on Sun Jun 25 19:33:38 UTC 2023 -->
<title>AstTreeStringPrinter (checkstyle 10.12.1 API)</title>
<!-- Generated by javadoc (11.0.19) on Sun Jul 30 17:32:02 UTC 2023 -->
<title>AstTreeStringPrinter (checkstyle 10.12.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-06-25">
<meta name="dc.created" content="2023-07-30">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AstTreeStringPrinter (checkstyle 10.12.1 API)";
parent.document.title="AstTreeStringPrinter (checkstyle 10.12.2 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit fa577c1

Please sign in to comment.