Menu

#38 case with continue results in 'missing break statement'

None
closed
nobody
None
5
2013-09-28
2010-09-05
No

When a switch statement is used inside a loop, and one of the cases ends with 'continue;', jsl will report that a break statement is missing, even though there is no fall-through.

Discussion

  • Matthias Miller

    Matthias Miller - 2013-09-28
    • status: open --> closed
    • Group: -->
     
  • Matthias Miller

    Matthias Miller - 2013-09-28

    Round 1 fix in r312. Let me know if you encounter any issues.

     

Log in to post a comment.