Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 EC31218CC5 for ; Thu, 8 Oct 2015 23:03:27 +0000 (UTC) Received: (qmail 25537 invoked by uid 500); 8 Oct 2015 23:03:27 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 25448 invoked by uid 500); 8 Oct 2015 23:03:27 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 25227 invoked by uid 99); 8 Oct 2015 23:03:27 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2015 23:03:27 +0000 Date: Thu, 8 Oct 2015 23:03:27 +0000 (UTC) From: "Mingliang Liu (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-9217) Fix broken findbugsExcludeFile.xml for hadoop-hdfs-client module MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-9217?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Mingliang Liu updated HDFS-9217: -------------------------------- Component/s: build > Fix broken findbugsExcludeFile.xml for hadoop-hdfs-client module > ---------------------------------------------------------------- > > Key: HDFS-9217 > URL: https://issues.apache.org/jira/browse/HDFS-9217 > Project: Hadoop HDFS > Issue Type: Bug > Components: build > Reporter: Mingliang Liu > Assignee: Mingliang Liu > Priority: Minor > Attachments: HDFS-9217.000.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > The {{findbugsExcludeFile.xml}} file was broken and the findbugs complain= s as follows: > {code} > [INFO] ------------------------------------------------------------------= ------ > [INFO] Building Apache Hadoop HDFS Client 3.0.0-SNAPSHOT > [INFO] ------------------------------------------------------------------= ------ > [INFO] > [INFO] --- findbugs-maven-plugin:3.0.0:findbugs (default-cli) @ hadoop-hd= fs-client --- > [INFO] Fork Value is true > [java] The following errors occurred during analysis: > [java] Unable to read filter: /Users/mliu/Workspace/hadoop/hadoop-= hdfs-project/hadoop-hdfs-client/target/findbugsExcludeFile.xml : The value = of attribute "name" associated with an element type "Class" must not contai= n the '<' character. > [java] java.io.IOException: The value of attribute "name" associ= ated with an element type "Class" must not contain the '<' character. > [java] At edu.umd.cs.findbugs.filter.Filter.(Filter.java= :134) > [java] At edu.umd.cs.findbugs.FindBugs.configureFilter(FindBug= s.java:516) > [java] At edu.umd.cs.findbugs.FindBugs2.addFilter(FindBugs2.ja= va:374) > [java] At edu.umd.cs.findbugs.FindBugs2.configureFilters(FindB= ugs2.java:521) > [java] At edu.umd.cs.findbugs.FindBugs2.setUserPreferences(Fin= dBugs2.java:475) > [java] At edu.umd.cs.findbugs.TextUICommandLine.configureEngin= e(TextUICommandLine.java:685) > [java] At edu.umd.cs.findbugs.FindBugs.processCommandLine(Find= Bugs.java:361) > [java] At edu.umd.cs.findbugs.FindBugs2.main(FindBugs2.java:11= 88) > [java] Warnings generated: 748 > [INFO] Done FindBugs Analysis.... > {code} > The reason is that in [HDFS-9182], the newly added lines contain =E2=80= =9C character, which should be ". -- This message was sent by Atlassian JIRA (v6.3.4#6332)