netty5/common/src
Scott Mitchell 92896bd7bd 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:04:32 -08:00
..
main/java/io/netty/util PlatformDependent static initialization ExceptionInInitializerError 2016-01-20 06:04:32 -08:00
test/java/io/netty/util Builder to construct DomainNameMapping. 2015-12-20 18:57:49 +01:00