Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 335868 - NPE on selection change in Object Mapping Editor
Summary: NPE on selection change in Object Mapping Editor
Status: CLOSED WONTFIX
Alias: None
Product: Jubula
Classification: Technology
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P2 blocker (vote)
Target Milestone: ---   Edit
Assignee: Zeb Ford-Reitz CLA
QA Contact: Oussama CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-31 11:42 EST by Zeb Ford-Reitz CLA
Modified: 2011-02-04 07:54 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.