如果子类用SensitiveEntry标识后,当子类为null,会报npe
ChanglongYe opened this issue · 1 comments
ChanglongYe commented
class Father{
@SensitiveEntry
private Child c;
}
当c==null时,SensitiveUtil.desCopy(father类)会报npe
houbb commented
ChanglongYe opened this issue · 1 comments
class Father{
@SensitiveEntry
private Child c;
}
当c==null时,SensitiveUtil.desCopy(father类)会报npe