[ https://issues.apache.org/jira/browse/GROOVY-11693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18003862#comment-18003862 ]
ASF GitHub Bot commented on GROOVY-11693: ----------------------------------------- eric-milles commented on PR #2250: URL: https://github.com/apache/groovy/pull/2250#issuecomment-3049747033 Is there a test case that can check the message format? > missed specific error message in extension module loading > --------------------------------------------------------- > > Key: GROOVY-11693 > URL: https://issues.apache.org/jira/browse/GROOVY-11693 > Project: Groovy > Issue Type: Improvement > Affects Versions: 4.0.27 > Reporter: John Dong > Priority: Major > > > current log msg: > {color:#ff0000}WARNING: Module [Groovy Ext Example Module] - Unable to load > extension class [com.example.Abc]{color} > > expect log msg: > {color:#FF0000}WARNING: Module [Groovy Ext Example Module] - Unable to load > extension class [com.example.Abc, Reason: java.lang.ClassNotFoundException: > com.example.Abc]{color} > here > {color:#000000}java.lang{color}.{color:#000000}ClassNotFoundException{color} > is a concrete error msg given by {color:#000000}loader{color}.loadClass > > -- This message was sent by Atlassian Jira (v8.20.10#820010)