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

Summary: NullPointerException at au.com.fourtel.fourabs.client.trip.JPanelTripFilter.jButtonShowAdvancedFilterActionPerformed
Product: ide Reporter: aplatypus <aplatypus>
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 225975
Attachments: stacktrace

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