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 243964 - Can not edit source file
Summary: Can not edit source file
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 8.0
Hardware: PC All
: P2 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
: 240060 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-04-21 11:19 UTC by Vladimir Kvashin
Modified: 2014-07-03 07:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump when performing goto (32.39 KB, text/plain)
2014-04-21 11:19 UTC, Vladimir Kvashin
Details
Thread dump when trying to edit file (37.94 KB, text/plain)
2014-04-21 11:20 UTC, Vladimir Kvashin
Details
IDE log (235.07 KB, text/plain)
2014-04-21 11:21 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2014-04-21 11:19:58 UTC
Created attachment 146856 [details]
Thread dump when performing goto

While working on a set of projects, from time to time I get slowness when going to declaration (see 1-st attachment - thread-dump-goto.txt). "Slow operation" dialog appears. I press cancel. After that I can not modify current file (see 2-nd attachment - thread-dump-edit.txt).
Comment 1 Vladimir Kvashin 2014-04-21 11:20:27 UTC
Created attachment 146857 [details]
Thread dump when trying to edit file
Comment 2 Vladimir Kvashin 2014-04-21 11:21:17 UTC
Created attachment 146858 [details]
IDE log
Comment 3 Vladimir Kvashin 2014-04-21 11:22:59 UTC
Once happened, this occurs with each hyperlink action until I restard IDE. After restart it works ok some time, then I get into this situation again.
Comment 4 Miloslav Metelka 2014-04-24 09:28:42 UTC
Reassigning to java for further evaluation.
Comment 5 Svata Dedic 2014-04-24 12:54:40 UTC
external javadoc is being fetched synchronously from the parsing result task.
Comment 6 Svata Dedic 2014-04-24 13:20:27 UTC
Fixed as jet-main#89c5c32c1776
Comment 7 Svata Dedic 2014-04-24 13:30:46 UTC
Sorry, wrong changeset. The correct one is jet-main#a7071e0b4163
Comment 8 Quality Engineering 2014-05-25 01:30:11 UTC
Integrated into 'main-silver', will be available in build *201405250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a7071e0b4163
User: Svata Dedic <sdedic@netbeans.org>
Log: #243964: JavadocElement creation should not block on text fetch
Comment 9 Svata Dedic 2014-07-03 07:20:39 UTC
*** Bug 240060 has been marked as a duplicate of this bug. ***