Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] More warnings reported

Hi,

With recent changes in the compile around the null analysis, the compiler 
might report more dead code or redundant null check or missing null 
checks. Don't be scared if you get more warnings/errors (depending on the 
project's settings). So far, no false positive cases have been reported.

Let me know if you find anything wrong with the new diagnosis.

Thanks,

Olivier


Back to the top