History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-17134
Type: Usability Problem Usability Problem
Status: Open Open
Assignee: Alexey Kudravtsev
Reporter: Gwyn Evans
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

"Analyse Stacktrace" shouldn't require "at" prefix

Created: 13 Feb 08 12:48   Updated: 19 Feb 08 13:12
Component/s: User Interface

Build: 7,684
Severity: Medium


 Description  « Hide
(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?



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.