HADOOP-11546. Checkstyle failing: Unable to instantiate DoubleCheckedLockingCheck. (ozawa)
(cherry picked from commit ba58da29f4
)
This commit is contained in:
parent
5c5139d35f
commit
f92d4fa20f
|
@ -470,6 +470,9 @@ Release 2.7.0 - UNRELEASED
|
||||||
HADOOP-11529. Fix findbugs warnings in hadoop-archives.
|
HADOOP-11529. Fix findbugs warnings in hadoop-archives.
|
||||||
(Masatake Iwasaki via wheat9)
|
(Masatake Iwasaki via wheat9)
|
||||||
|
|
||||||
|
HADOOP-11546. Checkstyle failing: Unable to instantiate
|
||||||
|
DoubleCheckedLockingCheck. (ozawa)
|
||||||
|
|
||||||
Release 2.6.1 - UNRELEASED
|
Release 2.6.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -150,7 +150,6 @@
|
||||||
<!-- Checks for common coding problems -->
|
<!-- Checks for common coding problems -->
|
||||||
<!-- See http://checkstyle.sf.net/config_coding.html -->
|
<!-- See http://checkstyle.sf.net/config_coding.html -->
|
||||||
<!-- module name="AvoidInlineConditionals"/-->
|
<!-- module name="AvoidInlineConditionals"/-->
|
||||||
<module name="DoubleCheckedLocking"/>
|
|
||||||
<module name="EmptyStatement"/>
|
<module name="EmptyStatement"/>
|
||||||
<module name="EqualsHashCode"/>
|
<module name="EqualsHashCode"/>
|
||||||
<module name="HiddenField">
|
<module name="HiddenField">
|
||||||
|
|
|
@ -134,7 +134,6 @@
|
||||||
<!-- Checks for common coding problems -->
|
<!-- Checks for common coding problems -->
|
||||||
<!-- See http://checkstyle.sf.net/config_coding.html -->
|
<!-- See http://checkstyle.sf.net/config_coding.html -->
|
||||||
<!-- module name="AvoidInlineConditionals"/-->
|
<!-- module name="AvoidInlineConditionals"/-->
|
||||||
<module name="DoubleCheckedLocking"/>
|
|
||||||
<module name="EmptyStatement"/>
|
<module name="EmptyStatement"/>
|
||||||
<module name="EqualsHashCode"/>
|
<module name="EqualsHashCode"/>
|
||||||
<module name="HiddenField">
|
<module name="HiddenField">
|
||||||
|
|
|
@ -147,7 +147,6 @@
|
||||||
<!-- Checks for common coding problems -->
|
<!-- Checks for common coding problems -->
|
||||||
<!-- See http://checkstyle.sf.net/config_coding.html -->
|
<!-- See http://checkstyle.sf.net/config_coding.html -->
|
||||||
<!-- <module name="AvoidInlineConditionals"/> -->
|
<!-- <module name="AvoidInlineConditionals"/> -->
|
||||||
<!-- <module name="DoubleCheckedLocking"/> -->
|
|
||||||
<module name="EmptyStatement"/>
|
<module name="EmptyStatement"/>
|
||||||
<module name="EqualsHashCode"/>
|
<module name="EqualsHashCode"/>
|
||||||
<!-- <module name="HiddenField"/> -->
|
<!-- <module name="HiddenField"/> -->
|
||||||
|
|
Loading…
Reference in New Issue