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

Bug 335868

Summary: NPE on selection change in Object Mapping Editor
Product: [Technology] Jubula Reporter: Zeb Ford-Reitz <zeb.ford-reitz>
Component: UIAssignee: Zeb Ford-Reitz <zeb.ford-reitz>
Status: CLOSED WONTFIX QA Contact: Oussama <Oussama.Bouchhioua>
Severity: blocker    
Priority: P2 CC: hjb
Version: unspecified   
Target Milestone: ---   
Hardware: Macintosh   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Zeb Ford-Reitz CLA 2011-01-31 11:42:23 EST
Steps to reproduce:
 0. Projects that must already be imported in the database:
   * unbound_modules_concrete_5.0
   * unbound_modules_swt_5.0
   * unbound_modules_html_5.0
   * bound_modules_samples_5.0
   * Samples_5.0
 1. Open Project "Samples".
 2. Start AUT "DVDTool" (with configuration: localhost_system_jre).
 3. Start Object Mapping Mode.
 4. Drag an Object Mapping Association from the "Assigned names" area to the "Unassigned technical names" area.
 5. Click on the unassigned Component Name that appeared in the "Unassigned component names" area.

Upon completion of step 5, an Unexpected Error occurs. This error is caused by an NPE. The stack trace looks very similar to that found in:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=329625#c3

I am working with the "Embedded" (H2) database. The error is always reproducible.
Comment 1 Zeb Ford-Reitz CLA 2011-02-04 07:54:52 EST
The problem only seems to occur when using Carbon as a windowing system. The solution is to use Cocoa instead for Mac. Since SWT for Carbon is a dead-end (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=329625#c10), I'm closing this as WONTFIX.