Comment 1 for bug 378152

Revision history for this message
Craig Mahony (cmahony) wrote : Re: [Bug 378152] [NEW] Accessing an Event from Results GUI triggersNullPointerException

This is due to an outdated version of FilterCriteria.java being used. The
version in the Cranbourne branch needs to be ported to the main branch.

Craig
----- Original Message -----
From: "Ken McLean" <email address hidden>
To: <email address hidden>
Sent: Tuesday, May 19, 2009 9:59 AM
Subject: [Bug 378152] [NEW] Accessing an Event from Results GUI
triggersNullPointerException

Public bug reported:

Accessing an Event from Results GUI triggers NullPointerException

Steps to repeat
1) Select a meet
2) Enter the Results GUI
3) Then select an Event from the side panel
java.lang.NullPointerException is triggered.

Full error from debug:

java.lang.NullPointerException
        at avscoreswt.gui.ResultsEditSupport.<init>(ResultsTable.java:1376)
        at avscoreswt.gui.ResultsTable.<init>(ResultsTable.java:477)
        at avscoreswt.gui.ButtonComposite.<init>(ButtonComposite.java:755)
        at avscoreswt.gui.ResultsInput.<init>(ResultsInput.java:99)
        at
avscoreswt.gui.EventSelectFrame$3.widgetSelected(EventSelectFrame.java:93)
        at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
        at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
        at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at avscoreswt.gui.BaseFrame.run(BaseFrame.java:183)
        at avscoreswt.gui.BaseFrame.start(BaseFrame.java:986)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at avscoreswt.OpenScore.main(OpenScore.java:57)

** Affects: openscore
     Importance: Critical
     Assignee: Craig Mahony (cmahony)
         Status: New

--
Accessing an Event from Results GUI triggers NullPointerException
https://bugs.launchpad.net/bugs/378152
You received this bug notification because you are a bug assignee.

Status in OpenScore: New

Bug description:
Accessing an Event from Results GUI triggers NullPointerException

Steps to repeat
1) Select a meet
2) Enter the Results GUI
3) Then select an Event from the side panel
java.lang.NullPointerException is triggered.

Full error from debug:

java.lang.NullPointerException
        at avscoreswt.gui.ResultsEditSupport.<init>(ResultsTable.java:1376)
        at avscoreswt.gui.ResultsTable.<init>(ResultsTable.java:477)
        at avscoreswt.gui.ButtonComposite.<init>(ButtonComposite.java:755)
        at avscoreswt.gui.ResultsInput.<init>(ResultsInput.java:99)
        at
avscoreswt.gui.EventSelectFrame$3.widgetSelected(EventSelectFrame.java:93)
        at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
        at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
        at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at avscoreswt.gui.BaseFrame.run(BaseFrame.java:183)
        at avscoreswt.gui.BaseFrame.start(BaseFrame.java:986)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at avscoreswt.OpenScore.main(OpenScore.java:57)