netty5/common/src/main
Scott Mitchell 7494e84208 PlatformDependent static initialization ExceptionInInitializerError
Motivation:
PlatformDependent allows some exceptions to escape during static initialization. If an exception escapes it will be translated into a java.lang.ExceptionInInitializerError and render the application unable to run.

Modifications:
- Make sure to catch Throwable during static initialization.

Result:
PlatformDependent static initialization doesn't result in java.lang.ExceptionInInitializerError.
2016-01-20 06:13:36 -08:00
..
java/io/netty/util PlatformDependent static initialization ExceptionInInitializerError 2016-01-20 06:13:36 -08:00
script Make IntObjectHashMap extend Map 2015-07-22 15:52:27 -07:00
templates/io/netty/util/collection Make PrimitiveCollections generated for all primitive maps. 2015-07-27 06:59:23 -07:00