You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by GitBox <gi...@apache.org> on 2021/11/12 23:20:16 UTC

[GitHub] [groovy] paulk-asert commented on a change in pull request #1651: GROOVY-10353: `evaluateExpression` can handle simple expression directly

paulk-asert commented on a change in pull request #1651:
URL: https://github.com/apache/groovy/pull/1651#discussion_r748636936



##########
File path: src/main/java/groovy/lang/GroovyClassLoader.java
##########
@@ -703,10 +703,10 @@ public Collection getLoadedClasses() {
     }
 
     /**
-     * open up the super class define that takes raw bytes
+     * Converts an array of bytes into an instance of {@code Class}.
      */
-    public Class defineClass(String name, byte[] b) {

Review comment:
       Is it normal to add an unchecked exception to a throws clause?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@groovy.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org