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 156853 - NullPointerException at org.netbeans.modules.web.wicket.tree.AddToMarkupContainerFinder.visitMethodInvocation
Summary: NullPointerException at org.netbeans.modules.web.wicket.tree.AddToMarkupConta...
Status: REOPENED
Alias: None
Product: javaee
Classification: Unclassified
Component: Wicket (show other bugs)
Version: 6.x
Hardware: PC Windows 7 x64
: P1 blocker with 2 votes (vote)
Assignee: issues@javaee
URL: http://statistics.netbeans.org/except...
Keywords:
: 243902 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-01-15 08:56 UTC by Marian Mirilovic
Modified: 2016-02-02 07:51 UTC (History)
20 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 104169


Attachments
Wicket Plugins deactivated (15.39 KB, image/png)
2015-12-09 16:29 UTC, mahmoudjava
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2009-01-15 08:56:02 UTC
12 duplicates so far ...

Build: NetBeans IDE Dev (Build 200809020201)
VM: Java HotSpot(TM) Client VM, 1.5.0_13-119, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_13-b05-237
OS: Mac OS X, 10.5.4, i386
User comments: 
STACKTRACE: (first 10 lines)
java.lang.NullPointerException
        at
org.netbeans.modules.web.wicket.tree.AddToMarkupContainerFinder.visitMethodInvocation(AddToMarkupContainerFinder.java:91)
        at
org.netbeans.modules.web.wicket.tree.AddToMarkupContainerFinder.visitMethodInvocation(AddToMarkupContainerFinder.java:29)
        at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1312)
        at com.sun.source.util.TreeScanner.scan(TreeScanner.java:76)
        at com.sun.source.util.TreeScanner.visitExpressionStatement(TreeScanner.java:239)
        at com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1152)
        at com.sun.source.util.TreeScanner.scan(TreeScanner.java:76)
        at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:80)
        at com.sun.source.util.TreeScanner.scan(TreeScanner.java:90)
        at com.sun.source.util.TreeScanner.visitBlock(TreeScanner.java:159)
Comment 1 Marian Mirilovic 2009-10-08 10:14:19 UTC
107 duplicates ... at least P2
Comment 2 Martin Fousek 2011-03-28 06:12:02 UTC
This is issue of Wicket plugin for NetBeans IDE which is available over Plugin Portal, see: http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=3586

I don't know where are placed sources, it has to be fixed by geertjan who owns this plugin. I'm CCing him.

So closing as wontfix. I also wanted raise an issue for Wicket plugin but I didn't find any project support on dev.java.net domain.
Comment 3 Petr Jiricka 2011-03-28 13:48:01 UTC
Yes it is a Wicket plugin issue - that's why this bug is in the Wicket component.

The project URL was always http://nbwicketsupport.dev.java.net/, but now that goes to a Not Found page.
Comment 4 Martin Fousek 2011-03-28 13:52:59 UTC
Ah, sorry, overlooked the component. In that case reopening and letting to geertjan for fixing...
Comment 5 Exceptions Reporter 2012-04-11 12:38:28 UTC
This bug already has 350 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=104169
Comment 6 reinouts 2012-09-26 08:45:00 UTC
Seeing this in NB7.2 still.
Comment 7 Marian Mirilovic 2014-07-14 19:45:43 UTC
*** Bug 243902 has been marked as a duplicate of this bug. ***
Comment 8 mahmoudjava 2015-12-09 16:29:58 UTC
Created attachment 157739 [details]
Wicket Plugins deactivated

When I deactivated these two Wicket plugins my NetBeans works.