P20160609-0900
Fixes failures due to deprecated constructors of sub classes of Number and Class.newInstance(). Fix is either to use .valueOf(), or @SuppressWarnings or IGNORE the usage of deprecated.
Fixes failures due to deprecated constructors of sub classes of Number and Class.newInstance(). Fix is either to use .valueOf(), or @SuppressWarnings or IGNORE the usage of deprecated.