diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2012-04-20 23:26:27 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2012-04-20 23:26:50 +0200 |
| commit | a6bc4af283e247a937098fa1f8a04eaac5bca011 (patch) | |
| tree | fdc0543233bd5c9aab9fb1731ed35bae607b7211 /main/.settings | |
| parent | 823c92c78484663df53b89f2e9f69031c4286ca6 (diff) | |
| download | cgeo-a6bc4af283e247a937098fa1f8a04eaac5bca011.zip cgeo-a6bc4af283e247a937098fa1f8a04eaac5bca011.tar.gz cgeo-a6bc4af283e247a937098fa1f8a04eaac5bca011.tar.bz2 | |
Add new warning: unnecessary else
Diffstat (limited to 'main/.settings')
| -rw-r--r-- | main/.settings/org.eclipse.jdt.core.prefs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/.settings/org.eclipse.jdt.core.prefs b/main/.settings/org.eclipse.jdt.core.prefs index 42b8610..169f171 100644 --- a/main/.settings/org.eclipse.jdt.core.prefs +++ b/main/.settings/org.eclipse.jdt.core.prefs @@ -60,7 +60,7 @@ org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning -org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore +org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning |
