| Summary: | There are still some 'Discouraged Access' warnings for things that should be API | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Eric Moffatt <emoffatt> |
| Component: | UI | Assignee: | Michael Rennie <Michael_Rennie> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Michael_Rennie, pwebster |
| Version: | 4.3 | ||
| Target Milestone: | 4.3 M7 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 403190 | ||
|
Description
Eric Moffatt
Tagging this for M7 to see if we can at least make the 'org.eclipse.ui.di' package API. I pushed the changes to make the mentioned packages in org.eclipse.e4.ui.di and org.eclipse.e4.ui.workbench API. In org.eclipse.e4.ui.workbench I tagged all of the I*Handler interfaces as @noreference until we decide otherwise. https://git.eclipse.org/r/12394 (In reply to comment #2) > I pushed the changes to make the mentioned packages in org.eclipse.e4.ui.di > and org.eclipse.e4.ui.workbench API. In org.eclipse.e4.ui.workbench I tagged > all of the I*Handler interfaces as @noreference until we decide otherwise. > > https://git.eclipse.org/r/12394 Paul, @noimplement is not allowed on classes, would you rather I add @noextend to UISynchronize and UIEvents and then tag all of the interfaces in UIEevents as @noimplement? Paul, Mike and I had an interesting talk about adding @noimplement to the magically generated constant interfaces...he's added the work for this to bug 403245... (In reply to comment #3) > > Paul, @noimplement is not allowed on classes, would you rather I add > @noextend to UISynchronize and UIEvents and then tag all of the interfaces > in UIEevents as @noimplement? Sorry, you're right, I forgot they weren't interfaces. Please tag them @noextend. PW Released as http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=889f80f1c10e2cc96622ff551cbb5ebf57733003 Thanks Mike, PW Verified in 4.3.0.I20130523-1400. The only discouraged access warning from my APIDemo code is now the @Preference warning as mentioned in comment #0. |