You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Stefan Bodewig <bo...@apache.org> on 2017/05/02 07:20:58 UTC

Re: commons-compress git commit: Unnecessary casts.

On 2017-05-02, <gg...@apache.org> wrote:

> Unnecessary casts.

> -                n = (long) len - bytes;
> +                n = len - bytes;

Sonar complains without them.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org