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 243028 - IllegalArgumentException: Currently unsupported TypeKind: EXECUTABLE
Summary: IllegalArgumentException: Currently unsupported TypeKind: EXECUTABLE
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-19 02:48 UTC by Exceptions Reporter
Modified: 2016-03-03 02:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208493


Attachments
stacktrace (1.70 KB, text/plain)
2014-03-19 02:48 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-03-19 02:48:17 UTC
This bug was originally marked as duplicate of bug 164223, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_15-b03
OS: Windows 8

User Comments:
GUEST: adicionando @jointable, quando salvo as altera
Comment 1 Exceptions Reporter 2014-03-19 02:48:19 UTC
Created attachment 146128 [details]
stacktrace
Comment 2 Svata Dedic 2014-03-21 16:00:40 UTC
I could not find a reason for the error to be thrown. I've added logs in the case IAE is thrown from the fix.

If it happens again, please attach the ide.log to the issue and/or report the exception through Exception reporter.

Logging added in jet-main#79677a6e4e22
Comment 3 Quality Engineering 2014-04-05 03:27:47 UTC
Integrated into 'main-silver', will be available in build *201404050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/79677a6e4e22
User: Svata Dedic <sdedic@netbeans.org>
Log: #243028: diagnostics added.
Comment 4 squib 2014-10-23 07:39:57 UTC
Reopening this bug based on new exception report: http://statistics.netbeans.org/exceptions/exception.do?id=747474
Comment 5 Exceptions Reporter 2015-08-10 12:32:39 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=208493
Comment 6 Svata Dedic 2016-03-01 16:51:42 UTC
Finally got it. The last reports are from erroneous annotation values: either function calls (which should not be there), or mistyped annotatons - missing '@', so they are interpreted as function calls.

I avoided this situation in the creational hint.

Fixed in jet-main#cbd761ba5724
Comment 7 Quality Engineering 2016-03-03 02:06:08 UTC
Integrated into 'main-silver', will be available in build *201603030002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/cbd761ba5724
User: Svata Dedic <sdedic@netbeans.org>
Log: #243028: avoid suggesting method definitions for unresolved symbols in annotation values