fix(sonar): suppress S6218 on UnpackSchedule + bump doc versions to 0.8.3#145
Merged
Conversation
The record (added when the four bitpacked unpack loops were unified) has array components, which Sonar flags as a bug (equals/hashCode/toString don't consider array content). UnpackSchedule is a private, never-compared data carrier passed straight into the unpack loops — the same pattern suppressed across the reader.array package. Suppress with the standard reason. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
README and compatibility.md showed 0.8.0, tutorial.md showed 0.7.3; align all Maven dependency snippets with the just-released 0.8.3. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two small follow-ups after the 0.8.3 release.
fix(sonar): S6218 on
UnpackSchedule— the record introduced in #140 (unifying the four bitpacked unpack loops) has array components, which Sonar reports as a BUG. It is a private, never-compared data carrier passed straight into the unpack loops; suppressed with the same standard reason used acrossreader.array.docs: version examples → 0.8.3 — README and
compatibility.mdshowed0.8.0,tutorial.mdshowed0.7.3; all Maven dependency snippets now match the released0.8.3.🤖 Generated with Claude Code