ArrayList inspection not working in 2020.3
已回答
I updated to 2020.3 yesterday and now, when debugging, inspections on ArrayLists consistently give the following error when trying to view the contents: "No such instance method: 'toArray'"

This is on Win10 / Zulu JDK 1.8.0_202 / language level 8. Any thoughts as to what could be causing this?
1 条评论
排序方式
日期
投票数
File > Invalidate Caches / Restart has remedied this issue. Something just got gummed up in the works, I guess.
请先登录再写评论。