Github user britter commented on a diff in the pull request:

    https://github.com/apache/commons-lang/pull/85#discussion_r29882172
  
    --- Diff: 
src/test/java/org/apache/commons/lang3/builder/ToStringBuilderTest.java ---
    @@ -1041,7 +1041,7 @@ public void test_setUpToClass_invalid() {
             static final int staticInt2 = 67890;
         }
     
    -    @Test
    +    @Test(expected=IllegalArgumentException.class)
    --- End diff --
    
    This change is correct. The JavaDoc of the toString method says it throws 
an IllegalArgumentException for null inputs, but apparently it doesn't.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to