Title: Error message When running Eclipse I get an "Internal Error" that says "See the .log file for more details". Steps to reproduce: Happens when "Object o = null". Doesn't happen when changed to "Object o". Expected results: I wouldn't get the error message--would work with Object o = null. Observed results: See above. |