Make public fields final where possible 70/170/6
authorRobert Varga <nite@hq.sk>
Sun, 31 Jan 2016 11:25:45 +0000 (12:25 +0100)
committerDave Wallace <dwallacelf@gmail.com>
Mon, 1 Feb 2016 03:00:39 +0000 (03:00 +0000)
Class fields initialized via the constructor should be final.

Also mark leaking byte[] instances with a FIXME. API users consider them
immutable, but they are vulnerable to System.arrayCopy().

Also fixes constructor arguments so they do not use underscores, which
is prohibited by Java 9.

Change-Id: I393d55ed7234149cb3604bc92b2cb1d1207c55dc
Signed-off-by: Robert Varga <nite@hq.sk>

No differences found