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 256879 - AssertionError: hudson.model.Job<P,R>
Summary: AssertionError: hudson.model.Job<P,R>
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-30 22:38 UTC by Jesse Glick
Modified: 2015-11-30 22:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221423


Attachments
stacktrace (10.45 KB, text/plain)
2015-11-30 22:38 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2015-11-30 22:38:47 UTC
Build: NetBeans IDE Dev (Build 20151104-5022c03c8164)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Linux

User Comments:
jglick: Scanning after switching a Maven dep to a snapshot.




Stacktrace: 
java.lang.AssertionError: hudson.model.Job<P,R>
   at com.sun.tools.javac.util.Assert.error(Assert.java:133)
   at com.sun.tools.javac.util.Assert.check(Assert.java:86)
   at com.sun.tools.javac.code.Type$IntersectionClassType.<init>(Type.java:1000)
   at com.sun.tools.javac.code.Types.makeCompoundType(Types.java:2290)
   at com.sun.tools.javac.code.Types.setBounds(Types.java:2521)
   at com.sun.tools.javac.jvm.ClassReader.sigToTypeParam(ClassReader.java:931)
Comment 1 Jesse Glick 2015-11-30 22:38:49 UTC
Created attachment 157569 [details]
stacktrace