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 - NullPointerException at org.netbeans.modules.visualweb.insync.models.FacesConfigModel.isBusted
Summary: NullPointerException at org.netbeans.modules.visualweb.insync.models.FacesCon...
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-02 15:16 UTC by Exceptions Reporter
Modified: 2009-04-02 15:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 10772


Attachments
stacktrace (4.21 KB, text/plain)
2009-04-02 15:17 UTC, Exceptions Reporter
Details

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