Bug 75741 - [other] remove unused debug options
Summary: [other] remove unused debug options
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Runtime (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M1   Edit
Assignee: Rafael Chaves CLA
QA Contact:
URL:
Whiteboard:
Keywords: polish
Depends on:
Blocks:
 
Reported: 2004-10-06 17:20 EDT by Rafael Chaves CLA
Modified: 2005-08-10 19:06 EDT (History)
1 user (show)

See Also:


Attachments
patch for org.eclipse.core.runtime (6.42 KB, patch)
2005-06-10 13:45 EDT, Rafael Chaves CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.