This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 81795 - [Bugs] No CVS access for bugzilla plug-in
Summary: [Bugs] No CVS access for bugzilla plug-in
Status: CLOSED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 3.1   Edit
Hardware: PC All
: P5 enhancement with 2 votes (vote)
Target Milestone: ---   Edit
Assignee: Platform Team Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2004-12-22 11:41 EST by Jeff Pound CLA
Modified: 2009-08-30 02:18 EDT (History)
3 users (show)

See Also:


Attachments
Patch to remove all warnings in org.eclipse.team.bugs (50.91 KB, patch)
2005-05-31 16:26 EDT, Ed Burnette CLA
no flags Details | Diff
Patch to remove most warnings in org.eclipse.team.bugzilla (192.92 KB, patch)
2005-05-31 16:27 EDT, Ed Burnette CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Pound CLA 2004-12-22 11:41:34 EST
The bugzilla plug-in is not part of eclipse.org's CVS repository. CVS access is
neccessary for public development of the plug-in. Im filing this bug to track
the issue.
Comment 1 Jean-Michel Lemieux CLA 2004-12-22 14:16:31 EST
The source code is included in the feature. 

There are no plans to integrate this plug-in into an existing project. We
consider this work as a prototype effort that was done by a student that is no
longer available to us. If someone wants to propose that this be integrated into
an existing Eclipse.org project and has the time to own the plug-in then go
ahead and contact the Eclipse Foundation. One option would be to have a bugzilla
project added to the technology project until it matures.
Comment 2 Ed Burnette CLA 2005-04-06 13:31:09 EDT
What's the status of this; does anybody have a new version they've been hacking
on somewhere? Will it be folded into Mylar?
Comment 3 Jeff Pound CLA 2005-04-06 14:29:29 EDT
Ed, Ive been hacking in my free time. Ive integrated querying, added auto-hide
to the quick view among other internal hackings. Its available from
sources.redhat.com.

Details here: http://sources.redhat.com/eclipse
Comment 4 Michael Valenta CLA 2005-05-31 14:36:12 EDT
There is currently no plan the address this item.
Comment 5 Ed Burnette CLA 2005-05-31 16:16:34 EDT
The bugzilla plug-in currently uses a number of Team internal interfaces. If the
plug-in isn't part of the Platform then it can't use these interfaces any more.
Michael, what would you suggest to replace these:

Severity	Description	Resource	In Folder	Location	
1	Discouraged access: The type ITeamUIImages is not accessible due to
restriction on required library C:\Program
Files\eclipse\plugins\org.eclipse.team.ui_3.1.0.jar	UserValidationDialog.java
org.eclipse.team.bugzilla/src/org/eclipse/team/bugzilla/dialogs	line 29	

1	Discouraged access: The type ITeamUIImages is not accessible due to
restriction on required library C:\Program
Files\eclipse\plugins\org.eclipse.team.ui_3.1.0.jar	UserValidationDialog.java
org.eclipse.team.bugzilla/src/org/eclipse/team/bugzilla/dialogs	line 115	

1	Discouraged access: The type PollingInputStream is not accessible due to
restriction on required library C:\Program
Files\eclipse\plugins\org.eclipse.team.core_3.1.0.jar	HTTPConnection.java
org.eclipse.team.bugzilla/src/org/eclipse/team/bugzilla/operations	line 30	

1	Discouraged access: The type TimeoutInputStream is not accessible due to
restriction on required library C:\Program
Files\eclipse\plugins\org.eclipse.team.core_3.1.0.jar	HTTPConnection.java
org.eclipse.team.bugzilla/src/org/eclipse/team/bugzilla/operations	line 31	

1	Discouraged access: The type PollingInputStream is not accessible due to
restriction on required library C:\Program
Files\eclipse\plugins\org.eclipse.team.core_3.1.0.jar	HTTPConnection.java
org.eclipse.team.bugzilla/src/org/eclipse/team/bugzilla/operations	line 203	

1	Discouraged access: The type TimeoutInputStream is not accessible due to
restriction on required library C:\Program
Files\eclipse\plugins\org.eclipse.team.core_3.1.0.jar	HTTPConnection.java
org.eclipse.team.bugzilla/src/org/eclipse/team/bugzilla/operations	line 203	

1	Discouraged access: The type BackgroundEventHandler is not accessible due to
restriction on required library C:\Program
Files\eclipse\plugins\org.eclipse.team.core_3.1.0.jar
DelayedRefreshPresenter.java
org.eclipse.team.bugzilla/src/org/eclipse/team/bugzilla/view	line 23	

1	Discouraged access: The type BackgroundEventHandler is not accessible due to
restriction on required library C:\Program
Files\eclipse\plugins\org.eclipse.team.core_3.1.0.jar
DelayedRefreshPresenter.java
org.eclipse.team.bugzilla/src/org/eclipse/team/bugzilla/view	line 31	

1	Discouraged access: The type BackgroundEventHandler.Event is not accessible
due to restriction on required library C:\Program
Files\eclipse\plugins\org.eclipse.team.core_3.1.0.jar
DelayedRefreshPresenter.java
org.eclipse.team.bugzilla/src/org/eclipse/team/bugzilla/view	line 39	

1	Discouraged access: The type BackgroundEventHandler.Event is not accessible
due to restriction on required library C:\Program
Files\eclipse\plugins\org.eclipse.team.core_3.1.0.jar
DelayedRefreshPresenter.java
org.eclipse.team.bugzilla/src/org/eclipse/team/bugzilla/view	line 81
Comment 6 Ed Burnette CLA 2005-05-31 16:26:24 EDT
Created attachment 22099 [details]
Patch to remove all warnings in org.eclipse.team.bugs

Patched w.r.t. the readhat cvs location.
Comment 7 Ed Burnette CLA 2005-05-31 16:27:59 EDT
Created attachment 22100 [details]
Patch to remove most warnings in org.eclipse.team.bugzilla

Patched w.r.t. the Redhat cvs version. Gets rid of all the warnings except the
access to internals ones.
Comment 8 Michael Valenta CLA 2005-05-31 16:29:18 EDT
Your choices are to continue using the internal classes with the understanding 
that future releases of Eclipse may break the plugin or reimplement the 
required funtionality. The classes in question are all fairly small and could 
easily be copied if you wanted to ensure backwards compatibility.
Comment 9 Jeff Pound CLA 2005-06-01 12:52:26 EDT
Ed, Thanks for the patches. I've committed both of them to redhat's cvs and
filed https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=159309 to track it.
I'm not so sure e.org wants all the bugzilla traffic for a project that they're
not hosting. Feel free to file bugs in Redhats bugzilla for this plug-in.

Michael, Thanks for the suggestion. I'll look into which internal classes are
being used when I have a chance. I know you guys don't officially have time to
continue work on this plug-in but any contributions/ideas/bugs/etc that you have
are appreciated.

I've filed https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=159314 to track
the internal classes issue.
Comment 10 Michael Valenta CLA 2005-08-16 10:15:53 EDT
The Team component does not plan to do any future work on the Bugs plugin. The 
plugin available at http://sourceware.org/eclipse/ is a continuation of this 
work and the Mylar project (http://www.eclipse.org/mylar/) also has bugzilla 
integration. Each of these has there own bug tracking system.
Comment 11 Denis Roy CLA 2009-08-30 02:18:23 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.