4

What does //$FALL-THROUGH$ comment mean in Eclipse? I did Google but couldn't find anything.

2 Answers 2

2

It suppresses a warning telling you that there is no break; from that case.

Sign up to request clarification or add additional context in comments.

Comments

1

Have a look at the Eclipse 3.5 release news. There it is shown (you have search for "fall"). It is meant for cases where you cannot use @SuppressWarnings("fallthrough").

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.