Parse bug?
I just noticed that IDEA seems to be getting confused about new
ArrayList(int). As can be seen in the attached image, IDEA is complaining
about the size variable being passed to the ArrayList constructor. The file
compiles with no problems, though.
I can file a JIRA if this isn't already known.
;ted
Attachment(s):
ArrayListGenericsBug.png
Please sign in to leave a comment.
Hello Ted,
This is a known problem that happens sporadically, but unfortunately we don't
know how to reproduce it reliably.
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I was getting this with the HashSet() constructor the other day too...
FWIW, I've only seen this very recently.
N.
Dmitry Jemerov wrote:
>> I just noticed that IDEA seems to be getting confused about new
>> ArrayList(int). As can be seen in the attached image, IDEA is
>> complaining about the size variable being passed to the ArrayList
>> constructor. The file compiles with no problems, though.
>>
>> I can file a JIRA if this isn't already known.