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 209444 - NullPointerException at org.netbeans.modules.autoupdate.services.ModuleDeleterImpl.readModuleFiles
Summary: NullPointerException at org.netbeans.modules.autoupdate.services.ModuleDelete...
Status: RESOLVED DUPLICATE of bug 208369
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-12 01:56 UTC by cdicarlo
Modified: 2012-05-31 16:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 185765


Attachments
stacktrace (10.73 KB, text/plain)
2012-03-12 01:56 UTC, cdicarlo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cdicarlo 2012-03-12 01:56:45 UTC
This bug was originally marked as duplicate of bug 160472, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201203050400)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

User Comments:
cdicarlo: Uninstalling plugins.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.autoupdate.services.ModuleDeleterImpl.readModuleFiles(ModuleDeleterImpl.java:460)
   at org.netbeans.modules.autoupdate.services.ModuleDeleterImpl.removeModuleFilesInCluster(ModuleDeleterImpl.java:290)
   at org.netbeans.modules.autoupdate.services.ModuleDeleterImpl.removeModuleFiles(ModuleDeleterImpl.java:283)
   at org.netbeans.modules.autoupdate.services.ModuleDeleterImpl.markForDelete(ModuleDeleterImpl.java:167)
   at org.netbeans.modules.autoupdate.services.OperationSupportImpl$ForUninstall.doOperation(OperationSupportImpl.java:398)
   at org.netbeans.api.autoupdate.OperationSupport.doOperation(OperationSupport.java:70)
Comment 1 cdicarlo 2012-03-12 01:56:48 UTC
Created attachment 116570 [details]
stacktrace
Comment 2 Jiri Rechtacek 2012-05-31 16:50:05 UTC
Also dup of issue 208369.

*** This bug has been marked as a duplicate of bug 208369 ***