netty5/transport-native-epoll/src
Artem Smotrakov f0448d6a8a Fix or suppress LGTM findings (#10689)
Motivation:

LGTM reports multiple issues. They need to be triaged,
and real ones should be fixed.

Modifications:
- Fixed multiple issues reported by LGTM, such as redundant conditions,
  resource leaks, typos, possible integer overflows.
- Suppressed false-positives.
- Added a few testcases.

Result:

Fixed several possible issues, get rid of false alarms in the LGTM report.
2020-10-17 09:57:52 +02:00
..
main Fix or suppress LGTM findings (#10689) 2020-10-17 09:57:52 +02:00
test/java/io/netty/channel/epoll Fix #10614 by making UnorderedTPEExecutor.scheduleAtFixedRate run tasks more than once (#10659) 2020-10-14 11:33:56 +02:00