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 - 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: 2009-11-28 07:56 UTC by mjreged
Modified: 2009-12-01 05:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 153398


Attachments
stacktrace (9.22 KB, text/plain)
2009-11-28 07:56 UTC, mjreged
Details
stacktrace (3.23 KB, text/plain)
2009-11-30 10:20 UTC, misterm
Details
stacktrace (3.23 KB, text/plain)
2009-11-30 10:21 UTC, misterm
Details

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