Closed GoogleCodeExporter closed 8 years ago
Ignore this bug.
Just noticed this in org.as3commons.reflect.Type:
// As the constructor may throw Errors on null arguments arguments
// surround it with a try/catch block
try {
org.as3commons.lang.ClassUtils.newInstance(clazz, args);
} catch (e:Error) {
// Logging is set to debug level as any Error ocurring here shouldn't
// cause any problem to the application
logger.debug("Error while instantiating class {0} with null arguments in order
to retrieve constructor argument types: {1}, {2}" +
"\nMessage: {3}" + "\nStack trace: {4}", clazz, e.name, e.errorID,
e.message, e.getStackTrace());
}
Original comment by tobiaspa...@gmail.com
on 25 Sep 2009 at 10:56
Original comment by christophe.herreman
on 5 Oct 2009 at 4:00
Original issue reported on code.google.com by
tobiaspa...@gmail.com
on 25 Sep 2009 at 6:36