Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 452135 - Add org.eclipse.ltk.core.refactoring plugin to General > Tracing preference page
Summary: Add org.eclipse.ltk.core.refactoring plugin to General > Tracing preference page
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.5   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 452129
  Show dependency tree
 
Reported: 2014-11-18 10:31 EST by Szymon Ptaszkiewicz CLA
Modified: 2014-11-19 06:26 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Szymon Ptaszkiewicz CLA 2014-11-18 10:31:24 EST
If a plugin provides .options file, it is possible to enable tracing for this plugin via General > Tracing preference page. This bug covers adding the org.eclipse.ltk.core.refactoring plugin to this preference page to make it easier to debug problems in runtime without restarting Eclipse.
Comment 1 Szymon Ptaszkiewicz CLA 2014-11-19 06:26:47 EST
During investigation it turned out there are no debug flags defined in the .options file and the isDebugging method is not used anywhere. It means that there in no point in adding this bundle to the preference page.

Marking the bug WONTFIX until there is a reason to do it, i.e. there are some debug options defined in .options file and they are used in code.