Skip to content

Commit 103c819

Browse files
committed
Issue #297: update to Checkstyle 8.43
1 parent 3101b3e commit 103c819

File tree

11 files changed

+7
-28
lines changed

11 files changed

+7
-28
lines changed

net.sf.eclipsecs.checkstyle/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry exported="true" kind="lib" path="checkstyle-8.42-all.jar" sourcepath="checkstyle-checkstyle-8.42.zip"/>
3+
<classpathentry exported="true" kind="lib" path="checkstyle-8.43-all.jar" sourcepath="checkstyle-checkstyle-8.43.zip"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
55
<attributes>
66
<attribute name="maven.pomderived" value="true"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ Export-Package: .,
4646
com.puppycrawl.tools.checkstyle.utils,
4747
org.apache.commons.beanutils;version="8.42.0"
4848
Bundle-ClassPath: .,
49-
checkstyle-8.42-all.jar
49+
checkstyle-8.43-all.jar
5050
Automatic-Module-Name: net.sf.eclipsecs.checkstyle
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bin.includes = META-INF/,\
22
.,\
33
license/,\
4-
checkstyle-8.42-all.jar
4+
checkstyle-8.43-all.jar
55
jars.compile.order = .
66
source.. = metadata/

net.sf.eclipsecs.checkstyle/metadata/com/puppycrawl/tools/checkstyle/checks/javadoc/checkstyle-metadata.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -328,26 +328,6 @@
328328
<message-key key="javadoc.wrong.singleton.html.tag" />
329329
</rule-metadata>
330330

331-
<rule-metadata name="%SummaryJavadoc.name" internal-name="SummaryJavadoc" parent="TreeWalker">
332-
<alternative-name internal-name="com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck" />
333-
<description>%SummaryJavadoc.desc</description>
334-
<property-metadata name="forbiddenSummaryFragments" datatype="Regex" default-value="^$">
335-
<description>%SummaryJavadoc.forbiddenSummaryFragments</description>
336-
</property-metadata>
337-
<property-metadata name="period" datatype="String" default-value=".">
338-
<description>%SummaryJavadoc.period</description>
339-
</property-metadata>
340-
<property-metadata name="violateExecutionOnNonTightHtml" datatype="Boolean" default-value="false">
341-
<description>%SummaryJavadoc.violateExecutionOnNonTightHtml</description>
342-
</property-metadata>
343-
<message-key key="summary.first.sentence" />
344-
<message-key key="summary.javaDoc" />
345-
<message-key key="summary.javaDoc.missing" />
346-
<message-key key="javadoc.missed.html.close" />
347-
<message-key key="javadoc.parse.rule.error" />
348-
<message-key key="javadoc.wrong.singleton.html.tag" />
349-
</rule-metadata>
350-
351331
<rule-metadata name="%AtclauseOrder.name" internal-name="AtclauseOrder" parent="TreeWalker">
352332
<alternative-name internal-name="com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck" />
353333
<description>%AtclauseOrder.desc</description>

net.sf.eclipsecs.checkstyle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<name>Checkstyle Core Library Plugin</name>
1212

1313
<properties>
14-
<checkstyle.version>8.42</checkstyle.version>
14+
<checkstyle.version>8.43</checkstyle.version>
1515
</properties>
1616
<build>
1717
<plugins>

net.sf.eclipsecs.checkstyle/test/net/sf/eclipsecs/checkstyle/ChecksTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ public class ChecksTest {
183183
"com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck",
184184
"com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck",
185185
"com.puppycrawl.tools.checkstyle.checks.javadoc.SingleLineJavadocCheck",
186-
"com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck",
187186
"com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck",
188187
"com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheck",
189188
"com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck",

net.sf.eclipsecs.core/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<classpathentry exported="true" kind="lib" path="lib/dom4j-2.1.3.jar"/>
1111
<classpathentry exported="true" kind="lib" path="lib/snakeyaml-1.26.jar"/>
1212
<classpathentry exported="true" kind="lib" path="lib/reflections-0.9.10.jar"/>
13-
<classpathentry kind="lib" path="lib/checkstyle-8.42-all.jar"/>
13+
<classpathentry kind="lib" path="lib/checkstyle-8.43-all.jar"/>
1414
<classpathentry kind="output" path="target/classes"/>
1515
</classpath>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Bundle-ClassPath: .,
88
lib/dom4j-2.1.3.jar,
99
lib/snakeyaml-1.26.jar,
1010
lib/reflections-0.9.10.jar,
11-
lib/checkstyle-8.42-all.jar
11+
lib/checkstyle-8.43-all.jar
1212
Bundle-Activator: net.sf.eclipsecs.core.CheckstylePlugin
1313
Bundle-ActivationPolicy: lazy
1414
Bundle-Vendor: Eclipse Checkstyle Project

net.sf.eclipsecs.core/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bin.includes = .,\
1010
lib/dom4j-2.1.3.jar, \
1111
lib/reflections-0.9.10.jar, \
1212
lib/snakeyaml-1.26.jar, \
13-
lib/checkstyle-8.42-all.jar
13+
lib/checkstyle-8.43-all.jar
1414

1515
source.. = src/
1616

0 commit comments

Comments
 (0)