Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
3.8.0
-
None
-
None
Description
I will attach a testcase showing the following problem.
If you compile a project that has compiler warnings, javac's output indicates which Xlint option will suppress the warning. But when compiling the same code under this plugin, this vital information is suppressed so the user has a difficult time figuring out which option to use.
Expected behavior: output should indicate which Xlint option corresponds to the warning.