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 177785

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

Description mjreged 2009-11-28 07:56:07 UTC
Build: NetBeans IDE Dev (Build 200911261400)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.0-b11, Java(TM) SE Runtime Environment, 1.6.0_18-ea-b04
OS: Linux, 2.6.31-15-generic, amd64

User Comments:
GUEST: Cargue un JPanel en el cual hay botones, arboles, textbox.....

GUEST: Opening project

GUEST: no idea

GUEST: Opening java code in editor pane.

GUEST: opening project

mjreged: While compiling simple J2SE project in maven



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 mjreged 2009-11-28 07:56:11 UTC
Created attachment 91813 [details]
stacktrace
Comment 2 misterm 2009-11-30 10:20:03 UTC
Created attachment 91880 [details]
stacktrace
Comment 3 misterm 2009-11-30 10:21:01 UTC
Created attachment 91881 [details]
stacktrace
Comment 4 Jan Lahoda 2009-12-01 05:13:39 UTC

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