[jira] [Created] (GROOVY-8935) Provide a @NullCheck AST transformation similar to Lombok's NonNull

2018-12-21 Thread Paul King (JIRA)
Paul King created GROOVY-8935: - Summary: Provide a @NullCheck AST transformation similar to Lombok's NonNull Key: GROOVY-8935 URL: https://issues.apache.org/jira/browse/GROOVY-8935 Project: Groovy

[GitHub] paulk-asert opened a new pull request #845: GROOVY-8935: Provide a @NullCheck AST transformation similar to Lombo…

2018-12-21 Thread GitBox
paulk-asert opened a new pull request #845: GROOVY-8935: Provide a @NullCheck AST transformation similar to Lombo… URL: https://github.com/apache/groovy/pull/845 …k's NonNull This is an automated message from the Apache Git

[GitHub] danielsun1106 commented on issue #845: GROOVY-8935: Provide a @NullCheck AST transformation similar to Lombo…

2018-12-21 Thread GitBox
danielsun1106 commented on issue #845: GROOVY-8935: Provide a @NullCheck AST transformation similar to Lombo… URL: https://github.com/apache/groovy/pull/845#issuecomment-449552202 +1 BTW, if we could check null in compilation time, that would be great!

[GitHub] danielsun1106 commented on issue #845: GROOVY-8935: Provide a @NullCheck AST transformation similar to Lombo…

2018-12-21 Thread GitBox
danielsun1106 commented on issue #845: GROOVY-8935: Provide a @NullCheck AST transformation similar to Lombo… URL: https://github.com/apache/groovy/pull/845#issuecomment-449552295 The relevant test is missing? This is an