gerrit/.settings
David Pursehouse 0b7517a06e Eclipse: Warn on incomplete switch cases even when default exists
We already have the warning "Incomplete 'switch' cases on enum" enabled,
but it does not warn when a case is missing if the switch has a default
block.

Enable the "Signal even if 'default' case exists" option. This would
have enabled us to catch the problem that was fixed in Ied8ff0f8f.

In most instances of the warning we can simply add the missing case(s)
above the 'default', meaning there is no change in behaviour.

However there are some instances where the missing case is a bug and
should be handled correctly. These are fixed separately in follow-up
commits.

Change-Id: I3675d29981423043266a26b1a78932c5708a6272
2016-01-22 15:14:56 +09:00
..
edu.umd.cs.findbugs.core.prefs Update FindBugs configuration 2015-03-20 14:29:25 +00:00
org.eclipse.core.resources.prefs Build with Buck 2013-05-09 13:40:36 +00:00
org.eclipse.core.runtime.prefs Build with Buck 2013-05-09 13:40:36 +00:00
org.eclipse.jdt.core.prefs Eclipse: Warn on incomplete switch cases even when default exists 2016-01-22 15:14:56 +09:00
org.eclipse.jdt.ui.prefs Update Eclipse code formatter settings 2015-08-31 07:03:36 +00:00