From yarn-issues-return-88765-apmail-hadoop-yarn-issues-archive=hadoop.apache.org@hadoop.apache.org Sat Jun 11 01:25:22 2016 Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 83BFC1969E for ; Sat, 11 Jun 2016 01:25:22 +0000 (UTC) Received: (qmail 5766 invoked by uid 500); 11 Jun 2016 01:25:22 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 5359 invoked by uid 500); 11 Jun 2016 01:25:21 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 5006 invoked by uid 99); 11 Jun 2016 01:25:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Jun 2016 01:25:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2D75D2C1F6E for ; Sat, 11 Jun 2016 01:25:21 +0000 (UTC) Date: Sat, 11 Jun 2016 01:25:21 +0000 (UTC) From: "Joep Rottinghuis (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-5239) Eliminate unused imports checkstyle warnings MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/YARN-5239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joep Rottinghuis updated YARN-5239: ----------------------------------- Attachment: YARN-5239-YARN-2928.01.patch Attaching patch 01 that eliminates the checkstyle warnings. > Eliminate unused imports checkstyle warnings > -------------------------------------------- > > Key: YARN-5239 > URL: https://issues.apache.org/jira/browse/YARN-5239 > Project: Hadoop YARN > Issue Type: Sub-task > Components: timelineserver > Affects Versions: YARN-2928 > Reporter: Joep Rottinghuis > Assignee: Joep Rottinghuis > Priority: Trivial > Attachments: YARN-5239-YARN-2928.01.patch > > > There are ~8 existing checkstyle issues generated due to unused imports. > By fully qualifying the classes in javadoc and manually wrapping the javadoc under 80 characters we can eliminate these warnings. > This will help with the eventual merge because then we introduce 8 fewer checkstyle warnings. > The only checkstyle warnings left are now too many arguments, which cannot be easily refactored w/o changing code structure. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org