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 A366017571 for ; Thu, 7 May 2015 18:46:00 +0000 (UTC) Received: (qmail 99433 invoked by uid 500); 7 May 2015 18:46:00 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 99351 invoked by uid 500); 7 May 2015 18:46:00 -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 99340 invoked by uid 99); 7 May 2015 18:46:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2015 18:46:00 +0000 Date: Thu, 7 May 2015 18:46:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LANG-1132) ReflectionToStringBuilder doesn't throw IllegalArgumentException when the constructor's object param is null 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/LANG-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14533169#comment-14533169 ] ASF GitHub Bot commented on LANG-1132: -------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/85 > ReflectionToStringBuilder doesn't throw IllegalArgumentException when the constructor's object param is null > ------------------------------------------------------------------------------------------------------------ > > Key: LANG-1132 > URL: https://issues.apache.org/jira/browse/LANG-1132 > Project: Commons Lang > Issue Type: Bug > Components: lang.builder.* > Affects Versions: 3.4 > Reporter: Jack Tan > Assignee: Benedikt Ritter > Labels: github, github-pullrequest > > Placeholder for https://github.com/apache/commons-lang/pull/85 > {quote} > As described in it's [javadoc|http://commons.apache.org/proper/commons-lang/javadocs/api-release/org/apache/commons/lang3/builder/ReflectionToStringBuilder.html#ReflectionToStringBuilder(java.lang.Object)], ReflectionToStringBuilder constructor will throw IllegalArgumentException if the Object to build a toStringfor is null, while in fact it won't. > {quote} -- This message was sent by Atlassian JIRA (v6.3.4#6332)