Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 65809 invoked from network); 3 Mar 2010 20:44:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Mar 2010 20:44:58 -0000 Received: (qmail 75215 invoked by uid 500); 3 Mar 2010 20:44:50 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 75127 invoked by uid 500); 3 Mar 2010 20:44:50 -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 75119 invoked by uid 99); 3 Mar 2010 20:44:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Mar 2010 20:44:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Mar 2010 20:44:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9B22A234C4BC for ; Wed, 3 Mar 2010 20:44:27 +0000 (UTC) Message-ID: <982469788.46651267649067634.JavaMail.jira@brutus.apache.org> Date: Wed, 3 Mar 2010 20:44:27 +0000 (UTC) From: "Matt Benson (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (LANG-597) Add more utility methods for generic types In-Reply-To: <655293271.46411267648467253.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LANG-597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840873#action_12840873 ] Matt Benson commented on LANG-597: ---------------------------------- Any chance we can have these changes as a patch against trunk without reformatting? :D Thanks! > Add more utility methods for generic types > ------------------------------------------ > > Key: LANG-597 > URL: https://issues.apache.org/jira/browse/LANG-597 > Project: Commons Lang > Issue Type: Improvement > Components: lang.reflect.* > Environment: Java 1.5+ > Reporter: David Sledge > Priority: Minor > Fix For: 3.0 > > Attachments: TypeUtils.java, TypeUtilsTest.java > > > Added type utilities include: > * checking if one type can be assigned to another type > * determining if a value can be assigned to a given generic variable > * for a class that declares type variables, determining what the type arguments would be based on a generic sub or super type > * determining if a group of types satisfy the bounds of a group of type variables -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.