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 59921 - Stop using ConnectionSupport
Summary: Stop using ConnectionSupport
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: PERFORMANCE
Depends on: 62820
Blocks:
  Show dependency tree
 
Reported: 2005-06-14 10:21 UTC by Jesse Glick
Modified: 2007-09-26 09: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 Jesse Glick 2005-06-14 10:21:59 UTC
It seems that the java module *still* stores EA-OpenIDE-Connection attrs in
$userdir/var/attributes.xml (i.e. uses ConnectionSupport). Surely this is not
needed any more now that we have MDR and javamodel.
Comment 1 Jesse Glick 2005-06-14 10:23:21 UTC
These attrs just keep on accumulating in attributes.xml every time you open a
source file that might use them. attributes.xml keeps on getting bigger (until
you delete it); I caught mine getting to over 250Kb. And it is slow to read -
thread dumps of the IDE freezing for a while sometimes show it trying to load
this file.