danielsun1106 edited a comment on issue #920: [WIP]GROOVY-9081: CLONE - Fix warning "An illegal reflective access operat… URL: https://github.com/apache/groovy/pull/920#issuecomment-489076362 | BRANCH | WARNING COUNT | BUILD REPORT LINK | | ------ | ------ | ------ | | master | 12 | https://api.travis-ci.org/v3/job/527686477/log.txt | | PR | 9 | https://api.travis-ci.org/v3/job/527736304/log.txt | (Search `WARNING: An illegal reflective access` in the build report and count the warnings) ``` (NEW!)Line 1421: WARNING: Illegal reflective access by org.codehaus.groovy.reflection.ReflectionUtils (file:/home/travis/build/apache/groovy/target/classes/java/main/) to method java.lang.Object.clone() Line 1430: WARNING: Illegal reflective access by org.codehaus.groovy.reflection.SecurityTest (file:/home/travis/build/apache/groovy/target/classes/groovy/test/) to method java.lang.ClassLoader.defineClass(java.lang.String,java.nio.ByteBuffer,java.security.ProtectionDomain) Line 1456: WARNING: Illegal reflective access by org.codehaus.groovy.vmplugin.v9.Java9 (file:/home/travis/build/apache/groovy/target/classes/java/main/) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int) Line 1477: WARNING: Illegal reflective access by org.codehaus.groovy.reflection.ReflectionUtils (file:/home/travis/build/apache/groovy/target/classes/java/main/) to method java.lang.String.isLatin1() Line 1516: WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedMethod (file:/home/travis/build/apache/groovy/target/classes/java/main/) to field java.lang.reflect.Field.modifiers Line 1523: WARNING: Illegal reflective access by org.codehaus.groovy.reflection.ReflectionUtils (file:/home/travis/build/apache/groovy/target/libs/groovy-raw-3.0.0-SNAPSHOT.jar) to method java.io.File.isInvalid() Line 1588: WARNING: Illegal reflective access by org.codehaus.groovy.reflection.ReflectionUtils (file:/home/travis/build/apache/groovy/target/classes/java/main/) to method java.math.BigInteger.multiply(long) Line 1620: WARNING: Illegal reflective access by org.codehaus.groovy.reflection.ReflectionUtils (file:/home/travis/build/apache/groovy/target/classes/java/main/) to constructor java.util.TimerTask() Line 1649: WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedMethod (file:/home/travis/build/apache/groovy/target/classes/java/main/) to field java.lang.reflect.Field.modifiers ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
