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 12174 - CNF/NPE during start up ide
Summary: CNF/NPE during start up ide
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-14 16:37 UTC by Jan Pokorsky
Modified: 2001-09-14 13:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
CNF stack trace (7.58 KB, text/plain)
2001-05-14 16:40 UTC, Jan Pokorsky
Details
NPE stack trace (1.83 KB, text/plain)
2001-05-14 16:41 UTC, Jan Pokorsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Pokorsky 2001-05-14 16:37:20 UTC
Steps to reproduce:
Remove line 1089 in core/ModuleItem
pm.notifyTime("processDebugger ".concat(ds.getDebugger().toString()), 
System.currentTimeMillis() - time);

During ide start up CNF of debugger types occurs.

When I added static inicialization eg. to applet/AppletDebuggerType: 
static {
  new AppletDebuggerType();
}

then NPE occurred.

There was changed processing of manifest sections. It uses lookup now and 
instantiation of debugger should be postponed.
Comment 1 Jan Pokorsky 2001-05-14 16:40:44 UTC
Created attachment 1364 [details]
CNF stack trace
Comment 2 Jan Pokorsky 2001-05-14 16:41:54 UTC
Created attachment 1365 [details]
NPE stack trace
Comment 3 Jan Jancura 2001-06-19 09:03:58 UTC
does not block any important funct.
Comment 4 Jan Pokorsky 2001-07-11 15:47:28 UTC
I'm not sure about priority (P2->P4). I think it is performance bug 
thus should be P2.
Comment 5 Jan Jancura 2001-09-13 13:46:06 UTC
in main trunk
Comment 6 Jan Stola 2001-09-14 13:09:26 UTC
Closed.