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 - 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
Summary: AssertionError: io.undertow.server.protocol.http.HttpRequestParser$$generated...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-16 09:07 UTC by Masaki Katakai
Modified: 2016-07-07 07:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205569


Attachments
stacktrace (2.22 KB, text/plain)
2014-02-16 09:07 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
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