This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git
commit 1c790066890e2a6e13255e31830324113e0f17b0 Author: Gary D. Gregory <[email protected]> AuthorDate: Mon Feb 10 16:35:56 2025 -0500 Add Checkstyle ExplicitInitialization --- src/conf/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 92123201..c63ca659 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -54,6 +54,7 @@ <property name="option" value="text" /> </module> <module name="EqualsHashCode" /> + <module name="ExplicitInitialization" /> <module name="IllegalInstantiation"> <property name="classes" value="java.lang.Boolean, java.lang.String" /> </module>
