The GitHub Actions job "Java CI" on commons-compress.git/feat/huffman1 has failed. Run started by GitHub user ppkarwasz (triggered by ppkarwasz).
Head commit for run: e217afe0ac33638caf7d866daecd0eb81953429f / Piotr P. Karwasz <pkarwasz-git...@apache.org> fix: validate indexes against actual array length Indexes were previously validated against theoretical maximum limits instead of the actual array size. This made the code harder to reason about and was likely inherited from C conventions, where array length is not directly available. Using the real length simplifies validation and avoids potential errors. Report URL: https://github.com/apache/commons-compress/actions/runs/17263802708 With regards, GitHub Actions via GitBox