From ddd696878955d609d942c4173dd66a0da9572741 Mon Sep 17 00:00:00 2001 From: gmungoc Date: Mon, 29 Aug 2016 12:31:34 +0100 Subject: [PATCH] JAL-1854 tweaks to rules and README --- utils/checkstyle/README.txt | 5 ++++- utils/checkstyle/checkstyle.xml | 27 ++++++++++++++++++--------- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/utils/checkstyle/README.txt b/utils/checkstyle/README.txt index 119c68e..e38064e 100644 --- a/utils/checkstyle/README.txt +++ b/utils/checkstyle/README.txt @@ -79,4 +79,7 @@ Tips If a rule doesn't behave as you expected, read its documentation carefully, including the use and default value of any properties. - To highlight a single rule's findings, you could temporarily raise its severity to error. + To highlight a single rule's findings, you can 'Configure Contents' of the Problems view + and filter on Text Contains (case-sensitive). + Here you should select 'Use item limits' with a value of, say, 500, or Eclipse may + labour to display all warnings. diff --git a/utils/checkstyle/checkstyle.xml b/utils/checkstyle/checkstyle.xml index 7ca2d26..8a5f14f 100644 --- a/utils/checkstyle/checkstyle.xml +++ b/utils/checkstyle/checkstyle.xml @@ -27,14 +27,6 @@ - - - - - - + + + + @@ -429,12 +430,20 @@ + + + + + + + +