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 161775

Summary: NullPointerException at org.netbeans.modules.visualweb.insync.models.FacesConfigModel.isBusted
Product: obsolete Reporter: Exceptions Reporter <exceptions_reporter>
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=10772
Issue Type: DEFECT Exception Reporter: 10772
Attachments: stacktrace

Description Exceptions Reporter 2009-04-02 15:16:47 UTC
Build: NetBeans IDE 6.5.1 (Build 200903060201)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows XP, 5.1, x86

User Comments:
antwake: try to open a JSP page (this file contains  1 radioButton and 4 hyperlink) and I have only 6 xml files open in the editor

asifiqbal: Well, i just rerload a jsp page and this problem occurs

antwake: Open a JSP file (only 6 xml already open)

antwake: YES REPAIR IT!!



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.visualweb.insync.models.FacesConfigModel.isBusted(FacesConfigModel.java:252)
        at org.netbeans.modules.visualweb.insync.models.FacesConfigModel.addManagedBean(FacesConfigModel.java:195)
        at org.netbeans.modules.visualweb.insync.models.FacesConfigModel.ensureManagedBean(FacesConfigModel.java:171)
        at org.netbeans.modules.visualweb.insync.models.FacesModel.ensureManagedBeansEntry(FacesModel.java:949)
        at org.netbeans.modules.visualweb.insync.models.FacesModel.syncImpl(FacesModel.java:1097)
        at org.netbeans.modules.visualweb.insync.Model.sync(Model.java:219)
Comment 1 Exceptions Reporter 2009-04-02 15:17:24 UTC
Created attachment 79287 [details]
stacktrace