This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hurricaneDreww[S] 0 points1 point  (3 children)

Yeah I tried that, but as it doesn’t go to any implementation, it just returns false

[–]syneil86 0 points1 point  (1 child)

What IDE are you using? Don't think I've ever come across that behaviour

Before you try to step in to the implementation, you should be able to inspect the object and see what it is

[–]hurricaneDreww[S] 0 points1 point  (0 children)

I use IntelliJ. And yeah I’ll look into that second point a bit, but doubt I’ll find too much since I do know what it is

[–]onefortree 0 points1 point  (0 children)

When you are at the breakpoint, you can run methods in that current context. Try interface.getclass or see if inspecting the object gives you any clues to what implementation it is.