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 185067 - NullPointerException at org.netbeans.modules.web.wicket.tree.ComponentIdFinder.visitNewClass
Summary: NullPointerException at org.netbeans.modules.web.wicket.tree.ComponentIdFinde...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Wicket (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-27 09:37 UTC by Exceptions Reporter
Modified: 2015-03-18 06:03 UTC (History)
17 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 107475


Attachments
stacktrace (5.82 KB, text/plain)
2010-04-27 09:37 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-04-27 09:37:34 UTC
This issue was reported manually by mmirilovic.
It already has 28 duplicates 


Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Linux

User Comments:
rombar: Error while editing/saving Java code.

Don't block the IDE.

GUEST: show javadoc

GUEST: Editing a Wicket Page class

GUEST: devolopment with wicket rc2 and hibernate. app server jboss 4.3.2GA

GUEST: open ide. Nothing special

gfowler: Attaching to a remote process for remote debugging.

GUEST: While I am editingthe class, it popsp.

GUEST: When I start Netbeans




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.wicket.tree.ComponentIdFinder.visitNewClass(ComponentIdFinder.java:67)
   at org.netbeans.modules.web.wicket.tree.ComponentIdFinder.visitNewClass(ComponentIdFinder.java:34)
   at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1366)
   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.visitVariable(TreeScanner.java:150)
Comment 1 Exceptions Reporter 2010-04-27 09:37:46 UTC
Created attachment 98106 [details]
stacktrace
Comment 2 Marian Mirilovic 2015-02-04 10:21:52 UTC
121 duplicates -> P2