Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Detecting superfluous semicolons

I released support for the compiler to diagnose unnecessary semicolons. It
is disabled by default, if you get HEAD contents patch, you can enable it
manually
by adding the following line into your preference file (<workspace>
\plugins\.metadata\.plugins\org.eclipse.jdt.core\pref_store.ini):

org.eclipse.jdt.core.compiler.problem.superfluousSemicolon=warning




Back to the top