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 193116 - NullPointerException at org.netbeans.modules.cnd.modelimpl.platform.ModelSupport$ModifiedObjectsChangeListener.editStart
Summary: NullPointerException at org.netbeans.modules.cnd.modelimpl.platform.ModelSupp...
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: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-09 11:06 UTC by Exceptions Reporter
Modified: 2010-12-21 08:10 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173545


Attachments
stacktrace (3.55 KB, text/plain)
2010-12-09 11:06 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-12-09 11:06:09 UTC
This issue was reported manually by vv159170.
It already has 3 duplicates 


Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: OpenJDK 64-Bit Server VM, 16.0-b13, OpenJDK Runtime Environment, 1.6.0_18-b18
OS: Linux

User Comments:
GUEST: i'm clicking on the method with ctrl for opening source file on c++ project with existing sources on remote machine

GUEST: I'm getting all the time errors trying to edit templates!!! Using the C++ IDE.
FIXit please! :(




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.modelimpl.platform.ModelSupport$ModifiedObjectsChangeListener.editStart(ModelSupport.java:501)
   at org.netbeans.modules.cnd.modelimpl.platform.ModelSupport$ModifiedObjectsChangeListener.stateChanged(ModelSupport.java:584)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:133)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:119)
   at org.openide.loaders.DataObject$ModifiedRegistry.add(DataObject.java:1220)
   at org.openide.loaders.DataObject$ModifiedRegistry.add(DataObject.java:1191)
Comment 1 Exceptions Reporter 2010-12-09 11:06:13 UTC
Created attachment 103815 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2010-12-15 21:54:37 UTC
let's evaluate exceptions as P2 issues
Comment 3 Vladimir Voskresensky 2010-12-20 18:50:50 UTC
http://hg.netbeans.org/cnd-main?cmd=changeset;node=08f7cfc805b7
Comment 4 Quality Engineering 2010-12-21 08:10:55 UTC
Integrated into 'main-golden', will be available in build *201012210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/08f7cfc805b7
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #193116 -  NullPointerException at org.netbeans.modules.cnd.modelimpl.platform.ModelSupport$ModifiedObjectsChangeListener.editStart