Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-68

Possible missing break in switch statement

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Won't Fix
    • Icon: Minor - P4 Minor - P4
    • None
    • 1.1
    • None
    • None

    Description

      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:

      Attachments

        Activity

          People

            Unassigned Unassigned
            mebigfatguy Dave Brosius
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: