Bug 137281 - NPE in PathmapManager
Summary: NPE in PathmapManager
Status: RESOLVED FIXED
Alias: None
Product: GMF-Runtime
Classification: Modeling
Component: General (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows XP
: P2 major
Target Milestone: 1.0   Edit
Assignee: Chris McGee CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2006-04-18 12:13 EDT by Vikas Trivedi CLA
Modified: 2010-07-19 12:24 EDT (History)
0 users

See Also:


Attachments
This patch guards against NPE's in the pathmap manager. (1.62 KB, patch)
2006-04-20 10:20 EDT, Chris McGee CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vikas Trivedi CLA 2006-04-18 12:13:27 EDT
I'm getting a Null Pointer Exception in PathmapManager.notifyChanged(..) in the latest target (April 17th). I believe this is due to recent changes made in the code.

java.lang.NullPointerException
at org.eclipse.gmf.runtime.emf.core.internal.resources.PathmapManager.notifyChanged(PathmapManager.java:439)
at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:230)
at org.eclipse.emf.common.notify.impl.NotificationChainImpl.dispatch(NotificationChainImpl.java:113)
at org.eclipse.emf.common.notify.impl.NotificationChainImpl.dispatch(NotificationChainImpl.java:101)
at org.eclipse.emf.common.notify.impl.NotifyingListImpl.clear(NotifyingListImpl.java:1065)
...
Comment 1 Chris McGee CLA 2006-04-20 10:20:39 EDT
Created attachment 39032 [details]
This patch guards against NPE's in the pathmap manager.
Comment 2 Vishy Ramaswamy CLA 2006-04-20 10:53:36 EDT
Reviewed and applied the patch
Comment 3 Richard Gronback CLA 2008-08-13 13:04:16 EDT
[target cleanup] 1.0 RC was the original target milestone for this bug
Comment 4 Eclipse Webmaster CLA 2010-07-19 12:24:35 EDT
[GMF Restructure] Bug 319140 : product GMF and component
Runtime EMF was the original product and component for this bug