Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit74d201b

Browse files
release 10.21.3
1 parent3b45f38 commit74d201b

File tree

3,034 files changed

+45701
-35553
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,034 files changed

+45701
-35553
lines changed

‎anttask.html

Lines changed: 37 additions & 24 deletions
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-01-26
5+
| Generated by Apache Maven Doxia Site Renderer 2.0.0 from src/site/xdoc/anttask.xml.vm at 2025-02-23
66
| Rendered using Apache Maven Fluido Skin 2.0.1
77
-->
88
<htmlxmlns="http://www.w3.org/1999/xhtml"lang="en">
@@ -20,6 +20,10 @@
2020
src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
2121
<scripttype="text/javascript"src="./js/anchors.js"></script>
2222
<scripttype="text/javascript"src="./js/google-analytics.js"></script>
23+
<scriptsrc="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.js"></script>
24+
<scripttype="text/javascript"
25+
src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></script>
26+
<linkrel="stylesheet"href="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.css">
2327
<linkrel="icon"href="./images/favicon.png"type="image/x-icon"/>
2428
<linkrel="shortcut icon"href="./images/favicon.ico"type="image/ico"/>
2529
</head>
@@ -28,14 +32,14 @@
2832
<header>
2933
<divid="banner">
3034
<divclass="pull-left"><divid="bannerLeft"><h1><ahref="./"><imgclass="class java.lang.Object"src="images/header-checkstyle-logo.png"alt="Checkstyle"/></a></h1></div></div>
31-
<divclass="pull-right"><divid="bannerRight"><h1><ahref="./"><imgclass="class java.lang.Object"src="images/header-right-ruller.png"alt="Checkstyle"/></a></h1></div></div>
35+
<divclass="pull-right"><divid="bannerRight"><h1><imgclass="class java.lang.Object"src="images/header-right-ruller.png"alt="Checkstyle"/></h1></div></div>
3236
<divclass="clear"><hr/></div>
3337
</div>
3438

3539
<divid="breadcrumbs">
3640
<ulclass="breadcrumb">
37-
<liid="publishDate"class="pull-right"><spanclass="divider">|</span> Last Published: 2025-01-26</li>
38-
<liid="projectVersion"class="pull-right"><spanclass="divider">|</span>Version: 10.21.2</li>
41+
<liid="publishDate"class="pull-right"><spanclass="divider">|</span> Last Published: 2025-02-23</li>
42+
<liid="projectVersion"class="pull-right"><spanclass="divider">|</span>Version: 10.21.3</li>
3943
<liclass="pull-right"><a>toTop</a></li>
4044
</ul>
4145
</div>
@@ -157,7 +161,7 @@ <h1>Installation</h1>
157161

158162
<p>
159163
The easiest way is to include
160-
<code>checkstyle-10.21.2-all.jar</code> in the
164+
<code>checkstyle-10.21.3-all.jar</code> in the
161165
classpath. This contains all the classes required to run
162166
Checkstyle. Alternatively, you must include the
163167
<code>compile</code> third party dependencies listed in<ahref="dependencies.html">Project Dependencies</a> in the
@@ -171,10 +175,11 @@ <h1>Installation</h1>
171175
</p>
172176

173177

174-
<preclass="prettyprint"><code>
178+
<divclass="wrapper">
179+
<preclass="prettyprint"><codeclass="language-xml">
175180
&lt;taskdef resource=&quot;com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties&quot;
176-
classpath=&quot;/path/to/checkstyle-10.21.2-all.jar&quot;/&gt;
177-
</code></pre>
181+
classpath=&quot;/path/to/checkstyle-10.21.3-all.jar&quot;/&gt;
182+
</code></pre></div>
178183

179184

180185
<p>
@@ -184,10 +189,11 @@ <h1>Installation</h1>
184189
</p>
185190

186191

187-
<preclass="prettyprint"><code>
192+
<divclass="wrapper">
193+
<preclass="prettyprint"><codeclass="language-xml">
188194
&lt;taskdef
189195
resource=&quot;com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties&quot;/&gt;
190-
</code></pre>
196+
</code></pre></div>
191197

192198

193199
<p>
@@ -198,7 +204,8 @@ <h1>Installation</h1>
198204
</p>
199205

200206

201-
<preclass="prettyprint"><code>
207+
<divclass="wrapper">
208+
<preclass="prettyprint"><codeclass="language-xml">
202209
&lt;project name=&quot;foo&quot; ...
203210
xmlns:cs=&quot;antlib:com.puppycrawl.tools.checkstyle.ant&quot;&gt;
204211
...
@@ -207,7 +214,7 @@ <h1>Installation</h1>
207214
&lt;/cs:checkstyle&gt;
208215
...
209216
&lt;/project&gt;
210-
</code></pre>
217+
</code></pre></div>
211218

212219
</section>
213220

@@ -567,9 +574,10 @@ <h1>Examples</h1>
567574
</p>
568575

569576

570-
<preclass="prettyprint"><code>
577+
<divclass="wrapper">
578+
<preclass="prettyprint"><codeclass="language-xml">
571579
&lt;checkstyle config=&quot;docs/sun_checks.xml&quot; file=&quot;Check.java&quot;/&gt;
572-
</code></pre>
580+
</code></pre></div>
573581

574582

575583
<p>
@@ -579,14 +587,15 @@ <h1>Examples</h1>
579587
</b>
580588
</p>
581589

582-
<preclass="prettyprint"><code>
590+
<divclass="wrapper">
591+
<preclass="prettyprint"><codeclass="language-xml">
583592
&lt;checkstyle config=&quot;/path/to/site/sun_checks.xml&quot;&gt;
584593
&lt;fileset dir=&quot;src/checkstyle&quot; includes=&quot;**/*.java&quot;/&gt;
585594

586595
&lt;!-- Location of cache-file. Something that is project specific --&gt;
587596
&lt;property key=&quot;checkstyle.cache.file&quot; file=&quot;target/cachefile&quot;/&gt;
588597
&lt;/checkstyle&gt;
589-
</code></pre>
598+
</code></pre></div>
590599

591600

592601
<p>
@@ -595,7 +604,8 @@ <h1>Examples</h1>
595604
</b>
596605
</p>
597606

598-
<preclass="prettyprint"><code>
607+
<divclass="wrapper">
608+
<preclass="prettyprint"><codeclass="language-xml">
599609
&lt;!-- Somewhere in your config --&gt;
600610
&lt;path id=&quot;project.sourcepath&quot;&gt;
601611
&lt;fileset dir=&quot;src&quot;
@@ -608,7 +618,7 @@ <h1>Examples</h1>
608618
&lt;!-- Refer to a previously defined source path --&gt;
609619
&lt;path refid=&quot;project.sourcepath&quot; /&gt;
610620
&lt;/checkstyle&gt;
611-
</code></pre>
621+
</code></pre></div>
612622

613623

614624
<p>
@@ -618,14 +628,15 @@ <h1>Examples</h1>
618628
</b>
619629
</p>
620630

621-
<preclass="prettyprint"><code>
631+
<divclass="wrapper">
632+
<preclass="prettyprint"><codeclass="language-xml">
622633
&lt;checkstyle config=&quot;docs/sun_checks.xml&quot;&gt;
623634
&lt;fileset dir=&quot;src/checkstyle&quot; includes=&quot;**/*.java&quot;/&gt;
624635
&lt;formatter type=&quot;plain&quot;/&gt;
625636
&lt;formatter type=&quot;xml&quot; toFile=&quot;build/checkstyle_errors.xml&quot;/&gt;
626637
&lt;formatter type=&quot;sarif&quot; toFile=&quot;build/checkstyle_errors.sarif&quot;/&gt;
627638
&lt;/checkstyle&gt;
628-
</code></pre>
639+
</code></pre></div>
629640

630641

631642
<p>
@@ -636,11 +647,12 @@ <h1>Examples</h1>
636647
</b>
637648
</p>
638649

639-
<preclass="prettyprint"><code>
650+
<divclass="wrapper">
651+
<preclass="prettyprint"><codeclass="language-xml">
640652
&lt;checkstyle config=&quot;docs/sun_checks.xml&quot;
641653
packageNamesFile=&quot;myPackageNames.xml&quot;
642654
file=&quot;Check.java&quot;/&gt;
643-
</code></pre>
655+
</code></pre></div>
644656

645657

646658
<p>
@@ -650,7 +662,8 @@ <h1>Examples</h1>
650662
</b>
651663
</p>
652664

653-
<preclass="prettyprint"><code>
665+
<divclass="wrapper">
666+
<preclass="prettyprint"><codeclass="language-xml">
654667
&lt;target name=&quot;checkstyle&quot;
655668
description=&quot;Generates a report of code convention violations.&quot;&gt;
656669

@@ -681,7 +694,7 @@ <h1>Examples</h1>
681694
files=&quot;checkstyle_report.html&quot;/&gt;
682695

683696
&lt;/target&gt;
684-
</code></pre>
697+
</code></pre></div>
685698

686699

687700
<p>

‎apidocs/allclasses-index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<htmllang>
33
<head>
4-
<!-- Generated by javadoc (17) on SunJan 26 15:00:39 UTC 2025 -->
5-
<title>All Classes and Interfaces (checkstyle 10.21.2 API)</title>
4+
<!-- Generated by javadoc (17) on SunFeb 23 15:05:17 UTC 2025 -->
5+
<title>All Classes and Interfaces (checkstyle 10.21.3 API)</title>
66
<metaname="viewport"content="width=device-width, initial-scale=1">
77
<metahttp-equiv="Content-Type"content="text/html; charset=UTF-8">
8-
<metaname="dc.created"content="2025-01-26">
8+
<metaname="dc.created"content="2025-02-23">
99
<metaname="description"content="class index">
1010
<metaname="generator"content="javadoc/AllClassesIndexWriter">
1111
<linkrel="stylesheet"type="text/css"href="stylesheet.css"title="Style">

‎apidocs/allpackages-index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<htmllang>
33
<head>
4-
<!-- Generated by javadoc (17) on SunJan 26 15:00:39 UTC 2025 -->
5-
<title>All Packages (checkstyle 10.21.2 API)</title>
4+
<!-- Generated by javadoc (17) on SunFeb 23 15:05:17 UTC 2025 -->
5+
<title>All Packages (checkstyle 10.21.3 API)</title>
66
<metaname="viewport"content="width=device-width, initial-scale=1">
77
<metahttp-equiv="Content-Type"content="text/html; charset=UTF-8">
8-
<metaname="dc.created"content="2025-01-26">
8+
<metaname="dc.created"content="2025-02-23">
99
<metaname="description"content="package index">
1010
<metaname="generator"content="javadoc/AllPackagesIndexWriter">
1111
<linkrel="stylesheet"type="text/css"href="stylesheet.css"title="Style">

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<htmllang>
33
<head>
4-
<!-- Generated by javadoc (17) on SunJan 26 15:00:39 UTC 2025 -->
5-
<title>AbstractAutomaticBean.OutputStreamOptions (checkstyle 10.21.2 API)</title>
4+
<!-- Generated by javadoc (17) on SunFeb 23 15:05:17 UTC 2025 -->
5+
<title>AbstractAutomaticBean.OutputStreamOptions (checkstyle 10.21.3 API)</title>
66
<metaname="viewport"content="width=device-width, initial-scale=1">
77
<metahttp-equiv="Content-Type"content="text/html; charset=UTF-8">
8-
<metaname="dc.created"content="2025-01-26">
8+
<metaname="dc.created"content="2025-02-23">
99
<metaname="description"content="declaration: package: com.puppycrawl.tools.checkstyle, class: AbstractAutomaticBean, enum: OutputStreamOptions">
1010
<metaname="generator"content="javadoc/ClassWriterImpl">
1111
<linkrel="stylesheet"type="text/css"href="../../../../stylesheet.css"title="Style">

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<htmllang>
33
<head>
4-
<!-- Generated by javadoc (17) on SunJan 26 15:00:39 UTC 2025 -->
5-
<title>AbstractAutomaticBean.PatternArrayConverter (checkstyle 10.21.2 API)</title>
4+
<!-- Generated by javadoc (17) on SunFeb 23 15:05:17 UTC 2025 -->
5+
<title>AbstractAutomaticBean.PatternArrayConverter (checkstyle 10.21.3 API)</title>
66
<metaname="viewport"content="width=device-width, initial-scale=1">
77
<metahttp-equiv="Content-Type"content="text/html; charset=UTF-8">
8-
<metaname="dc.created"content="2025-01-26">
8+
<metaname="dc.created"content="2025-02-23">
99
<metaname="description"content="declaration: package: com.puppycrawl.tools.checkstyle, class: AbstractAutomaticBean, class: PatternArrayConverter">
1010
<metaname="generator"content="javadoc/ClassWriterImpl">
1111
<linkrel="stylesheet"type="text/css"href="../../../../stylesheet.css"title="Style">

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<htmllang>
33
<head>
4-
<!-- Generated by javadoc (17) on SunJan 26 15:00:39 UTC 2025 -->
5-
<title>AbstractAutomaticBean.PatternConverter (checkstyle 10.21.2 API)</title>
4+
<!-- Generated by javadoc (17) on SunFeb 23 15:05:17 UTC 2025 -->
5+
<title>AbstractAutomaticBean.PatternConverter (checkstyle 10.21.3 API)</title>
66
<metaname="viewport"content="width=device-width, initial-scale=1">
77
<metahttp-equiv="Content-Type"content="text/html; charset=UTF-8">
8-
<metaname="dc.created"content="2025-01-26">
8+
<metaname="dc.created"content="2025-02-23">
99
<metaname="description"content="declaration: package: com.puppycrawl.tools.checkstyle, class: AbstractAutomaticBean, class: PatternConverter">
1010
<metaname="generator"content="javadoc/ClassWriterImpl">
1111
<linkrel="stylesheet"type="text/css"href="../../../../stylesheet.css"title="Style">

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<htmllang>
33
<head>
4-
<!-- Generated by javadoc (17) on SunJan 26 15:00:39 UTC 2025 -->
5-
<title>AbstractAutomaticBean.RelaxedAccessModifierArrayConverter (checkstyle 10.21.2 API)</title>
4+
<!-- Generated by javadoc (17) on SunFeb 23 15:05:17 UTC 2025 -->
5+
<title>AbstractAutomaticBean.RelaxedAccessModifierArrayConverter (checkstyle 10.21.3 API)</title>
66
<metaname="viewport"content="width=device-width, initial-scale=1">
77
<metahttp-equiv="Content-Type"content="text/html; charset=UTF-8">
8-
<metaname="dc.created"content="2025-01-26">
8+
<metaname="dc.created"content="2025-02-23">
99
<metaname="description"content="declaration: package: com.puppycrawl.tools.checkstyle, class: AbstractAutomaticBean, class: RelaxedAccessModifierArrayConverter">
1010
<metaname="generator"content="javadoc/ClassWriterImpl">
1111
<linkrel="stylesheet"type="text/css"href="../../../../stylesheet.css"title="Style">

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<htmllang>
33
<head>
4-
<!-- Generated by javadoc (17) on SunJan 26 15:00:39 UTC 2025 -->
5-
<title>AbstractAutomaticBean.RelaxedStringArrayConverter (checkstyle 10.21.2 API)</title>
4+
<!-- Generated by javadoc (17) on SunFeb 23 15:05:17 UTC 2025 -->
5+
<title>AbstractAutomaticBean.RelaxedStringArrayConverter (checkstyle 10.21.3 API)</title>
66
<metaname="viewport"content="width=device-width, initial-scale=1">
77
<metahttp-equiv="Content-Type"content="text/html; charset=UTF-8">
8-
<metaname="dc.created"content="2025-01-26">
8+
<metaname="dc.created"content="2025-02-23">
99
<metaname="description"content="declaration: package: com.puppycrawl.tools.checkstyle, class: AbstractAutomaticBean, class: RelaxedStringArrayConverter">
1010
<metaname="generator"content="javadoc/ClassWriterImpl">
1111
<linkrel="stylesheet"type="text/css"href="../../../../stylesheet.css"title="Style">

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<htmllang>
33
<head>
4-
<!-- Generated by javadoc (17) on SunJan 26 15:00:39 UTC 2025 -->
5-
<title>AbstractAutomaticBean.ScopeConverter (checkstyle 10.21.2 API)</title>
4+
<!-- Generated by javadoc (17) on SunFeb 23 15:05:17 UTC 2025 -->
5+
<title>AbstractAutomaticBean.ScopeConverter (checkstyle 10.21.3 API)</title>
66
<metaname="viewport"content="width=device-width, initial-scale=1">
77
<metahttp-equiv="Content-Type"content="text/html; charset=UTF-8">
8-
<metaname="dc.created"content="2025-01-26">
8+
<metaname="dc.created"content="2025-02-23">
99
<metaname="description"content="declaration: package: com.puppycrawl.tools.checkstyle, class: AbstractAutomaticBean, class: ScopeConverter">
1010
<metaname="generator"content="javadoc/ClassWriterImpl">
1111
<linkrel="stylesheet"type="text/css"href="../../../../stylesheet.css"title="Style">

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML>
22
<htmllang>
33
<head>
4-
<!-- Generated by javadoc (17) on SunJan 26 15:00:39 UTC 2025 -->
5-
<title>AbstractAutomaticBean.SeverityLevelConverter (checkstyle 10.21.2 API)</title>
4+
<!-- Generated by javadoc (17) on SunFeb 23 15:05:17 UTC 2025 -->
5+
<title>AbstractAutomaticBean.SeverityLevelConverter (checkstyle 10.21.3 API)</title>
66
<metaname="viewport"content="width=device-width, initial-scale=1">
77
<metahttp-equiv="Content-Type"content="text/html; charset=UTF-8">
8-
<metaname="dc.created"content="2025-01-26">
8+
<metaname="dc.created"content="2025-02-23">
99
<metaname="description"content="declaration: package: com.puppycrawl.tools.checkstyle, class: AbstractAutomaticBean, class: SeverityLevelConverter">
1010
<metaname="generator"content="javadoc/ClassWriterImpl">
1111
<linkrel="stylesheet"type="text/css"href="../../../../stylesheet.css"title="Style">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp