[ https://issues.apache.org/jira/browse/GROOVY-11063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17723747#comment-17723747 ]
Eric Milles edited comment on GROOVY-11063 at 5/18/23 1:18 PM: --------------------------------------------------------------- https://github.com/apache/groovy/commit/923f680d769f236a543e622121c7fa3b4badcd56 https://github.com/apache/groovy/commit/62097da6116edb5d55a72c02c1a33042137e07d7 was (Author: emilles): https://github.com/apache/groovy/commit/923f680d769f236a543e622121c7fa3b4badcd56 https://github.com/apache/groovy/commit/62097da6116edb5d55a72c02c1a33042137e07d7 coming soon to 4.x > NPE in ListHashMap > ------------------ > > Key: GROOVY-11063 > URL: https://issues.apache.org/jira/browse/GROOVY-11063 > Project: Groovy > Issue Type: Bug > Affects Versions: 4.0.12 > Reporter: Wei Huang > Assignee: Eric Milles > Priority: Major > Fix For: 4.0.13 > > > Stacktrace: > {code:java} > java.lang.NullPointerException > at org.codehaus.groovy.util.ListHashMap.get(ListHashMap.java:120) > at > org.codehaus.groovy.ast.NodeMetaDataHandler.getNodeMetaData(NodeMetaDataHandler.java:44){code} > > It's fixed on master branch with commit > 923f680d769f236a543e622121c7fa3b4badcd56, but wasn't backported to 4.x branch. -- This message was sent by Atlassian Jira (v8.20.10#820010)