From dev-return-80188-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Sat Apr 13 20:13:02 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 7B4BD180668 for ; Sat, 13 Apr 2019 22:13:02 +0200 (CEST) Received: (qmail 54241 invoked by uid 500); 13 Apr 2019 20:13:01 -0000 Mailing-List: contact dev-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 dev@zookeeper.apache.org Received: (qmail 54199 invoked by uid 99); 13 Apr 2019 20:13: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; Sat, 13 Apr 2019 20:13: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 7F312E28A7 for ; Sat, 13 Apr 2019 20:13: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 0566B24422 for ; Sat, 13 Apr 2019 20:13:00 +0000 (UTC) Date: Sat, 13 Apr 2019 20:13:00 +0000 (UTC) From: "Enrico Olivelli (JIRA)" To: dev@zookeeper.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ZOOKEEPER-3364) Compile with strict options in order to check code quality MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Enrico Olivelli created ZOOKEEPER-3364: ------------------------------------------ Summary: Compile with strict options in order to check code qu= ality Key: ZOOKEEPER-3364 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3364 Project: ZooKeeper Issue Type: Improvement Components: build Affects Versions: 3.6.0 Reporter: Enrico Olivelli Assignee: Enrico Olivelli Fix For: 3.6.0 In order to dismiss old QA tests based on ant (ZOOKEEPER-3351) we have to e= nforce code quality by activating some falgs on javac at build time, namely= : =C2=A0 {code:java} =C2=A0=C2=A0 -Werror =C2=A0=C2=A0 -Xlint:deprecation =C2=A0=C2=A0 -Xlint:unchecked =C2=A0=C2=A0 =C2=A0=C2=A0 -Xpkginfo:always {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)