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

Summary: IllegalArgumentException: Unsupported type: <nulltype>, kind: NULL
Product: java Reporter: _ gtzabari <gtzabari>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: wshackleAtGmail
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 203873
Attachments: stacktrace

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