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 161695 - NullPointerException at org.netbeans.modules.visualweb.insync.faces.FacesPageUnit.bind
Summary: NullPointerException at org.netbeans.modules.visualweb.insync.faces.FacesPage...
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-04-01 17:51 UTC by sprinx
Modified: 2009-04-01 17:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148695


Attachments
stacktrace (1.40 KB, text/plain)
2009-04-01 17:51 UTC, sprinx
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sprinx 2009-04-01 17:51:24 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments:
sprinx: Add new file to VWP project from a template



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.visualweb.insync.faces.FacesPageUnit.bind(FacesPageUnit.java:435)
        at org.netbeans.modules.visualweb.insync.beans.BeansUnit.sync(BeansUnit.java:215)
        at org.netbeans.modules.visualweb.insync.live.LiveUnit.sync(LiveUnit.java:337)
        at org.netbeans.modules.visualweb.insync.live.LiveUnitWrapper.sync(LiveUnitWrapper.java:154)
        at org.netbeans.modules.visualweb.insync.models.FacesModel.syncImpl(FacesModel.java:1091)
        at org.netbeans.modules.visualweb.insync.Model.sync(Model.java:219)
Comment 1 sprinx 2009-04-01 17:51:33 UTC
Created attachment 79237 [details]
stacktrace