Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ide-dev] Survey for IDE feature enhancements

Line numbers are indeed a good first question.
I'd like to add one about Warnings:

Enable static analysis warnings?
------------------------------------------
JDT and other language tools provides powerful static analysis to detect bad practices and suggest fixes. Most of those rules are ignored by default. Those rules are already visisble in Eclipse IDE, under Preferences > Java > Compiler > Errors/Warnings. Which of the following behaviour would you prefer:
* Keep rules enabled as it is now (some are turned on, some are not)
* Show all available broken rules in your code as warnings (more warnings/hits reported, some rules may not be relevant to your use-case and would require you to explicitly disable them in Preferences)

--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top