Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A76_R36x, 3.6.2

Number of source files: 10 Number of classfiles: 14

Problems: 96 (Errors: 0 Warnings: 96 )

Source File: org/eclipse/wst/css/ui/tests/ExistenceTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.ui/@dot

ExistenceTest.java :

6 : import org.eclipse.wst.css.ui.internal.CSSUIPlugin;

2. WARNING: DiscouragedReference

Discouraged access: The type CSSUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.ui/@dot

ExistenceTest.java :

17 : Plugin p = CSSUIPlugin.getDefault();

3. WARNING: DiscouragedReference

Discouraged access: The method getDefault() from the type CSSUIPlugin is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.ui/@dot

ExistenceTest.java :

17 : Plugin p = CSSUIPlugin.getDefault();

Source File: org/eclipse/wst/css/ui/tests/TestEditorConfigurationCSS.java
1. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TestEditorConfigurationCSS.java :

18 : import org.eclipse.wst.css.core.internal.provisional.contenttype.ContentTypeIdForCSS;

2. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationCSS.java :

23 : import org.eclipse.wst.sse.ui.internal.ExtendedConfigurationBuilder;

3. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationCSS.java :

30 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.SOURCEVIEWERCONFIGURATION, ContentTypeIdForCSS.ContentTypeID_CSS);

4. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationCSS.java :

30 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.SOURCEVIEWERCONFIGURATION, ContentTypeIdForCSS.ContentTypeID_CSS);

5. WARNING: DiscouragedReference

Discouraged access: The method getConfiguration(String, String) from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationCSS.java :

30 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.SOURCEVIEWERCONFIGURATION, ContentTypeIdForCSS.ContentTypeID_CSS);

6. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationCSS.java :

30 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.SOURCEVIEWERCONFIGURATION, ContentTypeIdForCSS.ContentTypeID_CSS);

7. WARNING: DiscouragedReference

Discouraged access: The field SOURCEVIEWERCONFIGURATION from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationCSS.java :

30 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.SOURCEVIEWERCONFIGURATION, ContentTypeIdForCSS.ContentTypeID_CSS);

8. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TestEditorConfigurationCSS.java :

30 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.SOURCEVIEWERCONFIGURATION, ContentTypeIdForCSS.ContentTypeID_CSS);

9. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_CSS from the type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TestEditorConfigurationCSS.java :

30 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.SOURCEVIEWERCONFIGURATION, ContentTypeIdForCSS.ContentTypeID_CSS);

10. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TestEditorConfigurationCSS.java :

31 : assertNotNull("no source viewer configuration for " + ContentTypeIdForCSS.ContentTypeID_CSS, o);

11. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_CSS from the type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TestEditorConfigurationCSS.java :

31 : assertNotNull("no source viewer configuration for " + ContentTypeIdForCSS.ContentTypeID_CSS, o);

12. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TestEditorConfigurationCSS.java :

33 : assertEquals("unexpected source viewer configuration for " + ContentTypeIdForCSS.ContentTypeID_CSS, o.getClass(), StructuredTextViewerConfigurationCSS.class);

13. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_CSS from the type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TestEditorConfigurationCSS.java :

33 : assertEquals("unexpected source viewer configuration for " + ContentTypeIdForCSS.ContentTypeID_CSS, o.getClass(), StructuredTextViewerConfigurationCSS.class);

14. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationCSS.java :

37 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.CONTENTOUTLINECONFIGURATION, ContentTypeIdForCSS.ContentTypeID_CSS);

15. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationCSS.java :

37 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.CONTENTOUTLINECONFIGURATION, ContentTypeIdForCSS.ContentTypeID_CSS);

16. WARNING: DiscouragedReference

Discouraged access: The method getConfiguration(String, String) from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationCSS.java :

37 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.CONTENTOUTLINECONFIGURATION, ContentTypeIdForCSS.ContentTypeID_CSS);

17. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationCSS.java :

37 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.CONTENTOUTLINECONFIGURATION, ContentTypeIdForCSS.ContentTypeID_CSS);

18. WARNING: DiscouragedReference

Discouraged access: The field CONTENTOUTLINECONFIGURATION from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationCSS.java :

37 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.CONTENTOUTLINECONFIGURATION, ContentTypeIdForCSS.ContentTypeID_CSS);

19. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TestEditorConfigurationCSS.java :

37 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.CONTENTOUTLINECONFIGURATION, ContentTypeIdForCSS.ContentTypeID_CSS);

20. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_CSS from the type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TestEditorConfigurationCSS.java :

37 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.CONTENTOUTLINECONFIGURATION, ContentTypeIdForCSS.ContentTypeID_CSS);

21. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TestEditorConfigurationCSS.java :

38 : assertNotNull("no content outline configuration for " + ContentTypeIdForCSS.ContentTypeID_CSS, o);

22. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_CSS from the type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TestEditorConfigurationCSS.java :

38 : assertNotNull("no content outline configuration for " + ContentTypeIdForCSS.ContentTypeID_CSS, o);

23. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TestEditorConfigurationCSS.java :

40 : assertEquals("unexpected content outline configuration for " + ContentTypeIdForCSS.ContentTypeID_CSS, o.getClass(), CSSContentOutlineConfiguration.class);

24. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_CSS from the type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TestEditorConfigurationCSS.java :

40 : assertEquals("unexpected content outline configuration for " + ContentTypeIdForCSS.ContentTypeID_CSS, o.getClass(), CSSContentOutlineConfiguration.class);

25. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationCSS.java :

44 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.PROPERTYSHEETCONFIGURATION, ContentTypeIdForCSS.ContentTypeID_CSS);

26. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationCSS.java :

44 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.PROPERTYSHEETCONFIGURATION, ContentTypeIdForCSS.ContentTypeID_CSS);

27. WARNING: DiscouragedReference

Discouraged access: The method getConfiguration(String, String) from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationCSS.java :

44 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.PROPERTYSHEETCONFIGURATION, ContentTypeIdForCSS.ContentTypeID_CSS);

28. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationCSS.java :

44 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.PROPERTYSHEETCONFIGURATION, ContentTypeIdForCSS.ContentTypeID_CSS);

29. WARNING: DiscouragedReference

Discouraged access: The field PROPERTYSHEETCONFIGURATION from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationCSS.java :

44 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.PROPERTYSHEETCONFIGURATION, ContentTypeIdForCSS.ContentTypeID_CSS);

30. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TestEditorConfigurationCSS.java :

44 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.PROPERTYSHEETCONFIGURATION, ContentTypeIdForCSS.ContentTypeID_CSS);

31. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_CSS from the type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TestEditorConfigurationCSS.java :

44 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.PROPERTYSHEETCONFIGURATION, ContentTypeIdForCSS.ContentTypeID_CSS);

32. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TestEditorConfigurationCSS.java :

45 : assertNotNull("no property sheet configuration for " + ContentTypeIdForCSS.ContentTypeID_CSS, o);

33. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_CSS from the type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TestEditorConfigurationCSS.java :

45 : assertNotNull("no property sheet configuration for " + ContentTypeIdForCSS.ContentTypeID_CSS, o);

34. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TestEditorConfigurationCSS.java :

47 : assertEquals("unexpected property sheet configuration for " + ContentTypeIdForCSS.ContentTypeID_CSS, o.getClass(), CSSPropertySheetConfiguration.class);

35. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_CSS from the type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

TestEditorConfigurationCSS.java :

47 : assertEquals("unexpected property sheet configuration for " + ContentTypeIdForCSS.ContentTypeID_CSS, o.getClass(), CSSPropertySheetConfiguration.class);

36. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationCSS.java :

51 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.DOCUMENTATIONTEXTHOVER, ICSSPartitions.STYLE);

37. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationCSS.java :

51 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.DOCUMENTATIONTEXTHOVER, ICSSPartitions.STYLE);

38. WARNING: DiscouragedReference

Discouraged access: The method getConfiguration(String, String) from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationCSS.java :

51 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.DOCUMENTATIONTEXTHOVER, ICSSPartitions.STYLE);

39. WARNING: DiscouragedReference

Discouraged access: The type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationCSS.java :

51 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.DOCUMENTATIONTEXTHOVER, ICSSPartitions.STYLE);

40. WARNING: DiscouragedReference

Discouraged access: The field DOCUMENTATIONTEXTHOVER from the type ExtendedConfigurationBuilder is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestEditorConfigurationCSS.java :

51 : Object o = ExtendedConfigurationBuilder.getInstance().getConfiguration(ExtendedConfigurationBuilder.DOCUMENTATIONTEXTHOVER, ICSSPartitions.STYLE);

Source File: org/eclipse/wst/css/ui/tests/contentassist/ProposalInfo.java
1. WARNING: DiscouragedReference

Discouraged access: The type BrowserInformationControlInput is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar

ProposalInfo.java :

13 : import org.eclipse.jface.internal.text.html.BrowserInformationControlInput;

2. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ProposalInfo.java :

14 : import org.eclipse.wst.css.core.internal.metamodel.CSSMMNode;

3. WARNING: DiscouragedReference

Discouraged access: The type IProposalInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.ui/@dot

ProposalInfo.java :

15 : import org.eclipse.wst.css.ui.internal.contentassist.IProposalInfo;

4. WARNING: DiscouragedReference

Discouraged access: The type BrowserInformationControlInput is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar

ProposalInfo.java :

17 : public class ProposalInfo extends BrowserInformationControlInput implements IProposalInfo {

5. WARNING: DiscouragedReference

Discouraged access: The type IProposalInfo is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.ui/@dot

ProposalInfo.java :

17 : public class ProposalInfo extends BrowserInformationControlInput implements IProposalInfo {

6. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ProposalInfo.java :

19 : private CSSMMNode fNode;

7. WARNING: DiscouragedReference

Discouraged access: The constructor BrowserInformationControlInput(BrowserInformationControlInput) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/eclipse/plugins/org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar

ProposalInfo.java :

22 : super(null);

8. WARNING: DiscouragedReference

Discouraged access: The type CSSMMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ProposalInfo.java :

31 : public void setInputElement(CSSMMNode node) {

9. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type CSSMMNode is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.core/@dot

ProposalInfo.java :

40 : return fNode != null ? fNode.getName() : "";

Source File: org/eclipse/wst/css/ui/tests/contentassist/TestCSSContentAssistComputers.java
1. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestCSSContentAssistComputers.java :

42 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;

2. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestCSSContentAssistComputers.java :

142 : StructuredTextViewer viewer = editor.getTextViewer();

3. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestCSSContentAssistComputers.java :

175 : StructuredTextViewer viewer = editor.getTextViewer();

4. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestCSSContentAssistComputers.java :

193 : private static ICompletionProposal[][] getProposals(StructuredTextViewer viewer, int offset, int pageCount) throws Exception {

5. WARNING: DiscouragedReference

Discouraged access: The method configure(SourceViewerConfiguration) from the type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestCSSContentAssistComputers.java :

197 : viewer.configure(configuration);

Source File: org/eclipse/wst/css/ui/tests/viewer/CSSCodeFoldingTest.java
1. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

CSSCodeFoldingTest.java :

44 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;

2. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

CSSCodeFoldingTest.java :

159 : StructuredTextViewer viewer = editor.getTextViewer();

3. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

CSSCodeFoldingTest.java :

185 : StructuredTextViewer viewer = editor.getTextViewer();

4. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

CSSCodeFoldingTest.java :

263 : private void waitForReconcileThenVerify(final StructuredTextViewer viewer, final List expectedPositions) throws Exception{

5. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

CSSCodeFoldingTest.java :

286 : private void verifyAnnotationPositions(StructuredTextViewer viewer, List expectedPositions) throws Exception{

Source File: org/eclipse/wst/css/ui/tests/viewer/TestCSSContentAssist.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.ui/@dot

TestCSSContentAssist.java :

32 : import org.eclipse.wst.css.ui.internal.contentassist.CSSContentAssistProcessor;

2. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestCSSContentAssist.java :

35 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestCSSContentAssist.java :

36 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

4. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestCSSContentAssist.java :

37 : import org.eclipse.wst.sse.core.internal.provisional.exceptions.ResourceAlreadyExists;

5. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestCSSContentAssist.java :

38 : import org.eclipse.wst.sse.core.internal.provisional.exceptions.ResourceInUse;

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestCSSContentAssist.java :

39 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

7. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestCSSContentAssist.java :

40 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;

8. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestCSSContentAssist.java :

47 : private StructuredTextViewer sourceViewer = null;

9. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestCSSContentAssist.java :

48 : protected IStructuredDocument document = null;

10. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestCSSContentAssist.java :

49 : private IStructuredModel model;

11. WARNING: DiscouragedReference

Discouraged access: The constructor StructuredTextViewer(Composite, IVerticalRuler, IOverviewRuler, boolean, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestCSSContentAssist.java :

89 : sourceViewer = new StructuredTextViewer(parent, null, null, false, SWT.NONE);

12. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestCSSContentAssist.java :

89 : sourceViewer = new StructuredTextViewer(parent, null, null, false, SWT.NONE);

13. WARNING: DiscouragedReference

Discouraged access: The method configure(SourceViewerConfiguration) from the type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestCSSContentAssist.java :

98 : sourceViewer.configure(new StructuredTextViewerConfigurationCSS());

14. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestCSSContentAssist.java :

103 : protected void loadFile() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

15. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestCSSContentAssist.java :

103 : protected void loadFile() throws ResourceAlreadyExists, ResourceInUse, IOException, CoreException {

16. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestCSSContentAssist.java :

104 : IModelManager modelManager = StructuredModelManager.getModelManager();

17. WARNING: DiscouragedReference

Discouraged access: The method getModelForEdit(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestCSSContentAssist.java :

105 : model = modelManager.getModelForEdit(file);

18. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestCSSContentAssist.java :

106 : document = model.getStructuredDocument();

19. WARNING: DiscouragedReference

Discouraged access: The type CSSContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.ui/@dot

TestCSSContentAssist.java :

133 : CSSContentAssistProcessor processor = new CSSContentAssistProcessor();

20. WARNING: DiscouragedReference

Discouraged access: The constructor CSSContentAssistProcessor() is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.ui/@dot

TestCSSContentAssist.java :

133 : CSSContentAssistProcessor processor = new CSSContentAssistProcessor();

21. WARNING: DiscouragedReference

Discouraged access: The type CSSContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.ui/@dot

TestCSSContentAssist.java :

133 : CSSContentAssistProcessor processor = new CSSContentAssistProcessor();

22. WARNING: DiscouragedReference

Discouraged access: The method computeCompletionProposals(ITextViewer, int) from the type CSSContentAssistProcessor is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.ui/@dot

TestCSSContentAssist.java :

134 : ICompletionProposal[] proposals = processor.computeCompletionProposals(sourceViewer, 24);

23. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() from the type IStructuredModel is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.core/@dot

TestCSSContentAssist.java :

139 : model.releaseFromEdit();

Source File: org/eclipse/wst/css/ui/tests/viewer/TestViewerConfigurationCSS.java
1. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.ui/@dot

TestViewerConfigurationCSS.java :

31 : import org.eclipse.wst.css.ui.internal.Logger;

2. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestViewerConfigurationCSS.java :

32 : import org.eclipse.wst.sse.ui.internal.StructuredTextViewer;

3. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestViewerConfigurationCSS.java :

33 : import org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider;

4. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestViewerConfigurationCSS.java :

39 : private StructuredTextViewer fViewer = null;

5. WARNING: DiscouragedReference

Discouraged access: The constructor StructuredTextViewer(Composite, IVerticalRuler, IOverviewRuler, boolean, int) is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestViewerConfigurationCSS.java :

71 : fViewer = new StructuredTextViewer(parent, null, null, false, SWT.NONE);

6. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextViewer is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestViewerConfigurationCSS.java :

71 : fViewer = new StructuredTextViewer(parent, null, null, false, SWT.NONE);

7. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.ui/@dot

TestViewerConfigurationCSS.java :

76 : Logger.log(Logger.INFO, "Remember, viewer configuration tests are not run because workbench is not open (normal on build machine)");

8. WARNING: DiscouragedReference

Discouraged access: The method log(int, String) from the type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.ui/@dot

TestViewerConfigurationCSS.java :

76 : Logger.log(Logger.INFO, "Remember, viewer configuration tests are not run because workbench is not open (normal on build machine)");

9. WARNING: DiscouragedReference

Discouraged access: The type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.ui/@dot

TestViewerConfigurationCSS.java :

76 : Logger.log(Logger.INFO, "Remember, viewer configuration tests are not run because workbench is not open (normal on build machine)");

10. WARNING: DiscouragedReference

Discouraged access: The field INFO from the type Logger is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.css.ui/@dot

TestViewerConfigurationCSS.java :

76 : Logger.log(Logger.INFO, "Remember, viewer configuration tests are not run because workbench is not open (normal on build machine)");

11. WARNING: DiscouragedReference

Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /opt/public/webtools/projects/wtp-R3.2.3-M/workdir/plugins/org.eclipse.wst.sse.ui/@dot

TestViewerConfigurationCSS.java :

205 : LineStyleProvider providers[] = fConfig.getLineStyleProviders(fViewer, contentTypes[i]);