(Not sure if the Component is correct.)
I typically get stacktrace logs to examine that are of the form
java.net.Socket.connect(Socket.java:466)
java.net.Socket.<init>(Socket.java:366)
java.net.Socket.<init>(Socket.java:179)
com.x.y.z.ConnectorImpl.connect(ConnectorImpl.java:55)
...
but because of the missing "at " prefix, IDEA doesn't recognise them and I either need to jump to the classes 'manually' or I need to search to try & recall what it is that IDEA is expecting, add that then re-run the analyse.
I'd much prefer it to just try to parse without the "at" - maybe as a fallback if the "at " parsing hasn't generated any links?