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 50291 - Oversized hashmap for MultiDataObject.secondary
Summary: Oversized hashmap for MultiDataObject.secondary
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 4.x
Hardware: PC All
: P4 blocker (vote)
Assignee: David Konecny
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-10-12 17:09 UTC by _ rkubacki
Modified: 2008-12-22 16:51 UTC (History)
1 user (show)

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 2004-10-12 17:09:01 UTC
Currently we have only a few dataloaders that
groups more files (properties and form AFAIK) but
MultiDataObject initializes hashmap with 16
buckets for secondary entries (new HashMap(11) is
actualy allocating array of length 16).
Comment 1 David Konecny 2004-10-13 15:02:06 UTC
Changed to 4.

Checking in src/org/openide/loaders/MultiDataObject.java
new revision: 1.10; previous revision: 1.9
Comment 2 _ rkubacki 2004-10-19 14:17:36 UTC
verified