Paul King created GROOVY-11680: ---------------------------------- Summary: Java stubs use deprecated constant constructors in some cases Key: GROOVY-11680 URL: https://issues.apache.org/jira/browse/GROOVY-11680 Project: Groovy Issue Type: Improvement Reporter: Paul King Assignee: Paul King
Static constants in classes use the deprecated (from JDK9) constructors like {{new Boolean(false)}} instead of {{Boolean.valueOf(false)}}. -- This message was sent by Atlassian Jira (v8.20.10#820010)