Community
Participate
Working Groups
To reproduce: 1. Start the client with a clean log 2. Open a project 3. Check the log (it should still be empty) 4. Create a Test Case 5. Check the log (it contains a null pointer). The exception is: 2011-08-26 14:41:21.853 [main] ERROR o.e.j.c.c.events.DataEventDispatcher - Unhandled exception while calling listeners java.lang.NullPointerException: null at org.eclipse.jubula.client.ui.widgets.ComponentNamesTableComposite.handleDataChanged Full log as an attachment. The error also seems to occur any time a Test Case is saved.
Created attachment 202295 [details] Log
Fixed with d29290fab19114b6b54f0757b2b1f4b7d0185fe3 Check for missing selection added to ComponentNamesTableComposite.handleDataChanged()
Manually verified - error no longer appears in log.