Skip to content

Commit f22fcb1

Browse files
release 10.22.0
1 parent 21b0b7d commit f22fcb1

File tree

2,835 files changed

+58510
-53775
lines changed

Some content is hidden

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

2,835 files changed

+58510
-53775
lines changed

anttask.html

+6-11
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
<!--
5-
| Generated by Apache Maven Doxia Site Renderer 2.0.0 from src/site/xdoc/anttask.xml.vm at 2025-03-04
5+
| Generated by Apache Maven Doxia Site Renderer 2.0.0 from src/site/xdoc/anttask.xml.vm at 2025-03-30
66
| Rendered using Apache Maven Fluido Skin 2.0.1
77
-->
88
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
@@ -16,14 +16,9 @@
1616
<link rel="stylesheet" href="./css/print.css" media="print" />
1717
<script src="./js/apache-maven-fluido-2.0.1.min.js"></script>
1818
<script type="text/javascript" src="./js/checkstyle.js"></script>
19-
<script type="text/javascript"
20-
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
2119
<script type="text/javascript" src="./js/anchors.js"></script>
2220
<script type="text/javascript" src="./js/google-analytics.js"></script>
23-
<script src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.js"></script>
24-
<script type="text/javascript"
25-
src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></script>
26-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.css">
21+
<script type="text/javascript" src="./js/copy-clipboard.js"></script>
2722
<link rel="icon" href="./images/favicon.png" type="image/x-icon" />
2823
<link rel="shortcut icon" href="./images/favicon.ico" type="image/ico" />
2924
</head>
@@ -38,8 +33,8 @@
3833

3934
<div id="breadcrumbs">
4035
<ul class="breadcrumb">
41-
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2025-03-04</li>
42-
<li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 10.21.4</li>
36+
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2025-03-30</li>
37+
<li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 10.22.0</li>
4338
<li class="pull-right"><a>toTop</a></li>
4439
</ul>
4540
</div>
@@ -161,7 +156,7 @@ <h1>Installation</h1>
161156

162157
<p>
163158
The easiest way is to include
164-
<code>checkstyle-10.21.4-all.jar</code> in the
159+
<code>checkstyle-10.22.0-all.jar</code> in the
165160
classpath. This contains all the classes required to run
166161
Checkstyle. Alternatively, you must include the
167162
<code>compile</code> third party dependencies listed in <a href="dependencies.html">Project Dependencies</a> in the
@@ -178,7 +173,7 @@ <h1>Installation</h1>
178173
<div class="wrapper">
179174
<pre class="prettyprint"><code class="language-xml">
180175
&lt;taskdef resource=&quot;com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties&quot;
181-
classpath=&quot;/path/to/checkstyle-10.21.4-all.jar&quot;/&gt;
176+
classpath=&quot;/path/to/checkstyle-10.22.0-all.jar&quot;/&gt;
182177
</code></pre></div>
183178

184179

apidocs/allclasses-index.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 04 07:38:56 UTC 2025 -->
5-
<title>All Classes and Interfaces (checkstyle 10.21.4 API)</title>
4+
<!-- Generated by javadoc (17) on Sun Mar 30 13:44:10 UTC 2025 -->
5+
<title>All Classes and Interfaces (checkstyle 10.22.0 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-04">
8+
<meta name="dc.created" content="2025-03-30">
99
<meta name="description" content="class index">
1010
<meta name="generator" content="javadoc/AllClassesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@@ -895,8 +895,7 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
895895
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="com/puppycrawl/tools/checkstyle/checks/naming/IllegalIdentifierNameCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.naming">IllegalIdentifierNameCheck</a></div>
896896
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
897897
<div class="block">
898-
Checks identifiers with a pattern for a set of illegal names, such as those
899-
that are restricted or contextual keywords.</div>
898+
Checks identifiers against a regular expression pattern to detect illegal names.</div>
900899
</div>
901900
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="com/puppycrawl/tools/checkstyle/checks/imports/IllegalImportCheck.html" title="class in com.puppycrawl.tools.checkstyle.checks.imports">IllegalImportCheck</a></div>
902901
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">

apidocs/allpackages-index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 04 07:38:56 UTC 2025 -->
5-
<title>All Packages (checkstyle 10.21.4 API)</title>
4+
<!-- Generated by javadoc (17) on Sun Mar 30 13:44:10 UTC 2025 -->
5+
<title>All Packages (checkstyle 10.22.0 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-04">
8+
<meta name="dc.created" content="2025-03-30">
99
<meta name="description" content="package index">
1010
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 04 07:38:56 UTC 2025 -->
5-
<title>AbstractAutomaticBean.OutputStreamOptions (checkstyle 10.21.4 API)</title>
4+
<!-- Generated by javadoc (17) on Sun Mar 30 13:44:10 UTC 2025 -->
5+
<title>AbstractAutomaticBean.OutputStreamOptions (checkstyle 10.22.0 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-04">
8+
<meta name="dc.created" content="2025-03-30">
99
<meta name="description" content="declaration: package: com.puppycrawl.tools.checkstyle, class: AbstractAutomaticBean, enum: OutputStreamOptions">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 04 07:38:56 UTC 2025 -->
5-
<title>AbstractAutomaticBean.PatternArrayConverter (checkstyle 10.21.4 API)</title>
4+
<!-- Generated by javadoc (17) on Sun Mar 30 13:44:10 UTC 2025 -->
5+
<title>AbstractAutomaticBean.PatternArrayConverter (checkstyle 10.22.0 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-04">
8+
<meta name="dc.created" content="2025-03-30">
99
<meta name="description" content="declaration: package: com.puppycrawl.tools.checkstyle, class: AbstractAutomaticBean, class: PatternArrayConverter">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 04 07:38:56 UTC 2025 -->
5-
<title>AbstractAutomaticBean.PatternConverter (checkstyle 10.21.4 API)</title>
4+
<!-- Generated by javadoc (17) on Sun Mar 30 13:44:10 UTC 2025 -->
5+
<title>AbstractAutomaticBean.PatternConverter (checkstyle 10.22.0 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-04">
8+
<meta name="dc.created" content="2025-03-30">
99
<meta name="description" content="declaration: package: com.puppycrawl.tools.checkstyle, class: AbstractAutomaticBean, class: PatternConverter">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 04 07:38:56 UTC 2025 -->
5-
<title>AbstractAutomaticBean.RelaxedAccessModifierArrayConverter (checkstyle 10.21.4 API)</title>
4+
<!-- Generated by javadoc (17) on Sun Mar 30 13:44:10 UTC 2025 -->
5+
<title>AbstractAutomaticBean.RelaxedAccessModifierArrayConverter (checkstyle 10.22.0 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-04">
8+
<meta name="dc.created" content="2025-03-30">
99
<meta name="description" content="declaration: package: com.puppycrawl.tools.checkstyle, class: AbstractAutomaticBean, class: RelaxedAccessModifierArrayConverter">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 04 07:38:56 UTC 2025 -->
5-
<title>AbstractAutomaticBean.RelaxedStringArrayConverter (checkstyle 10.21.4 API)</title>
4+
<!-- Generated by javadoc (17) on Sun Mar 30 13:44:10 UTC 2025 -->
5+
<title>AbstractAutomaticBean.RelaxedStringArrayConverter (checkstyle 10.22.0 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-04">
8+
<meta name="dc.created" content="2025-03-30">
99
<meta name="description" content="declaration: package: com.puppycrawl.tools.checkstyle, class: AbstractAutomaticBean, class: RelaxedStringArrayConverter">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 04 07:38:56 UTC 2025 -->
5-
<title>AbstractAutomaticBean.ScopeConverter (checkstyle 10.21.4 API)</title>
4+
<!-- Generated by javadoc (17) on Sun Mar 30 13:44:10 UTC 2025 -->
5+
<title>AbstractAutomaticBean.ScopeConverter (checkstyle 10.22.0 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-04">
8+
<meta name="dc.created" content="2025-03-30">
99
<meta name="description" content="declaration: package: com.puppycrawl.tools.checkstyle, class: AbstractAutomaticBean, class: ScopeConverter">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 04 07:38:56 UTC 2025 -->
5-
<title>AbstractAutomaticBean.SeverityLevelConverter (checkstyle 10.21.4 API)</title>
4+
<!-- Generated by javadoc (17) on Sun Mar 30 13:44:10 UTC 2025 -->
5+
<title>AbstractAutomaticBean.SeverityLevelConverter (checkstyle 10.22.0 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-04">
8+
<meta name="dc.created" content="2025-03-30">
99
<meta name="description" content="declaration: package: com.puppycrawl.tools.checkstyle, class: AbstractAutomaticBean, class: SeverityLevelConverter">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 04 07:38:56 UTC 2025 -->
5-
<title>AbstractAutomaticBean.UriConverter (checkstyle 10.21.4 API)</title>
4+
<!-- Generated by javadoc (17) on Sun Mar 30 13:44:10 UTC 2025 -->
5+
<title>AbstractAutomaticBean.UriConverter (checkstyle 10.22.0 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-04">
8+
<meta name="dc.created" content="2025-03-30">
99
<meta name="description" content="declaration: package: com.puppycrawl.tools.checkstyle, class: AbstractAutomaticBean, class: UriConverter">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 04 07:38:56 UTC 2025 -->
5-
<title>AbstractAutomaticBean (checkstyle 10.21.4 API)</title>
4+
<!-- Generated by javadoc (17) on Sun Mar 30 13:44:10 UTC 2025 -->
5+
<title>AbstractAutomaticBean (checkstyle 10.22.0 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-04">
8+
<meta name="dc.created" content="2025-03-30">
99
<meta name="description" content="declaration: package: com.puppycrawl.tools.checkstyle, class: AbstractAutomaticBean">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

apidocs/com/puppycrawl/tools/checkstyle/AstTreeStringPrinter.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 04 07:38:56 UTC 2025 -->
5-
<title>AstTreeStringPrinter (checkstyle 10.21.4 API)</title>
4+
<!-- Generated by javadoc (17) on Sun Mar 30 13:44:10 UTC 2025 -->
5+
<title>AstTreeStringPrinter (checkstyle 10.22.0 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-04">
8+
<meta name="dc.created" content="2025-03-30">
99
<meta name="description" content="declaration: package: com.puppycrawl.tools.checkstyle, class: AstTreeStringPrinter">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

apidocs/com/puppycrawl/tools/checkstyle/AuditEventDefaultFormatter.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 04 07:38:56 UTC 2025 -->
5-
<title>AuditEventDefaultFormatter (checkstyle 10.21.4 API)</title>
4+
<!-- Generated by javadoc (17) on Sun Mar 30 13:44:10 UTC 2025 -->
5+
<title>AuditEventDefaultFormatter (checkstyle 10.22.0 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-04">
8+
<meta name="dc.created" content="2025-03-30">
99
<meta name="description" content="declaration: package: com.puppycrawl.tools.checkstyle, class: AuditEventDefaultFormatter">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

apidocs/com/puppycrawl/tools/checkstyle/AuditEventFormatter.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 04 07:38:56 UTC 2025 -->
5-
<title>AuditEventFormatter (checkstyle 10.21.4 API)</title>
4+
<!-- Generated by javadoc (17) on Sun Mar 30 13:44:10 UTC 2025 -->
5+
<title>AuditEventFormatter (checkstyle 10.22.0 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-04">
8+
<meta name="dc.created" content="2025-03-30">
99
<meta name="description" content="declaration: package: com.puppycrawl.tools.checkstyle, interface: AuditEventFormatter">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

apidocs/com/puppycrawl/tools/checkstyle/Checker.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 04 07:38:56 UTC 2025 -->
5-
<title>Checker (checkstyle 10.21.4 API)</title>
4+
<!-- Generated by javadoc (17) on Sun Mar 30 13:44:10 UTC 2025 -->
5+
<title>Checker (checkstyle 10.22.0 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-04">
8+
<meta name="dc.created" content="2025-03-30">
99
<meta name="description" content="declaration: package: com.puppycrawl.tools.checkstyle, class: Checker">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

apidocs/com/puppycrawl/tools/checkstyle/CheckstyleParserErrorStrategy.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 04 07:38:56 UTC 2025 -->
5-
<title>CheckstyleParserErrorStrategy (checkstyle 10.21.4 API)</title>
4+
<!-- Generated by javadoc (17) on Sun Mar 30 13:44:10 UTC 2025 -->
5+
<title>CheckstyleParserErrorStrategy (checkstyle 10.22.0 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-04">
8+
<meta name="dc.created" content="2025-03-30">
99
<meta name="description" content="declaration: package: com.puppycrawl.tools.checkstyle, class: CheckstyleParserErrorStrategy">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

apidocs/com/puppycrawl/tools/checkstyle/ConfigurationLoader.IgnoredModulesOptions.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 04 07:38:56 UTC 2025 -->
5-
<title>ConfigurationLoader.IgnoredModulesOptions (checkstyle 10.21.4 API)</title>
4+
<!-- Generated by javadoc (17) on Sun Mar 30 13:44:10 UTC 2025 -->
5+
<title>ConfigurationLoader.IgnoredModulesOptions (checkstyle 10.22.0 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-04">
8+
<meta name="dc.created" content="2025-03-30">
99
<meta name="description" content="declaration: package: com.puppycrawl.tools.checkstyle, class: ConfigurationLoader, enum: IgnoredModulesOptions">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

apidocs/com/puppycrawl/tools/checkstyle/ConfigurationLoader.InternalLoader.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 04 07:38:56 UTC 2025 -->
5-
<title>ConfigurationLoader.InternalLoader (checkstyle 10.21.4 API)</title>
4+
<!-- Generated by javadoc (17) on Sun Mar 30 13:44:10 UTC 2025 -->
5+
<title>ConfigurationLoader.InternalLoader (checkstyle 10.22.0 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-04">
8+
<meta name="dc.created" content="2025-03-30">
99
<meta name="description" content="declaration: package: com.puppycrawl.tools.checkstyle, class: ConfigurationLoader, class: InternalLoader">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

apidocs/com/puppycrawl/tools/checkstyle/ConfigurationLoader.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Mar 04 07:38:56 UTC 2025 -->
5-
<title>ConfigurationLoader (checkstyle 10.21.4 API)</title>
4+
<!-- Generated by javadoc (17) on Sun Mar 30 13:44:10 UTC 2025 -->
5+
<title>ConfigurationLoader (checkstyle 10.22.0 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-03-04">
8+
<meta name="dc.created" content="2025-03-30">
99
<meta name="description" content="declaration: package: com.puppycrawl.tools.checkstyle, class: ConfigurationLoader">
1010
<meta name="generator" content="javadoc/ClassWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">

0 commit comments

Comments
 (0)