Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Cleanup of imports

https://wiki.eclipse.org/CDT/policy#Eclipse_Java_Errors.2FWarnings says that unused imports should generate an error. And there are some projects that have unused imports, most of my errors are from unused imports and I don’t like having errors in my workspace and every time I run the CDT to get a notification about errors in my projects I try to run (I know I can suppress that but I would want to know if I really have an error).

So, could someone with contributor rights just do a quick cleanup of the imports and commit it? I don’t have commited anything yet to CDT so I have not set up gerrit but could do that if you prefer.

However, it makes me wonder if all other CDT devs just ignore the recommended error/warning settings or just don’t care that there are errors. 

Back to the top