This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 95283 - Reported stack trace not very usefull
Summary: Reported stack trace not very usefull
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Exceptions Reporter (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jan Horvath
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-12 15:16 UTC by Jan Lahoda
Modified: 2007-02-13 13:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2007-02-12 15:16:11 UTC
See this stacktrace:
http://anna.nbextras.org/exceptions/detail.do?id=41
Its elements are sorted according to their line number, making it difficult to
say the exact execution path. Would it be possible to show the stack traces in a
common way?
Comment 1 Jindrich Sedek 2007-02-12 15:25:46 UTC
It's Honza's application - reassigning
Comment 2 Jan Horvath 2007-02-13 13:37:46 UTC
Checking in StacktraceTagHandler.java;
/cvs/logger/StrutsExceptions/src/java/org/netbeans/modules/exceptions/web/StacktraceTagHandler.java,v
 <--  StacktraceTagHandler.java
new revision: 1.2; previous revision: 1.1
Checking in LineComparator.java;
/cvs/logger/StrutsExceptions/src/java/org/netbeans/modules/exceptions/web/LineComparator.java,v
 <--  LineComparator.java
initial revision: 1.1