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 258038 - IllegalArgumentException: java.lang.Number&java.lang.Comparable<?>
Summary: IllegalArgumentException: java.lang.Number&java.lang.Comparable<?>
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-17 15:20 UTC by Exceptions Reporter
Modified: 2018-04-12 03:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222584


Attachments
stacktrace (2.88 KB, text/plain)
2016-02-17 15:20 UTC, Exceptions Reporter
Details
stacktrace (2.69 KB, text/plain)
2018-04-12 03:05 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-02-17 15:20:05 UTC
This bug was originally marked as duplicate of bug 146670, 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.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Linux

User Comments:
GUEST: ns




Stacktrace: 
java.lang.IllegalArgumentException: java.lang.Number&java.lang.Comparable<?>
   at com.sun.tools.javac.model.JavacTypes.getWildcardType(JavacTypes.java:213)
   at org.netbeans.api.java.source.TypeMirrorHandle.resolve(TypeMirrorHandle.java:358)
   at org.netbeans.api.java.source.TypeMirrorHandle.resolve(TypeMirrorHandle.java:312)
   at org.netbeans.api.java.source.TypeMirrorHandle.resolve(TypeMirrorHandle.java:395)
   at org.netbeans.api.java.source.TypeMirrorHandle.resolve(TypeMirrorHandle.java:312)
   at org.netbeans.api.java.source.TypeMirrorHandle.resolve(TypeMirrorHandle.java:251)
Comment 1 Exceptions Reporter 2016-02-17 15:20:06 UTC
Created attachment 158542 [details]
stacktrace
Comment 2 Exceptions Reporter 2018-04-12 03:05:49 UTC
Created attachment 165701 [details]
stacktrace

changing code with web application deployed and running