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 28C9E17E86 for ; Wed, 4 Feb 2015 22:41:34 +0000 (UTC) Received: (qmail 98458 invoked by uid 500); 4 Feb 2015 22:41:34 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 98366 invoked by uid 500); 4 Feb 2015 22:41:34 -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 98354 invoked by uid 99); 4 Feb 2015 22:41:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2015 22:41:34 +0000 Date: Wed, 4 Feb 2015 22:41:34 +0000 (UTC) From: "Mark Roberts (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (BCEL-199) verifier does not handle merge of local variables with a superclass of type Object propperly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/BCEL-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Roberts updated BCEL-199: ------------------------------ Attachment: localvariables.diff > verifier does not handle merge of local variables with a superclass of type Object propperly > -------------------------------------------------------------------------------------------- > > Key: BCEL-199 > URL: https://issues.apache.org/jira/browse/BCEL-199 > Project: Commons BCEL > Issue Type: Bug > Reporter: Mark Roberts > Attachments: localvariables.diff > > > The current LocalVariables.merge() method does not check assignment compatiblity correctly for variables whose superclass is Object. > This patch corrects this problem. -- This message was sent by Atlassian JIRA (v6.3.4#6332)