Re: [LANG] Etiquette for clearing warnings

2014-01-27 Thread Benedikt Ritter
Hello Duncan, most of the warnings are probably my fault ;-) I've switched to IntelliJ IDEA a while ago and am really happy with it. The only thing it doesn't do as good as Eclipse are compiler warnings. Please go ahead and fix the stuff. I know the feeling you get, wenn you look at the project an

[LANG] Etiquette for clearing warnings

2014-01-27 Thread Duncan Jones
Hi, Currently Eclipse is showing me 20 warnings for the lang code-base, mostly unnecessary imports and unnecessary (or missing) @SuppressWarnings statements. Is it generally acceptable to file a commit that attempts to swot a few (or all) of these in one go? And perhaps more importantly, do othe