Bug 341750 - [Utils] NPE in Logger
Summary: [Utils] NPE in Logger
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EMF-Facet (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P5 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-04 05:14 EDT by Nicolas Bros CLA
Modified: 2020-05-01 11:26 EDT (History)
1 user (show)

See Also:
gdupe: juno+


Attachments
stacktrace (563 bytes, text/plain)
2011-04-04 05:14 EDT, Nicolas Bros CLA
gdupe: iplog-
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Bros CLA 2011-04-04 05:14:06 EDT
Created attachment 192441 [details]
stacktrace

I got a NPE in:
org.eclipse.emf.facet.util.core.Logger

While running a SWTBot UI test (EPackageRegistryTest).

I believed what happened is that the Logger was called when the workbench was closing, and after the plug-in Activator's stop() method was called. So, the Activator singleton was null.