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 232986 - NullPointerException at org.netbeans.modules.web.wicket.tree.HtmlTreeBuilder$TagContentsParser.parse
Summary: NullPointerException at org.netbeans.modules.web.wicket.tree.HtmlTreeBuilder$...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-18 12:48 UTC by zfleisch
Modified: 2013-11-15 20:36 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 202267


Attachments
stacktrace (1.37 KB, text/plain)
2013-07-18 12:48 UTC, zfleisch
Details
stacktrace (1.37 KB, text/plain)
2013-09-27 20:00 UTC, skygo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zfleisch 2013-07-18 12:48:56 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-11135-on-20130616)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
zfleisch: Changing editor active window from foo.html to foo.java in a Wicket application.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.wicket.tree.HtmlTreeBuilder$TagContentsParser.parse(HtmlTreeBuilder.java:98)
   at org.netbeans.modules.web.wicket.tree.HtmlTreeBuilder.analyze(HtmlTreeBuilder.java:69)
   at org.netbeans.modules.web.wicket.tree.HtmlTreeBuilder.getTree(HtmlTreeBuilder.java:57)
   at org.netbeans.modules.web.wicket.navigator.WicketTagNavigator.createModel(WicketTagNavigator.java:127)
   at org.netbeans.modules.web.wicket.navigator.WicketTagNavigator.resultChanged(WicketTagNavigator.java:92)
   at org.openide.util.lookup.ProxyLookup$1Notify.run(ProxyLookup.java:181)
Comment 1 zfleisch 2013-07-18 12:48:57 UTC
Created attachment 137377 [details]
stacktrace
Comment 2 Jan Peska 2013-07-22 09:17:08 UTC
Reassigning to Web/HTML navigator - I'm not 100% sure about the Component so please reassign if needed.
Comment 3 Marek Fukala 2013-07-22 10:50:05 UTC
https://java.net/projects/NbWicketSupport I guess => Geertjan
Comment 4 skygo 2013-09-27 20:00:44 UTC
Created attachment 140580 [details]
stacktrace

Trying to see navgator Panel with wicket framework.