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 41049 - [perf] validate XML blocks AWT-QEUE
Summary: [perf] validate XML blocks AWT-QEUE
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-03-16 22:12 UTC by pzajac
Modified: 2004-08-13 12:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
awt-queu (4.44 KB, text/plain)
2004-03-16 22:13 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2004-03-16 22:12:35 UTC
[36rc1]
The blocked awt-queue stacktrance is in the
attachments.
Comment 1 pzajac 2004-03-16 22:13:07 UTC
Created attachment 14004 [details]
awt-queu
Comment 2 Petr Pisl 2004-04-07 17:35:47 UTC
Should be fixed in the next release.
Comment 3 dmladek 2004-06-21 10:56:10 UTC
imho, should't be this P2?
Comment 4 Antonin Nebuzelsky 2004-06-21 14:56:14 UTC
Yes, thanks for raising it.
Comment 6 pzajac 2004-06-22 12:22:59 UTC
There is only problem with responsivnes. When I started the validadion
I don't see any wait cursor or text in outputwindow.

verified

Comment 7 Antonin Nebuzelsky 2004-06-22 13:50:00 UTC
Petre, can you resolve the responsiveness problem? For example very
easily by adding something like this right after getting the console:

  console.message(Util.THIS.getString("MSG_XML_valid_start"));
  console.moveToFront();
Comment 9 pzajac 2004-06-28 16:35:55 UTC
responsivness seems be ok