Possible missing break in switch statement

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Won't Fix
    • Priority: Minor - P4
    • None
    • Affects Version/s: 1.1
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      class RawDBObject.Element constructor around line 210

      notice no break for REF: was that intended?

      case OID:
      size += 12;
      break;
      case REF:
      size += 12;
      case SYMBOL:
      case CODE:
      case STRING:
      size += 4 + _buf.getInt( _dataStart );
      break;
      case CODE_W_SCOPE:

            Assignee:
            Unassigned
            Reporter:
            Dave Brosius
            None
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: