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 133739 - NullPointerException at org.netbeans.modules.modulemanager.ModuleDeleterImpl.readModuleFiles
Summary: NullPointerException at org.netbeans.modules.modulemanager.ModuleDeleterImpl....
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Module Manager (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-23 07:20 UTC by unr303
Modified: 2008-05-01 08:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 49026


Attachments
ide log (81.91 KB, text/plain)
2008-04-23 07:23 UTC, unr303
Details

Note You need to log in before you can comment on or make changes to this bug.
Description unr303 2008-04-23 07:20:55 UTC
delete modules -> exception


Build: NetBeans IDE Dev (Build 20080421151521)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP, 5.1, x86
User comments: uninstalling modules
STACKTRACE: (first 10 lines)
java.lang.NullPointerException
        at org.netbeans.modules.modulemanager.ModuleDeleterImpl.readModuleFiles(ModuleDeleterImpl.java:293)
        at org.netbeans.modules.modulemanager.ModuleDeleterImpl.removeModuleFilesInCluster(ModuleDeleterImpl.java:196)
        at org.netbeans.modules.modulemanager.ModuleDeleterImpl.removeModuleFiles(ModuleDeleterImpl.java:189)
        at org.netbeans.modules.modulemanager.ModuleDeleterImpl.delete(ModuleDeleterImpl.java:129)
        at org.netbeans.modules.modulemanager.ModuleNode$Item.uninstall(ModuleNode.java:154)
        at org.netbeans.modules.modulemanager.ModuleNodeUtils.uninstallNodes(ModuleNodeUtils.java:210)
        at org.netbeans.modules.modulemanager.ModuleNodeUtils.access$000(ModuleNodeUtils.java:58)
        at org.netbeans.modules.modulemanager.ModuleNodeUtils$1.run(ModuleNodeUtils.java:172)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 unr303 2008-04-23 07:23:08 UTC
Created attachment 60589 [details]
ide log
Comment 2 Milan Kubec 2008-04-23 08:03:36 UTC
Please evaluate. Thanks.