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

Summary: NullPointerException at org.netbeans.api.java.source.SourceUtils.getDependentRootsImpl
Product: java Reporter: jomello_br <jomello_br>
Component: SourceAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 161881
Attachments: stacktrace

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 ***