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 191049 - NullPointerException at org.netbeans.modules.fcb.win.UserPanel.<init>
Summary: NullPointerException at org.netbeans.modules.fcb.win.UserPanel.<init>
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-16 06:28 UTC by Karlos
Modified: 2012-06-20 09:53 UTC (History)
12 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 171285


Attachments
stacktrace (1.10 KB, text/plain)
2010-10-16 06:28 UTC, Karlos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Karlos 2010-10-16 06:28:14 UTC
Build: NetBeans IDE 6.9.1 (Build 201008030030)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows 7

User Comments:
GUEST: testing the facbook sample app. first time the app ran

GUEST: facebook example login

GUEST: testing app facebook

GUEST: connecting to Facebook




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.fcb.win.UserPanel.<init>(UserPanel.java:81)
   at org.netbeans.modules.fcb.win.FcbTopComponent.initUserPanel(FcbTopComponent.java:142)
   at org.netbeans.modules.fcb.win.FcbTopComponent.setUser(FcbTopComponent.java:122)
   at org.netbeans.modules.fcb.win.LoginPanel$1X.finish(LoginPanel.java:128)
   at org.netbeans.modules.fcb.win.LoginPanel$1X.run(LoginPanel.java:109)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
Comment 1 Karlos 2010-10-16 06:28:18 UTC
Created attachment 102431 [details]
stacktrace