Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CEE24200AE1 for ; Mon, 6 Jun 2016 15:18:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CD781160A0E; Mon, 6 Jun 2016 13:18:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 23FF6160A55 for ; Mon, 6 Jun 2016 15:18:21 +0200 (CEST) Received: (qmail 39707 invoked by uid 500); 6 Jun 2016 13:18:21 -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 39402 invoked by uid 99); 6 Jun 2016 13:18:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2016 13:18:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 00F9B2C1F61 for ; Mon, 6 Jun 2016 13:18:21 +0000 (UTC) Date: Mon, 6 Jun 2016 13:18:21 +0000 (UTC) From: "Andrey Loskutov (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BCEL-273) Regressions running FindBugs on BCEL6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 06 Jun 2016 13:18:23 -0000 [ https://issues.apache.org/jira/browse/BCEL-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15316480#comment-15316480 ] Andrey Loskutov commented on BCEL-273: -------------------------------------- [~dbrosius]: can you please take a look? > Regressions running FindBugs on BCEL6 > ------------------------------------- > > Key: BCEL-273 > URL: https://issues.apache.org/jira/browse/BCEL-273 > Project: Commons BCEL > Issue Type: Bug > Components: Main > Affects Versions: 6.0 > Reporter: Andrey Loskutov > Priority: Blocker > Fix For: 6.0 > > Attachments: bcel6_test_result.txt > > > h5. PREFACE > I'm trying to port FindBugs to the latest greatest BCEL 6 state from trunk, see https://github.com/findbugsproject/findbugs/issues/106. > In short, FindBugs was using some manually created BCEL 5.2 fork which allowed us somehow run BCEL on Java 8 and even Java 9. > Unfortunately I have no idea how to rebuild that fork, because no one in the project left any documentation. > So anyway, my goal was to use unmodified BCEL6, therefore I fixed all compile issues caused by BCEL-222 ((n)) and was able to run FB with BCEL6 head. > > Unfortunately I found some regressions. > h5. Environment > I'm using my own git clone from BCEL mirror https://github.com/iloveeclipse/commons-bcel/commits/trunk > The clone only adds few Eclipse files and fixes some obvious errors, nothing worth to mention here. The reason why I'm not using svn because it is too slow and I won't waste my time. > To see commits I needed to port FB to BCEL6 port, go to https://github.com/findbugsproject/findbugs/tree/java9_bcel6 > h5. How to reproduce > {code} > git clone https://github.com/findbugsproject/findbugs.git > cd findbugs > git checkout java9_bcel6 > cd findbugs > ant > cd findbugsTestCases > ant > {code} > You should run Java 8. > After running tests, you should see many various errors, like: https://github.com/findbugsproject/findbugs/files/300401/bcel6_test_result.txt > None of those error appear with the old private patched BCEL5.2 snapshot we've used before. > It would be nice to fix the errors before the BCEL release. -- This message was sent by Atlassian JIRA (v6.3.4#6332)