Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-59468

Coverity analysis defect 120437: Missing break in switch

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • ALL
    • QO 2021-10-04

      Missing break in switch

      Execution falls through to the next case statement or default; this might indicate a common typo. Missing break statement between cases in switch statement
      /src/mongo/db/pipeline/document_source_densify.cpp:90: MISSING_BREAK 120437 The case for value "mongo::String" is not terminated by a "break" statement.
      /src/mongo/db/pipeline/document_source_densify.cpp:96: MISSING_BREAK 120437 The above case falls through to this one.

            Assignee:
            ted.tuckman@mongodb.com Ted Tuckman
            Reporter:
            xgen-internal-coverity Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: