Skip to content

Commit 43c038e

Browse files
committed
config: release 10.5.0
1 parent f50ced8 commit 43c038e

File tree

24 files changed

+165
-45
lines changed

24 files changed

+165
-45
lines changed

docs/partials/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1>Eclipse Checkstyle Plugin</h1>
2424
<small>
2525
<sup>1 </sup>
2626
Install via Eclipse Marketplace. Drag and drop this link into a running Eclipse
27-
(2020-09 or higher version) workspace. Latest release 10.4.0, based on Checkstyle 10.4, see
27+
(2020-09 or higher version) workspace. Latest release 10.5.0, based on Checkstyle 10.5, see
2828
<a href="#!/releasenotes">release notes</a>
2929
</small>
3030
</div>
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<div>
2+
<h3>Changes</h3>
3+
<ul>
4+
<li>f50ced86 Issue #420: update to Checkstyle 10.5.0</li>
5+
<li>2b317c22 Fix #475: include transitive dependencies</li>
6+
<li>783ad3c3 Issue #454: enforces header on all files and upgrades year</li>
7+
<li>bd646833 Issue #451: adds trailing whitespace forbidden</li>
8+
<li>dd602eb1 Issue #451: fix checkstyle violations</li>
9+
<li>b860784a Issue #456: synchronizes eclipse-cs and maven</li>
10+
<li>ab8d1213 Issue #456: expands maven to identify the same files as eclipse-cs</li>
11+
<li>24e56388 Issue #451: adds multiple modules with no violations</li>
12+
<li>7d1be66e Issue #440: resolves CustomDeclarationOrder</li>
13+
<li>74e9af64 Issue #451: adds NewlineAtEndOfFile</li>
14+
<li>1b2d9d81 Issue #440: resolves NumericLiteralNeedsUnderscoreCheck</li>
15+
<li>86841d67 Issue #440: resolves AvoidConstantAsFirstOperandInConditionCheck</li>
16+
<li>6c77accf Issue #440: resolves UselessSuperCtorCallCheck</li>
17+
<li>e3638889 Issue #440: resolves ConfusingConditionCheck</li>
18+
<li>68d0a223 Issue #440: resolves EmptyPublicCtorInClassCheck</li>
19+
<li>c432cf07 Issue #440: resolves StaticMethodCandidate</li>
20+
<li>e5097b8c Issue #440: resolves UnnecessaryParenthesesExtended</li>
21+
<li>33f5ee67 Issue #440: resolves AvoidConditionInversionCheck</li>
22+
<li>3e27bdc0 Issue #440: resolves LogicConditionNeedOptimizationCheck</li>
23+
<li>84f1b610 Resolve few violations reported by CI</li>
24+
<li>ede91130 Preserve nested exceptions</li>
25+
<li>2a704cf3 Don't mix code and comments</li>
26+
<li>a1aaaf26 Remove comments only pointing to superclass</li>
27+
<li>df07bcb0 Fix wrong declaration order</li>
28+
<li>67f41a72 Fix naming violations</li>
29+
<li>be7f83c2 Avoid wrong checkstyle library being unpacked</li>
30+
<li>1fc75af4 Issue #172: skip files with java errors</li>
31+
<li>73c3c85f Disable "Set to default" if already default</li>
32+
<li>2d62e0fb fix #375: don't block UI when loading metadata</li>
33+
<li>e5866960 don't use input text for filter hints</li>
34+
<li>c0d4f617 Issue #391: disable dialog context help</li>
35+
<li>873459f8 Improve localization</li>
36+
<li>d3606ddc Use the regex completion proposal computer of the workbench</li>
37+
<li>bd717838 Sort properties and fix some typos</li>
38+
<li>e76182d7 Issue #417: Escape/unescape custom messages</li>
39+
<li>fd7b82e0 Infra: Avoid repeated target file resolution</li>
40+
<li>1521bf9c fix #411: broken online help</li>
41+
<li>687ffab6 Fix typo in readme</li>
42+
<li>1f98a18e Pull #265: violation message locale switchable without restart eclipse</li>
43+
<li>2d5bd92c Issue #405: exception during workbench shutdown</li>
44+
</ul>
45+
46+
<p>
47+
Please read the
48+
<a target="_blank" href="https://checkstyle.org/releasenotes.html">
49+
Checkstyle release notes
50+
</a>
51+
for details on recent and potentially breaking changes in Checkstyle.
52+
Checkstyle configuration files potentially
53+
need to be adapted to this version.
54+
</p>
55+
</div>

docs/releases.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[
2+
{
3+
"version": "Release 10.5.0",
4+
"template": "partials/releases/10.5.0/release_notes.html",
5+
"open": true
6+
},
27
{
38
"version": "Release 10.4.0",
49
"template": "partials/releases/10.4.0/release_notes.html",

docs/sitemap.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,77 +12,77 @@
1212
-->
1313
<url>
1414
<loc>https://checkstyle.org/eclipse-cs/</loc>
15-
<lastmod>2022-11-15T19:19:41Z</lastmod>
15+
<lastmod>2023-03-23T20:01:50Z</lastmod>
1616
<changefreq>weekly</changefreq>
1717
</url>
1818
<url>
1919
<loc>https://checkstyle.org/eclipse-cs/#!/releasenotes</loc>
20-
<lastmod>2022-11-15T19:19:41Z</lastmod>
20+
<lastmod>2023-03-23T20:01:50Z</lastmod>
2121
<changefreq>weekly</changefreq>
2222
</url>
2323
<url>
2424
<loc>https://checkstyle.org/eclipse-cs/#!/install</loc>
25-
<lastmod>2022-11-15T19:19:41Z</lastmod>
25+
<lastmod>2023-03-23T20:01:50Z</lastmod>
2626
<changefreq>weekly</changefreq>
2727
</url>
2828
<url>
2929
<loc>https://checkstyle.org/eclipse-cs/#!/project-setup</loc>
30-
<lastmod>2022-11-15T19:19:41Z</lastmod>
30+
<lastmod>2023-03-23T20:01:50Z</lastmod>
3131
<changefreq>weekly</changefreq>
3232
</url>
3333
<url>
3434
<loc>https://checkstyle.org/eclipse-cs/#!/custom-config</loc>
35-
<lastmod>2022-11-15T19:19:41Z</lastmod>
35+
<lastmod>2023-03-23T20:01:50Z</lastmod>
3636
<changefreq>weekly</changefreq>
3737
</url>
3838
<url>
3939
<loc>https://checkstyle.org/eclipse-cs/#!/filters</loc>
40-
<lastmod>2022-11-15T19:19:41Z</lastmod>
40+
<lastmod>2023-03-23T20:01:50Z</lastmod>
4141
<changefreq>weekly</changefreq>
4242
</url>
4343
<url>
4444
<loc>https://checkstyle.org/eclipse-cs/#!/configtypes</loc>
45-
<lastmod>2022-11-15T19:19:41Z</lastmod>
45+
<lastmod>2023-03-23T20:01:50Z</lastmod>
4646
<changefreq>weekly</changefreq>
4747
</url>
4848
<url>
4949
<loc>https://checkstyle.org/eclipse-cs/#!/properties</loc>
50-
<lastmod>2022-11-15T19:19:41Z</lastmod>
50+
<lastmod>2023-03-23T20:01:50Z</lastmod>
5151
<changefreq>weekly</changefreq>
5252
</url>
5353
<url>
5454
<loc>https://checkstyle.org/eclipse-cs/#!/filesets</loc>
55-
<lastmod>2022-11-15T19:19:41Z</lastmod>
55+
<lastmod>2023-03-23T20:01:50Z</lastmod>
5656
<changefreq>weekly</changefreq>
5757
</url>
5858
<url>
5959
<loc>https://checkstyle.org/eclipse-cs/#!/preferences</loc>
60-
<lastmod>2022-11-15T19:19:41Z</lastmod>
60+
<lastmod>2023-03-23T20:01:50Z</lastmod>
6161
<changefreq>weekly</changefreq>
6262
</url>
6363
<url>
6464
<loc>https://checkstyle.org/eclipse-cs/#!/extensions</loc>
65-
<lastmod>2022-11-15T19:19:41Z</lastmod>
65+
<lastmod>2023-03-23T20:01:50Z</lastmod>
6666
<changefreq>weekly</changefreq>
6767
</url>
6868
<url>
6969
<loc>https://checkstyle.org/eclipse-cs/#!/custom-checks</loc>
70-
<lastmod>2022-11-15T19:19:41Z</lastmod>
70+
<lastmod>2023-03-23T20:01:50Z</lastmod>
7171
<changefreq>weekly</changefreq>
7272
</url>
7373
<url>
7474
<loc>https://checkstyle.org/eclipse-cs/#!/builtin-config</loc>
75-
<lastmod>2022-11-15T19:19:41Z</lastmod>
75+
<lastmod>2023-03-23T20:01:50Z</lastmod>
7676
<changefreq>weekly</changefreq>
7777
</url>
7878
<url>
7979
<loc>https://checkstyle.org/eclipse-cs/#!/custom-filters</loc>
80-
<lastmod>2022-11-15T19:19:41Z</lastmod>
80+
<lastmod>2023-03-23T20:01:50Z</lastmod>
8181
<changefreq>weekly</changefreq>
8282
</url>
8383
<url>
8484
<loc>https://checkstyle.org/eclipse-cs/#!/faq</loc>
85-
<lastmod>2022-11-15T19:19:41Z</lastmod>
85+
<lastmod>2023-03-23T20:01:50Z</lastmod>
8686
<changefreq>weekly</changefreq>
8787
</url>
8888
</urlset>

net.sf.eclipsecs-feature/feature.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<feature version="10.4.0.qualifier"
2+
<feature version="10.5.0.qualifier"
33
id="net.sf.eclipsecs"
44
label="%feature.label"
55
provider-name="%feature.provider_name"
@@ -39,33 +39,33 @@
3939
id="net.sf.eclipsecs.branding"
4040
download-size="0"
4141
install-size="0"
42-
version="10.4.0.qualifier"
42+
version="10.5.0.qualifier"
4343
unpack="false"/>
4444

4545
<plugin
4646
id="net.sf.eclipsecs.core"
4747
download-size="0"
4848
install-size="0"
49-
version="10.4.0.qualifier"
49+
version="10.5.0.qualifier"
5050
unpack="true"/>
5151

5252
<plugin
5353
id="net.sf.eclipsecs.doc"
5454
download-size="0"
5555
install-size="0"
56-
version="10.4.0.qualifier"
56+
version="10.5.0.qualifier"
5757
unpack="false"/>
5858

5959
<plugin
6060
id="net.sf.eclipsecs.checkstyle"
6161
download-size="0"
6262
install-size="0"
63-
version="10.4.0.qualifier"/>
63+
version="10.5.0.qualifier"/>
6464

6565
<plugin
6666
id="net.sf.eclipsecs.ui"
6767
download-size="0"
6868
install-size="0"
69-
version="10.4.0.qualifier"/>
69+
version="10.5.0.qualifier"/>
7070

7171
</feature>

net.sf.eclipsecs-feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>net.sf.eclipsecs.parent</artifactId>
55
<groupId>net.sf.eclipsecs</groupId>
6-
<version>10.4.0-SNAPSHOT</version>
6+
<version>10.5.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>net.sf.eclipsecs</artifactId>

net.sf.eclipsecs-updatesite/category.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<description name="Eclipse Checkstyle Plugin" url="http://eclipse-cs.sourceforge.net/update">
44
Eclipse Checkstyle Plugin Update Site
55
</description>
6-
<feature url="features/net.sf.eclipsecs_10.4.0.qualifier.jar" id="net.sf.eclipsecs" version="10.4.0.qualifier">
6+
<feature url="features/net.sf.eclipsecs_10.5.0.qualifier.jar" id="net.sf.eclipsecs" version="10.5.0.qualifier">
77
<category name="Checkstyle"/>
88
</feature>
9-
<feature url="features/net.sf.eclipsecs.source_10.4.0.qualifier.jar" id="net.sf.eclipsecs.source" version="10.4.0.qualifier">
9+
<feature url="features/net.sf.eclipsecs.source_10.5.0.qualifier.jar" id="net.sf.eclipsecs.source" version="10.5.0.qualifier">
1010
<category name="Checkstyle"/>
1111
</feature>
1212
<category-def name="Checkstyle" label="Checkstyle">

net.sf.eclipsecs-updatesite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>net.sf.eclipsecs.parent</artifactId>
66
<groupId>net.sf.eclipsecs</groupId>
7-
<version>10.4.0-SNAPSHOT</version>
7+
<version>10.5.0-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>net.sf.eclipsecs-updatesite</artifactId>

net.sf.eclipsecs.branding/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Eclipse Checkstyle
44
Bundle-SymbolicName: net.sf.eclipsecs.branding
5-
Bundle-Version: 10.4.0.qualifier
5+
Bundle-Version: 10.5.0.qualifier
66
Bundle-Vendor: Eclipse Checkstyle Project
77
Automatic-Module-Name: net.sf.eclipsecs.branding

net.sf.eclipsecs.branding/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>net.sf.eclipsecs.parent</artifactId>
55
<groupId>net.sf.eclipsecs</groupId>
6-
<version>10.4.0-SNAPSHOT</version>
6+
<version>10.5.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>net.sf.eclipsecs.branding</artifactId>

0 commit comments

Comments
 (0)