Community
Participate
Working Groups
When the patch attached to bug 241145 will have been committed, it would be cool to fix errors in some of the UA core's classes. More specifically, almost every class in org.eclipse.pde.internal.ua.core.ctxhelp.text refer to toc models : public class CtxHelpTopic extends CtxHelpObject { private static final long serialVersionUID = 1L; public CtxHelpTopic(CtxHelpModel model) { super(model, ELEMENT_TOPIC); } /* (non-Javadoc) --> * @see org.eclipse.pde.internal.core.text.toc.TocObject#canBeParent() */ public boolean canBeParent() { return false; } I will do this as soon as the patch gets integrated
Thanks.
Created attachment 119101 [details] patch against brand new org.eclipse.pde.ua.core plug-in everything should be much cooler that way! Not only I fixed the issue described in comment #0, but I also changed a lot of references to org.eclipse.pde.internal.core.* classes which have now moved to org.eclipse.pde.internal.ua.core.*
done. Thanks Benjamin! > 20091201