Skip to content

Commit db2ec03

Browse files
committed
Fix #85: Additional changes to public name and other missed updates
1 parent 05f6751 commit db2ec03

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

net.sf.eclipsecs.checkstyle/metadata/checkstyle_packages.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<!DOCTYPE checkstyle-packages PUBLIC
4-
"-//Checkstyle//DTD Package Names 1.0//EN"
4+
"-//Checkstyle//DTD Package Names Configuration 1.0//EN"
55
"http://checkstyle.org/dtds/packages_1_0.dtd">
66

77
<checkstyle-packages>

net.sf.eclipsecs.checkstyle/metadata/com/puppycrawl/tools/checkstyle/checks/imports/checkstyle-metadata.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ IllegalImport.name = Illegal Imports
1515
IllegalImport.illegalClasses = Class names to reject, if regexp variable is not set, checks if import equals class name. If regexp variable is set, then list of class name will be interpreted as regular expressions. Note, all properties for match will be used.
1616
IllegalImport.regexp = Whether the <b>illegalPkgs</b> and <b>illegalClasses</b> should be interpreted as regular expressions
1717
18-
ImportControl.desc = Controls what can be imported in each package. Useful for ensuring that application layering rules are not violated, especially on large projects.<br/>\r\nThe DTD for a import control XML document is at http://checkstyle.org/dtds/import_control_1_0.dtd. It contains documentation on each of the elements and attributes.<br/>\r\nThe check validates a XML document when it loads the document. To validate against the above DTD, include the following document type declaration in your XML document:\r\n<pre>\r\n<!DOCTYPE import-control PUBLIC\r\n "-//Puppy Crawl//DTD Import Control 1.0//EN"\r\n "http:/checkstyle.org/dtds/import_control_1_0.dtd">\r\n</pre>\r\n
18+
ImportControl.desc = Controls what can be imported in each package. Useful for ensuring that application layering rules are not violated, especially on large projects.<br/>\r\nThe DTD for a import control XML document is at http://checkstyle.org/dtds/import_control_1_0.dtd. It contains documentation on each of the elements and attributes.<br/>\r\nThe check validates a XML document when it loads the document. To validate against the above DTD, include the following document type declaration in your XML document:\r\n<pre>\r\n<!DOCTYPE import-control PUBLIC\r\n "-//Checkstyle//DTD Import Control 1.0//EN"\r\n "http:/checkstyle.org/dtds/import_control_1_0.dtd">\r\n</pre>\r\n
1919
ImportControl.name = Import Control
2020
ImportControl.file = The location of the file containing the import control configuration. It can be a regular file, URL or resource path. It will try loading the path as a URL first, then as a file, and finally as a resource.
2121
ImportControl.path = Regular expression of file paths to which this check should apply. Files that don't match the pattern will not be checked. The pattern will be matched against the full absolute file path.

net.sf.eclipsecs.sample/src/checkstyle_packages.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<!DOCTYPE checkstyle-packages PUBLIC
4-
"-//Checkstyle//DTD Package Names 1.0//EN"
4+
"-//Checkstyle//DTD Package Names Configuration 1.0//EN"
55
"http://checkstyle.org/dtds/packages_1_0.dtd">
66

77
<checkstyle-packages>

0 commit comments

Comments
 (0)