netty5/codec-mqtt/src
Nikolay Fedorovskikh f49bf4b201 Convert fields to the local variable when possible
Motivation:

Some classes have fields which can be local.

Modifications:

Convert fields to the local variable when possible.

Result:

Clean up. More chances for young generation or scalar replacement.
2017-03-08 17:09:17 -08:00
..
main/java/io/netty/handler/codec/mqtt Convert fields to the local variable when possible 2017-03-08 17:09:17 -08:00
test/java/io/netty/handler/codec/mqtt Introduced MqttMessageBuilders to fluently create MQTT messages 2017-02-19 13:39:59 +01:00