netty5/transport-udt/src
Carl Mastrangelo 03d89c2222 Use Constructor for reflective class instantiation.
Motivation:
Calling `newInstance()` on a Class object can bypass compile time
checked Exception propagation.  This is noted in Java Puzzlers,
as well as in ErrorProne:
http://errorprone.info/bugpattern/ClassNewInstance

Modifications:
Use the niladic constructor to create a new instance.

Result:
Compile time safety for checked exceptions
2017-08-18 09:42:36 +02:00
..
main/java/io/netty/channel/udt AbstractMethodError with barchart-udt 2017-07-05 07:35:32 +02:00
test/java/io/netty/test/udt Use Constructor for reflective class instantiation. 2017-08-18 09:42:36 +02:00