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 205231 - NullPointerException at org.netbeans.api.visual.widget.Widget.getResourceTable
Summary: NullPointerException at org.netbeans.api.visual.widget.Widget.getResourceTable
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-16 21:34 UTC by samaury
Modified: 2015-02-04 03:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 182971


Attachments
stacktrace (6.68 KB, text/plain)
2011-11-16 21:34 UTC, samaury
Details

Note You need to log in before you can comment on or make changes to this bug.
Description samaury 2011-11-16 21:34:04 UTC
Build: NetBeans IDE 7.0.1 (Build 201109201739)
VM: OpenJDK Client VM, 21.0-b17, OpenJDK Runtime Environment, 1.7.0_147-icedtea-b147
OS: Linux

User Comments:
samaury: Trying to open face-config.xml PageFlow editor




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.api.visual.widget.Widget.getResourceTable(Widget.java:1510)
   at org.netbeans.api.visual.widget.Widget.connectResourceTable(Widget.java:1523)
   at org.netbeans.api.visual.widget.Widget.updateResources(Widget.java:779)
   at org.netbeans.api.visual.widget.Widget.addChild(Widget.java:247)
   at org.netbeans.api.visual.widget.Widget.addChild(Widget.java:229)
   at org.netbeans.modules.web.jsf.navigation.graph.PageFlowScene.attachNodeWidget(PageFlowScene.java:287)
Comment 1 samaury 2011-11-16 21:34:06 UTC
Created attachment 113278 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:32:35 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.