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 160961

Summary: NullPointerException at org.netbeans.modules.visualweb.insync.models.FacesModel.openJavaUnits
Product: obsolete Reporter: mcvitor <mcvitor>
Component: visualwebAssignee: _ deva <deva>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=148134
Issue Type: DEFECT Exception Reporter: 148134
Attachments: stacktrace

Description mcvitor 2009-03-23 22:43:24 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-132, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-275
OS: Mac OS X, 10.4.11, ppc

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.visualweb.insync.models.FacesModel.openJavaUnits(FacesModel.java:768)
        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.FacesModel.fileRenamed(FacesModel.java:925)
        at org.netbeans.modules.visualweb.insync.ModelSet.fileRenamed(ModelSet.java:1050)
        at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:142)
Comment 1 mcvitor 2009-03-23 22:43:35 UTC
Created attachment 78705 [details]
stacktrace