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 262688 - NullPointerException at org.sack.scratchpad.scratch_padTopComponent.jButton3ActionPerformed
Summary: NullPointerException at org.sack.scratchpad.scratch_padTopComponent.jButton3A...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-05 13:31 UTC by ggghhhjjj
Modified: 2016-07-27 21:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225051


Attachments
stacktrace (3.08 KB, text/plain)
2016-07-05 13:31 UTC, ggghhhjjj
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ggghhhjjj 2016-07-05 13:31:02 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Windows 7

User Comments:
ggghhhjjj: click on the X button




Stacktrace: 
java.lang.NullPointerException
   at org.sack.scratchpad.scratch_padTopComponent.jButton3ActionPerformed(scratch_padTopComponent.java:371)
   at org.sack.scratchpad.scratch_padTopComponent.access$500(scratch_padTopComponent.java:24)
   at org.sack.scratchpad.scratch_padTopComponent$6.actionPerformed(scratch_padTopComponent.java:196)
   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 ggghhhjjj 2016-07-05 13:31:04 UTC
Created attachment 160269 [details]
stacktrace