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 242477 - org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: Editor Parsing Loop (20140217-a6dacc5271c0)
Summary: org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: Ed...
Status: RESOLVED DUPLICATE of bug 242474
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-01 09:24 UTC by Jaroslav Tulach
Modified: 2014-07-08 08:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208069


Attachments
stacktrace (2.79 KB, text/plain)
2014-03-01 09:24 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2014-03-01 09:24:47 UTC
This bug was originally marked as duplicate of bug 240944, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20140217-a6dacc5271c0)
VM: Java HotSpot(TM) Client VM, 25.0-b62, Java(TM) SE Runtime Environment, 1.8.0-ea-b120
OS: Linux

User Comments:
jtulach: After goto class

jtulach: deadlock

jtulach: Followed a hyperlink




Stacktrace: 
org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: Editor Parsing Loop (20140217-a6dacc5271c0)
   at org.netbeans.modules.javadoc.highlighting.Highlighting.tokenHierarchyChanged(Highlighting.java:136)
   at sun.reflect.GeneratedMethodAccessor81.invoke(GeneratedMethodAccessor81.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:483)
   at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:461)
   at com.sun.proxy.$Proxy35.tokenHierarchyChanged(.java:0)
Comment 1 Jaroslav Tulach 2014-03-01 09:24:49 UTC
Created attachment 145687 [details]
stacktrace
Comment 2 Ralph Ruijs 2014-07-08 08:10:15 UTC

*** This bug has been marked as a duplicate of bug 242474 ***