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 98653 - Custom thread for RSSFeed reading
Summary: Custom thread for RSSFeed reading
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Welcome (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on: 110899
Blocks:
  Show dependency tree
 
Reported: 2007-03-22 14:39 UTC by _ rkubacki
Modified: 2007-08-24 11:14 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 _ rkubacki 2007-03-22 14:39:18 UTC
It can be simpler to reuse one of the RequestProcessor threads than to spawn new
one for RSS feed reading at the end of startup.
Comment 1 _ rkubacki 2007-03-22 15:38:31 UTC
BTW: RSSFeed$Reloader.run ends with JLabel.setText() that should be executed in EDT
Comment 2 Stanislav Aubrecht 2007-08-24 11:14:19 UTC
fixed, see #110899