Open GoogleCodeExporter opened 9 years ago
Ups, wrong program. The correct program is
public class Bar {
String s = null;
}
and the verbose output in Eclipse does show the warning:
Bar.java:4: warning: (assignment.type.incompatible)
String s = null;
^
1 warning
Original comment by ClovisSe...@gmail.com
on 25 Sep 2014 at 10:19
Original comment by michael.ernst@gmail.com
on 29 Sep 2014 at 9:56
Hi Clovis,
I have reproduced this -- "Use message keys instead of text" is currently
incompatible with the eclipse plugin.
Original comment by mcart...@cs.washington.edu
on 23 Jan 2015 at 10:34
Original issue reported on code.google.com by
ClovisSe...@gmail.com
on 25 Sep 2014 at 7:33