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 181016 - NullPointerException at org.netbeans.api.java.source.SourceUtils.getDependentRootsImpl
Summary: NullPointerException at org.netbeans.api.java.source.SourceUtils.getDependent...
Status: RESOLVED DUPLICATE of bug 177763
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-21 16:31 UTC by jomello_br
Modified: 2010-03-08 00:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 161881


Attachments
stacktrace (3.75 KB, text/plain)
2010-02-21 16:31 UTC, jomello_br
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jomello_br 2010-02-21 16:31:40 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows 7

User Comments:
GUEST: Don't remember

GUEST: Frequently comes when I am debugging my web applications.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.api.java.source.SourceUtils.getDependentRootsImpl(SourceUtils.java:728)
   at org.netbeans.api.java.source.SourceUtils.getDependentRoots(SourceUtils.java:717)
   at org.netbeans.modules.debugger.jpda.projects.MainProjectManager.isDependent(MainProjectManager.java:163)
   at org.netbeans.modules.debugger.jpda.projects.MainProjectManager.getMainProject(MainProjectManager.java:112)
   at org.netbeans.modules.debugger.jpda.projects.StepIntoActionProvider.shouldBeEnabled(StepIntoActionProvider.java:144)
   at org.netbeans.modules.debugger.jpda.projects.StepIntoActionProvider.access$200(StepIntoActionProvider.java:73)
Comment 1 jomello_br 2010-02-21 16:31:44 UTC
Created attachment 94376 [details]
stacktrace
Comment 2 Jan Lahoda 2010-03-08 00:22:56 UTC
Duplicate of bug #177763, thanks for the report anyway.

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