[GitHub] commons-lang issue #209: LANG-1164: allow ToStringStyle to omitNulls

2017-05-01 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/commons-lang/pull/209 Oh, TIL. I think we can't close this pull request, and wait in case a user needs this feature :+1: --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] commons-lang issue #209: LANG-1164: allow ToStringStyle to omitNulls

2017-05-01 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-lang/pull/209 Thanks. :smile: You won't need this to exclude `null` values when using `ReflectionToStringBuilder`, see https://github.com/apache/commons-lang/pull/259 This will

[GitHub] commons-lang issue #209: LANG-1164: allow ToStringStyle to omitNulls

2017-05-01 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/commons-lang/pull/209 +1 lgtm Looks useful, I've wanted that feature a couple of times when using ReflectionToStringBuilder in the past. Merging the code locally, the build passes, all reports look