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 165141

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

Description aperezymadrid 2009-05-14 09:47:13 UTC
Build: NetBeans IDE 6.5.1 (Build 200903060201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
smsmithee: Tried to switch to a new project group.

GUEST: adding richfaces framework support

GUEST: Updating Legacy Project run just in time when I close project.

mkubec: I closed shared VW project right after IDE started. The project had unresolved references on appserver.



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.ModelSet.processFileDataCreated(ModelSet.java:1012)
        at org.netbeans.modules.visualweb.insync.ModelSet.fileDataCreated(ModelSet.java:963)
        at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:130)
Comment 1 aperezymadrid 2009-05-14 09:47:25 UTC
Created attachment 82104 [details]
stacktrace