eclipse-ocl / org.eclipse.ocl

Eclipse Public License 2.0
0 stars 0 forks source link

[debug] Eliminate deprecation warnings #1973

Open eclipse-ocl-bot opened 2 hours ago

eclipse-ocl-bot commented 2 hours ago

| --- | --- | | Bugzilla Link | 533254 | | Status | NEW | | Importance | P3 normal | | Reported | Apr 05, 2018 06:46 EDT | | Modified | Nov 04, 2018 10:20 EDT | | Depends on | 455985 | | See also | 540751 | | Reporter | Ed Willink |

Description

The debugger plugin.xml use deprecated extension points, for which replacements do not seem to be available. See Bug 455985.

eclipse-ocl-bot commented 2 hours ago

By Ed Willink on Apr 12, 2018 14:18

Most action delegates are easily replaced by distinctly simpler handlers, but org.eclipse.debug.ui.actions.RulerToggleBreakpointActionDelegate is too hard.

The easy ones are replaced for M7.

The hard one can wait till JDT/the platform reacts to the deprecation.