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 7402A200BFB for ; Wed, 11 Jan 2017 18:45:58 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 729D3160B4E; Wed, 11 Jan 2017 17:45:58 +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 E07B3160B3B for ; Wed, 11 Jan 2017 18:45:57 +0100 (CET) Received: (qmail 63244 invoked by uid 500); 11 Jan 2017 17:45:56 -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 63231 invoked by uid 99); 11 Jan 2017 17:45:56 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2017 17:45:56 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B1A472C03DD for ; Wed, 11 Jan 2017 17:45:56 +0000 (UTC) Date: Wed, 11 Jan 2017 17:45:56 +0000 (UTC) From: "Mark Roberts (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (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: Wed, 11 Jan 2017 17:45:58 -0000 [ https://issues.apache.org/jira/browse/BCEL-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Roberts updated BCEL-276: ------------------------------ Attachment: MethodGen.mark.diff LocalVariableGen.mark.diff LocalVariable.mark.diff > 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: LocalVariable.mark.diff, LocalVariableGen.mark.diff, LocalVariableTypeTableTest.java, MethodGen.diff, MethodGen.mark.diff, 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)