Apparently Eclipse’s JDT has its own built in parser as noted in  
https://jaxenter.com/java-8-support-in-eclipse-107723.html 
<https://jaxenter.com/java-8-support-in-eclipse-107723.html>

> On Feb 26, 2018, at 5:08 PM, Justin Mclean <jus...@classsoftware.com> wrote:
> 
> Hi,
> 
>> I'd be inclined to do a bunch of the cleanup myself if I had some degree of 
>> confidence that the project was committed to their elimination.  A project 
>> policy of not delivering code that adds more is sufficient IMO (not sure 
>> tooling enforcement is necessary). Can IntelliJ be configured to always show 
>> to the warnings so folks can avoid them?
> 
> 
> Is eclipse using FindBugs or something similar? There may be a similar plugin 
> for intellij. IntelliJ can run sonarqube (via sonarlint) on the code in the 
> IDE and also does t own analysis.
> 
> IMO we shovel try and fix where possible and it can as you pointed out hide 
> more serious issues.
> 
> Thanks,
> Justin

Reply via email to