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

Summary: Accessing file system in EDT: NativeDebuggerManager.notifyUnsavedFiles
Product: cnd Reporter: Egor Ushakov <gorrus>
Component: DebuggerAssignee: Egor Ushakov <gorrus>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 218138    
Attachments: stacktrace

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