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 241930

Summary: AssertionError: io.undertow.server.protocol.http.HttpRequestParser$$generated: completer = com.sun.tools.javac.jvm.ClassReader$1@39aea2da; class file = file:/home/mkatakai/.cache/netbeans/dev/index/s3
Product: java Reporter: Masaki Katakai <masaki>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 205569
Attachments: stacktrace

Description Masaki Katakai 2014-02-16 09:07:44 UTC
Build: NetBeans IDE Dev (Build 201402160001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Linux

User Comments:
masaki: Tried to git clone from https://github.com/undertow-io/undertow.git and opened the projects.

GUEST: tried to open a project

GUEST: Class can't be found within a project, even though it's there.




Stacktrace: 
java.lang.AssertionError: io.undertow.server.protocol.http.HttpRequestParser$$generated: completer = com.sun.tools.javac.jvm.ClassReader$1@39aea2da; class file = file:/home/mkatakai/.cache/netbeans/dev/index/s35/java/14/classes/io/undertow/server/protocol/http/HttpRequestParser$$generated.sig; source file = null
   at com.sun.tools.javac.jvm.ClassReader.enterClass(ClassReader.java:2425)
   at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.enterClassFiles(JavacProcessingEnvironment.java:1021)
   at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.<init>(JavacProcessingEnvironment.java:925)
   at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.next(JavacProcessingEnvironment.java:945)
   at com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1135)
   at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1233)
Comment 1 Masaki Katakai 2014-02-16 09:07:46 UTC
Created attachment 145248 [details]
stacktrace
Comment 2 Martin Balin 2016-07-07 07:18:56 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss