Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build N20091008-2007 (Timestamp: 200910082007):Compile errors in build

Build N20091008-2007 (Timestamp: 200910082007):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.equinox.p2.ui_1.1.0.N20091008-2007

Compiler log for org.eclipse.equinox.p2.ui_1.1.0.N20091008-2007 : @dot.xml

TOTAL : ERRORS: 14, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/equinox/internal/provisional/p2/ui/dialogs/RevertProfilePage.java : 14 errors :

1. ERROR in /src/org/eclipse/equinox/internal/provisional/p2/ui/dialogs/RevertProfilePage.java
 (at line 17)
import org.eclipse.compare.*;
The import org.eclipse.compare cannot be resolved
2. ERROR in /src/org/eclipse/equinox/internal/provisional/p2/ui/dialogs/RevertProfilePage.java
 (at line 18)
import org.eclipse.compare.structuremergeviewer.Differencer;
The import org.eclipse.compare cannot be resolved
3. ERROR in /src/org/eclipse/equinox/internal/provisional/p2/ui/dialogs/RevertProfilePage.java
 (at line 19)
import org.eclipse.compare.structuremergeviewer.IStructureComparator;
The import org.eclipse.compare cannot be resolved
4. ERROR in /src/org/eclipse/equinox/internal/provisional/p2/ui/dialogs/RevertProfilePage.java
 (at line 387)
CompareUI.openCompareDialog(new ProfileCompareEditorInput(rpe));
CompareUI cannot be resolved
5. ERROR in /src/org/eclipse/equinox/internal/provisional/p2/ui/dialogs/RevertProfilePage.java
 (at line 390)
private class ProfileCompareEditorInput extends CompareEditorInput {
CompareEditorInput cannot be resolved to a type
6. ERROR in /src/org/eclipse/equinox/internal/provisional/p2/ui/dialogs/RevertProfilePage.java
 (at line 396)
super(new CompareConfiguration());
CompareConfiguration cannot be resolved to a type
7. ERROR in /src/org/eclipse/equinox/internal/provisional/p2/ui/dialogs/RevertProfilePage.java
 (at line 404)
Differencer d = new Differencer();
Differencer cannot be resolved to a type
8. ERROR in /src/org/eclipse/equinox/internal/provisional/p2/ui/dialogs/RevertProfilePage.java
 (at line 404)
Differencer d = new Differencer();
Differencer cannot be resolved to a type
9. ERROR in /src/org/eclipse/equinox/internal/provisional/p2/ui/dialogs/RevertProfilePage.java
 (at line 410)
CompareConfiguration cc = getCompareConfiguration();
CompareConfiguration cannot be resolved to a type
10. ERROR in /src/org/eclipse/equinox/internal/provisional/p2/ui/dialogs/RevertProfilePage.java
 (at line 410)
CompareConfiguration cc = getCompareConfiguration();
The method getCompareConfiguration() is undefined for the type RevertProfilePage.ProfileCompareEditorInput
11. ERROR in /src/org/eclipse/equinox/internal/provisional/p2/ui/dialogs/RevertProfilePage.java
 (at line 424)
private class ProvElementNode implements IStructureComparator, ITypedElement, IStreamContentAccessor {
IStructureComparator cannot be resolved to a type
12. ERROR in /src/org/eclipse/equinox/internal/provisional/p2/ui/dialogs/RevertProfilePage.java
 (at line 424)
private class ProvElementNode implements IStructureComparator, ITypedElement, IStreamContentAccessor {
ITypedElement cannot be resolved to a type
13. ERROR in /src/org/eclipse/equinox/internal/provisional/p2/ui/dialogs/RevertProfilePage.java
 (at line 424)
private class ProvElementNode implements IStructureComparator, ITypedElement, IStreamContentAccessor {
IStreamContentAccessor cannot be resolved to a type
14. ERROR in /src/org/eclipse/equinox/internal/provisional/p2/ui/dialogs/RevertProfilePage.java
 (at line 485)
return ITypedElement.UNKNOWN_TYPE;
ITypedElement cannot be resolved to a variable

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings
Title: Compiler log for ant_tasks

Compiler log for ant_tasks : helpbase-ant.jar.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/org/eclipse/help/internal/base/ant/BuildHelpIndex.java : 2 errors :

1. ERROR in /org/eclipse/help/internal/base/ant/BuildHelpIndex.java
 (at line 17)
import org.eclipse.ant.core.AntCorePlugin;
The import org.eclipse.ant cannot be resolved
2. ERROR in /org/eclipse/help/internal/base/ant/BuildHelpIndex.java
 (at line 62)
.getReferences().get(AntCorePlugin.ECLIPSE_PROGRESS_MONITOR);
AntCorePlugin cannot be resolved to a variable

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings
Title: Compiler log for org.eclipse.ui.cheatsheets_3.4.0.N20091008-2007

Compiler log for org.eclipse.ui.cheatsheets_3.4.0.N20091008-2007 : @dot.xml

TOTAL : ERRORS: 5, WARNINGS: 0

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/ui/cheatsheets/OpenCheatSheetAction.java : 2 errors :

1. ERROR in /src/org/eclipse/ui/cheatsheets/OpenCheatSheetAction.java
 (at line 130)
helpPart.addPart(CheatSheetHelpPart.ID, new CheatSheetHelpPart(helpPart.getForm().getForm().getBody(), helpPart.getForm().getToolkit(), page.getToolBarManager(), contentElement, new DefaultStateManager()));
The method getForm() from the type ReusableHelpPart refers to the missing type ManagedForm
2. ERROR in /src/org/eclipse/ui/cheatsheets/OpenCheatSheetAction.java
 (at line 130)
helpPart.addPart(CheatSheetHelpPart.ID, new CheatSheetHelpPart(helpPart.getForm().getForm().getBody(), helpPart.getForm().getToolkit(), page.getToolBarManager(), contentElement, new DefaultStateManager()));
The method getForm() from the type ReusableHelpPart refers to the missing type ManagedForm

/src/org/eclipse/ui/internal/cheatsheets/views/CheatSheetHelpPart.java : 1 error :

1. ERROR in /src/org/eclipse/ui/internal/cheatsheets/views/CheatSheetHelpPart.java
 (at line 35)
public class CheatSheetHelpPart extends AbstractFormPart implements IHelpPart {
The hierarchy of the type CheatSheetHelpPart is inconsistent

/src/org/eclipse/ui/internal/cheatsheets/views/CheatSheetViewer.java : 2 errors :

1. ERROR in /src/org/eclipse/ui/internal/cheatsheets/views/CheatSheetViewer.java
 (at line 673)
helpPart.addPart(CheatSheetHelpPart.ID, new CheatSheetHelpPart(helpPart.getForm().getForm().getBody(), helpPart.getForm().getToolkit(), page.getToolBarManager(), contentElement, trayManager));
The method getForm() from the type ReusableHelpPart refers to the missing type ManagedForm
2. ERROR in /src/org/eclipse/ui/internal/cheatsheets/views/CheatSheetViewer.java
 (at line 673)
helpPart.addPart(CheatSheetHelpPart.ID, new CheatSheetHelpPart(helpPart.getForm().getForm().getBody(), helpPart.getForm().getToolkit(), page.getToolBarManager(), contentElement, trayManager));
The method getForm() from the type ReusableHelpPart refers to the missing type ManagedForm

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings
Title: Compiler log for org.eclipse.help.ui_3.5.0.N20091008-2007

Compiler log for org.eclipse.help.ui_3.5.0.N20091008-2007 : @dot.xml

TOTAL : ERRORS: 569, WARNINGS: 6

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/help/ui/internal/views/AllTopicsPart.java : 3 errors :

1. ERROR in /src/org/eclipse/help/ui/internal/views/AllTopicsPart.java
 (at line 35)
import org.eclipse.ui.forms.widgets.FormToolkit;
The import org.eclipse.ui.forms cannot be resolved
2. ERROR in /src/org/eclipse/help/ui/internal/views/AllTopicsPart.java
 (at line 37)
public class AllTopicsPart extends HyperlinkTreePart implements IHelpPart {
The hierarchy of the type AllTopicsPart is inconsistent
3. ERROR in /src/org/eclipse/help/ui/internal/views/AllTopicsPart.java
 (at line 186)
public AllTopicsPart(Composite parent, final FormToolkit toolkit,
FormToolkit cannot be resolved to a type

/src/org/eclipse/help/ui/internal/views/BookmarksPart.java : 3 errors :

1. ERROR in /src/org/eclipse/help/ui/internal/views/BookmarksPart.java
 (at line 27)
import org.eclipse.ui.forms.widgets.FormToolkit;
The import org.eclipse.ui.forms cannot be resolved
2. ERROR in /src/org/eclipse/help/ui/internal/views/BookmarksPart.java
 (at line 29)
public class BookmarksPart extends HyperlinkTreePart implements IHelpPart,
The hierarchy of the type BookmarksPart is inconsistent
3. ERROR in /src/org/eclipse/help/ui/internal/views/BookmarksPart.java
 (at line 112)
public BookmarksPart(Composite parent, final FormToolkit toolkit,
FormToolkit cannot be resolved to a type

/src/org/eclipse/help/ui/internal/views/BrowserPart.java : 4 errors :

1. ERROR in /src/org/eclipse/help/ui/internal/views/BrowserPart.java
 (at line 50)
import org.eclipse.ui.forms.AbstractFormPart;
The import org.eclipse.ui.forms cannot be resolved
2. ERROR in /src/org/eclipse/help/ui/internal/views/BrowserPart.java
 (at line 51)
import org.eclipse.ui.forms.widgets.FormToolkit;
The import org.eclipse.ui.forms cannot be resolved
3. ERROR in /src/org/eclipse/help/ui/internal/views/BrowserPart.java
 (at line 53)
public class BrowserPart extends AbstractFormPart implements IHelpPart {
AbstractFormPart cannot be resolved to a type
4. ERROR in /src/org/eclipse/help/ui/internal/views/BrowserPart.java
 (at line 82)
public BrowserPart(final Composite parent, FormToolkit toolkit,
FormToolkit cannot be resolved to a type

/src/org/eclipse/help/ui/internal/views/Chevron.java : 16 errors :

1. ERROR in /src/org/eclipse/help/ui/internal/views/Chevron.java
 (at line 16)
import org.eclipse.ui.forms.widgets.ToggleHyperlink;
The import org.eclipse.ui.forms cannot be resolved
2. ERROR in /src/org/eclipse/help/ui/internal/views/Chevron.java
 (at line 18)
public final class Chevron extends ToggleHyperlink {
ToggleHyperlink cannot be resolved to a type
3. ERROR in /src/org/eclipse/help/ui/internal/views/Chevron.java
 (at line 35)
innerWidth = 8;
innerWidth cannot be resolved to a variable
4. ERROR in /src/org/eclipse/help/ui/internal/views/Chevron.java
 (at line 36)
innerHeight = 5;
innerHeight cannot be resolved to a variable
5. ERROR in /src/org/eclipse/help/ui/internal/views/Chevron.java
 (at line 37)
marginWidth = 3;
marginWidth cannot be resolved to a variable
6. ERROR in /src/org/eclipse/help/ui/internal/views/Chevron.java
 (at line 38)
marginHeight = 4;
marginHeight cannot be resolved to a variable
7. ERROR in /src/org/eclipse/help/ui/internal/views/Chevron.java
 (at line 45)
if (hover && getHoverDecorationColor() != null)
hover cannot be resolved to a variable
8. ERROR in /src/org/eclipse/help/ui/internal/views/Chevron.java
 (at line 45)
if (hover && getHoverDecorationColor() != null)
The method getHoverDecorationColor() is undefined for the type Chevron
9. ERROR in /src/org/eclipse/help/ui/internal/views/Chevron.java
 (at line 46)
gc.setForeground(getHoverDecorationColor());
The method getHoverDecorationColor() is undefined for the type Chevron
10. ERROR in /src/org/eclipse/help/ui/internal/views/Chevron.java
 (at line 47)
else if (getDecorationColor() != null)
The method getDecorationColor() is undefined for the type Chevron
11. ERROR in /src/org/eclipse/help/ui/internal/views/Chevron.java
 (at line 48)
gc.setForeground(getDecorationColor());
The method getDecorationColor() is undefined for the type Chevron
12. ERROR in /src/org/eclipse/help/ui/internal/views/Chevron.java
 (at line 50)
Rectangle carea = getClientArea();
The method getClientArea() is undefined for the type Chevron
13. ERROR in /src/org/eclipse/help/ui/internal/views/Chevron.java
 (at line 51)
int x = (carea.width - innerWidth) /2;
innerWidth cannot be resolved to a variable
14. ERROR in /src/org/eclipse/help/ui/internal/views/Chevron.java
 (at line 52)
int y = (carea.height - innerHeight) / 2;
innerHeight cannot be resolved to a variable
15. ERROR in /src/org/eclipse/help/ui/internal/views/Chevron.java
 (at line 53)
if (isExpanded())
The method isExpanded() is undefined for the type Chevron
16. ERROR in /src/org/eclipse/help/ui/internal/views/Chevron.java
 (at line 60)
gc.setBackground(getBackground());
The method getBackground() is undefined for the type Chevron

/src/org/eclipse/help/ui/internal/views/ComboPart.java : 3 errors :

1. ERROR in /src/org/eclipse/help/ui/internal/views/ComboPart.java
 (at line 19)
import org.eclipse.ui.forms.widgets.FormToolkit;
The import org.eclipse.ui.forms cannot be resolved
2. ERROR in /src/org/eclipse/help/ui/internal/views/ComboPart.java
 (at line 27)
public ComboPart(Composite parent, FormToolkit toolkit, int style) {
FormToolkit cannot be resolved to a type
3. ERROR in /src/org/eclipse/help/ui/internal/views/ComboPart.java
 (at line 52)
public void createControl(Composite parent, FormToolkit toolkit, int style) {
FormToolkit cannot be resolved to a type

/src/org/eclipse/help/ui/internal/views/ContextHelpPart.java : 55 errors :

1. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 62)
import org.eclipse.ui.forms.IFormColors;
The import org.eclipse.ui.forms cannot be resolved
2. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 63)
import org.eclipse.ui.forms.SectionPart;
The import org.eclipse.ui.forms cannot be resolved
3. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 64)
import org.eclipse.ui.forms.events.ExpansionAdapter;
The import org.eclipse.ui.forms cannot be resolved
4. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 65)
import org.eclipse.ui.forms.events.ExpansionEvent;
The import org.eclipse.ui.forms cannot be resolved
5. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 66)
import org.eclipse.ui.forms.events.HyperlinkEvent;
The import org.eclipse.ui.forms cannot be resolved
6. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 67)
import org.eclipse.ui.forms.events.IHyperlinkListener;
The import org.eclipse.ui.forms cannot be resolved
7. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 68)
import org.eclipse.ui.forms.widgets.FormText;
The import org.eclipse.ui.forms cannot be resolved
8. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 69)
import org.eclipse.ui.forms.widgets.FormToolkit;
The import org.eclipse.ui.forms cannot be resolved
9. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 70)
import org.eclipse.ui.forms.widgets.Section;
The import org.eclipse.ui.forms cannot be resolved
10. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 71)
import org.eclipse.ui.forms.widgets.TableWrapData;
The import org.eclipse.ui.forms cannot be resolved
11. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 72)
import org.eclipse.ui.forms.widgets.TableWrapLayout;
The import org.eclipse.ui.forms cannot be resolved
12. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 75)
public class ContextHelpPart extends SectionPart implements IHelpPart {
SectionPart cannot be resolved to a type
13. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 82)
private FormText text;
FormText cannot be resolved to a type
14. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 105)
public ContextHelpPart(Composite parent, FormToolkit toolkit) {
FormToolkit cannot be resolved to a type
15. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 107)
Section section = getSection();
Section cannot be resolved to a type
16. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 107)
Section section = getSection();
The method getSection() is undefined for the type ContextHelpPart
17. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 112)
section.addExpansionListener(new ExpansionAdapter() {
ExpansionAdapter cannot be resolved to a type
18. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 119)
TableWrapLayout layout = new TableWrapLayout();
TableWrapLayout cannot be resolved to a type
19. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 119)
TableWrapLayout layout = new TableWrapLayout();
TableWrapLayout cannot be resolved to a type
20. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 124)
text = toolkit.createFormText(container, false);
FormText cannot be resolved to a type
21. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 125)
text.setWhitespaceNormalized(false);
FormText cannot be resolved to a type
22. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 126)
text.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB));
FormText cannot be resolved to a type
23. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 126)
text.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB));
TableWrapData cannot be resolved to a type
24. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 126)
text.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB));
TableWrapData cannot be resolved to a variable
25. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 127)
text.setColor(IFormColors.TITLE, toolkit.getColors().getColor(
FormText cannot be resolved to a type
26. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 127)
text.setColor(IFormColors.TITLE, toolkit.getColors().getColor(
IFormColors cannot be resolved to a variable
27. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 128)
IFormColors.TITLE));
IFormColors cannot be resolved to a variable
28. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 130)
text.setFont("code", codeFont); //$NON-NLS-1$
FormText cannot be resolved to a type
29. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 132)
text.setImage(key, HelpUIResources.getImage(key));
FormText cannot be resolved to a type
30. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 134)
text.setImage(key, HelpUIResources.getImage(key));
FormText cannot be resolved to a type
31. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 137)
text.setImage(searchKey, HelpUIResources.getImage(searchKey));
FormText cannot be resolved to a type
32. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 139)
text.addHyperlinkListener(new IHyperlinkListener() {
FormText cannot be resolved to a type
33. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 139)
text.addHyperlinkListener(new IHyperlinkListener() {
IHyperlinkListener cannot be resolved to a type
34. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 157)
text.setText(defaultText, false, false);
FormText cannot be resolved to a type
35. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 161)
int style = Section.EXPANDED | Section.TITLE_BAR;
Section cannot be resolved to a variable
36. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 161)
int style = Section.EXPANDED | Section.TITLE_BAR;
Section cannot be resolved to a variable
37. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 163)
style = style | Section.TWISTIE;
Section cannot be resolved to a variable
38. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 187)
super.dispose();
SectionPart cannot be resolved to a type
39. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 196)
return getSection();
The method getSection() is undefined for the type ContextHelpPart
40. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 207)
parent.hookFormText(text);
FormText cannot be resolved to a type
41. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 220)
getSection().setVisible(visible);
The method getSection() is undefined for the type ContextHelpPart
42. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 236)
if (text != null)
FormText cannot be resolved to a type
43. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 237)
text.setText(defaultText, false, false);
FormText cannot be resolved to a type
44. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 257)
if (getSection().isExpanded()) {
The method getSection() is undefined for the type ContextHelpPart
45. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 285)
if (text.isDisposed())
FormText cannot be resolved to a type
46. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 352)
getSection().setText(EscapeUtils.escapeForLabel(title));
The method getSection() is undefined for the type ContextHelpPart
47. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 357)
text.setText(helpText != null ? helpText : defaultText,
FormText cannot be resolved to a type
48. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 360)
getSection().layout();
The method getSection() is undefined for the type ContextHelpPart
49. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 361)
getManagedForm().reflow(true);
The method getManagedForm() is undefined for the type ContextHelpPart
50. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 591)
sbuf.append(IFormColors.TITLE);
IFormColors cannot be resolved to a variable
51. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 616)
sbuf.append(IFormColors.TITLE);
IFormColors cannot be resolved to a variable
52. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 670)
if (text != null)
FormText cannot be resolved to a type
53. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 671)
text.setFocus();
FormText cannot be resolved to a type
54. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 680)
return parent.fillFormContextMenu(text, manager);
FormText cannot be resolved to a type
55. ERROR in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 689)
return text.equals(control);
FormText cannot be resolved to a type

/src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java : 52 errors :

1. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 43)
import org.eclipse.ui.forms.IFormColors;
The import org.eclipse.ui.forms cannot be resolved
2. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 44)
import org.eclipse.ui.forms.SectionPart;
The import org.eclipse.ui.forms cannot be resolved
3. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 45)
import org.eclipse.ui.forms.events.ExpansionEvent;
The import org.eclipse.ui.forms cannot be resolved
4. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 46)
import org.eclipse.ui.forms.events.HyperlinkEvent;
The import org.eclipse.ui.forms cannot be resolved
5. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 47)
import org.eclipse.ui.forms.events.IExpansionListener;
The import org.eclipse.ui.forms cannot be resolved
6. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 48)
import org.eclipse.ui.forms.events.IHyperlinkListener;
The import org.eclipse.ui.forms cannot be resolved
7. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 49)
import org.eclipse.ui.forms.widgets.FormText;
The import org.eclipse.ui.forms cannot be resolved
8. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 50)
import org.eclipse.ui.forms.widgets.FormToolkit;
The import org.eclipse.ui.forms cannot be resolved
9. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 51)
import org.eclipse.ui.forms.widgets.Section;
The import org.eclipse.ui.forms cannot be resolved
10. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 53)
public class DynamicHelpPart extends SectionPart implements IHelpPart {
SectionPart cannot be resolved to a type
11. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 60)
private FormText searchResults;
FormText cannot be resolved to a type
12. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 102)
public DynamicHelpPart(Composite parent, FormToolkit toolkit) {
FormToolkit cannot be resolved to a type
13. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 103)
super(parent, toolkit, Section.EXPANDED | Section.TWISTIE
Section cannot be resolved to a variable
14. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 103)
super(parent, toolkit, Section.EXPANDED | Section.TWISTIE
Section cannot be resolved to a variable
15. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 104)
| Section.TITLE_BAR);
Section cannot be resolved to a variable
16. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 106)
Section section = getSection();
Section cannot be resolved to a type
17. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 106)
Section section = getSection();
The method getSection() is undefined for the type DynamicHelpPart
18. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 109)
section.addExpansionListener(new IExpansionListener() {
IExpansionListener cannot be resolved to a type
19. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 135)
searchResults = toolkit.createFormText(section, false);
FormText cannot be resolved to a type
20. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 136)
section.setClient(searchResults);
FormText cannot be resolved to a type
21. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 137)
searchResults.setColor(IFormColors.TITLE, toolkit.getColors().getColor(
FormText cannot be resolved to a type
22. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 137)
searchResults.setColor(IFormColors.TITLE, toolkit.getColors().getColor(
IFormColors cannot be resolved to a variable
23. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 138)
IFormColors.TITLE));
IFormColors cannot be resolved to a variable
24. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 142)
searchResults.setImage(topicKey, HelpUIResources.getImage(topicKey));
FormText cannot be resolved to a type
25. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 143)
searchResults.setImage(nwKey, HelpUIResources.getImage(nwKey));
FormText cannot be resolved to a type
26. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 144)
searchResults.setImage(searchKey, HelpUIResources.getImage(searchKey));
FormText cannot be resolved to a type
27. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 145)
searchResults.addHyperlinkListener(new IHyperlinkListener() {
FormText cannot be resolved to a type
28. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 145)
searchResults.addHyperlinkListener(new IHyperlinkListener() {
IHyperlinkListener cannot be resolved to a type
29. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 166)
searchResults.setText("", false, false); //$NON-NLS-1$
FormText cannot be resolved to a type
30. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 174)
super.dispose();
SectionPart cannot be resolved to a type
31. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 178)
if (searchResults!=null)
FormText cannot be resolved to a type
32. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 179)
searchResults.setFocus();
FormText cannot be resolved to a type
33. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 195)
return getSection();
The method getSection() is undefined for the type DynamicHelpPart
34. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 206)
parent.hookFormText(searchResults);
FormText cannot be resolved to a type
35. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 219)
getSection().setVisible(visible);
The method getSection() is undefined for the type DynamicHelpPart
36. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 227)
searchResults.setText("", false, false); //$NON-NLS-1$
FormText cannot be resolved to a type
37. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 228)
getManagedForm().reflow(true);
The method getManagedForm() is undefined for the type DynamicHelpPart
38. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 236)
if (getSection().isExpanded())
The method getSection() is undefined for the type DynamicHelpPart
39. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 287)
buff.append(IFormColors.TITLE);
IFormColors cannot be resolved to a variable
40. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 297)
searchResults.setText(buff.toString(), true, false);
FormText cannot be resolved to a type
41. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 298)
getManagedForm().reflow(true);
The method getManagedForm() is undefined for the type DynamicHelpPart
42. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 306)
if (getSection().isDisposed())
The method getSection() is undefined for the type DynamicHelpPart
43. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 308)
getSection().getDisplay().asyncExec(new Runnable() {
The method getSection() is undefined for the type DynamicHelpPart
44. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 324)
buff.append(IFormColors.TITLE);
IFormColors cannot be resolved to a variable
45. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 367)
if (!searchResults.isDisposed())
FormText cannot be resolved to a type
46. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 368)
searchResults.setText(buff.toString(), true, false);
FormText cannot be resolved to a type
47. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 370)
if (!searchResults.isDisposed())
FormText cannot be resolved to a type
48. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 371)
searchResults.setText(NLS.bind(Messages.SearchResultsPart_noHits, phrase) , false, false);
FormText cannot be resolved to a type
49. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 372)
if (!searchResults.isDisposed())
FormText cannot be resolved to a type
50. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 373)
getManagedForm().reflow(true);
The method getManagedForm() is undefined for the type DynamicHelpPart
51. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 408)
return parent.fillFormContextMenu(searchResults, manager);
FormText cannot be resolved to a type
52. ERROR in /src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java
 (at line 417)
return searchResults.equals(control);
FormText cannot be resolved to a type

/src/org/eclipse/help/ui/internal/views/EngineResultSection.java : 100 errors :

1. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 45)
import org.eclipse.ui.forms.IFormColors;
The import org.eclipse.ui.forms cannot be resolved
2. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 46)
import org.eclipse.ui.forms.events.ExpansionEvent;
The import org.eclipse.ui.forms cannot be resolved
3. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 47)
import org.eclipse.ui.forms.events.HyperlinkAdapter;
The import org.eclipse.ui.forms cannot be resolved
4. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 48)
import org.eclipse.ui.forms.events.HyperlinkEvent;
The import org.eclipse.ui.forms cannot be resolved
5. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 49)
import org.eclipse.ui.forms.events.IExpansionListener;
The import org.eclipse.ui.forms cannot be resolved
6. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 50)
import org.eclipse.ui.forms.events.IHyperlinkListener;
The import org.eclipse.ui.forms cannot be resolved
7. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 51)
import org.eclipse.ui.forms.widgets.FormText;
The import org.eclipse.ui.forms cannot be resolved
8. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 52)
import org.eclipse.ui.forms.widgets.FormToolkit;
The import org.eclipse.ui.forms cannot be resolved
9. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 53)
import org.eclipse.ui.forms.widgets.ImageHyperlink;
The import org.eclipse.ui.forms cannot be resolved
10. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 54)
import org.eclipse.ui.forms.widgets.Section;
The import org.eclipse.ui.forms cannot be resolved
11. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 55)
import org.eclipse.ui.forms.widgets.TableWrapData;
The import org.eclipse.ui.forms cannot be resolved
12. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 56)
import org.eclipse.ui.forms.widgets.TableWrapLayout;
The import org.eclipse.ui.forms cannot be resolved
13. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 73)
private Section section;
Section cannot be resolved to a type
14. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 77)
private FormText searchResults;
FormText cannot be resolved to a type
15. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 79)
private ImageHyperlink prevLink;
ImageHyperlink cannot be resolved to a type
16. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 81)
private ImageHyperlink nextLink;
ImageHyperlink cannot be resolved to a type
17. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 103)
return searchResults.equals(control);
FormText cannot be resolved to a type
18. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 110)
public Control createControl(Composite parent, final FormToolkit toolkit) {
FormToolkit cannot be resolved to a type
19. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 111)
section = toolkit.createSection(parent, Section.SHORT_TITLE_BAR | Section.COMPACT | Section.TWISTIE
Section cannot be resolved to a type
20. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 111)
section = toolkit.createSection(parent, Section.SHORT_TITLE_BAR | Section.COMPACT | Section.TWISTIE
Section cannot be resolved to a variable
21. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 111)
section = toolkit.createSection(parent, Section.SHORT_TITLE_BAR | Section.COMPACT | Section.TWISTIE
Section cannot be resolved to a variable
22. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 111)
section = toolkit.createSection(parent, Section.SHORT_TITLE_BAR | Section.COMPACT | Section.TWISTIE
Section cannot be resolved to a variable
23. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 112)
| Section.EXPANDED | Section.LEFT_TEXT_CLIENT_ALIGNMENT);
Section cannot be resolved to a variable
24. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 112)
| Section.EXPANDED | Section.LEFT_TEXT_CLIENT_ALIGNMENT);
Section cannot be resolved to a variable
25. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 114)
container = toolkit.createComposite(section);
Section cannot be resolved to a type
26. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 115)
TableWrapLayout layout = new TableWrapLayout();
TableWrapLayout cannot be resolved to a type
27. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 115)
TableWrapLayout layout = new TableWrapLayout();
TableWrapLayout cannot be resolved to a type
28. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 123)
searchResults.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB));
FormText cannot be resolved to a type
29. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 123)
searchResults.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB));
TableWrapData cannot be resolved to a type
30. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 123)
searchResults.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB));
TableWrapData cannot be resolved to a variable
31. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 124)
searchResults.setColor("summary", parent.getDisplay().getSystemColor(SWT.COLOR_WIDGET_DARK_SHADOW)); //$NON-NLS-1$
FormText cannot be resolved to a type
32. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 125)
section.setClient(container);
Section cannot be resolved to a type
33. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 127)
section.addExpansionListener(new IExpansionListener() {
Section cannot be resolved to a type
34. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 127)
section.addExpansionListener(new IExpansionListener() {
IExpansionListener cannot be resolved to a type
35. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 137)
return section;
Section cannot be resolved to a type
36. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 140)
private void createFormText(Composite parent, FormToolkit toolkit) {
FormToolkit cannot be resolved to a type
37. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 141)
searchResults = toolkit.createFormText(parent, false);
FormText cannot be resolved to a type
38. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 142)
searchResults.setColor(IFormColors.TITLE, toolkit.getColors().getColor(IFormColors.TITLE));
FormText cannot be resolved to a type
39. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 142)
searchResults.setColor(IFormColors.TITLE, toolkit.getColors().getColor(IFormColors.TITLE));
IFormColors cannot be resolved to a variable
40. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 142)
searchResults.setColor(IFormColors.TITLE, toolkit.getColors().getColor(IFormColors.TITLE));
IFormColors cannot be resolved to a variable
41. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 143)
searchResults.marginHeight = 5;
FormText cannot be resolved to a type
42. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 146)
searchResults.setImage(topicKey, HelpUIResources.getImage(topicKey));
FormText cannot be resolved to a type
43. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 147)
searchResults.setImage(searchKey, HelpUIResources.getImage(searchKey));
FormText cannot be resolved to a type
44. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 148)
searchResults.setColor("summary", parent.getDisplay().getSystemColor( //$NON-NLS-1$
FormText cannot be resolved to a type
45. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 150)
searchResults.setImage(ISharedImages.IMG_TOOL_FORWARD, PlatformUI.getWorkbench().getSharedImages()
FormText cannot be resolved to a type
46. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 152)
searchResults.setImage(ISharedImages.IMG_TOOL_BACK, PlatformUI.getWorkbench().getSharedImages()
FormText cannot be resolved to a type
47. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 154)
searchResults.setImage(ISharedImages.IMG_OBJS_ERROR_TSK, PlatformUI.getWorkbench().getSharedImages()
FormText cannot be resolved to a type
48. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 156)
searchResults.setImage(desc.getId(), desc.getIconImage());
FormText cannot be resolved to a type
49. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 157)
searchResults.setImage(KEY_PREFIX_GRAYED + desc.getId(), getGrayedImage(desc.getIconImage()));
FormText cannot be resolved to a type
50. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 158)
searchResults.addHyperlinkListener(new IHyperlinkListener() {
FormText cannot be resolved to a type
51. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 158)
searchResults.addHyperlinkListener(new IHyperlinkListener() {
IHyperlinkListener cannot be resolved to a type
52. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 182)
part.parent.hookFormText(searchResults);
FormText cannot be resolved to a type
53. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 202)
searchResults.setText(buff.toString(), true, false);
FormText cannot be resolved to a type
54. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 204)
searchResults.setText(Messages.EngineResultSection_progress2, false, false);
FormText cannot be resolved to a type
55. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 244)
if (hits.size() == 0 && !searchResults.isDisposed())
FormText cannot be resolved to a type
56. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 249)
if (hits.size() == 0 && !searchResults.isDisposed()) {
FormText cannot be resolved to a type
57. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 256)
searchResults.setText(buff.toString(), true, false);
FormText cannot be resolved to a type
58. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 264)
BusyIndicator.showWhile(section.getDisplay(), new Runnable() {
Section cannot be resolved to a type
59. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 269)
searchResults.setFocus();
FormText cannot be resolved to a type
60. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 270)
FormToolkit.setControlVisible(section, true);
FormToolkit cannot be resolved
61. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 270)
FormToolkit.setControlVisible(section, true);
Section cannot be resolved to a type
62. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 277)
if (section.isDisposed())
Section cannot be resolved to a type
63. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 280)
section.getDisplay().syncExec(runnable);
Section cannot be resolved to a type
64. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 282)
section.getDisplay().asyncExec(runnable);
Section cannot be resolved to a type
65. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 445)
searchResults.setText(buff.toString(), true, false);
FormText cannot be resolved to a type
66. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 446)
section.layout();
Section cannot be resolved to a type
67. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 462)
searchResults.setImage(iconURL.toString(), image);
FormText cannot be resolved to a type
68. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 479)
searchResults.setImage(iconURL.toString(), image);
FormText cannot be resolved to a type
69. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 502)
if (prevLink == null) {
ImageHyperlink cannot be resolved to a type
70. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 503)
FormToolkit toolkit = part.getToolkit();
FormToolkit cannot be resolved to a type
71. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 503)
FormToolkit toolkit = part.getToolkit();
The method getToolkit() from the type SearchResultsPart refers to the missing type FormToolkit
72. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 505)
TableWrapData td = new TableWrapData(TableWrapData.FILL_GRAB);
TableWrapData cannot be resolved to a type
73. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 505)
TableWrapData td = new TableWrapData(TableWrapData.FILL_GRAB);
TableWrapData cannot be resolved to a type
74. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 505)
TableWrapData td = new TableWrapData(TableWrapData.FILL_GRAB);
TableWrapData cannot be resolved to a variable
75. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 516)
prevLink = toolkit.createImageHyperlink(navContainer, SWT.NULL);
ImageHyperlink cannot be resolved to a type
76. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 518)
prevLink.setText(NLS.bind(Messages.EngineResultSection_previous, "" + HITS_PER_PAGE)); //$NON-NLS-1$
ImageHyperlink cannot be resolved to a type
77. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 519)
prevLink.setImage(PlatformUI.getWorkbench().getSharedImages().getImage(
ImageHyperlink cannot be resolved to a type
78. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 521)
prevLink.addHyperlinkListener(new HyperlinkAdapter() {
ImageHyperlink cannot be resolved to a type
79. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 521)
prevLink.addHyperlinkListener(new HyperlinkAdapter() {
HyperlinkAdapter cannot be resolved to a type
80. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 528)
nextLink = toolkit.createImageHyperlink(navContainer, SWT.RIGHT);
ImageHyperlink cannot be resolved to a type
81. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 530)
nextLink.setImage(PlatformUI.getWorkbench().getSharedImages().getImage(
ImageHyperlink cannot be resolved to a type
82. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 534)
nextLink.setLayoutData(gd);
ImageHyperlink cannot be resolved to a type
83. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 535)
nextLink.addHyperlinkListener(new HyperlinkAdapter() {
ImageHyperlink cannot be resolved to a type
84. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 535)
nextLink.addHyperlinkListener(new HyperlinkAdapter() {
HyperlinkAdapter cannot be resolved to a type
85. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 543)
prevLink.setVisible(resultOffset > 0);
ImageHyperlink cannot be resolved to a type
86. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 549)
nextLink.setText(NLS.bind(Messages.EngineResultSection_next, "" + remainder)); //$NON-NLS-1$
ImageHyperlink cannot be resolved to a type
87. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 550)
nextLink.setVisible(hits.size() > resultOffset + HITS_PER_PAGE);
ImageHyperlink cannot be resolved to a type
88. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 552)
if (prevLink != null) {
ImageHyperlink cannot be resolved to a type
89. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 553)
prevLink.getParent().setMenu(null);
ImageHyperlink cannot be resolved to a type
90. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 554)
prevLink.getParent().dispose();
ImageHyperlink cannot be resolved to a type
91. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 555)
prevLink = null;
ImageHyperlink cannot be resolved to a type
92. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 556)
nextLink = null;
ImageHyperlink cannot be resolved to a type
93. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 563)
Label label = part.getToolkit().createLabel(section, null);
The method getToolkit() from the type SearchResultsPart refers to the missing type FormToolkit
94. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 563)
Label label = part.getToolkit().createLabel(section, null);
Section cannot be resolved to a type
95. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 566)
section.setTextClient(label);
Section cannot be resolved to a type
96. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 567)
section.setText(Messages.EngineResultSection_sectionTitle_error);
Section cannot be resolved to a type
97. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 569)
section.setTextClient(null);
Section cannot be resolved to a type
98. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 572)
section.setText(NLS.bind(Messages.EngineResultSection_sectionTitle_hit, desc.getLabel(), "" //$NON-NLS-1$
Section cannot be resolved to a type
99. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 575)
section.setText(NLS.bind(Messages.EngineResultSection_sectionTitle_hits, desc.getLabel(),
Section cannot be resolved to a type
100. ERROR in /src/org/eclipse/help/ui/internal/views/EngineResultSection.java
 (at line 597)
part.parent.unhookFormText(searchResults);
FormText cannot be resolved to a type

/src/org/eclipse/help/ui/internal/views/HelpTray.java : 10 errors :

1. ERROR in /src/org/eclipse/help/ui/internal/views/HelpTray.java
 (at line 45)
import org.eclipse.ui.forms.HyperlinkGroup;
The import org.eclipse.ui.forms cannot be resolved
2. ERROR in /src/org/eclipse/help/ui/internal/views/HelpTray.java
 (at line 46)
import org.eclipse.ui.forms.widgets.FormToolkit;
The import org.eclipse.ui.forms cannot be resolved
3. ERROR in /src/org/eclipse/help/ui/internal/views/HelpTray.java
 (at line 60)
private FormToolkit toolkit;
FormToolkit cannot be resolved to a type
4. ERROR in /src/org/eclipse/help/ui/internal/views/HelpTray.java
 (at line 101)
toolkit = new FormToolkit(parent.getDisplay());
FormToolkit cannot be resolved to a type
5. ERROR in /src/org/eclipse/help/ui/internal/views/HelpTray.java
 (at line 101)
toolkit = new FormToolkit(parent.getDisplay());
FormToolkit cannot be resolved to a type
6. ERROR in /src/org/eclipse/help/ui/internal/views/HelpTray.java
 (at line 102)
toolkit.getHyperlinkGroup().setHyperlinkUnderlineMode(HyperlinkGroup.UNDERLINE_HOVER);
FormToolkit cannot be resolved to a type
7. ERROR in /src/org/eclipse/help/ui/internal/views/HelpTray.java
 (at line 102)
toolkit.getHyperlinkGroup().setHyperlinkUnderlineMode(HyperlinkGroup.UNDERLINE_HOVER);
HyperlinkGroup cannot be resolved to a variable
8. ERROR in /src/org/eclipse/help/ui/internal/views/HelpTray.java
 (at line 103)
toolkit.getColors().initializeSectionToolBarColors();
FormToolkit cannot be resolved to a type
9. ERROR in /src/org/eclipse/help/ui/internal/views/HelpTray.java
 (at line 127)
helpPart.createControl(container, toolkit);
FormToolkit cannot be resolved to a type
10. ERROR in /src/org/eclipse/help/ui/internal/views/HelpTray.java
 (at line 197)
toolkit.dispose();
FormToolkit cannot be resolved to a type

/src/org/eclipse/help/ui/internal/views/HelpView.java : 12 errors :

1. ERROR in /src/org/eclipse/help/ui/internal/views/HelpView.java
 (at line 21)
import org.eclipse.ui.forms.HyperlinkGroup;
The import org.eclipse.ui.forms cannot be resolved
2. ERROR in /src/org/eclipse/help/ui/internal/views/HelpView.java
 (at line 22)
import org.eclipse.ui.forms.widgets.FormToolkit;
The import org.eclipse.ui.forms cannot be resolved
3. ERROR in /src/org/eclipse/help/ui/internal/views/HelpView.java
 (at line 27)
private FormToolkit toolkit;
FormToolkit cannot be resolved to a type
4. ERROR in /src/org/eclipse/help/ui/internal/views/HelpView.java
 (at line 51)
toolkit = new FormToolkit(parent.getDisplay());
FormToolkit cannot be resolved to a type
5. ERROR in /src/org/eclipse/help/ui/internal/views/HelpView.java
 (at line 51)
toolkit = new FormToolkit(parent.getDisplay());
FormToolkit cannot be resolved to a type
6. ERROR in /src/org/eclipse/help/ui/internal/views/HelpView.java
 (at line 52)
toolkit.getHyperlinkGroup().setHyperlinkUnderlineMode(
FormToolkit cannot be resolved to a type
7. ERROR in /src/org/eclipse/help/ui/internal/views/HelpView.java
 (at line 53)
HyperlinkGroup.UNDERLINE_HOVER);
HyperlinkGroup cannot be resolved to a variable
8. ERROR in /src/org/eclipse/help/ui/internal/views/HelpView.java
 (at line 55)
toolkit.getColors().initializeSectionToolBarColors();
FormToolkit cannot be resolved to a type
9. ERROR in /src/org/eclipse/help/ui/internal/views/HelpView.java
 (at line 56)
reusableHelpPart.createControl(parent, toolkit);
FormToolkit cannot be resolved to a type
10. ERROR in /src/org/eclipse/help/ui/internal/views/HelpView.java
 (at line 82)
if (toolkit != null) {
FormToolkit cannot be resolved to a type
11. ERROR in /src/org/eclipse/help/ui/internal/views/HelpView.java
 (at line 83)
toolkit.dispose();
FormToolkit cannot be resolved to a type
12. ERROR in /src/org/eclipse/help/ui/internal/views/HelpView.java
 (at line 84)
toolkit = null;
FormToolkit cannot be resolved to a type

/src/org/eclipse/help/ui/internal/views/HyperlinkTreePart.java : 9 errors :

1. ERROR in /src/org/eclipse/help/ui/internal/views/HyperlinkTreePart.java
 (at line 25)
import org.eclipse.ui.forms.AbstractFormPart;
The import org.eclipse.ui.forms cannot be resolved
2. ERROR in /src/org/eclipse/help/ui/internal/views/HyperlinkTreePart.java
 (at line 26)
import org.eclipse.ui.forms.events.HyperlinkEvent;
The import org.eclipse.ui.forms cannot be resolved
3. ERROR in /src/org/eclipse/help/ui/internal/views/HyperlinkTreePart.java
 (at line 27)
import org.eclipse.ui.forms.widgets.FormToolkit;
The import org.eclipse.ui.forms cannot be resolved
4. ERROR in /src/org/eclipse/help/ui/internal/views/HyperlinkTreePart.java
 (at line 29)
public abstract class HyperlinkTreePart extends AbstractFormPart implements
AbstractFormPart cannot be resolved to a type
5. ERROR in /src/org/eclipse/help/ui/internal/views/HyperlinkTreePart.java
 (at line 48)
public HyperlinkTreePart(Composite parent, final FormToolkit toolkit,
FormToolkit cannot be resolved to a type
6. ERROR in /src/org/eclipse/help/ui/internal/views/HyperlinkTreePart.java
 (at line 189)
super.dispose();
AbstractFormPart cannot be resolved to a type
7. ERROR in /src/org/eclipse/help/ui/internal/views/HyperlinkTreePart.java
 (at line 271)
lastItem.setForeground(parent.getForm().getToolkit().getHyperlinkGroup()
The method getForm() from the type ReusableHelpPart refers to the missing type ManagedForm
8. ERROR in /src/org/eclipse/help/ui/internal/views/HyperlinkTreePart.java
 (at line 297)
HyperlinkTreePart.this.parent.handleLinkEntered(new HyperlinkEvent(
HyperlinkEvent cannot be resolved to a type
9. ERROR in /src/org/eclipse/help/ui/internal/views/HyperlinkTreePart.java
 (at line 300)
HyperlinkTreePart.this.parent.handleLinkExited(null);
The method handleLinkExited(HyperlinkEvent) from the type ReusableHelpPart refers to the missing type HyperlinkEvent

/src/org/eclipse/help/ui/internal/views/IHelpPart.java : 2 errors :

1. ERROR in /src/org/eclipse/help/ui/internal/views/IHelpPart.java
 (at line 17)
import org.eclipse.ui.forms.IFormPart;
The import org.eclipse.ui.forms cannot be resolved
2. ERROR in /src/org/eclipse/help/ui/internal/views/IHelpPart.java
 (at line 19)
public interface IHelpPart extends IFormPart {
IFormPart cannot be resolved to a type

/src/org/eclipse/help/ui/internal/views/IndexPart.java : 6 errors :

1. ERROR in /src/org/eclipse/help/ui/internal/views/IndexPart.java
 (at line 38)
import org.eclipse.ui.forms.widgets.FormToolkit;
The import org.eclipse.ui.forms cannot be resolved
2. ERROR in /src/org/eclipse/help/ui/internal/views/IndexPart.java
 (at line 40)
public class IndexPart extends HyperlinkTreePart implements IHelpUIConstants {
The hierarchy of the type IndexPart is inconsistent
3. ERROR in /src/org/eclipse/help/ui/internal/views/IndexPart.java
 (at line 143)
public IndexPart(Composite parent, FormToolkit toolkit, IToolBarManager tbm) {
FormToolkit cannot be resolved to a type
4. ERROR in /src/org/eclipse/help/ui/internal/views/IndexPart.java
 (at line 148)
protected void configureTreeViewer() {
Cannot reduce the visibility of the inherited method from HyperlinkTreePart
5. ERROR in /src/org/eclipse/help/ui/internal/views/IndexPart.java
 (at line 159)
protected void doOpen(Object obj) {
Cannot reduce the visibility of the inherited method from HyperlinkTreePart
6. ERROR in /src/org/eclipse/help/ui/internal/views/IndexPart.java
 (at line 181)
protected boolean canAddBookmarks() {
Cannot reduce the visibility of the inherited method from HyperlinkTreePart

/src/org/eclipse/help/ui/internal/views/IndexTypeinPart.java : 18 errors :

1. ERROR in /src/org/eclipse/help/ui/internal/views/IndexTypeinPart.java
 (at line 33)
import org.eclipse.ui.forms.AbstractFormPart;
The import org.eclipse.ui.forms cannot be resolved
2. ERROR in /src/org/eclipse/help/ui/internal/views/IndexTypeinPart.java
 (at line 34)
import org.eclipse.ui.forms.widgets.FormText;
The import org.eclipse.ui.forms cannot be resolved
3. ERROR in /src/org/eclipse/help/ui/internal/views/IndexTypeinPart.java
 (at line 35)
import org.eclipse.ui.forms.widgets.FormToolkit;
The import org.eclipse.ui.forms cannot be resolved
4. ERROR in /src/org/eclipse/help/ui/internal/views/IndexTypeinPart.java
 (at line 36)
import org.eclipse.ui.forms.widgets.TableWrapData;
The import org.eclipse.ui.forms cannot be resolved
5. ERROR in /src/org/eclipse/help/ui/internal/views/IndexTypeinPart.java
 (at line 37)
import org.eclipse.ui.forms.widgets.TableWrapLayout;
The import org.eclipse.ui.forms cannot be resolved
6. ERROR in /src/org/eclipse/help/ui/internal/views/IndexTypeinPart.java
 (at line 42)
public class IndexTypeinPart extends AbstractFormPart implements IHelpPart, IHelpUIConstants {
AbstractFormPart cannot be resolved to a type
7. ERROR in /src/org/eclipse/help/ui/internal/views/IndexTypeinPart.java
 (at line 46)
private FormText indexInstructions;
FormText cannot be resolved to a type
8. ERROR in /src/org/eclipse/help/ui/internal/views/IndexTypeinPart.java
 (at line 55)
public IndexTypeinPart(Composite parent, FormToolkit toolkit, IToolBarManager tbm) {
FormToolkit cannot be resolved to a type
9. ERROR in /src/org/eclipse/help/ui/internal/views/IndexTypeinPart.java
 (at line 58)
TableWrapLayout layout = new TableWrapLayout();
TableWrapLayout cannot be resolved to a type
10. ERROR in /src/org/eclipse/help/ui/internal/views/IndexTypeinPart.java
 (at line 58)
TableWrapLayout layout = new TableWrapLayout();
TableWrapLayout cannot be resolved to a type
11. ERROR in /src/org/eclipse/help/ui/internal/views/IndexTypeinPart.java
 (at line 63)
indexInstructions = toolkit.createFormText(container, false);
FormText cannot be resolved to a type
12. ERROR in /src/org/eclipse/help/ui/internal/views/IndexTypeinPart.java
 (at line 64)
indexInstructions.setText(Messages.IndexInstructions, false, false);
FormText cannot be resolved to a type
13. ERROR in /src/org/eclipse/help/ui/internal/views/IndexTypeinPart.java
 (at line 65)
TableWrapData td = new TableWrapData();
TableWrapData cannot be resolved to a type
14. ERROR in /src/org/eclipse/help/ui/internal/views/IndexTypeinPart.java
 (at line 65)
TableWrapData td = new TableWrapData();
TableWrapData cannot be resolved to a type
15. ERROR in /src/org/eclipse/help/ui/internal/views/IndexTypeinPart.java
 (at line 67)
indexInstructions.setLayoutData(td);
FormText cannot be resolved to a type
16. ERROR in /src/org/eclipse/help/ui/internal/views/IndexTypeinPart.java
 (at line 71)
td = new TableWrapData(TableWrapData.FILL_GRAB);
TableWrapData cannot be resolved to a type
17. ERROR in /src/org/eclipse/help/ui/internal/views/IndexTypeinPart.java
 (at line 71)
td = new TableWrapData(TableWrapData.FILL_GRAB);
TableWrapData cannot be resolved to a variable
18. ERROR in /src/org/eclipse/help/ui/internal/views/IndexTypeinPart.java
 (at line 73)
td.valign = TableWrapData.MIDDLE;
TableWrapData cannot be resolved to a variable

/src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java : 22 errors :

1. ERROR in /src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java
 (at line 28)
import org.eclipse.ui.forms.AbstractFormPart;
The import org.eclipse.ui.forms cannot be resolved
2. ERROR in /src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java
 (at line 29)
import org.eclipse.ui.forms.ManagedForm;
The import org.eclipse.ui.forms cannot be resolved
3. ERROR in /src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java
 (at line 30)
import org.eclipse.ui.forms.widgets.FormToolkit;
The import org.eclipse.ui.forms cannot be resolved
4. ERROR in /src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java
 (at line 31)
import org.eclipse.ui.forms.widgets.ILayoutExtension;
The import org.eclipse.ui.forms cannot be resolved
5. ERROR in /src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java
 (at line 32)
import org.eclipse.ui.forms.widgets.ScrolledForm;
The import org.eclipse.ui.forms cannot be resolved
6. ERROR in /src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java
 (at line 34)
public class RelatedTopicsPart extends AbstractFormPart implements IHelpPart {
AbstractFormPart cannot be resolved to a type
7. ERROR in /src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java
 (at line 35)
private ManagedForm mform;
ManagedForm cannot be resolved to a type
8. ERROR in /src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java
 (at line 50)
class RelatedLayout extends Layout implements ILayoutExtension {
ILayoutExtension cannot be resolved to a type
9. ERROR in /src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java
 (at line 88)
ILayoutExtension le = (ILayoutExtension)((Composite)part.getControl()).getLayout();
ILayoutExtension cannot be resolved to a type
10. ERROR in /src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java
 (at line 88)
ILayoutExtension le = (ILayoutExtension)((Composite)part.getControl()).getLayout();
ILayoutExtension cannot be resolved to a type
11. ERROR in /src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java
 (at line 97)
public RelatedTopicsPart(Composite parent, FormToolkit toolkit) {
FormToolkit cannot be resolved to a type
12. ERROR in /src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java
 (at line 98)
ScrolledForm form = toolkit.createScrolledForm(parent);
ScrolledForm cannot be resolved to a type
13. ERROR in /src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java
 (at line 99)
mform = new ManagedForm(toolkit, form) {
ManagedForm cannot be resolved to a type
14. ERROR in /src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java
 (at line 99)
mform = new ManagedForm(toolkit, form) {
ManagedForm cannot be resolved to a type
15. ERROR in /src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java
 (at line 116)
mform.addPart(contextHelpPart);
ManagedForm cannot be resolved to a type
16. ERROR in /src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java
 (at line 119)
mform.addPart(dynamicHelpPart);
ManagedForm cannot be resolved to a type
17. ERROR in /src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java
 (at line 121)
mform.initialize();
ManagedForm cannot be resolved to a type
18. ERROR in /src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java
 (at line 125)
mform.dispose();
ManagedForm cannot be resolved to a type
19. ERROR in /src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java
 (at line 137)
return mform.getForm();
ManagedForm cannot be resolved to a type
20. ERROR in /src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java
 (at line 145)
mform.getForm().setVisible(visible);
ManagedForm cannot be resolved to a type
21. ERROR in /src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java
 (at line 154)
Control focusControl = mform.getForm().getDisplay().getFocusControl();
ManagedForm cannot be resolved to a type
22. ERROR in /src/org/eclipse/help/ui/internal/views/RelatedTopicsPart.java
 (at line 185)
return mform.setInput(input);
ManagedForm cannot be resolved to a type

/src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java : 86 errors :

1. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 92)
import org.eclipse.ui.forms.IFormPart;
The import org.eclipse.ui.forms cannot be resolved
2. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 93)
import org.eclipse.ui.forms.ManagedForm;
The import org.eclipse.ui.forms cannot be resolved
3. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 94)
import org.eclipse.ui.forms.events.HyperlinkEvent;
The import org.eclipse.ui.forms cannot be resolved
4. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 95)
import org.eclipse.ui.forms.widgets.FormText;
The import org.eclipse.ui.forms cannot be resolved
5. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 96)
import org.eclipse.ui.forms.widgets.FormToolkit;
The import org.eclipse.ui.forms cannot be resolved
6. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 97)
import org.eclipse.ui.forms.widgets.ILayoutExtension;
The import org.eclipse.ui.forms cannot be resolved
7. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 98)
import org.eclipse.ui.forms.widgets.ScrolledForm;
The import org.eclipse.ui.forms cannot be resolved
8. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 136)
private ManagedForm mform;
ManagedForm cannot be resolved to a type
9. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 218)
private FormText target;
FormText cannot be resolved to a type
10. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 224)
public void hook(final FormText text) {
FormText cannot be resolved to a type
11. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 228)
public void unhook(FormText text) {
FormText cannot be resolved to a type
12. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 230)
if (target == text)
FormText cannot be resolved to a type
13. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 231)
setTarget(null);
The method setTarget(FormText) from the type ReusableHelpPart.CopyAction refers to the missing type FormText
14. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 235)
FormText text = (FormText) e.widget;
FormText cannot be resolved to a type
15. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 235)
FormText text = (FormText) e.widget;
FormText cannot be resolved to a type
16. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 241)
FormText text = (FormText) e.widget;
FormText cannot be resolved to a type
17. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 241)
FormText text = (FormText) e.widget;
FormText cannot be resolved to a type
18. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 243)
setTarget(null);
The method setTarget(FormText) from the type ReusableHelpPart.CopyAction refers to the missing type FormText
19. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 246)
public void setTarget(FormText target) {
FormText cannot be resolved to a type
20. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 247)
this.target = target;
FormText cannot be resolved to a type
21. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 252)
setEnabled(target != null && target.canCopy());
FormText cannot be resolved to a type
22. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 252)
setEnabled(target != null && target.canCopy());
FormText cannot be resolved to a type
23. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 256)
if (target != null)
FormText cannot be resolved to a type
24. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 257)
target.copy();
FormText cannot be resolved to a type
25. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 261)
FormText text = (FormText) e.widget;
FormText cannot be resolved to a type
26. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 261)
FormText text = (FormText) e.widget;
FormText cannot be resolved to a type
27. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 262)
if (text == target) {
FormText cannot be resolved to a type
28. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 458)
Composite parent = mform.getForm().getBody();
ManagedForm cannot be resolved to a type
29. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 520)
rec.part.setFocus();
The method setFocus() is undefined for the type IHelpPart
30. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 525)
class HelpPartLayout extends Layout implements ILayoutExtension {
ILayoutExtension cannot be resolved to a type
31. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 690)
mform.addPart(part);
ManagedForm cannot be resolved to a type
32. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 914)
mform.setInput(entry.getData());
ManagedForm cannot be resolved to a type
33. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 921)
public void createControl(Composite parent, FormToolkit toolkit) {
FormToolkit cannot be resolved to a type
34. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 922)
ScrolledForm form = toolkit.createScrolledForm(parent);
ScrolledForm cannot be resolved to a type
35. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 924)
mform = new ManagedForm(toolkit, form);
ManagedForm cannot be resolved to a type
36. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 924)
mform = new ManagedForm(toolkit, form);
ManagedForm cannot be resolved to a type
37. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 925)
mform.getForm().setDelayedReflow(false);
ManagedForm cannot be resolved to a type
38. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 926)
toolkit.decorateFormHeading(mform.getForm().getForm());
ManagedForm cannot be resolved to a type
39. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 993)
mform.getForm().setText(newPage.getText());
ManagedForm cannot be resolved to a type
40. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 994)
mform.getForm().getForm().setSeparatorVisible(newPage.getText()!=null);
ManagedForm cannot be resolved to a type
41. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 999)
mform.getForm().setImage(newImage);
ManagedForm cannot be resolved to a type
42. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1003)
if (mform.isStale())
ManagedForm cannot be resolved to a type
43. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1004)
mform.refresh();
ManagedForm cannot be resolved to a type
44. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1005)
mform.getForm().getBody().layout(true);
ManagedForm cannot be resolved to a type
45. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1006)
mform.reflow(true);
ManagedForm cannot be resolved to a type
46. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1054)
return mform.getForm();
ManagedForm cannot be resolved to a type
47. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1057)
public ManagedForm getForm() {
ManagedForm cannot be resolved to a type
48. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1058)
return mform;
ManagedForm cannot be resolved to a type
49. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1062)
mform.getForm().getBody().layout();
ManagedForm cannot be resolved to a type
50. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1063)
mform.reflow(true);
ManagedForm cannot be resolved to a type
51. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1075)
if (mform != null) {
ManagedForm cannot be resolved to a type
52. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1076)
mform.dispose();
ManagedForm cannot be resolved to a type
53. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1077)
mform = null;
ManagedForm cannot be resolved to a type
54. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1092)
mform.setFocus();
ManagedForm cannot be resolved to a type
55. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1110)
mform.setInput(new ContextHelpProviderInput(provider, context, control, part, isExplicitRequest));
ManagedForm cannot be resolved to a type
56. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1115)
Composite parent = mform.getForm().getBody();
ManagedForm cannot be resolved to a type
57. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1122)
part = new AllTopicsPart(parent, mform.getToolkit(), tbm);
ManagedForm cannot be resolved to a type
58. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1124)
part = new ContextHelpPart(parent, mform.getToolkit());
ManagedForm cannot be resolved to a type
59. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1128)
part = new RelatedTopicsPart(parent, mform.getToolkit());
ManagedForm cannot be resolved to a type
60. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1132)
part = new BrowserPart(parent, mform.getToolkit(), tbm);
ManagedForm cannot be resolved to a type
61. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1134)
part = new DynamicHelpPart(parent, mform.getToolkit());
ManagedForm cannot be resolved to a type
62. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1136)
part = new SearchResultsPart(parent, mform.getToolkit(), tbm);
ManagedForm cannot be resolved to a type
63. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1138)
part = new SeeAlsoPart(parent, mform.getToolkit());
ManagedForm cannot be resolved to a type
64. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1140)
part = new SearchPart(parent, mform.getToolkit());
ManagedForm cannot be resolved to a type
65. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1142)
part = new BookmarksPart(parent, mform.getToolkit(), tbm);
ManagedForm cannot be resolved to a type
66. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1144)
part = new IndexPart(parent, mform.getToolkit(), tbm);
ManagedForm cannot be resolved to a type
67. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1146)
part = new IndexTypeinPart(parent, mform.getToolkit(), tbm);
ManagedForm cannot be resolved to a type
68. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1149)
mform.addPart(part);
ManagedForm cannot be resolved to a type
69. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1221)
Shell helpShell = mform.getForm().getShell();
ManagedForm cannot be resolved to a type
70. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1262)
if (mform == null)
ManagedForm cannot be resolved to a type
71. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1264)
IFormPart[] parts = mform.getParts();
IFormPart cannot be resolved to a type
72. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1264)
IFormPart[] parts = mform.getParts();
ManagedForm cannot be resolved to a type
73. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1280)
IFormPart[] parts = mform.getParts();
IFormPart cannot be resolved to a type
74. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1280)
IFormPart[] parts = mform.getParts();
ManagedForm cannot be resolved to a type
75. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1313)
BusyIndicator.showWhile(mform.getForm().getDisplay(),
ManagedForm cannot be resolved to a type
76. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1365)
void hookFormText(FormText text) {
FormText cannot be resolved to a type
77. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1369)
void unhookFormText(FormText text) {
FormText cannot be resolved to a type
78. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1373)
boolean fillFormContextMenu(FormText text, IMenuManager manager) {
FormText cannot be resolved to a type
79. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1412)
} else if (target instanceof FormText) {
FormText cannot be resolved to a type
80. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1413)
FormText text = (FormText) target;
FormText cannot be resolved to a type
81. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1413)
FormText text = (FormText) target;
FormText cannot be resolved to a type
82. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1453)
} else if (target instanceof FormText) {
FormText cannot be resolved to a type
83. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1454)
FormText text = (FormText) target;
FormText cannot be resolved to a type
84. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1454)
FormText text = (FormText) target;
FormText cannot be resolved to a type
85. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1543)
void handleLinkEntered(HyperlinkEvent e) {
HyperlinkEvent cannot be resolved to a type
86. ERROR in /src/org/eclipse/help/ui/internal/views/ReusableHelpPart.java
 (at line 1585)
void handleLinkExited(HyperlinkEvent e) {
HyperlinkEvent cannot be resolved to a type

/src/org/eclipse/help/ui/internal/views/SearchPart.java : 89 errors :

1. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 54)
import org.eclipse.ui.forms.AbstractFormPart;
The import org.eclipse.ui.forms cannot be resolved
2. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 55)
import org.eclipse.ui.forms.IFormColors;
The import org.eclipse.ui.forms cannot be resolved
3. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 56)
import org.eclipse.ui.forms.events.HyperlinkAdapter;
The import org.eclipse.ui.forms cannot be resolved
4. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 57)
import org.eclipse.ui.forms.events.HyperlinkEvent;
The import org.eclipse.ui.forms cannot be resolved
5. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 58)
import org.eclipse.ui.forms.widgets.FormText;
The import org.eclipse.ui.forms cannot be resolved
6. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 59)
import org.eclipse.ui.forms.widgets.FormToolkit;
The import org.eclipse.ui.forms cannot be resolved
7. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 60)
import org.eclipse.ui.forms.widgets.Hyperlink;
The import org.eclipse.ui.forms cannot be resolved
8. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 61)
import org.eclipse.ui.forms.widgets.Section;
The import org.eclipse.ui.forms cannot be resolved
9. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 62)
import org.eclipse.ui.forms.widgets.TableWrapData;
The import org.eclipse.ui.forms cannot be resolved
10. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 63)
import org.eclipse.ui.forms.widgets.TableWrapLayout;
The import org.eclipse.ui.forms cannot be resolved
11. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 65)
public class SearchPart extends AbstractFormPart implements IHelpPart, IHelpUIConstants {
AbstractFormPart cannot be resolved to a type
12. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 93)
private FormText searchWordText;
FormText cannot be resolved to a type
13. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 97)
private Section scopeSection;
Section cannot be resolved to a type
14. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 103)
private Hyperlink scopeSetLink;
Hyperlink cannot be resolved to a type
15. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 105)
private Hyperlink advancedLink;
Hyperlink cannot be resolved to a type
16. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 164)
parent.getForm().getForm().setBusy(searchInProgress);
The method getForm() from the type ReusableHelpPart refers to the missing type ManagedForm
17. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 174)
public SearchPart(final Composite parent, FormToolkit toolkit) {
FormToolkit cannot be resolved to a type
18. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 177)
TableWrapLayout layout = new TableWrapLayout();
TableWrapLayout cannot be resolved to a type
19. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 177)
TableWrapLayout layout = new TableWrapLayout();
TableWrapLayout cannot be resolved to a type
20. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 180)
TableWrapData td;
TableWrapData cannot be resolved to a type
21. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 186)
td = new TableWrapData(TableWrapData.FILL_GRAB);
TableWrapData cannot be resolved to a type
22. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 186)
td = new TableWrapData(TableWrapData.FILL_GRAB);
TableWrapData cannot be resolved to a variable
23. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 188)
td.valign = TableWrapData.MIDDLE;
TableWrapData cannot be resolved to a variable
24. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 240)
private void createScopeSection(FormToolkit toolkit) {
FormToolkit cannot be resolved to a type
25. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 241)
TableWrapData td;
TableWrapData cannot be resolved to a type
26. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 242)
scopeSection = toolkit.createSection(container, Section.TWISTIE | Section.COMPACT
Section cannot be resolved to a type
27. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 242)
scopeSection = toolkit.createSection(container, Section.TWISTIE | Section.COMPACT
Section cannot be resolved to a variable
28. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 242)
scopeSection = toolkit.createSection(container, Section.TWISTIE | Section.COMPACT
Section cannot be resolved to a variable
29. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 243)
| Section.LEFT_TEXT_CLIENT_ALIGNMENT);
Section cannot be resolved to a variable
30. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 244)
scopeSection.setText(Messages.limit_to);
Section cannot be resolved to a type
31. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 245)
td = new TableWrapData();
TableWrapData cannot be resolved to a type
32. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 247)
td.align = TableWrapData.FILL;
TableWrapData cannot be resolved to a variable
33. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 248)
scopeSection.setLayoutData(td);
Section cannot be resolved to a type
34. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 249)
filteringGroup = toolkit.createComposite(scopeSection);
Section cannot be resolved to a type
35. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 250)
scopeSection.setClient(filteringGroup);
Section cannot be resolved to a type
36. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 251)
TableWrapLayout flayout = new TableWrapLayout();
TableWrapLayout cannot be resolved to a type
37. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 251)
TableWrapLayout flayout = new TableWrapLayout();
TableWrapLayout cannot be resolved to a type
38. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 254)
createScopeSet(scopeSection, toolkit);
Section cannot be resolved to a type
39. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 258)
private void createSearchExpressionSection(FormToolkit toolkit) {
FormToolkit cannot be resolved to a type
40. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 259)
TableWrapData td;
TableWrapData cannot be resolved to a type
41. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 260)
Section searchExpressionSection = toolkit.createSection(container, Section.TWISTIE | Section.COMPACT
Section cannot be resolved to a type
42. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 260)
Section searchExpressionSection = toolkit.createSection(container, Section.TWISTIE | Section.COMPACT
Section cannot be resolved to a variable
43. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 260)
Section searchExpressionSection = toolkit.createSection(container, Section.TWISTIE | Section.COMPACT
Section cannot be resolved to a variable
44. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 261)
| Section.LEFT_TEXT_CLIENT_ALIGNMENT);
Section cannot be resolved to a variable
45. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 263)
td = new TableWrapData();
TableWrapData cannot be resolved to a type
46. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 265)
td.align = TableWrapData.FILL;
TableWrapData cannot be resolved to a variable
47. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 269)
TableWrapLayout dgLayout = new TableWrapLayout();
TableWrapLayout cannot be resolved to a type
48. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 269)
TableWrapLayout dgLayout = new TableWrapLayout();
TableWrapLayout cannot be resolved to a type
49. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 272)
searchWordText = toolkit.createFormText(detailGroup, false);
FormText cannot be resolved to a type
50. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 273)
searchWordText.setImage(IHelpUIConstants.IMAGE_HELP, HelpUIResources
FormText cannot be resolved to a type
51. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 275)
searchWordText.addHyperlinkListener(new HyperlinkAdapter() {
FormText cannot be resolved to a type
52. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 275)
searchWordText.addHyperlinkListener(new HyperlinkAdapter() {
HyperlinkAdapter cannot be resolved to a type
53. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 285)
private void createAdvancedLink(Composite parent, FormToolkit toolkit) {
FormToolkit cannot be resolved to a type
54. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 286)
advancedLink = toolkit.createHyperlink(parent, Messages.FederatedSearchPart_advanced, SWT.NULL);
Hyperlink cannot be resolved to a type
55. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 287)
advancedLink.addHyperlinkListener(new HyperlinkAdapter() {
Hyperlink cannot be resolved to a type
56. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 287)
advancedLink.addHyperlinkListener(new HyperlinkAdapter() {
HyperlinkAdapter cannot be resolved to a type
57. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 293)
TableWrapData td = new TableWrapData();
TableWrapData cannot be resolved to a type
58. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 293)
TableWrapData td = new TableWrapData();
TableWrapData cannot be resolved to a type
59. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 295)
advancedLink.setLayoutData(td);
Hyperlink cannot be resolved to a type
60. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 298)
private void createScopeSet(Section section, FormToolkit toolkit) {
Section cannot be resolved to a type
61. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 298)
private void createScopeSet(Section section, FormToolkit toolkit) {
FormToolkit cannot be resolved to a type
62. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 299)
scopeSetLink = toolkit.createHyperlink(section, null, SWT.WRAP);
Hyperlink cannot be resolved to a type
63. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 300)
scopeSetLink.addHyperlinkListener(new HyperlinkAdapter() {
Hyperlink cannot be resolved to a type
64. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 300)
scopeSetLink.addHyperlinkListener(new HyperlinkAdapter() {
HyperlinkAdapter cannot be resolved to a type
65. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 306)
scopeSetLink.setToolTipText(Messages.FederatedSearchPart_changeScopeSet);
Hyperlink cannot be resolved to a type
66. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 307)
section.setTextClient(scopeSetLink);
Hyperlink cannot be resolved to a type
67. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 332)
searchWordText.setText(buff.toString(), true, false);
FormText cannot be resolved to a type
68. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 336)
scopeSetLink.setText(set.getName());
Hyperlink cannot be resolved to a type
69. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 339)
scopeSection.layout();
Section cannot be resolved to a type
70. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 345)
Control[] children = ((Composite) scopeSection.getClient()).getChildren();
Section cannot be resolved to a type
71. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 359)
private void loadEngines(final Composite container, final FormToolkit toolkit) {
FormToolkit cannot be resolved to a type
72. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 373)
advancedLink.dispose();
Hyperlink cannot be resolved to a type
73. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 389)
private EngineDescriptor loadEngine(final EngineDescriptor edesc, Composite container, FormToolkit toolkit) {
FormToolkit cannot be resolved to a type
74. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 406)
dlabel.setForeground(toolkit.getColors().getColor(IFormColors.TITLE));
IFormColors cannot be resolved to a variable
75. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 407)
dlabel.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB));
TableWrapData cannot be resolved to a type
76. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 407)
dlabel.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB));
TableWrapData cannot be resolved to a variable
77. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 416)
Control[] children = ((Composite) scopeSection.getClient()).getChildren();
Section cannot be resolved to a type
78. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 431)
Control[] children = ((Composite) scopeSection.getClient()).getChildren();
Section cannot be resolved to a type
79. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 551)
if (scopeSection.isExpanded()) {
Section cannot be resolved to a type
80. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 552)
scopeSection.setExpanded(false);
Section cannot be resolved to a type
81. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 595)
super.dispose();
AbstractFormPart cannot be resolved to a type
82. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 615)
loadEngines(filteringGroup, parent.getForm().getToolkit());
The method getForm() from the type ReusableHelpPart refers to the missing type ManagedForm
83. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 616)
createAdvancedLink(filteringGroup, parent.getForm().getToolkit());
The method getForm() from the type ReusableHelpPart refers to the missing type ManagedForm
84. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 617)
parent.hookFormText(searchWordText);
FormText cannot be resolved to a type
85. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 633)
markStale();
The method markStale() is undefined for the type SearchPart
86. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 638)
super.refresh();
AbstractFormPart cannot be resolved to a type
87. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 664)
return parent.fillFormContextMenu(searchWordText, manager);
FormText cannot be resolved to a type
88. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 673)
return control == searchWordText || control == searchWordCombo.getControl()
FormText cannot be resolved to a type
89. ERROR in /src/org/eclipse/help/ui/internal/views/SearchPart.java
 (at line 674)
|| scopeSection.getClient() == control;
Section cannot be resolved to a type

/src/org/eclipse/help/ui/internal/views/SearchResultsPart.java : 42 errors :

1. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 41)
import org.eclipse.ui.forms.AbstractFormPart;
The import org.eclipse.ui.forms cannot be resolved
2. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 42)
import org.eclipse.ui.forms.widgets.FormText;
The import org.eclipse.ui.forms cannot be resolved
3. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 43)
import org.eclipse.ui.forms.widgets.FormToolkit;
The import org.eclipse.ui.forms cannot be resolved
4. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 44)
import org.eclipse.ui.forms.widgets.ScrolledForm;
The import org.eclipse.ui.forms cannot be resolved
5. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 45)
import org.eclipse.ui.forms.widgets.TableWrapData;
The import org.eclipse.ui.forms cannot be resolved
6. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 46)
import org.eclipse.ui.forms.widgets.TableWrapLayout;
The import org.eclipse.ui.forms cannot be resolved
7. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 48)
public class SearchResultsPart extends AbstractFormPart implements IHelpPart {
AbstractFormPart cannot be resolved to a type
8. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 57)
private ScrolledForm innerForm;
ScrolledForm cannot be resolved to a type
9. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 71)
private FormToolkit innerToolkit;
FormToolkit cannot be resolved to a type
10. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 78)
public SearchResultsPart(Composite parent, FormToolkit toolkit,
FormToolkit cannot be resolved to a type
11. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 83)
innerToolkit = new FormToolkit(parent.getDisplay());
FormToolkit cannot be resolved to a type
12. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 83)
innerToolkit = new FormToolkit(parent.getDisplay());
FormToolkit cannot be resolved to a type
13. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 84)
innerToolkit.getHyperlinkGroup().setHyperlinkUnderlineMode(
FormToolkit cannot be resolved to a type
14. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 86)
container = innerToolkit.createComposite(parent);
FormToolkit cannot be resolved to a type
15. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 88)
separator = innerToolkit.createCompositeSeparator(container);
FormToolkit cannot be resolved to a type
16. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 93)
innerForm = innerToolkit.createScrolledForm(container);
ScrolledForm cannot be resolved to a type
17. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 93)
innerForm = innerToolkit.createScrolledForm(container);
FormToolkit cannot be resolved to a type
18. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 94)
innerForm.setDelayedReflow(true);
ScrolledForm cannot be resolved to a type
19. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 95)
innerForm.setLayoutData(new GridData(GridData.FILL_BOTH));
ScrolledForm cannot be resolved to a type
20. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 96)
final ScrollBar scrollBar = innerForm.getVerticalBar();
ScrolledForm cannot be resolved to a type
21. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 102)
TableWrapLayout tlayout = new TableWrapLayout();
TableWrapLayout cannot be resolved to a type
22. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 102)
TableWrapLayout tlayout = new TableWrapLayout();
TableWrapLayout cannot be resolved to a type
23. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 105)
innerForm.getBody().setLayout(tlayout);
ScrolledForm cannot be resolved to a type
24. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 111)
ScrollBar scrollBar = innerForm.getVerticalBar();
ScrolledForm cannot be resolved to a type
25. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 157)
innerToolkit.dispose();
FormToolkit cannot be resolved to a type
26. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 158)
super.dispose();
AbstractFormPart cannot be resolved to a type
27. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 301)
if (focusControl != null && focusControl instanceof FormText) {
Incompatible conditional operand types Control and FormText
28. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 301)
if (focusControl != null && focusControl instanceof FormText) {
FormText cannot be resolved to a type
29. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 302)
return parent.fillFormContextMenu((FormText) focusControl, manager);
FormText cannot be resolved to a type
30. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 346)
Display display = parent.getForm().getToolkit().getColors()
The method getForm() from the type ReusableHelpPart refers to the missing type ManagedForm
31. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 350)
Control c = er.createControl(innerForm.getBody(), innerToolkit);
ScrolledForm cannot be resolved to a type
32. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 350)
Control c = er.createControl(innerForm.getBody(), innerToolkit);
FormToolkit cannot be resolved to a type
33. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 351)
c.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB));
TableWrapData cannot be resolved to a type
34. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 351)
c.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB));
TableWrapData cannot be resolved to a variable
35. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 360)
Control c = er.createControl(innerForm.getBody(), innerToolkit);
ScrolledForm cannot be resolved to a type
36. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 360)
Control c = er.createControl(innerForm.getBody(), innerToolkit);
FormToolkit cannot be resolved to a type
37. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 361)
c.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB));
TableWrapData cannot be resolved to a type
38. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 361)
c.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB));
TableWrapData cannot be resolved to a variable
39. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 366)
innerForm.reflow(true);
ScrolledForm cannot be resolved to a type
40. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 375)
innerForm.setOrigin(0, 0);
ScrolledForm cannot be resolved to a type
41. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 384)
FormToolkit getToolkit() {
FormToolkit cannot be resolved to a type
42. ERROR in /src/org/eclipse/help/ui/internal/views/SearchResultsPart.java
 (at line 385)
return innerToolkit;
FormToolkit cannot be resolved to a type

/src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java : 37 errors :

1. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 33)
import org.eclipse.ui.forms.AbstractFormPart;
The import org.eclipse.ui.forms cannot be resolved
2. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 34)
import org.eclipse.ui.forms.FormColors;
The import org.eclipse.ui.forms cannot be resolved
3. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 35)
import org.eclipse.ui.forms.HyperlinkGroup;
The import org.eclipse.ui.forms cannot be resolved
4. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 36)
import org.eclipse.ui.forms.IFormColors;
The import org.eclipse.ui.forms cannot be resolved
5. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 37)
import org.eclipse.ui.forms.events.HyperlinkAdapter;
The import org.eclipse.ui.forms cannot be resolved
6. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 38)
import org.eclipse.ui.forms.events.HyperlinkEvent;
The import org.eclipse.ui.forms cannot be resolved
7. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 39)
import org.eclipse.ui.forms.events.IHyperlinkListener;
The import org.eclipse.ui.forms cannot be resolved
8. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 40)
import org.eclipse.ui.forms.widgets.FormToolkit;
The import org.eclipse.ui.forms cannot be resolved
9. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 41)
import org.eclipse.ui.forms.widgets.ImageHyperlink;
The import org.eclipse.ui.forms cannot be resolved
10. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 43)
public class SeeAlsoPart extends AbstractFormPart implements IHelpPart {
AbstractFormPart cannot be resolved to a type
11. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 49)
private HyperlinkGroup hyperlinkGroup;
HyperlinkGroup cannot be resolved to a type
12. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 56)
public SeeAlsoPart(Composite parent, FormToolkit toolkit) {
FormToolkit cannot be resolved to a type
13. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 85)
label.setForeground(toolkit.getColors().getColor(IFormColors.TITLE));
IFormColors cannot be resolved to a variable
14. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 98)
hyperlinkGroup = new HyperlinkGroup(container.getDisplay());
HyperlinkGroup cannot be resolved to a type
15. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 98)
hyperlinkGroup = new HyperlinkGroup(container.getDisplay());
HyperlinkGroup cannot be resolved to a type
16. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 99)
hyperlinkGroup.setHyperlinkUnderlineMode(toolkit.getHyperlinkGroup().getHyperlinkUnderlineMode());
HyperlinkGroup cannot be resolved to a type
17. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 103)
FormToolkit toolkit = helpPart.getForm().getToolkit();
FormToolkit cannot be resolved to a type
18. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 103)
FormToolkit toolkit = helpPart.getForm().getToolkit();
The method getForm() from the type ReusableHelpPart refers to the missing type ManagedForm
19. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 104)
FormColors colors = toolkit.getColors();
FormColors cannot be resolved to a type
20. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 114)
gc.setBackground(colors.getColor(IFormColors.H_GRADIENT_END));
IFormColors cannot be resolved to a variable
21. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 115)
gc.setForeground(colors.getColor(IFormColors.H_GRADIENT_START));
IFormColors cannot be resolved to a variable
22. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 120)
gc.setForeground(colors.getColor(IFormColors.H_BOTTOM_KEYLINE2));
IFormColors cannot be resolved to a variable
23. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 122)
gc.setForeground(colors.getColor(IFormColors.H_BOTTOM_KEYLINE1));
IFormColors cannot be resolved to a variable
24. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 134)
ImageHyperlink link = (ImageHyperlink)children[i];
ImageHyperlink cannot be resolved to a type
25. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 134)
ImageHyperlink link = (ImageHyperlink)children[i];
ImageHyperlink cannot be resolved to a type
26. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 143)
private void addLinks(final Composite container, FormToolkit toolkit) {
FormToolkit cannot be resolved to a type
27. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 144)
IHyperlinkListener listener = new HyperlinkAdapter() {
IHyperlinkListener cannot be resolved to a type
28. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 144)
IHyperlinkListener listener = new HyperlinkAdapter() {
HyperlinkAdapter cannot be resolved to a type
29. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 177)
private void addPageLink(Composite container, FormToolkit toolkit, String text, String id,
FormToolkit cannot be resolved to a type
30. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 178)
String imgRef, IHyperlinkListener listener) {
IHyperlinkListener cannot be resolved to a type
31. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 182)
ImageHyperlink link = new ImageHyperlink(container, SWT.WRAP|toolkit.getOrientation());
ImageHyperlink cannot be resolved to a type
32. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 182)
ImageHyperlink link = new ImageHyperlink(container, SWT.WRAP|toolkit.getOrientation());
ImageHyperlink cannot be resolved to a type
33. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 189)
hyperlinkGroup.add(link);
HyperlinkGroup cannot be resolved to a type
34. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 212)
addLinks(linkContainer, helpPart.getForm().getToolkit());
The method getForm() from the type ReusableHelpPart refers to the missing type ManagedForm
35. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 227)
markStale();
The method markStale() is undefined for the type SeeAlsoPart
36. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 234)
super.dispose();
AbstractFormPart cannot be resolved to a type
37. ERROR in /src/org/eclipse/help/ui/internal/views/SeeAlsoPart.java
 (at line 268)
super.refresh();
AbstractFormPart cannot be resolved to a type

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/help/ui/internal/DefaultHelpUI.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/help/ui/internal/DefaultHelpUI.java
 (at line 46)
import org.eclipse.ui.internal.IWorkbenchHelpContextIds;
Discouraged access: The type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /builds/N/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/help/ui/internal/DefaultHelpUI.java
 (at line 393)
&& (context == null || ((context instanceof Context) && IWorkbenchHelpContextIds.MISSING
Discouraged access: The type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /builds/N/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/help/ui/internal/DefaultHelpUI.java
 (at line 393)
&& (context == null || ((context instanceof Context) && IWorkbenchHelpContextIds.MISSING
Discouraged access: The field MISSING from the type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /builds/N/src/plugins/org.eclipse.ui.workbench/@dot

/src/org/eclipse/help/ui/internal/views/ContextHelpPart.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 73)
import org.eclipse.ui.internal.IWorkbenchHelpContextIds;
Discouraged access: The type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /builds/N/src/plugins/org.eclipse.ui.workbench/@dot
2. WARNING in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 297)
if (provider!= null && (context==null || ((context instanceof Context) && IWorkbenchHelpContextIds.MISSING.equals(((Context)context).getId())))) {
Discouraged access: The type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /builds/N/src/plugins/org.eclipse.ui.workbench/@dot
3. WARNING in /src/org/eclipse/help/ui/internal/views/ContextHelpPart.java
 (at line 297)
if (provider!= null && (context==null || ((context instanceof Context) && IWorkbenchHelpContextIds.MISSING.equals(((Context)context).getId())))) {
Discouraged access: The field MISSING from the type IWorkbenchHelpContextIds is not accessible due to restriction on classpath entry /builds/N/src/plugins/org.eclipse.ui.workbench/@dot
Title: Compiler log for org.eclipse.help_3.5.0.N20091008-2007

Compiler log for org.eclipse.help_3.5.0.N20091008-2007 : @dot.xml

TOTAL : ERRORS: 1, WARNINGS: 1

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/help/internal/index/IndexSee.java : 1 error :

1. ERROR in /src/org/eclipse/help/internal/index/IndexSee.java
 (at line 97)
return Arrays.hashCode(getPath());
The method hashCode() in the type Object is not applicable for the arguments (String[])

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/help/internal/index/IndexAssembler.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/help/internal/index/IndexAssembler.java
 (at line 22)
import org.eclipse.help.IIndex;
The import org.eclipse.help.IIndex is never used

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

Back to the top