binance-exchange / binance-java-api

binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
MIT License
831 stars 623 forks source link

cleanup code smells and remove autoboxing #296

Closed laurinvesely closed 3 years ago

laurinvesely commented 3 years ago

autoboxing can cause issues in some circumstances (https://dzone.com/articles/autoboxing-and-its-pitfalls-1), also common code smells were cleaned