Using Eclipse 2019-06 and OpenJDK 11 for a personal project. At the moment when I debug, tells me that entrySet() is undefined for the Map___ type like so:
for reference, the settings I have at the moment which seem most relevant:
Is there something I'm not aware of here? Any settings I need to change? This issue seems to affect every type that extends Collection
.