← Back to team overview

mugle-dev team mailing list archive

sun.reflect.Reflection

 

Are we still using this?

ModelWrapper.java has the line:

import sun.reflect.Reflection;

Which generates the warning:

warning: sun.reflect.Reflection is internal proprietary API and may be
removed in a future release

But it doesn't seem to be used; I can just remove it and it works. Is that
OK if I just remove this import?