Bug 75741

Summary: [other] remove unused debug options
Product: [Eclipse Project] Platform Reporter: Rafael Chaves <eclipse>
Component: RuntimeAssignee: Rafael Chaves <eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: jeffmcaffer
Version: 3.0Keywords: polish
Target Milestone: 3.2 M1   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
patch for org.eclipse.core.runtime none

Description Rafael Chaves CLA 2004-10-06 17:20:00 EDT
On 3.0, many features moved out runtime to the OSGi framework. We need to get
rid of debug options that are not used anymore in runtime, for instance, those
related to class loading and plug-in life-cycle.
Comment 1 Pascal Rapicault CLA 2004-10-06 17:22:40 EDT
We kept them for backward compatibility :-)
Comment 2 Jeff McAffer CLA 2004-10-07 11:35:48 EDT
some shoudl be removed.  Others should be made to work  and still others should 
be added.  lets make the set of options consistent and useful.
Comment 3 Pascal Rapicault CLA 2005-05-09 14:57:21 EDT
This could be fixed later in 3.1
Comment 4 Pascal Rapicault CLA 2005-05-10 12:12:20 EDT
See also 86673
Comment 5 Pascal Rapicault CLA 2005-05-31 15:33:32 EDT
Not critical to introduce noise with such a change.
Fine 3.2 item.
Comment 6 Jeff McAffer CLA 2005-06-01 23:55:13 EDT
Actually, I beg to differ.  Refining the tracing and debugging settings is a 
fine polish item for 3.1.  This greatly enhances the servicability of Eclipes 
in the field and thus our ability to extract information out of misbehaving 
systems.

This needs to be done with care but I'm not expecting any actual logic 
changes, just some more ifs and output etc.
Comment 7 Pascal Rapicault CLA 2005-06-07 11:38:01 EDT
Rafael, you opened it, you fix it :-)
Comment 8 DJ Houghton CLA 2005-06-10 11:56:01 EDT
Too late to fix in 3.1 now. Release to HEAD first day of 3.2 development. :-)
Comment 9 Rafael Chaves CLA 2005-06-10 13:45:35 EDT
Created attachment 22819 [details]
patch for org.eclipse.core.runtime

I propose we limit ourselves to fixing up existing/cleaning up unused options
(see patch). 

New debug options could be added incrementally, when deemed necessary.
Comment 10 Rafael Chaves CLA 2005-07-05 15:37:42 EDT
Fixed. Released to HEAD.