Project
IntelliJ IDEA
Priority
Normal
Type
Usability Problem
Fix versions
No Fix versions
State
Open
Assignee
Alexey Kudravtsev
Subsystem
User Interface
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Gwyn Evans
    3 years ago (13 Feb 2008 13:48)
  • Updated by   Gwyn Evans
    3 years ago (19 Feb 2008 14:12)
  • Jira: IDEA-17134
    (history, comments)
 
IDEA-17134 "Analyse Stacktrace" shouldn't require "at" prefix
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
(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?
Comments (0)
 
History
 
Linked Issues (?)
 
Issue has no comments