Skip to content

Commit 07ef412

Browse files
committed
Don't initialize an instance variable to its default value
1 parent 5ee1697 commit 07ef412

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/conf/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ limitations under the License.
6868

6969
<module name="TreeWalker">
7070

71+
<module name="ExplicitInitializationCheck" />
7172
<!-- Checks for Naming Conventions. -->
7273
<!-- See http://checkstyle.sf.net/config_naming.html -->
7374
<!-- allow CONSTANT_Long etc -->

0 commit comments

Comments
 (0)