Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E494B18C90 for ; Tue, 23 Jun 2015 16:11:29 +0000 (UTC) Received: (qmail 5134 invoked by uid 500); 23 Jun 2015 16:11:29 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 4991 invoked by uid 500); 23 Jun 2015 16:11:29 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 4979 invoked by uid 99); 23 Jun 2015 16:11:29 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jun 2015 16:11:29 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id DC8851A5DB4 for ; Tue, 23 Jun 2015 16:11:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.121 X-Spam-Level: X-Spam-Status: No, score=-0.121 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id IVljdWgpbUcd for ; Tue, 23 Jun 2015 16:11:28 +0000 (UTC) Received: from mail-vn0-f50.google.com (mail-vn0-f50.google.com [209.85.216.50]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 0571924A5E for ; Tue, 23 Jun 2015 16:11:28 +0000 (UTC) Received: by vnbg129 with SMTP id g129so2281671vnb.2 for ; Tue, 23 Jun 2015 09:11:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=njljrFq0bQ2vc38xxL2uQNAx0urWO7sc1uWrbTEcbew=; b=MIfNfl+Wyy10KOYOFa1CONxsfGzdIC5HL4Dgn7wZY2b1VvGC8BUvBEad62OZk0EgRt xA2Lp61EtGKyaZBf9yalagJ5cW6TylyGfmaOy2zZLdBk6bXkVJxarEGWkA/8hnNxfR/x DZ+afgJdpUeBYlEShIY1u2qZAZrz+Zt+eOicAg27x8hkmA4TneZoW9wK4RzSa/ZgPaC1 pGTA1wLS9QTvMI9gh1dDJVrje1APmPo4QgoY6GiF194iG9uRPnvc4tsK1JUk7euYfZs+ cmpPjDLfykJPR+/fSBYuxHVyEKOmX9QnEFCOKSXmrHdEZ+yu2dOJjxw7A1yRg4mbacql H7qw== MIME-Version: 1.0 X-Received: by 10.52.6.8 with SMTP id w8mr32426063vdw.85.1435075887169; Tue, 23 Jun 2015 09:11:27 -0700 (PDT) Received: by 10.52.175.98 with HTTP; Tue, 23 Jun 2015 09:11:27 -0700 (PDT) In-Reply-To: References: <20150621184450.DE6B2AC094D@hades.apache.org> Date: Tue, 23 Jun 2015 17:11:27 +0100 Message-ID: Subject: Re: svn commit: r1686747 [1/3] - in /commons/proper/io/trunk/src: main/java/org/apache/commons/io/ main/java/org/apache/commons/io/filefilter/ main/java/org/apache/commons/io/input/ main/java/org/apache/commons/io/monitor/ main/java/org/apache/commons/io/o... From: sebb To: Commons Developers List Content-Type: text/plain; charset=UTF-8 On 22 June 2015 at 06:38, Kristian Rosenvold wrote: > 2015-06-22 2:53 GMT+02:00 sebb : > >> >What was the Findbugs error? >> >> Best not to mix these in a single commit. >> > Sorry about that. > > org.apache.commons.io.output.DeferredFileOutputStream#thresholdReached > possible file handle leak upon exception > Can you update the SVN log message accordingly? > > >> >> Also looks like many of the checkstyle fixes are just line-wraps; I >> thought we allowed a longer line length? >> Screens tend to be used in landscape mode so it's easier to read code >> if is not wrapped unnecessarily >> > > Most of it is just feeding the OCD. 0 checkstyle errors is the one ring to > rule them all :) > > Would it make sense to change the checkstyle column width to something like > 160 ? Or drop the rule entirely? > Kristian --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org