EasyStage
EasyStage copied to clipboard
stage中包含有继承于table的组件就会报错
只要stage中包含有继承于table的组件就会报错,因为table类中有一个非布尔型的debug变量覆盖了actor类中变量debug,导致com.ayocrazy.easystage.rmi.ActorGetter类中的
actorBean.setDebug((boolean) EasyReflect.getValue("debug", actor));
得到错误的类型而报错