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 226093 - IllegalArgumentException: java.lang.Number&java.lang.Comparable<? extends java.lang.Number&java.lang.Comparable<?>>
Summary: IllegalArgumentException: java.lang.Number&java.lang.Comparable<? extends jav...
Status: RESOLVED DUPLICATE of bug 235716
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-14 02:47 UTC by misterm
Modified: 2013-09-24 18:58 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198584


Attachments
stacktrace (2.02 KB, text/plain)
2013-02-14 02:47 UTC, misterm
Details
stacktrace (6.46 KB, text/plain)
2013-07-19 16:12 UTC, rodrigorsantos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2013-02-14 02:47:27 UTC
Build: NetBeans IDE Dev (Build jdk8lambda-1641-on-20130208)
VM: OpenJDK 64-Bit Server VM, 25.0-b15, OpenJDK Runtime Environment, 1.8.0-ea-lambda-nightly-h3207-20130205-b76-b00
OS: Windows 7

Stacktrace: 
java.lang.IllegalArgumentException: java.lang.Number&java.lang.Comparable<? extends java.lang.Number&java.lang.Comparable<?>>
   at com.sun.tools.javac.model.JavacTypes.getWildcardType(JavacTypes.java:218)
   at org.netbeans.modules.java.hints.errors.Utilities.resolveCapturedTypeInt(Utilities.java:530)
   at org.netbeans.modules.java.hints.errors.Utilities.resolveCapturedTypeInt(Utilities.java:539)
   at org.netbeans.modules.java.hints.errors.Utilities.resolveCapturedTypeInt(Utilities.java:539)
   at org.netbeans.modules.java.hints.errors.Utilities.resolveCapturedType(Utilities.java:502)
   at org.netbeans.modules.java.hints.errors.Utilities.resolveArguments(Utilities.java:925)
Comment 1 misterm 2013-02-14 02:47:29 UTC
Created attachment 131370 [details]
stacktrace
Comment 2 rodrigorsantos 2013-07-19 16:12:43 UTC
Created attachment 137462 [details]
stacktrace

<Please provide a description of the problem or the steps to reproduce>
Comment 3 markiewb 2013-09-09 19:01:13 UTC
Related to https://netbeans.org/bugzilla/show_bug.cgi?id=235715 ?
Comment 4 Svata Dedic 2013-09-24 18:58:29 UTC

*** This bug has been marked as a duplicate of bug 235716 ***