On Tue, 16 Jul 2024 19:39:09 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
> > Are you on the latest Eclipse? > > yes, 2024-06 (4.32.0) they recently fixed a bug with collections in the > Variables view... I'll check again, but rest assured, I've seen those as well, so it's not you. I've seen more subtle differences between the two compilers, sometimes this is because the Java spec is unclear or a bit ambiguous, and the compilers have different solutions (the Eclipse compiler implements the specification, and does not blindly copy the behavior of `javac`). Often there is a way to write the code in such a way that both compilers have no complaints :) ------------- PR Comment: https://git.openjdk.org/jfx/pull/1505#issuecomment-2231713093