Paul King created GROOVY-10697:
----------------------------------
Summary: @ToString throws an NPE for POJO with null field
Key: GROOVY-10697
URL: https://issues.apache.org/jira/browse/GROOVY-10697
Project: Groovy
Issue Type: Bug
Reporter: Paul King
{code:java}
import groovy.transform.*
@ToString(pojo=true)
@CompileStatic
class Clazz {
String field = null
}
println new Clazz() // NPE!!
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
