zeromq / jeromq

JeroMQ is a pure Java implementation of the ZeroMQ messaging library, offering high-performance asynchronous messaging for distributed or concurrent applications.
https://zeromq.org
Mozilla Public License 2.0
2.36k stars 481 forks source link

Code clean #958

Closed fbacchella closed 1 year ago

fbacchella commented 1 year ago

IntelliJ provides smart tools to fix many common code smell.

This PR contains many of this fixes applied, with one commit per defect.

There is no bug correction, or API change, only easier to read code.