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

Appearance settings

Commit a15b84d

Browse filesBrowse files
committed
Checkstyle 8.44, Eclipse 2021-06
1 parent c215058 commit a15b84d
Copy full SHA for a15b84d

File tree

Expand file treeCollapse file tree

2 files changed

+4
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-3
lines changed
Open diff view settings
Collapse file

‎Checkstyle.xml‎

Copy file name to clipboardExpand all lines: Checkstyle.xml
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"https://checkstyle.org/dtds/configuration_1_3.dtd">
55

66
<!--
7-
Checkstyle configuration for Think Java, 2nd Edition.
7+
Checkstyle 8.44 configuration for Think Java, 2nd Edition.
88
-->
99
<module name="Checker">
1010
<property name="severity" value="warning"/>
@@ -82,6 +82,7 @@ Checkstyle configuration for Think Java, 2nd Edition.
8282
<property name="scope" value="private"/>
8383
</module>
8484
<module name="NonEmptyAtclauseDescription"/>
85+
<module name="RequireEmptyLineBeforeBlockTagGroup"/>
8586
<module name="SummaryJavadocCheck"/>
8687

8788
<!-- See https://checkstyle.sourceforge.io/config_misc.html -->
Collapse file

‎Formatter.xml‎

Copy file name to clipboardExpand all lines: Formatter.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<profiles version="20">
3-
<profile kind="CodeFormatterProfile" name="Think Java, 2nd Edition" version="20">
2+
<profiles version="21">
3+
<profile kind="CodeFormatterProfile" name="Think Java, 2nd Edition" version="21">
44
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/>
55
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/>
66
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.