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 254202 - IllegalArgumentException: edu.harvard.iq.dataverse.authorization.groups.impl.ipaddress.ip.IpAddressRange&java.io.Serializable
Summary: IllegalArgumentException: edu.harvard.iq.dataverse.authorization.groups.impl....
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: 2015-08-07 15:05 UTC by michbarsinai
Modified: 2015-11-30 00:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219016


Attachments
stacktrace (3.29 KB, text/plain)
2015-08-07 15:05 UTC, michbarsinai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michbarsinai 2015-08-07 15:05:23 UTC
Build: NetBeans IDE Dev (Build 201508050002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Mac OS X

User Comments:
michbarsinai: Editing code, re-writing an if expresstion as a trenaty operator.




Stacktrace: 
java.lang.IllegalArgumentException: edu.harvard.iq.dataverse.authorization.groups.impl.ipaddress.ip.IpAddressRange&java.io.Serializable
   at com.sun.tools.javac.model.JavacTypes.getWildcardType(JavacTypes.java:213)
   at org.netbeans.api.java.source.SourceUtils.resolveCapturedTypeInt(SourceUtils.java:1100)
   at org.netbeans.api.java.source.SourceUtils.resolveCapturedTypeInt(SourceUtils.java:1109)
   at org.netbeans.api.java.source.SourceUtils.resolveCapturedType(SourceUtils.java:1068)
   at org.netbeans.modules.editor.java.JavaCompletionItem.createAssignToVarText(JavaCompletionItem.java:4252)
   at org.netbeans.modules.editor.java.JavaCompletionItem.access$3800(JavaCompletionItem.java:116)
Comment 1 michbarsinai 2015-08-07 15:05:25 UTC
Created attachment 155220 [details]
stacktrace