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 235982 - IllegalArgumentException: Unsupported type: <nulltype>, kind: NULL
Summary: IllegalArgumentException: Unsupported type: <nulltype>, kind: NULL
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-15 04:30 UTC by _ gtzabari
Modified: 2016-02-09 16:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203873


Attachments
stacktrace (2.95 KB, text/plain)
2013-09-15 04:30 UTC, _ gtzabari
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2013-09-15 04:30:14 UTC
This bug was originally marked as duplicate of bug 226170, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201309080001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Windows 7

User Comments:
gtzabari: Typed "@q" and invoked code-complete.




Stacktrace: 
java.lang.IllegalArgumentException: Unsupported type: <nulltype>, kind: NULL
   at org.netbeans.modules.java.source.usages.ClassFileUtil.encodeType(ClassFileUtil.java:319)
   at org.netbeans.modules.java.source.usages.ClassFileUtil.createFieldDescriptor(ClassFileUtil.java:174)
   at org.netbeans.api.java.source.ElementHandle.createImpl(ElementHandle.java:463)
   at org.netbeans.api.java.source.ElementHandle.create(ElementHandle.java:397)
   at org.netbeans.api.java.source.ui.ElementJavadoc.createLink(ElementJavadoc.java:1418)
   at org.netbeans.api.java.source.ui.ElementJavadoc.appendAnnotationValue(ElementJavadoc.java:1012)
Comment 1 _ gtzabari 2013-09-15 04:30:15 UTC
Created attachment 140088 [details]
stacktrace