netty5/codec/src/test
Idel Pivnitskiy 50a067a8f7 Make methods 'static' where it possible
Motivation:

Even if it's a super micro-optimization (most JVM could optimize such
 cases in runtime), in theory (and according to some perf tests) it
 may help a bit. It also makes a code more clear and allows you to
 access such methods in the test scope directly, without instance of
 the class.

Modifications:

Add 'static' modifier for all methods, where it possible. Mostly in
test scope.

Result:

Cleaner code with proper 'static' modifiers.
2017-10-21 14:59:26 +02:00
..
java/io/netty/handler/codec Make methods 'static' where it possible 2017-10-21 14:59:26 +02:00
resources/io/netty/handler/codec/xml Update dependencies and plugins to latest possible versions. 2016-06-27 13:35:35 +02:00