This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new 07ef412c Don't initialize an instance variable to its default value
07ef412c is described below
commit 07ef412cfb6be5a8fbcdb76f0dd9f10d03495174
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Oct 27 09:22:03 2023 -0400
Don't initialize an instance variable to its default value
---
src/conf/checkstyle.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 04c7bcb9..392e941b 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -68,6 +68,7 @@ limitations under the License.
<module name="TreeWalker">
+ <module name="ExplicitInitializationCheck" />
<!-- Checks for Naming Conventions. -->
<!-- See http://checkstyle.sf.net/config_naming.html -->
<!-- allow CONSTANT_Long etc -->