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 150196 - java.lang.NullPointerException
Summary: java.lang.NullPointerException
Status: CLOSED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Winston Prakash
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-15 11:13 UTC by Marian Mirilovic
Modified: 2009-12-03 03:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 7542


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2008-10-15 11:14:00 UTC
30 duplicates so far ... the last one is very old - so probably already fixed?


Build: NetBeans IDE 6.0 Beta 1 (Build 200709141330)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05
OS: Windows XP, 5.1, x86
User comments: 
STACKTRACE: (first 10 lines)
java.lang.NullPointerException
        at
com.sun.webui.jsf.component.table.TableBindToDataPanel.setTableDataProviderDesignState(TableBindToDataPanel.java:211)
        at com.sun.webui.jsf.component.table.TableBindToDataPanel.initialize(TableBindToDataPanel.java:179)
        at com.sun.webui.jsf.component.table.TableBindToDataPanel.<init>(TableBindToDataPanel.java:84)
        at
com.sun.webui.jsf.component.customizers.TableBindToDataCustomizer.getCustomizerPanel(TableBindToDataCustomizer.java:55)
        at org.netbeans.modules.visualweb.insync.CustomizerDisplayer.show(CustomizerDisplayer.java:93)
        at org.netbeans.modules.visualweb.insync.ResultHandler.handleResult(ResultHandler.java:183)
        at
org.netbeans.modules.visualweb.insync.action.AbstractDisplayActionAction.invokeDisplayAction(AbstractDisplayActionAction.java:123)
        at
org.netbeans.modules.visualweb.insync.action.AbstractDisplayActionAction.access$200(AbstractDisplayActionAction.java:72)
        at
org.netbeans.modules.visualweb.insync.action.AbstractDisplayActionAction$SingleDisplayActionAction.actionPerformed(AbstractDisplayActionAction.java:250)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
Comment 1 Peter Zavadsky 2008-10-15 18:23:42 UTC
This seems to be a woodstock issue, passing it there:
https://woodstock.dev.java.net/issues/show_bug.cgi?id=1346
Comment 2 Marian Mirilovic 2009-12-03 03:25:23 UTC
v/c