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 7FFED107AD for ; Mon, 9 Feb 2015 19:45:35 +0000 (UTC) Received: (qmail 83017 invoked by uid 500); 9 Feb 2015 19:45:35 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 82914 invoked by uid 500); 9 Feb 2015 19:45:35 -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 82902 invoked by uid 99); 9 Feb 2015 19:45:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2015 19:45:34 +0000 Date: Mon, 9 Feb 2015 19:45:34 +0000 (UTC) From: "Mark Roberts (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BCEL-197) add support for TypeVariables to signatureToString 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-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312726#comment-14312726 ] Mark Roberts commented on BCEL-197: ----------------------------------- I have attached the revised patch. > add support for TypeVariables to signatureToString > -------------------------------------------------- > > Key: BCEL-197 > URL: https://issues.apache.org/jira/browse/BCEL-197 > Project: Commons BCEL > Issue Type: Improvement > Reporter: Mark Roberts > Attachments: utility2.diff > > > BCEL currently throws an Invalid signature exception for a TypeVariableSignature - designated with the letter 'T'. This patch adds support for these. -- This message was sent by Atlassian JIRA (v6.3.4#6332)