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 204602 - NullPointerException at org.javscaz.gchat.options.GChatPanel.store
Summary: NullPointerException at org.javscaz.gchat.options.GChatPanel.store
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-03 02:10 UTC by scottwd9
Modified: 2012-06-26 16:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182538


Attachments
stacktrace (3.76 KB, text/plain)
2011-11-03 02:10 UTC, scottwd9
Details

Note You need to log in before you can comment on or make changes to this bug.
Description scottwd9 2011-11-03 02:10:14 UTC
Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

User Comments:
scottwd9: Launch netbeans. Goto GChat options. Leave all input blank. Click OK.




Stacktrace: 
java.lang.NullPointerException
   at org.javscaz.gchat.options.GChatPanel.store(GChatPanel.java:212)
   at org.javscaz.gchat.options.GChatOptionsPanelController.applyChanges(GChatOptionsPanelController.java:30)
   at org.netbeans.modules.options.advanced.Model$DelegatingController.applyChanges(Model.java:306)
   at org.netbeans.modules.options.advanced.Model.applyChanges(Model.java:189)
   at org.netbeans.modules.options.advanced.AdvancedPanel.applyChanges(AdvancedPanel.java:106)
   at org.netbeans.modules.options.advanced.AdvancedPanelController.applyChanges(AdvancedPanelController.java:77)
Comment 1 scottwd9 2011-11-03 02:10:18 UTC
Created attachment 112757 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-11-03 15:27:20 UTC
javscaz issue ...