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 106244 - NPE while trying CC in scriptlet
Summary: NPE while trying CC in scriptlet
Status: VERIFIED DUPLICATE of bug 106336
Alias: None
Product: obsolete
Classification: Unclassified
Component: languages (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2007-06-11 08:16 UTC by Jindrich Sedek
Modified: 2007-06-12 15:07 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 Jindrich Sedek 2007-06-11 08:16:18 UTC
I'm getting this NullPointerException while trying CC in scriptlet. It's hardly
reproducible and it doesn't appear very often.

java.lang.NullPointerException	at
org.netbeans.modules.languages.features.MarkOccurrencesSupport.refresh(MarkOccurrencesSupport.java:87)
	at
org.netbeans.modules.languages.features.MarkOccurrencesSupport.access$000(MarkOccurrencesSupport.java:51)
	at
org.netbeans.modules.languages.features.MarkOccurrencesSupport$1.run(MarkOccurrencesSupport.java:72)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)
Comment 1 Jindrich Sedek 2007-06-11 10:13:07 UTC
I'm getting this issue also while editting CSS file
Comment 2 Daniel Prusa 2007-06-12 14:00:16 UTC

*** This issue has been marked as a duplicate of 106336 ***
Comment 3 Jindrich Sedek 2007-06-12 15:07:21 UTC
v.