CUTR-at-USF / gtfs-osm-sync

Synchronizes public transportation data in GTFS format with OpenStreetMap.org
Other
91 stars 18 forks source link

donotUploadAllButtonActionPerformed should check for null #38

Closed nereocystis closed 6 years ago

nereocystis commented 6 years ago

in return from gtfsStopsComboBox.getSelectedItem() before dereferencing return.

I had an error while running application which this message:

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at edu.usf.cutr.go_sync.gui.ReportViewer.donotUploadAllButtonActionPerformed(ReportViewer.java:2314) at edu.usf.cutr.go_sync.gui.ReportViewer.access$1200(ReportViewer.java:85)

barbeau commented 6 years ago

Thanks @nereocystis!