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 223598 - The constructor is missing in stacktraces displayed by Exception Reporter
Summary: The constructor is missing in stacktraces displayed by Exception Reporter
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Logger Server (show other bugs)
Version: 7.3
Hardware: PC Linux
: P4 normal (vote)
Assignee: Tomas Danek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-10 12:51 UTC by Jan Horvath
Modified: 2013-07-11 10:27 UTC (History)
0 users

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 Horvath 2012-12-10 12:51:58 UTC
There is constructor missing in the stacktraces displayed by the Exception Reporter. Here is an example: http://statistics.netbeans.org/exceptions/exception.do?id=637356

this line:
at org.netbeans.modules.form.CodeCustomEditor.(CodeCustomEditor.java:125)

should look like this:
at org.netbeans.modules.form.CodeCustomEditor.<init>(CodeCustomEditor.java:125)


The <init> string is missing
Comment 1 Marian Mirilovic 2013-07-11 10:27:54 UTC
I see, this is only not visible on server, bug in BZ contains it as well as the stack trace of the ER ... P4