Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-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 A4E691865F for ; Thu, 28 Jan 2016 12:03:30 +0000 (UTC) Received: (qmail 9544 invoked by uid 500); 28 Jan 2016 12:03:27 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 9486 invoked by uid 500); 28 Jan 2016 12:03:27 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 9474 invoked by uid 99); 28 Jan 2016 12:03:27 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jan 2016 12:03:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D214DDFFF4; Thu, 28 Jan 2016 12:03:26 +0000 (UTC) From: DaanHoogland To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org References: In-Reply-To: Subject: [GitHub] cloudstack pull request: Vmdk findbugs Content-Type: text/plain Message-Id: <20160128120326.D214DDFFF4@git1-us-west.apache.org> Date: Thu, 28 Jan 2016 12:03:26 +0000 (UTC) GitHub user DaanHoogland reopened a pull request: https://github.com/apache/cloudstack/pull/1351 Vmdk findbugs these are two of the findbugs errors coming out of our jenkins all the time. The author seems to be unavailable so I kicked and screamed at it. notice that this is noredist code. I did the compile without it. there is one with running. You can merge this pull request into a Git repository by running: $ git pull https://github.com/DaanHoogland/cloudstack vmdk-findbugs Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1351.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1351 ---- commit 18ba5bbf6d95e9056b981c05f88d1b914bf49cb5 Author: Daan Hoogland Date: 2016-01-19T15:55:05Z findbugs: pre-fix reformat commit b106f574a4828c7f45cc5711e13909fe1e6d3340 Author: Daan Hoogland Date: 2016-01-19T15:56:20Z findbugs: use explicit encoding ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---