Bug 65266 - JarPackageFragmentInfo has unnecessary field
Summary: JarPackageFragmentInfo has unnecessary field
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 RC2   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-02 06:52 EDT by Jerome Lanneluc CLA
Modified: 2004-06-11 10:11 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Lanneluc CLA 2004-06-02 06:52:15 EDT
I20040529

Field JarPackageFragmentInfo#entryNames is unnecessary has it is used as a 
temporary cache. It should be removed to free up space.
Comment 1 Jerome Lanneluc CLA 2004-06-10 09:41:14 EDT
Removed the field entryNames from JarPackageFragmentInfo, changed 
JarPackageFragment.computeChildren(...) to take the entryNames in argument, 
and changed JarPackageFragmentRoot.computeChildren(...) to pass in the 
entryNames instead of setting the field.
Comment 2 Olivier Thomann CLA 2004-06-11 10:11:33 EDT
Verified in 200406110010