From f5f6b50a564aa0d2df91fd4533a0483984cddea1 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Wed, 25 Feb 2015 22:25:38 -0800 Subject: [PATCH] EmptyCatchBlock was added to list of all Checks --- src/xdocs/availablechecks.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/xdocs/availablechecks.xml b/src/xdocs/availablechecks.xml index 5f9128036..800a602e4 100644 --- a/src/xdocs/availablechecks.xml +++ b/src/xdocs/availablechecks.xml @@ -146,6 +146,10 @@ EmptyBlock Checks for empty blocks. + + EmptyCatchBlock + Checks for empty catch blocks with few options to skip violation. + EmptyForInitializerPad Checks the padding of an empty for initializer; that is whether a