[Bug java/28533] New: [ecj] Default warnings
mark at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Jul 29 15:00:00 GMT 2006
ecj has a lot of default warnings on that are a bit obnoxious. It would be nice
to have a set of default warnings that people would actually use (currently it
seems people just disable them all).
GNU Classpath for example disables all the following to get more sane warning
results: -warn:-deprecation,serial,typeHiding,unchecked,unused,varargsCast
Especially the serial and unused (imports) warnings don't add much value since
they cannot point out any coding mistake. They would be nice options for a lint
like tool though.
--
Summary: [ecj] Default warnings
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mark at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28533
More information about the Java-prs
mailing list