You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not warn if sun.reflect.Reflection.getCallerClass() is unavailable
Modern Java releases disallow the access to internal sun.* API. There
is not much the user can do about it, hence this warning is not
actionable and therefore unneeded.
It also does not tag its origin, causing confusion among users about
its whereabouts.
0 commit comments