WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.nutz.lang.reflect.ReflectTool$1 (file:/Users/minamiyakusoku/.m2/repository/org/nutz/nutz/1.r.66/nutz-1.r.66.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of org.nutz.lang.reflect.ReflectTool$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
相关代码
public static FaceThredhold4Add DEFAULT(){
FaceThredhold4Add thredhold = new FaceThredhold4Add();
PropertiesProxy pp = new PropertiesProxy("config/");
thredhold.setQualitySize(0.5);
thredhold.setQualityPose(0.8);
thredhold.setQualityBlur(0.45);
thredhold.setQualityOcclusion(0.8);
return thredhold;
}
实体类这个函数调用时出了warning
添加回复
请先登陆