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

Summary: The constructor is missing in stacktraces displayed by Exception Reporter
Product: ide Reporter: Jan Horvath <jhorvath>
Component: Logger ServerAssignee: Tomas Danek <musilt2>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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