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

Summary: AssertionError: hudson.model.Job<P,R>
Product: java Reporter: Jesse Glick <jglick>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221423
Attachments: stacktrace

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