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 156942 - NullPointerException at org.netbeans.modules.visualweb.insync.SourceUnit.<init>
Summary: NullPointerException at org.netbeans.modules.visualweb.insync.SourceUnit.<init>
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ deva
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-16 11:44 UTC by ermanbas
Modified: 2009-02-19 23:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 45478


Attachments
stacktrace (2.67 KB, text/plain)
2009-01-16 11:44 UTC, ermanbas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ermanbas 2009-01-16 11:44:02 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-b02, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b02
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.visualweb.insync.SourceUnit.<init>(SourceUnit.java:125)
        at org.netbeans.modules.visualweb.insync.java.JavaUnit.<init>(JavaUnit.java:101)
        at org.netbeans.modules.visualweb.insync.models.FacesModel.openJavaUnits(FacesModel.java:805)
        at org.netbeans.modules.visualweb.insync.models.FacesModel.syncImpl(FacesModel.java:1061)
        at org.netbeans.modules.visualweb.insync.Model.sync(Model.java:219)
        at org.netbeans.modules.visualweb.insync.models.FacesModelSet.findDesignContext(FacesModelSet.java:832)
Comment 1 ermanbas 2009-01-16 11:44:06 UTC
Created attachment 75887 [details]
stacktrace