This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 267773 - NullPointerException at au.com.fourtel.fourabs.client.trip.JPanelTripFilter.jButtonShowAdvancedFilterActionPerformed
Summary: NullPointerException at au.com.fourtel.fourabs.client.trip.JPanelTripFilter.j...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-30 06:45 UTC by aplatypus
Modified: 2016-08-30 06:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225975


Attachments
stacktrace (3.02 KB, text/plain)
2016-08-30 06:45 UTC, aplatypus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aplatypus 2016-08-30 06:45:55 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 10

User Comments:
aplatypus: Looking at design in SWING editor




Stacktrace: 
java.lang.NullPointerException
   at au.com.fourtel.fourabs.client.trip.JPanelTripFilter.jButtonShowAdvancedFilterActionPerformed(JPanelTripFilter.java:583)
   at au.com.fourtel.fourabs.client.trip.JPanelTripFilter.access$1100(JPanelTripFilter.java:56)
   at au.com.fourtel.fourabs.client.trip.JPanelTripFilter$6.actionPerformed(JPanelTripFilter.java:472)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
Comment 1 aplatypus 2016-08-30 06:45:58 UTC
Created attachment 161815 [details]
stacktrace