Ticket #757 (closed defect: fixed)

Opened 12 months ago

Last modified 8 months ago

null 검사를 정확하게 하지 않는 문제

Reported by: creorix Owned by: inureyes
Priority: major Milestone: 1.5.4
Component: Core Version: 1.5
Keywords: null Cc: dev@…
Release:

Description

#726을 수정하다가 발견한 문제로, 0 == null인데도 ===을 사용하지 않고 null 여부를 비교한 부분이 있습니다. 이를 수정합니다.

Change History

Changed 12 months ago by creorix

[4767]

  • 반영 부탁드립니다.

Changed 12 months ago by creorix

정신없이 하다가 보니 is_null과 !==가 섞였네요 ;; 그래도 문제될 것은 없을 것 같아서 그냥 둡니다..;

Changed 12 months ago by inureyes

  • status changed from new to closed
  • resolution set to fixed

Changed 12 months ago by creorix

  • status changed from closed to reopened
  • resolution deleted

Changed 12 months ago by creorix

[4792]

  • [4767]을 재검토했습니다. 반영 부탁드립니다.

Changed 12 months ago by inureyes

  • status changed from reopened to closed
  • resolution set to fixed

[4794]

Changed 8 months ago by coolengineer

Changed 8 months ago by inureyes

[5671]

  • [5670] 을 1.6 트리에 반영
Note: See TracTickets for help on using tickets.