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: goodjwon/objects
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: eternity-oop/object
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 5 files changed
  • 3 contributors

Commits on Dec 26, 2019

  1. [Bug Fix] 할인이 안된 경우 예매인원수(audienceCount)를 곱하지 않던 버그 수정

    기존 코드의 경우 할인이 가능한 경우에는 예매금액에 정상적으로 예매인원수를 곱해서 반환하지만,
    할인이 되지 않을 경우에는 예매인원수를 곱하지 않고 그대로 반환해서 예매금액을 부정확하게
    계산하는 버그가 있었습니다.
    eternity-oop committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    46eac4d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. [Bug Fix] RateDiscountableRegularPhone 생성자의 누락된 field 값 할당 로직 추가

    field 값 할당 로직 누락으로 인해, afterCalculated 메서드 수행 시 NullPointerException 이 발생하는 버그가 있었습니다.
    kimdahyeee committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    f447b96 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Merge pull request eternity-oop#3 from kimdahyeee/chapter11-example-fix

    [Bug Fix] RateDiscountableRegularPhone 생성자의 누락된 field 값 할당 로직 추가
    eternity-oop authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    c536214 View commit details
    Browse the repository at this point in the history
  2. [Bug Fix] DateTimeInterval의 splitByDay 메서드에서 시작일과 종료일의 달이 다를 경우 정상적으로…

    … 날짜 계산이 안되는 버그 수정
    
    2021년 1월 1일 ~ 2021년 2월 2일의 경우 월이 무시되고 2일의 목록만 반환되는 버그를 정상적으로 33일의 목록이 반환되도록 수정
    eternity-oop authored and jopro.o committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    70e7d7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbd60f5 View commit details
    Browse the repository at this point in the history
  4. [Bug Fix] 시간대별 방식 요금 계산 결과 중 0보다 작은 금액이 나오는 버그 수정

    BasicRatePolicy에서 금액을 체크하던 방식에서 TimeOfDayFeeCondition에서 음수로 나올 수 있는 기간을 제거하는 방식으로 수정
    jopro.o committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    0852506 View commit details
    Browse the repository at this point in the history
Loading