The version I'm using, according to About Eclipse, is:
Ok, so, I found out that if I have an object (say a Map) with the Key type and Value type defined, but then do a get with the wrong object type, Eclipse doesn't complain.
That is, here's the sample code:
Why doesn't the last line give me a warning or error? I could've sworn that, when I used to use Eclipse for
Java SE, that it would complain about that. Am I remembering this wrong? Is there some preference or setting that I have to use?