Bug 4045 - Jar Exporter duplicates JavaElementContentProvider (1GGY618)
Summary: Jar Exporter duplicates JavaElementContentProvider (1GGY618)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All Windows All
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Erich Gamma CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 23:05 EDT by Erich Gamma CLA
Modified: 2001-10-12 07:01 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 Erich Gamma CLA 2001-10-10 23:05:08 EDT
EG (7/16/01 10:05:27 AM)
	See title.

NOTES:
DM (8/8/01 3:15:13 PM)
	Note that the current implementation
	- has new functionality
	- can be used as content provider for list viewers
	- is directly used by the CheckBoxGroup (as model)
	- allows to be used with a list (would at least need to protect the public one against CCE)
	- removes the + if a folder/package is empty. the current ViewerFilter architecture does support this
	- some late bugs have only been fixed in the jarpackager version,
		especially the following PRs need to be (re-) verified carefully:
		1GFM3J3: ITPJUI:WINNT - JAR Packager: Reports duplicate entries for default package
		1GHSDS1: ITPJUI:WINNT - Export to Jar does not include root-level resources

DM (8/8/01 4:37:33 PM)
	!!! In order to reuse the existing content provider I had to split it
		into two parts. The CVS version of the JavaElementContentProvider before splitting is 1.12.

	Added filters.

DM (8/9/01 9:56:43 AM)
	Verified 1GFM3J3: ITPJUI:WINNT - JAR Packager: Reports duplicate entries for default package
	==> OK
	Verified 1GHSDS1: ITPJUI:WINNT - Export to Jar does not include root-level resources
	==> OK

	Fixed in 2.0 stream
Comment 1 Claude Knaus CLA 2001-10-12 07:01:17 EDT
moved to fixed