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 110745 - NPE while opening project properties
Summary: NPE while opening project properties
Status: RESOLVED DUPLICATE of bug 110232
Alias: None
Product: editor
Classification: Unclassified
Component: Settings (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2007-07-24 13:41 UTC by Tomas Mysik
Modified: 2007-11-05 13:42 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 Tomas Mysik 2007-07-24 13:41:37 UTC
I just started NB, opened existing web project (no file opened) and closed NB. I started it again and immediately 
after that exception occurs. But I'm not able to reproduce it now, so it's probably random. So just for your 
information.

java.lang.NullPointerException
	at org.netbeans.editor.CodeFoldingSideBar.getDefaultColoringFont(CodeFoldingSideBar.java:154)
	at org.netbeans.editor.CodeFoldingSideBar.settingsChange(CodeFoldingSideBar.java:244)
	at org.netbeans.editor.Settings.fireSettingsChange(Settings.java:623)
	at org.netbeans.editor.Settings.access$100(Settings.java:99)
	at org.netbeans.editor.Settings$1.run(Settings.java:170)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)

Product Version: NetBeans IDE Dev (Build 070724)
Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05
System: Linux version 2.6.22-ck1 running on i386; UTF-8; cs_CZ (nb)
Comment 1 Vitezslav Stejskal 2007-07-24 17:20:45 UTC
Ok, we'll have a look. Probably settings related.
Comment 2 Vitezslav Stejskal 2007-10-10 16:51:20 UTC

*** This issue has been marked as a duplicate of 110232 ***