The GitHub Actions job "Java CI" on commons-compress.git/feat/refactor-tar-record has succeeded. Run started by GitHub user ppkarwasz (triggered by ppkarwasz).
Head commit for run: 18dc95a4632050ed65c9ad2b0f192a260cc4ce96 / Piotr P. Karwasz <[email protected]> fix: replace `while(true)` with `do...while` for clarity and PMD compliance Refactors the infinite `while(true)` loop in `getNextEntry()` into a `do...while` loop that iterates until a non-special tar record is found. This removes the need for trailing `return` statements, addresses PMD’s *AvoidBranchingStatementAsLastInLoop* warning, and makes the control flow easier to follow. Report URL: https://github.com/apache/commons-compress/actions/runs/16860422370 With regards, GitHub Actions via GitBox
