Open GoogleCodeExporter opened 9 years ago
Since that javac and JDT not always agree about what a correct java program
(especially now with all those inferred types), it is not uncommon that the
Checker Framework cannot run because a program that is perfectly valid
according to JDT cannot be compiled with javac. In this case, it is baffling
that all warnings from the Checker Framework suddenly disappear from the IDE.
If one or more classes cannot be compiled with javac/the Checker Framework, the
plug-in should indicate that.
Original comment by ClovisSe...@gmail.com
on 28 Sep 2014 at 12:35
Original comment by michael.ernst@gmail.com
on 29 Sep 2014 at 9:55
Original issue reported on code.google.com by
ClovisSe...@gmail.com
on 25 Sep 2014 at 6:49