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 - NullPointerException at org.netbeans.modules.java.source.util.LowMemoryNotifier.addLowMemoryListener
Summary: NullPointerException at org.netbeans.modules.java.source.util.LowMemoryNotifi...
Status: RESOLVED DUPLICATE of bug 158421
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Rastislav Komara
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-16 15:07 UTC by ranbato
Modified: 2009-03-23 17:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 146370


Attachments
stacktrace (1.94 KB, text/plain)
2009-02-16 15:08 UTC, ranbato
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***