Skip to content

docs: add static factory method implementation plan#12

Merged
JunggiKim merged 2 commits intomainfrom
docs/static-factory-plan
Mar 12, 2026
Merged

docs: add static factory method implementation plan#12
JunggiKim merged 2 commits intomainfrom
docs/static-factory-plan

Conversation

@JunggiKim
Copy link
Copy Markdown
Owner

Summary

  • 71개 Predicate 클래스에 정적 팩토리 메서드 (instance()/of()) 추가를 위한 상세 구현 계획 문서
  • 다른 컴퓨터에서 바로 구현 진행 가능하도록 모든 파일 경로, 코드 패턴, 테스트 데이터, 검증 단계를 포함
  • 기존 API 하위 호환성 100% 유지

변경 내용

  • plans.md 파일 추가 (760줄, 10개 Phase의 상세 구현 계획)

Test plan

  • 문서만 추가하므로 빌드 영향 없음

🤖 Generated with Claude Code

JunggiKim and others added 2 commits March 11, 2026 19:15
Detailed plan for adding instance()/of() static factory methods
to all 71 predicate classes while maintaining backward compatibility.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@gitguardian
Copy link
Copy Markdown

gitguardian Bot commented Mar 12, 2026

⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secret in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
28257257 Triggered JSON Web Token cd94a4d java-refined-kotlin/src/test/kotlin/io/github/junggikim/refined/kotlin/ScalarKotlinExtensionsTest.kt View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secret safely. Learn here the best practices.
  3. Revoke and rotate this secret.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@JunggiKim JunggiKim merged commit cd94a4d into main Mar 12, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant