You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Make `Random` static even though in practice it should only be
created once already (fixes SpotBugs warning)
* Initialize fields to empty to prevent warning "`@NullMarked` fields
must be initialized"
* Iterate over `decodedData` directly instead of using the `DATA_COUNT`
constant even though in practice these should always have the same
length
* Fill data fields directly instead of using a local
variables/parameters with the same names
0 commit comments