Ticket #235 (closed defect: fixed)

Opened 3 weeks ago

Last modified 3 weeks ago

Incorrect fall through (missing break) in assignment operator of CapeValueImpl

Reported by: jasper Owned by: jasper
Priority: trivial Milestone: Phase III
Component: Client Header Files Version:
Keywords: Cc:

Description

CapeValueImpl? misses a break in the assignment operator implementation, causing the string assignment to fall through to the integer assignment. This is harmless but not needed.

Change History

comment:1 Changed 3 weeks ago by jasper

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.