Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-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 CDC02999B for ; Tue, 12 Jun 2012 20:27:43 +0000 (UTC) Received: (qmail 4561 invoked by uid 500); 12 Jun 2012 20:27:43 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 4478 invoked by uid 500); 12 Jun 2012 20:27:43 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 4467 invoked by uid 99); 12 Jun 2012 20:27:43 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2012 20:27:43 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 172061402B5 for ; Tue, 12 Jun 2012 20:27:42 +0000 (UTC) Date: Tue, 12 Jun 2012 20:27:42 +0000 (UTC) From: "Richard Leavelle (JIRA)" To: issues@commons.apache.org Message-ID: <873939722.9162.1339532863096.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (IO-336) Yottabyte (YB) incorrectly defined in FileUtils MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Richard Leavelle created IO-336: ----------------------------------- Summary: Yottabyte (YB) incorrectly defined in FileUtils Key: IO-336 URL: https://issues.apache.org/jira/browse/IO-336 Project: Commons IO Issue Type: Bug Components: Utilities Affects Versions: 2.3 Reporter: Richard Leavelle Priority: Minor In FileUtils, a yottabyte is currently defined as follows: public static final BigInteger ONE_YB = ONE_ZB.multiply(BigInteger.valueOf(ONE_EB)); I believe this should be: public static final BigInteger ONE_YB = ONE_ZB.multiply(BigInteger.valueOf(ONE_KB)); -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira