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 194258 - [70cat] NullPointerException at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.findDependencies
Summary: [70cat] NullPointerException at org.netbeans.modules.parsing.impl.indexing.Re...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL: http://
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-01-12 12:02 UTC by Chiana
Modified: 2011-01-13 07:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 175767


Attachments
stacktrace (1.19 KB, text/plain)
2011-01-12 12:02 UTC, Chiana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chiana 2011-01-12 12:02:20 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-6447-on-110112)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

User Comments:
Chiana: Closed a "closed" source file after restarting NB after it had been killed by Windows-7 screen cutter tool...


That is, when I created the testcase for bug 194059 I closed those projects and reopened my current project, found an issue for the debugger and made a screen-cut with the tool in windows-7, unfortunatley if you close that tool it will also close the process that it is cutting from (Hey MS, fix this!). So when I restarted NB again it reopened 2 of the files from the testcase so I closed one of them and... viola...

GUEST: JavaEE-Bean project closed

GUEST: closed a Java-Lib project




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.findDependencies(RepositoryUpdater.java:1294)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$3400(RepositoryUpdater.java:156)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:2989)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:2156)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:3820)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.run(RepositoryUpdater.java:3759)
Comment 1 Chiana 2011-01-12 12:02:24 UTC
Created attachment 104914 [details]
stacktrace
Comment 2 Tomas Zezula 2011-01-12 14:37:07 UTC
fixed jet-main 5b518cb73b7b
Thanks for report.
Comment 3 Quality Engineering 2011-01-13 07:54:36 UTC
Integrated into 'main-golden', will be available in build *201101130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/5b518cb73b7b
User: Tomas Zezula <tzezula@netbeans.org>
Log: #194258:[70cat] NullPointerException at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.findDependencies