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 271787 - IllegalStateException: Retouche is sending ClassIndex events from within JavaSource.runUserActionTask()
Summary: IllegalStateException: Retouche is sending ClassIndex events from within Java...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-11 12:26 UTC by Exceptions Reporter
Modified: 2017-11-22 16:29 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 228513


Attachments
stacktrace (7.43 KB, text/plain)
2017-11-11 12:26 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-11-11 12:26:22 UTC
Build: NetBeans IDE Dev (Build 201711100002)
VM: Java HotSpot(TM) 64-Bit Server VM, 9.0.1+11, Java(TM) SE Runtime Environment, 9.0.1+11
OS: Mac OS X

User Comments:
GUEST: New Java Module Info -> Finish

java1cprog: Cut requaret module name.

java1cprog: Renaming

GUEST: No special action was taken

java1cprog: Refactoring code

GUEST: I changed a Java8 project to use Java9 instead




Stacktrace: 
java.lang.IllegalStateException: Retouche is sending ClassIndex events from within JavaSource.runUserActionTask()
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper$ClassIndexListenerImpl.runInJavacContext(AnnotationModelHelper.java:455)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper$ClassIndexListenerImpl.rootsChanged(AnnotationModelHelper.java:438)
   at org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper$ClassIndexListenerImpl.rootsAdded(AnnotationModelHelper.java:428)
   at org.netbeans.api.java.source.ClassIndex$SPIListener$1.run(ClassIndex.java:1122)
   at org.netbeans.api.java.source.ClassIndex.fireByWorker(ClassIndex.java:1143)
   at org.netbeans.api.java.source.ClassIndex.access$1300(ClassIndex.java:107)
Comment 1 Exceptions Reporter 2017-11-11 12:26:26 UTC
Created attachment 165430 [details]
stacktrace