On 2021. May 11., at 1:51, Thiago Henrique Hupner wrote:
>
> Hi all.
>
> I've been testing the JDK Dynalink recently and
> I think I've found a bug.
>
> The class jdk.dynalink.beans.CheckRestrictedPackage checks
> if a package is restricted.
>
> So, I have a class that has some static methods.
Hi all.
I've been testing the JDK Dynalink recently and
I think I've found a bug.
The class jdk.dynalink.beans.CheckRestrictedPackage checks
if a package is restricted.
So, I have a class that has some static methods. But to Dynalink find the
class,
the class needs to be public. OK,
I've changed