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 169507 - NullPointerException at org.netbeans.modules.web.frameworks.facelets.ui.FaceletsSetupPanel.hasLib
Summary: NullPointerException at org.netbeans.modules.web.frameworks.facelets.ui.Facel...
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: Facelets 1.1.x (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@javaee
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-29 22:17 UTC by adamo901
Modified: 2013-02-13 10:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 152150


Attachments
stacktrace (6.19 KB, text/plain)
2009-07-29 22:17 UTC, adamo901
Details

Note You need to log in before you can comment on or make changes to this bug.
Description adamo901 2009-07-29 22:17:35 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 1.6.0-b105, Java(TM) SE Runtime Environment, 1.6.0-b105
OS: Windows XP, 5.1, x86

User Comments:
adamo901: I can't get into the framework tab in the project properties



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.web.frameworks.facelets.ui.FaceletsSetupPanel.hasLib(FaceletsSetupPanel.java:190)
        at org.netbeans.modules.web.frameworks.facelets.ui.FaceletsSetupPanel.isValid(FaceletsSetupPanel.java:145)
        at org.netbeans.modules.web.project.ui.customizer.CustomizerFrameworks$ExtenderListener.stateChanged(CustomizerFrameworks.java:332)
        at org.netbeans.modules.web.project.ui.customizer.CustomizerFrameworks$ExtenderListener.<init>(CustomizerFrameworks.java:327)
        at org.netbeans.modules.web.project.ui.customizer.CustomizerFrameworks.initFrameworksList(CustomizerFrameworks.java:125)
        at org.netbeans.modules.web.project.ui.customizer.CustomizerFrameworks.<init>(CustomizerFrameworks.java:104)
Comment 1 adamo901 2009-07-29 22:17:54 UTC
Created attachment 85495 [details]
stacktrace