before I file an issue, I wanted to ask here. When...
# intellij
k
before I file an issue, I wanted to ask here. When an exception is thrown inside an inlined method, the stack trace looks like this:
Copy code
Exception
CallingClass: non existent line
CallingClass: line where the class definition begins
Clicking on
non existent line
will take me to the definition of the inlined method but now there's no link that will take me to the actuall call of the inlined method. I think there's not much that can be done from the compiler point of view, but shouldn't IDEA at least ask me if I wanted to be taken to the call or the definition of the inlined method?