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 63942 - NPE on startup, source code not displayed.
Summary: NPE on startup, source code not displayed.
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-08 21:43 UTC by lolo_101
Modified: 2007-11-05 13:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message log (186.42 KB, text/plain)
2005-09-08 21:44 UTC, lolo_101
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lolo_101 2005-09-08 21:43:22 UTC
When i opened NB 5.0 b200509072000 some tabs where opened (that was normal as i
recovered my settings from the 4.1 version with some tabs opened) but the texts
where absent, just nothing was displayed.
Then i shuted down and restarted the IDE and obtained a NPE :

java.lang.NullPointerException
	at org.netbeans.editor.GlyphGutter.update(GlyphGutter.java:310)
	at org.netbeans.editor.GlyphGutter.<init>(GlyphGutter.java:164)
	at org.netbeans.editor.GlyphGutter.createSideBar(GlyphGutter.java:682)
	at
org.netbeans.modules.editor.CustomizableSideBar.getPanelComponents(CustomizableSideBar.java:215)
	at
org.netbeans.modules.editor.CustomizableSideBar.createSideBars(CustomizableSideBar.java:133)
	at org.netbeans.modules.editor.NbEditorUI.createExtComponent(NbEditorUI.java:304)
	at org.netbeans.editor.EditorUI.getExtComponent(EditorUI.java:970)
[catch] at
org.netbeans.modules.java.editor.JavaEditorWarmUpTask.run(JavaEditorWarmUpTask.java:142)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 lolo_101 2005-09-08 21:44:50 UTC
Created attachment 24647 [details]
message log
Comment 2 Martin Roskanin 2005-11-07 14:51:43 UTC
the issue was already fixed, thanks for the report