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 115525

Summary: Log network activity initiated from EDT
Product: ide Reporter: _ rkubacki <rkubacki>
Component: PerformanceAssignee: Tomas Hurka <thurka>
Status: NEW ---    
Severity: blocker CC: anebuzelsky
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: patch for security manager

Description _ rkubacki 2007-09-14 10:27:22 UTC
Connecting to network from event dispatch thread is a bad practice as it can freeze application. One way how to tell
people not to do it is to give them an alarm on such activity.
Comment 1 _ rkubacki 2007-09-14 10:28:09 UTC
Created attachment 48815 [details]
patch for security manager
Comment 2 Antonin Nebuzelsky 2011-12-29 13:34:53 UTC
Good idea. We have tests for FS I/O in EDT now. Let's test also for the network I/O in EDT...

Tomasi, can you investigate?
Comment 3 Tomas Hurka 2012-01-04 14:03:26 UTC
(In reply to comment #2)
> Good idea. We have tests for FS I/O in EDT now. Let's test also for the network
> I/O in EDT...
> 
> Tomasi, can you investigate?
Yes, I will take a look.