Hi, > On the current “master” branch, Eclipse 4.6.3 (with std Error/Warning > preference config) and java 1.8.0_161, Eclipse reports 235 warnings. The bulk > of these seem to be Raw type and Type safety warnings. Are there plans for > dealing with these?
I guess you are project the only person using Eclipse. IntelliJ also gives number of warnings when you analyse the code, but most of the “issues” are with test code and not issues or due to a couple of things that have not been completed. Sonarqube also does a good job of picking most things. Are any of the issues Eclipse picks up in your opinion serious? Thanks, Justin
