netty5/common
Dmitriy Dumanskiy 49d4c3520d Cleanup : String.length() == 0 replaced with String.isEmpty, removed unnecessary assert, class cast
Motivation:

IDE warnings fixes.

Modification:

String.length() == 0 replaced with String.isEmpty(), unnecessary assertion removed, unnecessary class cast and correct StringBuilder size, empty else block commented.

Result:

Code easier to read. No warnings.
2017-02-14 15:46:24 +01:00
..
src Cleanup : String.length() == 0 replaced with String.isEmpty, removed unnecessary assert, class cast 2017-02-14 15:46:24 +01:00
pom.xml Only use Mockito for mocking. 2017-02-07 08:56:36 +01:00