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 99492 - NullPointerException occurred
Summary: NullPointerException occurred
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-30 07:45 UTC by Maria Tishkova
Modified: 2007-12-05 17:52 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 Maria Tishkova 2007-03-30 07:45:30 UTC
NullPointerException is found in  SS nightly tests
INFO:
-------------------------------------------------------------------------------
>Log Session: Thursday, March 29, 2007 2:25:01 AM PST
>System Info: 
  Product Version         = Sun Studio (Build 200703210600)
  Operating System        = Linux version 2.6.9-42.EL running on i386
  Java; VM; Vendor; Home  = 1.5.0_09; Java HotSpot(TM) Client VM 1.5.0_09-b03;
Sun Microsystems Inc.; /net/guitest3/quantum/ifdef/jvm/intel-Linux/j2sdk1.5.0_09/jre
  System Locale; Encoding = en_US (sunstudio); ANSI_X3.4-1968

org.netbeans.modules.cnd.makeproject/1 [1.1 1 070329]

java.lang.NullPointerException
	at
org.netbeans.modules.cnd.modelimpl.csm.core.AstRenderer.addTypedefs(AstRenderer.java:175)
	at
org.netbeans.modules.cnd.modelimpl.csm.core.AstRenderer.render(AstRenderer.java:68)
	at
org.netbeans.modules.cnd.modelimpl.csm.core.AstRenderer.render(AstRenderer.java:47)
	at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.render(FileImpl.java:241)
	at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl._parse(FileImpl.java:388)
	at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.parse(FileImpl.java:356)
	at
org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.ensureParsed(FileImpl.java:203)
	at
org.netbeans.modules.cnd.modelimpl.csm.core.ParserThread.run(ParserThread.java:61)
	at
org.netbeans.modules.cnd.modelimpl.csm.core.ParserThreadManager$Wrapper.run(ParserThreadManager.java:60)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)
Comment 1 Alexander Simon 2007-04-17 13:06:09 UTC
fixed

CVS log:

Checking in AstRenderer.java;
/shared/data/ccvs/repository/cnd/modelimpl/src/org/netbeans/modules/cnd/modelimpl/csm/core/AstRenderer.java,v
 <--  AstRenderer.java
new revision: 1.2.2.18.4.21; previous revision: 1.2.2.18.4.20
done