From 480302b4ba932ff16b88081dac651f0a5c46c09b Mon Sep 17 00:00:00 2001 From: Andrew Wang Date: Wed, 2 Mar 2016 09:40:30 -0800 Subject: [PATCH] HADOOP-12859. Disable hiding field style checks in class setters. Contributed by Kai Zheng. --- hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml | 1 + hadoop-common-project/hadoop-common/CHANGES.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml b/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml index 74faa48413e..3aaf17669f9 100644 --- a/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml +++ b/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml @@ -158,6 +158,7 @@ + diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 401df941fa1..f8e033dc3d0 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -698,6 +698,8 @@ Release 2.9.0 - UNRELEASED HADOOP-10321. TestCompositeService should cover all enumerations of adding a service to a parent service. (Ray Chiang via kasha) + HADOOP-12859. Disable hiding field style checks in class setters. (Kai Zheng via wang) + BUG FIXES HADOOP-12605. Fix intermittent failure of TestIPC.testIpcWithReaderQueuing