0

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:

Debug variable view

for reference, the settings I have at the moment which seem most relevant:

Logical Structures settings view

Detail Formatters settings view

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.

Austin Schaefer
  • 695
  • 5
  • 19

1 Answers1

0

Asked around and did more research, this issue is an Eclipse bug. This issue should be fixed with Eclipse 4.12 or higher, which releases on June 19th, 2019.

Austin Schaefer
  • 695
  • 5
  • 19