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 137409 - NPE from o.n.m.java.project.BrokenReferencesModel
Summary: NPE from o.n.m.java.project.BrokenReferencesModel
Status: RESOLVED DUPLICATE of bug 136214
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-17 10:43 UTC by Milan Kubec
Modified: 2008-06-17 11:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2008-06-17 10:43:15 UTC
NullPointerException is thrown during opening a project. 

For more details see issues:
http://www.netbeans.org/issues/show_bug.cgi?id=103644
http://statistics.netbeans.org/analytics/detail.do?id=65738

(Stack trace is taken from UI Gesture collector XML file)

<exception>
    <message>java.lang.NullPointerException</message>
    <frame>
        <class>org.netbeans.modules.java.project.BrokenReferencesModel</class>
        <method>getReferences</method>
        <line>276</line>
        <file/>
    </frame>
    <frame>
        <class>org.netbeans.modules.java.project.BrokenReferencesModel</class>
        <method>isBroken</method>
        <line>180</line>
        <file/>
    </frame>
    <frame>
        <class>org.netbeans.spi.java.project.support.ui.BrokenReferencesSupport</class>
        <method>isBroken</method>
        <line>110</line>
        <file/>
    </frame>
    <frame>
        <class>org.netbeans.modules.java.j2seproject.ui.J2SELogicalViewProvider</class>
        <method>hasBrokenLinks</method>
        <line>196</line>
        <file/>
    </frame>
    <frame>
        <class>org.netbeans.modules.java.j2seproject.J2SEProject$ProjectOpenedHookImpl</class>
        <method>projectOpened</method>
        <line>579</line>
        <file/>
    </frame>
</exception>
Comment 1 Tomas Zezula 2008-06-17 11:44:30 UTC

*** This issue has been marked as a duplicate of 136214 ***