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 58727 - A disconnected dialog appears unexpectedly
Summary: A disconnected dialog appears unexpectedly
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2005-05-10 10:20 UTC by Jiri Skrivanek
Modified: 2005-09-05 09:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2005-05-10 10:20:19 UTC
A dialog with message "The action was not completed, debugged application was
disconnected." appears sometimes when user wants to debug J2SE project. I can
reproduce it in tests and manually when more projects are open, so it can be a
timing issue. But steps to reproduce it anytime are as follows:

- start IDE with empty userdir
- create J2SE project from template
- quickly many times press F5 key (let's say 10 times)
- after while the dialog appears

It affects some automated tests and it started to happen in build 200505051800.

Build 20050509-1016, WindowsXP, JDK1.5.0_03.
Comment 1 Martin Entlicher 2005-05-16 17:49:09 UTC
Reproduced.
This is strange, no such message should be provided in this case.
Will look at it...
Comment 2 Martin Entlicher 2005-05-17 11:52:31 UTC
Fixed in trunk:

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/actions/PauseActionProvider.java,v
 <--  PauseActionProvider.java
new revision: 1.8; previous revision: 1.7
Comment 3 Jiri Skrivanek 2005-05-18 12:56:59 UTC
Verified.