Coverity analysis defect 120358: Missing break in switch

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Gone away
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Query Optimization
    • ALL
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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:430: MISSING_BREAK 120358 The case for value "mongo::DocumentSourceInternalDensify::DensifyState::kHaveGenerator" is not terminated by a "break" statement.
      /src/mongo/db/pipeline/document_source_densify.cpp:463: MISSING_BREAK 120358 The above case falls through to this one.

            Assignee:
            [DO NOT USE] Backlog - Query Optimization
            Reporter:
            Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: