From: gmungoc Date: Mon, 29 Aug 2016 10:23:58 +0000 (+0100) Subject: JAL-1854 checkstyle relocated to /utils, newlines to Unix (?) X-Git-Tag: Release_2_10_0~69 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=78d4775e4450ba6579c5d9824a78ad99cbccda22;p=jalview.git JAL-1854 checkstyle relocated to /utils, newlines to Unix (?) --- diff --git a/.checkstyle b/.checkstyle index c2a7260..0329bb7 100644 --- a/.checkstyle +++ b/.checkstyle @@ -1,7 +1,7 @@ - + diff --git a/resources/checkstyle/README.txt b/utils/checkstyle/README.txt similarity index 90% rename from resources/checkstyle/README.txt rename to utils/checkstyle/README.txt index 1c2aced..119c68e 100644 --- a/resources/checkstyle/README.txt +++ b/utils/checkstyle/README.txt @@ -18,7 +18,7 @@ Config This includes confining its scope to src/*.java and resources/*.properties. This can be modified interactively through the checkstyle properties editor. - Checkstyle config files in resources/checkstyle: + Checkstyle config files in utils/checkstyle: checkstyle.xml : main configuration file with selected checkstyle modules checkstyle-suppress.xml : rules to exclude certain checks / files import-control.xml : package import rules @@ -36,6 +36,7 @@ How to use checkstyle Option 2: on demand on selected code - right-click on a class or package and Checkstyle | Check code with checkstyle + - (or Clear Checkstyle violations to remove checkstyle warnings) Checkstyle rules ---------------- @@ -49,13 +50,13 @@ Checkstyle rules Suppressing findings -------------------- - If there are warnings you judge it ok to suppress, your options are - (from most global to most local scope): + If there are warnings you judge it ok to suppress (false positives), + your options are (from most global to most local impact): - remove the rule entirely - adjust its properties - add an entry in checkstyle-suppress.xml to skip the file for the rule - add comments around the reported source lines - // CHECKSTYLE.OFF: RuleName + // CHECKSTYLE.OFF: RuleName 'a comment to justify suppression' source code here // CHECKSTYLE.ON: RuleName The suppression should be as localised as possible, to avoid false negatives. diff --git a/resources/checkstyle/checkstyle-suppress.xml b/utils/checkstyle/checkstyle-suppress.xml similarity index 96% rename from resources/checkstyle/checkstyle-suppress.xml rename to utils/checkstyle/checkstyle-suppress.xml index 0c1d2ee..ac9e260 100644 --- a/resources/checkstyle/checkstyle-suppress.xml +++ b/utils/checkstyle/checkstyle-suppress.xml @@ -1,46 +1,46 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/checkstyle/checkstyle.xml b/utils/checkstyle/checkstyle.xml similarity index 98% rename from resources/checkstyle/checkstyle.xml rename to utils/checkstyle/checkstyle.xml index 423f698..7ca2d26 100644 --- a/resources/checkstyle/checkstyle.xml +++ b/utils/checkstyle/checkstyle.xml @@ -12,7 +12,7 @@ Add any metrics that you wish to suppress to the following file. --> - + - + diff --git a/resources/checkstyle/import-control.xml b/utils/checkstyle/import-control.xml similarity index 100% rename from resources/checkstyle/import-control.xml rename to utils/checkstyle/import-control.xml