Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: naver/hackday-conventions-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: naver/hackday-conventions-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix-typos
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 12, 2026

  1. IntelliJ 설정 메뉴 경로와 오타 수정

    - Code Style > Java > Imports > Import Layout -> Wrapping and Braces
      ('줄바꿈 시 연산자 위치' 항목의 메뉴 경로 오기)
    - Ensure line feed at file end on Save
      -> Ensure every saved file ends with a line break
    - [Browse Reposities..] 버튼 클릭 -> Marketplace 탭 클릭
    - Other Settings / Other Settins > Checkstyle -> Tools > Checkstyle
    - All sources including tests -> All sources (including tests)
    - .editorconfig 예제에서 [line-length-120]의 주석 표시 누락
    - README의 .editconfig -> .editorconfig
    
    Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
    benelog and claude committed Aug 12, 2026
    Configuration menu
    Copy the full SHA
    973dfdd View commit details
    Browse the repository at this point in the history
  2. 문서 전반의 오타 수정

    - 도구 UI 라벨/파일명 오기 (Eclise, Porject, sourcxe, charactor,
      Continuation ident, naver-intellij-formatter.xm 등)
    - 예제 코드 오류 (AutoClosable, finaly, startWith, boolen,
      스마트 따옴표, else-if 분기 반환값 불일치 등)
    - 한글 오타/조사 (구문->구분, 들어쓰기->들여쓰기, 맞추러면->맞추려면 등)
    - 마크업 오류 (백틱 짝, [id="blank-lines)"], [source,...]] 등)
    - 규칙 식별자 표기를 헤더 id 및 checkstyle 설정과 일치시킴
      (no-space-increament-decrement-operator -> no-space-unary-operator)
    - README의 Eclipse 커스터마이징 링크가 IntelliJ 절을 가리키던 오류 수정
    
    Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
    benelog and claude committed Aug 12, 2026
    Configuration menu
    Copy the full SHA
    5f90f7b View commit details
    Browse the repository at this point in the history
  3. 남은 오타와 사실 오류, 띄어쓰기 정리

    - 규칙 식별자 anchor의 오타 수정. 기존 URL이 깨지지 않도록 옛 ID를
      호환 anchor로 함께 남긴다.
      constant_uppercase -> constant-uppercase
      (#constant_uppercase 링크는 계속 동작한다)
    - 사실 오류 수정
      IntelliJ 자동 포맷 단축키 Ctrl+Shift+f -> Ctrl+Alt+L
      Gradle 예제의 tasks.withType(Compile) -> tasks.withType(JavaCompile)
    - 남은 오타 수정 (Other Settions, Optimize imoprts, Refomat file,
      `Save Actions' 따옴표 짝)
    - 띄어쓰기와 중복 공백 정리
    
    Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
    benelog and claude committed Aug 12, 2026
    Configuration menu
    Copy the full SHA
    bea4435 View commit details
    Browse the repository at this point in the history
Loading