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 218239 - Accessing file system in EDT: NativeDebuggerManager.notifyUnsavedFiles
Summary: Accessing file system in EDT: NativeDebuggerManager.notifyUnsavedFiles
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks: 218138
  Show dependency tree
 
Reported: 2012-09-12 15:48 UTC by Egor Ushakov
Modified: 2012-10-25 01:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stacktrace (4.17 KB, text/plain)
2012-09-12 15:48 UTC, Egor Ushakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2012-09-12 15:48:45 UTC
NativeDebugger listens to DataObject.Registry and notifies debugger about unsaved files, doing this in EDT sometimes ends up with requests to filesystem.
Comment 1 Egor Ushakov 2012-09-12 15:48:59 UTC
Created attachment 124260 [details]
stacktrace
Comment 2 Egor Ushakov 2012-10-24 09:43:48 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/d9d3ec996df6
Comment 3 Quality Engineering 2012-10-25 01:35:23 UTC
Integrated into 'main-golden', will be available in build *201210250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d9d3ec996df6
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #218239 - Accessing file system in EDT: NativeDebuggerManager.notifyUnsavedFiles