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 F3B74200B5A for ; Thu, 4 Aug 2016 17:35:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F2445160AB0; Thu, 4 Aug 2016 15:35: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 744EF160AAE for ; Thu, 4 Aug 2016 17:35:22 +0200 (CEST) Received: (qmail 29492 invoked by uid 500); 4 Aug 2016 15:35:20 -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 29408 invoked by uid 99); 4 Aug 2016 15:35:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2016 15:35:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B768E2C0D65 for ; Thu, 4 Aug 2016 15:35:20 +0000 (UTC) Date: Thu, 4 Aug 2016 15:35:20 +0000 (UTC) From: "Sam Yoon (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BCEL-276) LocalVariableTypeTable is not updated. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 04 Aug 2016 15:35:23 -0000 [ https://issues.apache.org/jira/browse/BCEL-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15407951#comment-15407951 ] Sam Yoon commented on BCEL-276: ------------------------------- I wrote an additional comment to GitHub. > LocalVariableTypeTable is not updated. > --------------------------------------- > > Key: BCEL-276 > URL: https://issues.apache.org/jira/browse/BCEL-276 > Project: Commons BCEL > Issue Type: Bug > Affects Versions: 6.0 > Reporter: Sam Yoon > Assignee: Benedikt Ritter > Labels: github > Fix For: 6.1 > > Attachments: LocalVariableTypeTableTest.java, SimpleClassHasMethodIncludeGenericArgument.java > > > If a method for BCI have at least one generic type of argument JVM throw java.lang.ClassFormatError due to not updated LocalVariableTable. > I know there is workaround as call removeLocalVariables method. > But I think it's better that BCEL can stay proper LocalVariableTable. > I'm also pull test case can reproduce error. -- This message was sent by Atlassian JIRA (v6.3.4#6332)