Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update README.md for JDK 16+ issues #1573

Merged
merged 1 commit into from
Nov 21, 2022

Commits on Nov 20, 2022

  1. update README.md for 16+ issues

    ```
    …
    [ERROR] Internal error has occurred in rule [diktat-ruleset:function-length]. Please make an issue on this bug at https://github.com/saveourtool/diKTat/.
                           As a workaround you can disable these inspections in yml config: <[TOO_LONG_FUNCTION]>.
                           Root cause of the problem is in […] file.
    java.lang.ExceptionInInitializerError
    …
        at java.lang.reflect.Method.invoke (Method.java:568)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
    Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make field private transient java.lang.Object java.lang.Throwable.backtrace accessible: module java.base does not "opens java.lang" to unnamed module @6dd93a21
        at java.lang.reflect.AccessibleObject.checkCanSetAccessible (AccessibleObject.java:354)
        at java.lang.reflect.AccessibleObject.checkCanSetAccessible (AccessibleObject.java:297)
        at java.lang.reflect.Field.checkCanSetAccessible (Field.java:178)
        at java.lang.reflect.Field.setAccessible (Field.java:172)
        at org.jetbrains.kotlin.com.intellij.util.ReflectionUtil.findFieldInHierarchy (ReflectionUtil.java:154)
    …
    ```
    agebhar1 committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    05f6164 View commit details
    Browse the repository at this point in the history