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 - NullPointerException at org.netbeans.modules.visualweb.insync.models.FacesModel.openJavaUnits
Summary: NullPointerException at org.netbeans.modules.visualweb.insync.models.FacesMod...
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-03-23 22:43 UTC by mcvitor
Modified: 2009-03-23 22:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148134


Attachments
stacktrace (4.27 KB, text/plain)
2009-03-23 22:43 UTC, mcvitor
Details

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