fix: correct Javadoc for float/double finite constraint#24
Merged
Conversation
…onsistency Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <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.
Summary
finite제약 조건을 추가합니다.Float.isFinite(value) && value > 0등으로 finite 검사를 포함하지만, Javadoc에 반영되지 않았습니다.POSITIVE_INFINITY가PositiveFloat에 허용된다고 오해할 수 있는 문제를 해결합니다.NonZeroBigDecimal,NonZeroBigInteger의 Javadoc에({@code != 0})표기를 추가하여 다른 NonZero 타입과 일관성을 맞춥니다.Changed files (12)
PositiveFloat,PositiveDouble,NegativeFloat,NegativeDoubleNonNegativeFloat,NonNegativeDouble,NonPositiveFloat,NonPositiveDoubleNonZeroFloat,NonZeroDoubleNonZeroBigDecimal,NonZeroBigIntegerTest plan
./gradlew javadoc빌드 성공 확인RefinedSupport.java의 실제 제약 로직과 일치하는지 확인🤖 Generated with Claude Code