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-489051295 | BRANCH | WARNING COUNT | BUILD REPORT LINK | | ------ | ------ | ------ | | master | 12 | https://api.travis-ci.org/v3/job/527686477/log.txt | | PR | 10 | https://api.travis-ci.org/v3/job/527697226/log.txt | (Search `WARNING: An illegal reflective access` in the build report and count the warnings) ``` Line 1220: WARNING: Illegal reflective access by org.codehaus.groovy.reflection.ReflectionUtils (file:/home/travis/build/danielsun1106/groovy/target/libs/groovy-raw-3.0.0-SNAPSHOT.jar) to method sun.util.calendar.ZoneInfo.equals(java.lang.Object) Line 1257: WARNING: Illegal reflective access by org.codehaus.groovy.reflection.ReflectionUtils (file:/home/travis/build/danielsun1106/groovy/target/classes/java/main/) to method java.lang.AbstractStringBuilder.setLength(int) Line 1268: WARNING: Illegal reflective access by org.codehaus.groovy.reflection.SecurityTest (file:/home/travis/build/danielsun1106/groovy/target/classes/groovy/test/) to method java.lang.ClassLoader.defineClass(java.lang.String,java.nio.ByteBuffer,java.security.ProtectionDomain) Line 1295: WARNING: Illegal reflective access by org.codehaus.groovy.vmplugin.v9.Java9 (file:/home/travis/build/danielsun1106/groovy/target/classes/java/main/) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int) Line 1314: WARNING: Illegal reflective access by org.codehaus.groovy.reflection.ReflectionUtils (file:/home/travis/build/danielsun1106/groovy/target/classes/java/main/) to method java.lang.String.isLatin1() Line 1353: WARNING: Illegal reflective access by org.codehaus.groovy.reflection.ReflectionUtils (file:/home/travis/build/danielsun1106/groovy/target/libs/groovy-raw-3.0.0-SNAPSHOT.jar) to method java.io.File.isInvalid() Line 1360: WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedMethod (file:/home/travis/build/danielsun1106/groovy/target/classes/java/main/) to field java.lang.reflect.Field.modifiers Line 1438: WARNING: Illegal reflective access by org.codehaus.groovy.reflection.ReflectionUtils (file:/home/travis/build/danielsun1106/groovy/target/classes/java/main/) to method java.math.BigInteger.multiply(long) Line 1470: WARNING: Illegal reflective access by org.codehaus.groovy.reflection.ReflectionUtils (file:/home/travis/build/danielsun1106/groovy/target/classes/java/main/) to constructor java.util.TimerTask() Line 1499: WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedMethod (file:/home/travis/build/danielsun1106/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
