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 248591 - NullPointerException at org.netbeans.modules.cnd.editor.folding.CppFoldManager.collectFoldUpdates
Summary: NullPointerException at org.netbeans.modules.cnd.editor.folding.CppFoldManage...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-12 08:58 UTC by Vladimir Kvashin
Modified: 2015-07-16 01:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213373


Attachments
stacktrace (483 bytes, text/plain)
2014-11-12 08:58 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2014-11-12 08:58:04 UTC
Build: Oracle Solaris Studio 12.4 (2014/10/03 bc3251f82efb)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.71-b01, Java(TM) SE Runtime Environment, 1.7.0_71-b14
OS: Linux

User Comments:
vkvashin: Don't remember exactly what I did.
Added a class, added some methods via alt-insert, moved implementations to  .cpp




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.editor.folding.CppFoldManager.collectFoldUpdates(CppFoldManager.java:235)
   at org.netbeans.modules.cnd.editor.folding.CppFoldManager.updateFolds(CppFoldManager.java:158)
   at org.netbeans.modules.cnd.editor.folding.CppFoldManager.run(CppFoldManager.java:363)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 Vladimir Kvashin 2014-11-12 08:58:06 UTC
Created attachment 150451 [details]
stacktrace
Comment 2 Alexander Simon 2015-07-15 15:52:44 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/209780df5771
Comment 3 Quality Engineering 2015-07-16 01:20:01 UTC
Integrated into 'main-silver', will be available in build *201507160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/209780df5771
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #248591 NullPointerException at org.netbeans.modules.cnd.editor.folding.CppFoldManager.collectFoldUpdates