From issues-return-400-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Fri Jul 19 20:39:04 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 22945180684 for ; Fri, 19 Jul 2019 22:39:04 +0200 (CEST) Received: (qmail 51552 invoked by uid 500); 19 Jul 2019 20:39:01 -0000 Mailing-List: contact issues-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list issues@zookeeper.apache.org Received: (qmail 51468 invoked by uid 99); 19 Jul 2019 20:39:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jul 2019 20:39:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id DF636E2EFF for ; Fri, 19 Jul 2019 20:39:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 57428265AD for ; Fri, 19 Jul 2019 20:39:00 +0000 (UTC) Date: Fri, 19 Jul 2019 20:39:00 +0000 (UTC) From: "Hadoop QA (JIRA)" To: issues@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ZOOKEEPER-3463) Enable warning messages in maven compiler plugin 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/ZOOKEEPER-3463?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D= 16889168#comment-16889168 ]=20 Hadoop QA commented on ZOOKEEPER-3463: -------------------------------------- +1 overall. GitHub Pull Request Build =20 +1 @author. The patch does not contain any @author tags. +0 tests included. The patch appears to be a documentation patch that = doesn't require tests. +1 javadoc. The javadoc tool did not generate any warning messages. +1 javac. The applied patch does not increase the total number of java= c compiler warnings. +1 findbugs. The patch does not introduce any new Findbugs (version 3.= 0.1) warnings. +1 release audit. The applied patch does not increase the total number= of release audit warnings. +1 core tests. The patch passed core unit tests. +1 contrib tests. The patch passed contrib unit tests. Test results: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-b= uild/4063//testReport/ Findbugs warnings: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github= -pr-build/4063//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings= .html Console output: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr= -build/4063//console This message is automatically generated. > Enable warning messages in maven compiler plugin > ------------------------------------------------ > > Key: ZOOKEEPER-3463 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3463 > Project: ZooKeeper > Issue Type: Task > Components: build > Affects Versions: 3.6.0, 3.5.5, 3.4.14 > Reporter: Andor Molnar > Assignee: Andor Molnar > Priority: Major > Labels: pull-request-available > Time Spent: 1.5h > Remaining Estimate: 0h > > "Show Warnings" is off by default in Maven Compiler Plugin. This invalida= tes our most recent setting of -Werror (treat warnings as errors). > Let's enable compiler warning messages in all projects and adjust Xdoclin= t setting: > {noformat} > > =C2=A0=C2=A0true > =C2=A0=C2=A0 > =C2=A0=C2=A0=C2=A0=C2=A0... > =C2=A0=C2=A0=C2=A0=C2=A0-Xdoclint:-missing > =C2=A0=C2=A0=C2=A0=C2=A0... > =C2=A0 > {noformat} -- This message was sent by Atlassian JIRA (v7.6.14#76016)