Jimmy,Jing Lv wrote: > Hmm, yes it seems duplicated, I guess we can delete the method > appeared in the parent class (IIRC, this methods is not referenced in > native code)
Where methods /are/ being called from natives it is useful to have a
@SuppressWarnings("unused") annotation with a clear comment that the
method is being called from native code.
Regards,
Tim
