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 158613

Summary: NullPointerException at org.netbeans.modules.java.source.util.LowMemoryNotifier.addLowMemoryListener
Product: java Reporter: ranbato <ranbato>
Component: SourceAssignee: Rastislav Komara <moonko>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=146370
Issue Type: DEFECT Exception Reporter: 146370
Attachments: stacktrace

Description ranbato 2009-02-16 15:07:59 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: OpenJDK Client VM, 14.0-b10, Java(TM) SE Runtime Environment, 1.6.0_14-ea-b01
OS: Windows XP, 5.1, x86

User Comments:
ranbato: Started up with JDK 1.6.0_14-ea



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.java.source.util.LowMemoryNotifier.addLowMemoryListener(LowMemoryNotifier.java:103)
        at org.netbeans.modules.java.source.usages.RepositoryUpdater.batchCompile(RepositoryUpdater.java:3063)
        at org.netbeans.modules.java.source.usages.RepositoryUpdater.access$4900(RepositoryUpdater.java:160)
        at org.netbeans.modules.java.source.usages.RepositoryUpdater$CompileWorker.parseFiles(RepositoryUpdater.java:2216)
        at org.netbeans.modules.java.source.usages.RepositoryUpdater$CompileWorker.updateFolder(RepositoryUpdater.java:2316)
        at org.netbeans.modules.java.source.usages.RepositoryUpdater$CompileWorker.scanRoots(RepositoryUpdater.java:1849)
Comment 1 ranbato 2009-02-16 15:08:07 UTC
Created attachment 77023 [details]
stacktrace
Comment 2 Jiri Prox 2009-02-26 11:09:09 UTC
probably duplicate of issue 158421
Comment 3 Rastislav Komara 2009-03-23 17:09:06 UTC

*** This issue has been marked as a duplicate of 158421 ***