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 214013 - AssertionError: Null methodName. Signature: [wait(long, int)], Names: [wait]
Summary: AssertionError: Null methodName. Signature: [wait(long, int)], Names: [wait]
Status: RESOLVED INCOMPLETE
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-11 22:25 UTC by Exceptions Reporter
Modified: 2012-06-13 14:42 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 156535


Attachments
stacktrace (3.49 KB, text/plain)
2012-06-11 22:25 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-06-11 22:25:19 UTC
This bug was originally marked as duplicate of bug 209390, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.6-b01-415, Java(TM) SE Runtime Environment, 1.6.0_31-b04-415-11M3646
OS: Mac OS X

User Comments:
GUEST: code completion (ctrl space)




Stacktrace: 
java.lang.AssertionError: Null methodName. Signature: [wait(long, int)], Names: [wait]
   at org.netbeans.modules.java.source.TreeLoader$3.setParamNames(TreeLoader.java:572)
   at org.netbeans.modules.java.source.TreeLoader$3.handleSimpleTag(TreeLoader.java:525)
   at javax.swing.text.html.parser.DocumentParser.handleEmptyTag(DocumentParser.java:196)
   at javax.swing.text.html.parser.Parser.startTag(Parser.java:413)
   at javax.swing.text.html.parser.Parser.parseTag(Parser.java:1943)
   at javax.swing.text.html.parser.Parser.parseContent(Parser.java:2061)
Comment 1 Exceptions Reporter 2012-06-11 22:25:24 UTC
Created attachment 120708 [details]
stacktrace
Comment 2 Dusan Balek 2012-06-13 14:42:10 UTC
Do you have a reproducible test case? Thanks.