Our website uses cookies to enhance your browsing experience.
Accept
to the top
>
>
>
Examples of errors detected by the...

Examples of errors detected by the V3018 diagnostic

V3018. Consider inspecting the application's logic. It's possible that 'else' keyword is missing.


PascalABC.NET

V3018 Consider inspecting the application's logic. It's possible that 'else' keyword is missing. VisualPascalABCNET InsightWindow.cs 145


public void HandleMouseWheel(MouseEventArgs e)
{
  ....
  if (e.Delta > 0) {
    ....
  } if (e.Delta < 0) {  // <=
    ....
  }
  ....
}

Take
a chance!

Take a chance —
spin a wheel.

Prize circle Prize circle Outer ring

Congrats! You've won a 30-day trial license!

You tricked the system, well done! Get a 30-day trial as your prize!