Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 319791

Summary: NPE when Tigerstripe starts up
Product: [Technology] Tigerstripe Reporter: Navid Mehregani <nmehrega>
Component: CoreAssignee: Project Inbox <tigerstripe.core-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: rcraddoc
Version: unspecified   
Target Milestone: 0.5M0   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:
Attachments:
Description Flags
Patch none

Description Navid Mehregani CLA 2010-07-13 17:06:52 EDT
Build Identifier: 

I get the following NPE multiple times when Tigerstripe is started in a workspace that contains all the XMP models:


Thread [Worker-174] (Suspended (exception NullPointerException))	
	TigerstripeCore.findModelProjectByID(String) line: 216	
	TigerstripeURIAdapterFactory.extractArtifact(URI) line: 186	
	TigerstripeURIAdapterFactory.uriToComponent(URI) line: 273	
	TigerstripeExplorerPart.modelChanged(IModelChangeDelta[]) line: 643	
	TigerstripeWorkspaceNotifier$15.run() line: 355	
	SafeRunner.run(ISafeRunnable) line: 42	
	TigerstripeWorkspaceNotifier.broadcastModelChange(IModelChangeDelta[]) line: 348	
	TigerstripeWorkspaceNotifier.access$6(TigerstripeWorkspaceNotifier, IModelChangeDelta[]) line: 343	
	TigerstripeWorkspaceNotifier$14.run(IProgressMonitor) line: 335	
	Worker.run() line: 55	


Reproducible: Always
Comment 1 Navid Mehregani CLA 2010-07-13 17:09:22 EDT
Created attachment 174234 [details]
Patch

Modified file: TigerstripeCore
Comment 2 Richard Craddock CLA 2010-07-14 04:03:40 EDT
Patch applied.