From 9656de0147ac5d52790f66272ada838fec01688a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 23 Mar 2016 15:57:12 +0100 Subject: [PATCH] remove checkstyle ExplicitInitialization check "Variable explicitly initialized to 'false' (default value for its type)" I never remember what the default init value of booleans are, so this error is quite annoying to me, and I can't see the harm of this behavior. checkstyle says: "So in this case, x gets initialized to 0 twice, and bar gets initialized to null twice. So there is a minor inefficiency." --- config/checkstyle/checkstyle.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index cd3ebcd98..fb2da6279 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -81,7 +81,6 @@ -