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 197397 - NullPointerException at org.netbeans.modules.web.wicket.tree.AssignmentTracer.visitReturn
Summary: NullPointerException at org.netbeans.modules.web.wicket.tree.AssignmentTracer...
Status: RESOLVED WORKSFORME
Alias: None
Product: javaee
Classification: Unclassified
Component: Wicket (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-04 14:30 UTC by velodiver
Modified: 2015-02-04 03:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178154


Attachments
stacktrace (9.58 KB, text/plain)
2011-04-04 14:30 UTC, velodiver
Details

Note You need to log in before you can comment on or make changes to this bug.
Description velodiver 2011-04-04 14:30:13 UTC
Build: NetBeans IDE 6.9.1 (Build 201011082200)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows 7

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.wicket.tree.AssignmentTracer.visitReturn(AssignmentTracer.java:68)
   at org.netbeans.modules.web.wicket.tree.AssignmentTracer.visitReturn(AssignmentTracer.java:31)
   at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1229)
   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)
Comment 1 velodiver 2011-04-04 14:30:20 UTC
Created attachment 107475 [details]
stacktrace
Comment 2 Quality Engineering 2015-02-04 03:29:56 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.