Skip to content

Commit 78097b7

Browse files
release 10.18.0
1 parent 5a3098d commit 78097b7

File tree

7,451 files changed

+160856
-132841
lines changed

Some content is hidden

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

7,451 files changed

+160856
-132841
lines changed

anttask.html

+5-5
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-05-26
3+
| Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/xdocs/anttask.xml.vm at 2024-08-25
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-05-26</span>
33-
| <span id="projectVersion">Version: 10.17.0</span>
32+
<div class="xright"><a href="" title="toTop">toTop</a> | <span id="publishDate">Last Published: 2024-08-25</span>
33+
| <span id="projectVersion">Version: 10.18.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.17.0-all.jar</code> in the
166+
<code>checkstyle-10.18.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.17.0-all.jar&quot;/&gt;
183+
classpath=&quot;/path/to/checkstyle-10.18.0-all.jar&quot;/&gt;
184184
</pre></div>
185185

186186

apidocs/allclasses-index.html

+366-319
Large diffs are not rendered by default.

apidocs/allclasses.html

+12-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<!-- NewPage -->
3-
<html lang="en">
3+
<html lang>
44
<head>
5-
<!-- Generated by javadoc (11.0.23) on Sun May 26 19:04:53 UTC 2024 -->
6-
<title>All Classes (checkstyle 10.17.0 API)</title>
5+
<!-- Generated by javadoc (11.0.24) on Sun Aug 25 14:00:50 UTC 2024 -->
6+
<title>All Classes (checkstyle 10.18.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2024-05-26">
8+
<meta name="dc.created" content="2024-08-25">
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">
@@ -120,8 +120,6 @@ <h1 class="bar">All&nbsp;Classes</h1>
120120
<li><a href="com/puppycrawl/tools/checkstyle/checks/indentation/CommentsIndentationCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.indentation">CommentsIndentationCheck</a></li>
121121
<li><a href="com/puppycrawl/tools/checkstyle/checks/regexp/CommentSuppressor.html" title="class in com.puppycrawl.tools.checkstyle.checks.regexp">CommentSuppressor</a></li>
122122
<li><a href="com/puppycrawl/tools/checkstyle/utils/CommonUtil.html" title="class in com.puppycrawl.tools.checkstyle.utils">CommonUtil</a></li>
123-
<li><a href="com/puppycrawl/tools/checkstyle/grammar/CompositeLexerContextCache.html" title="class in com.puppycrawl.tools.checkstyle.grammar">CompositeLexerContextCache</a></li>
124-
<li><a href="com/puppycrawl/tools/checkstyle/grammar/CompositeLexerContextCache.StringTemplateContext.html" title="class in com.puppycrawl.tools.checkstyle.grammar">CompositeLexerContextCache.StringTemplateContext</a></li>
125123
<li><a href="com/puppycrawl/tools/checkstyle/api/Configurable.html" title="interface in com.puppycrawl.tools.checkstyle.api"><span class="interfaceName">Configurable</span></a></li>
126124
<li><a href="com/puppycrawl/tools/checkstyle/api/Configuration.html" title="interface in com.puppycrawl.tools.checkstyle.api"><span class="interfaceName">Configuration</span></a></li>
127125
<li><a href="com/puppycrawl/tools/checkstyle/ConfigurationLoader.html" title="class in com.puppycrawl.tools.checkstyle">ConfigurationLoader</a></li>
@@ -239,6 +237,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
239237
<li><a href="com/puppycrawl/tools/checkstyle/JavadocDetailNodeParser.DescriptiveErrorListener.html" title="class in com.puppycrawl.tools.checkstyle">JavadocDetailNodeParser.DescriptiveErrorListener</a></li>
240238
<li><a href="com/puppycrawl/tools/checkstyle/JavadocDetailNodeParser.ParseErrorMessage.html" title="class in com.puppycrawl.tools.checkstyle">JavadocDetailNodeParser.ParseErrorMessage</a></li>
241239
<li><a href="com/puppycrawl/tools/checkstyle/JavadocDetailNodeParser.ParseStatus.html" title="class in com.puppycrawl.tools.checkstyle">JavadocDetailNodeParser.ParseStatus</a></li>
240+
<li><a href="com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocLeadingAsteriskAlignCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.javadoc">JavadocLeadingAsteriskAlignCheck</a></li>
242241
<li><a href="com/puppycrawl/tools/checkstyle/meta/JavadocMetadataScraper.html" title="class in com.puppycrawl.tools.checkstyle.meta">JavadocMetadataScraper</a></li>
243242
<li><a href="com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocMethodCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.javadoc">JavadocMethodCheck</a></li>
244243
<li><a href="com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocMethodCheck.ClassInfo.html" title="class in com.puppycrawl.tools.checkstyle.checks.javadoc">JavadocMethodCheck.ClassInfo</a></li>
@@ -315,6 +314,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
315314
<li><a href="com/puppycrawl/tools/checkstyle/checks/javadoc/MissingJavadocMethodCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.javadoc">MissingJavadocMethodCheck</a></li>
316315
<li><a href="com/puppycrawl/tools/checkstyle/checks/javadoc/MissingJavadocPackageCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.javadoc">MissingJavadocPackageCheck</a></li>
317316
<li><a href="com/puppycrawl/tools/checkstyle/checks/javadoc/MissingJavadocTypeCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.javadoc">MissingJavadocTypeCheck</a></li>
317+
<li><a href="com/puppycrawl/tools/checkstyle/checks/coding/MissingNullCaseInSwitchCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">MissingNullCaseInSwitchCheck</a></li>
318318
<li><a href="com/puppycrawl/tools/checkstyle/checks/annotation/MissingOverrideCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.annotation">MissingOverrideCheck</a></li>
319319
<li><a href="com/puppycrawl/tools/checkstyle/checks/coding/MissingSwitchDefaultCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">MissingSwitchDefaultCheck</a></li>
320320
<li><a href="com/puppycrawl/tools/checkstyle/checks/coding/ModifiedControlVariableCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">ModifiedControlVariableCheck</a></li>
@@ -419,6 +419,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
419419
<li><a href="com/puppycrawl/tools/checkstyle/SarifLogger.html" title="class in com.puppycrawl.tools.checkstyle">SarifLogger</a></li>
420420
<li><a href="com/puppycrawl/tools/checkstyle/api/Scope.html" title="enum in com.puppycrawl.tools.checkstyle.api">Scope</a></li>
421421
<li><a href="com/puppycrawl/tools/checkstyle/utils/ScopeUtil.html" title="class in com.puppycrawl.tools.checkstyle.utils">ScopeUtil</a></li>
422+
<li><a href="com/puppycrawl/tools/checkstyle/checks/design/SealedShouldHavePermitsListCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.design">SealedShouldHavePermitsListCheck</a></li>
422423
<li><a href="com/puppycrawl/tools/checkstyle/checks/whitespace/SeparatorWrapCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.whitespace">SeparatorWrapCheck</a></li>
423424
<li><a href="com/puppycrawl/tools/checkstyle/api/SeverityLevel.html" title="enum in com.puppycrawl.tools.checkstyle.api">SeverityLevel</a></li>
424425
<li><a href="com/puppycrawl/tools/checkstyle/api/SeverityLevelCounter.html" title="class in com.puppycrawl.tools.checkstyle.api">SeverityLevelCounter</a></li>
@@ -493,8 +494,12 @@ <h1 class="bar">All&nbsp;Classes</h1>
493494
<li><a href="com/puppycrawl/tools/checkstyle/checks/coding/UnnecessarySemicolonAfterTypeMemberDeclarationCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">UnnecessarySemicolonAfterTypeMemberDeclarationCheck</a></li>
494495
<li><a href="com/puppycrawl/tools/checkstyle/checks/coding/UnnecessarySemicolonInEnumerationCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">UnnecessarySemicolonInEnumerationCheck</a></li>
495496
<li><a href="com/puppycrawl/tools/checkstyle/checks/coding/UnnecessarySemicolonInTryWithResourcesCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">UnnecessarySemicolonInTryWithResourcesCheck</a></li>
497+
<li><a href="com/puppycrawl/tools/checkstyle/checks/coding/UnusedCatchParameterShouldBeUnnamedCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">UnusedCatchParameterShouldBeUnnamedCheck</a></li>
498+
<li><a href="com/puppycrawl/tools/checkstyle/checks/coding/UnusedCatchParameterShouldBeUnnamedCheck.CatchParameterDetails.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">UnusedCatchParameterShouldBeUnnamedCheck.CatchParameterDetails</a></li>
496499
<li><a href="com/puppycrawl/tools/checkstyle/checks/imports/UnusedImportsCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.imports">UnusedImportsCheck</a></li>
497500
<li><a href="com/puppycrawl/tools/checkstyle/checks/imports/UnusedImportsCheck.Frame.html" title="class in com.puppycrawl.tools.checkstyle.checks.imports">UnusedImportsCheck.Frame</a></li>
501+
<li><a href="com/puppycrawl/tools/checkstyle/checks/coding/UnusedLambdaParameterShouldBeUnnamedCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">UnusedLambdaParameterShouldBeUnnamedCheck</a></li>
502+
<li><a href="com/puppycrawl/tools/checkstyle/checks/coding/UnusedLambdaParameterShouldBeUnnamedCheck.LambdaParameterDetails.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">UnusedLambdaParameterShouldBeUnnamedCheck.LambdaParameterDetails</a></li>
498503
<li><a href="com/puppycrawl/tools/checkstyle/checks/coding/UnusedLocalVariableCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">UnusedLocalVariableCheck</a></li>
499504
<li><a href="com/puppycrawl/tools/checkstyle/checks/coding/UnusedLocalVariableCheck.TypeDeclDesc.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">UnusedLocalVariableCheck.TypeDeclDesc</a></li>
500505
<li><a href="com/puppycrawl/tools/checkstyle/checks/coding/UnusedLocalVariableCheck.VariableDesc.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">UnusedLocalVariableCheck.VariableDesc</a></li>
@@ -503,6 +508,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
503508
<li><a href="com/puppycrawl/tools/checkstyle/api/Violation.html" title="class in com.puppycrawl.tools.checkstyle.api">Violation</a></li>
504509
<li><a href="com/puppycrawl/tools/checkstyle/site/ViolationMessagesMacro.html" title="class in com.puppycrawl.tools.checkstyle.site">ViolationMessagesMacro</a></li>
505510
<li><a href="com/puppycrawl/tools/checkstyle/checks/design/VisibilityModifierCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.design">VisibilityModifierCheck</a></li>
511+
<li><a href="com/puppycrawl/tools/checkstyle/checks/coding/WhenShouldBeUsedCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.coding">WhenShouldBeUsedCheck</a></li>
506512
<li><a href="com/puppycrawl/tools/checkstyle/checks/indentation/WhileHandler.html" title="class in com.puppycrawl.tools.checkstyle.checks.indentation">WhileHandler</a></li>
507513
<li><a href="com/puppycrawl/tools/checkstyle/checks/whitespace/WhitespaceAfterCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.whitespace">WhitespaceAfterCheck</a></li>
508514
<li><a href="com/puppycrawl/tools/checkstyle/checks/whitespace/WhitespaceAroundCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.whitespace">WhitespaceAroundCheck</a></li>

apidocs/allpackages-index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<!-- NewPage -->
3-
<html lang="en">
3+
<html lang>
44
<head>
5-
<!-- Generated by javadoc (11.0.23) on Sun May 26 19:04:53 UTC 2024 -->
6-
<title>All Packages (checkstyle 10.17.0 API)</title>
5+
<!-- Generated by javadoc (11.0.24) on Sun Aug 25 14:00:50 UTC 2024 -->
6+
<title>All Packages (checkstyle 10.18.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2024-05-26">
8+
<meta name="dc.created" content="2024-08-25">
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.17.0 API)";
25+
parent.document.title="All Packages (checkstyle 10.18.0 API)";
2626
}
2727
}
2828
catch(err) {

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<!-- NewPage -->
3-
<html lang="en">
3+
<html lang>
44
<head>
5-
<!-- Generated by javadoc (11.0.23) on Sun May 26 19:04:53 UTC 2024 -->
6-
<title>AbstractAutomaticBean.OutputStreamOptions (checkstyle 10.17.0 API)</title>
5+
<!-- Generated by javadoc (11.0.24) on Sun Aug 25 14:00:50 UTC 2024 -->
6+
<title>AbstractAutomaticBean.OutputStreamOptions (checkstyle 10.18.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2024-05-26">
8+
<meta name="dc.created" content="2024-08-25">
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.17.0 API)";
25+
parent.document.title="AbstractAutomaticBean.OutputStreamOptions (checkstyle 10.18.0 API)";
2626
}
2727
}
2828
catch(err) {

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<!-- NewPage -->
3-
<html lang="en">
3+
<html lang>
44
<head>
5-
<!-- Generated by javadoc (11.0.23) on Sun May 26 19:04:53 UTC 2024 -->
6-
<title>AbstractAutomaticBean.PatternArrayConverter (checkstyle 10.17.0 API)</title>
5+
<!-- Generated by javadoc (11.0.24) on Sun Aug 25 14:00:50 UTC 2024 -->
6+
<title>AbstractAutomaticBean.PatternArrayConverter (checkstyle 10.18.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2024-05-26">
8+
<meta name="dc.created" content="2024-08-25">
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.17.0 API)";
25+
parent.document.title="AbstractAutomaticBean.PatternArrayConverter (checkstyle 10.18.0 API)";
2626
}
2727
}
2828
catch(err) {

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<!-- NewPage -->
3-
<html lang="en">
3+
<html lang>
44
<head>
5-
<!-- Generated by javadoc (11.0.23) on Sun May 26 19:04:53 UTC 2024 -->
6-
<title>AbstractAutomaticBean.PatternConverter (checkstyle 10.17.0 API)</title>
5+
<!-- Generated by javadoc (11.0.24) on Sun Aug 25 14:00:50 UTC 2024 -->
6+
<title>AbstractAutomaticBean.PatternConverter (checkstyle 10.18.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2024-05-26">
8+
<meta name="dc.created" content="2024-08-25">
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.17.0 API)";
25+
parent.document.title="AbstractAutomaticBean.PatternConverter (checkstyle 10.18.0 API)";
2626
}
2727
}
2828
catch(err) {

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<!-- NewPage -->
3-
<html lang="en">
3+
<html lang>
44
<head>
5-
<!-- Generated by javadoc (11.0.23) on Sun May 26 19:04:53 UTC 2024 -->
6-
<title>AbstractAutomaticBean.RelaxedAccessModifierArrayConverter (checkstyle 10.17.0 API)</title>
5+
<!-- Generated by javadoc (11.0.24) on Sun Aug 25 14:00:50 UTC 2024 -->
6+
<title>AbstractAutomaticBean.RelaxedAccessModifierArrayConverter (checkstyle 10.18.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2024-05-26">
8+
<meta name="dc.created" content="2024-08-25">
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.RelaxedAccessModifierArrayConverter (checkstyle 10.17.0 API)";
25+
parent.document.title="AbstractAutomaticBean.RelaxedAccessModifierArrayConverter (checkstyle 10.18.0 API)";
2626
}
2727
}
2828
catch(err) {

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<!-- NewPage -->
3-
<html lang="en">
3+
<html lang>
44
<head>
5-
<!-- Generated by javadoc (11.0.23) on Sun May 26 19:04:53 UTC 2024 -->
6-
<title>AbstractAutomaticBean.RelaxedStringArrayConverter (checkstyle 10.17.0 API)</title>
5+
<!-- Generated by javadoc (11.0.24) on Sun Aug 25 14:00:50 UTC 2024 -->
6+
<title>AbstractAutomaticBean.RelaxedStringArrayConverter (checkstyle 10.18.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2024-05-26">
8+
<meta name="dc.created" content="2024-08-25">
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.RelaxedStringArrayConverter (checkstyle 10.17.0 API)";
25+
parent.document.title="AbstractAutomaticBean.RelaxedStringArrayConverter (checkstyle 10.18.0 API)";
2626
}
2727
}
2828
catch(err) {

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<!-- NewPage -->
3-
<html lang="en">
3+
<html lang>
44
<head>
5-
<!-- Generated by javadoc (11.0.23) on Sun May 26 19:04:53 UTC 2024 -->
6-
<title>AbstractAutomaticBean.ScopeConverter (checkstyle 10.17.0 API)</title>
5+
<!-- Generated by javadoc (11.0.24) on Sun Aug 25 14:00:50 UTC 2024 -->
6+
<title>AbstractAutomaticBean.ScopeConverter (checkstyle 10.18.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2024-05-26">
8+
<meta name="dc.created" content="2024-08-25">
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.ScopeConverter (checkstyle 10.17.0 API)";
25+
parent.document.title="AbstractAutomaticBean.ScopeConverter (checkstyle 10.18.0 API)";
2626
}
2727
}
2828
catch(err) {

0 commit comments

Comments
 (0)