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 196269 - NullPointerException: The null file object parameter cannot be null
Summary: NullPointerException: The null file object parameter cannot be null
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
: 197119 197486 197487 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-03-04 01:36 UTC by Exceptions Reporter
Modified: 2011-04-06 13:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177201


Attachments
stacktrace (5.61 KB, text/plain)
2011-03-04 01:36 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-03-04 01:36:50 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 201103020001)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

User Comments:
GUEST: Loading an old C++ project.




Stacktrace: 
java.lang.NullPointerException: The null file object parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.modules.cnd.modelimpl.platform.ModelSupport.createFileBuffer(ModelSupport.java:426)
   at org.netbeans.modules.cnd.modelimpl.parser.apt.APTSelfWalker.include(APTSelfWalker.java:73)
   at org.netbeans.modules.cnd.apt.support.APTAbstractWalker.includeImpl(APTAbstractWalker.java:150)
   at org.netbeans.modules.cnd.apt.support.APTAbstractWalker.onInclude(APTAbstractWalker.java:112)
   at org.netbeans.modules.cnd.apt.support.APTWalker.onAPT(APTWalker.java:223)
Comment 1 Exceptions Reporter 2011-03-04 01:36:54 UTC
Created attachment 106689 [details]
stacktrace
Comment 2 Alexander Simon 2011-03-05 14:41:27 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/aa14c5c65d26
Comment 3 Vladimir Voskresensky 2011-03-05 15:29:53 UTC
more tracing to find root cause
http://hg.netbeans.org/cnd-main/rev/a98b5169ff58
Comment 4 Quality Engineering 2011-03-06 05:43:09 UTC
Integrated into 'main-golden', will be available in build *201103060000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/aa14c5c65d26
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #196269 - NullPointerException: The null file object parameter cannot be null
Comment 5 Vladimir Voskresensky 2011-03-26 20:09:20 UTC
*** Bug 197119 has been marked as a duplicate of this bug. ***
Comment 6 Vladimir Voskresensky 2011-04-06 13:19:08 UTC
*** Bug 197487 has been marked as a duplicate of this bug. ***
Comment 7 Vladimir Voskresensky 2011-04-06 13:19:16 UTC
*** Bug 197486 has been marked as a duplicate of this bug. ***