netty5/handler/src
scottmitch 52e634952e SonarQube issues OpenSslEngine
Motivation:
SonarQube (clinker.netty.io/sonar) reported a few 'critical' issues related to the OpenSslEngine.

Modifications:
- Remove potential for dereference of null variable.
- Remove duplicate null check and TODO cleanup.

Results:
Less potential for null dereference, cleaner code, and 1 less TODO.
2015-02-03 20:04:41 +01:00
..
main/java/io/netty/handler SonarQube issues OpenSslEngine 2015-02-03 20:04:41 +01:00
test Implement OpenSslEngine.getSupportedCipherSuites() and get/setEnabledCipherSuites() 2014-12-30 19:26:32 +09:00