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 162934 - NullPointerException at com.dotfx.netbeans.ClearRepositoryAction$1.construct
Summary: NullPointerException at com.dotfx.netbeans.ClearRepositoryAction$1.construct
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@third-party
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-17 14:00 UTC by Oleg Khokhlov
Modified: 2009-04-17 14:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 149638


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Khokhlov 2009-04-17 14:00:46 UTC
Build: NetBeans IDE Dev (Build 200904160201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86
User comments: Services->dotFX->Server->clear repository
STACKTRACE: (first 10 lines)
java.lang.NullPointerException
        at com.dotfx.netbeans.ClearRepositoryAction$1.construct(ClearRepositoryAction.java:32)
        at com.dotfx.swing.SwingWorker$4.run(SwingWorker.java:146)
        at java.lang.Thread.run(Thread.java:619)