Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B2065200B2A for ; Sat, 11 Jun 2016 03:19:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B0C2E160A38; Sat, 11 Jun 2016 01:19:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2ADCC160A5A for ; Sat, 11 Jun 2016 03:19:22 +0200 (CEST) Received: (qmail 89487 invoked by uid 500); 11 Jun 2016 01:19:21 -0000 Mailing-List: contact yarn-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-dev@hadoop.apache.org Received: (qmail 89467 invoked by uid 99); 11 Jun 2016 01:19: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:19:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E68102C1F54 for ; Sat, 11 Jun 2016 01:19:20 +0000 (UTC) Date: Sat, 11 Jun 2016 01:19:20 +0000 (UTC) From: "Joep Rottinghuis (JIRA)" To: yarn-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 archived-at: Sat, 11 Jun 2016 01:19:22 -0000 Joep Rottinghuis created YARN-5239: -------------------------------------- Summary: 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 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-dev-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-dev-help@hadoop.apache.org