Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Talk:CDT/policy

About section: Eclipse Java Errors/Warnings

Setting "unused imports" to "Error" is not possible in cdt_8_0 due to:

  • XLCApplicabilityCalculator.java:21 : The import java.util.ResourceBundle is never used
  • XlcCParser.java:41 : The import org.eclipse.cdt.core.dom.lrparser.action.gnu.GCCSecondaryParserFactory is never used
  • XlcCPPParser.java:43 : The import org.eclipse.cdt.core.dom.lrparser.action.gnu.GPPSecondaryParserFactory is never used
  • XlcCompletionHangingTest.java:15 : The import org.eclipse.cdt.core.lrparser.tests.AbstractLRHangingTest is never used
  • XLCUIPlugin.java:14 : The import org.eclipse.core.runtime.Plugin is never used
  • XLCSettingsWizardRunnable.java:24 The import org.eclipse.jface.wizard.IWizard is never used

Back to the top