# 2/19/10 10:20:07 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/core/FortranLanguage.java (at line 24) import org.eclipse.cdt.core.model.ILanguage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.model.ILanguage is never used ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/core/FortranLanguage.java (at line 139) public Collection getRegisteredContentTypeIds() ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/dom/IFortranDOMParser.java (at line 18) import org.eclipse.cdt.core.model.ILanguage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.model.ILanguage is never used ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/launch/CApplicationLaunchShortcut.java (at line 101) List candidateConfigs = Collections.EMPTY_LIST; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/launch/CApplicationLaunchShortcut.java (at line 104) candidateConfigs = new ArrayList(configs.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/launch/CApplicationLaunchShortcut.java (at line 112) candidateConfigs.add(config); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/launch/CApplicationLaunchShortcut.java (at line 152) List debugList = new ArrayList(debugConfigs.length); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/launch/CApplicationLaunchShortcut.java (at line 152) List debugList = new ArrayList(debugConfigs.length); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/launch/CApplicationLaunchShortcut.java (at line 158) debugList.add(debugConfigs[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/launch/CApplicationLaunchShortcut.java (at line 162) debugConfigs = (ICDebugConfiguration[]) debugList.toArray(new ICDebugConfiguration[0]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/launch/CApplicationLaunchShortcut.java (at line 313) protected ILaunchConfiguration chooseConfiguration(List configList, String mode) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/launch/CApplicationLaunchShortcut.java (at line 328) protected String getLaunchSelectionDialogTitleString(List configList, String mode) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/launch/CApplicationLaunchShortcut.java (at line 332) protected String getLaunchSelectionDialogMessageString(List binList, String mode) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/launch/CApplicationLaunchShortcut.java (at line 346) protected IBinary chooseBinary(List binList, String mode) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/launch/CApplicationLaunchShortcut.java (at line 387) protected String getBinarySelectionDialogTitleString(List binList, String mode) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/launch/CApplicationLaunchShortcut.java (at line 391) protected String getBinarySelectionDialogMessageString(List binList, String mode) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/launch/CApplicationLaunchShortcut.java (at line 411) final List results = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/launch/CApplicationLaunchShortcut.java (at line 411) final List results = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/launch/CApplicationLaunchShortcut.java (at line 430) results.add(bins[j]); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranProjectWizard.java (at line 98) ArrayList lineList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranProjectWizard.java (at line 98) ArrayList lineList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranProjectWizard.java (at line 101) lineList.add(line); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranProjectWizard.java (at line 105) Iterator itr = lineList.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranProjectWizard.java (at line 118) lineList.set(first_index, lineList.get(phot_index)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranProjectWizard.java (at line 119) lineList.set(phot_index, temp); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 88) List elemList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 88) List elemList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 93) elemList.add(element); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 96) return (IConfigurationElement[]) elemList.toArray(new IConfigurationElement[elemList.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 156) List elemList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 156) List elemList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 161) elemList.add(element); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 164) return (IConfigurationElement[]) elemList.toArray(new IConfigurationElement[elemList.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 217) List elemList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 217) List elemList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 222) elemList.add(element); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 225) return (IConfigurationElement[]) elemList.toArray(new IConfigurationElement[elemList.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 278) List elemList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 278) List elemList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 283) elemList.add(element); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 286) return (IConfigurationElement[]) elemList.toArray(new IConfigurationElement[elemList.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 313) List idList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 313) List idList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 321) idList.add(id); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 326) return (String[]) idList.toArray(new String[idList.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 330) List idList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 330) List idList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 331) List actionList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 331) List actionList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 339) idList.add(id); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 342) actionList.add(action); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 348) return (IAction[]) actionList.toArray(new IAction[actionList.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 366) List elemList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 366) List elemList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 376) elemList.add(element); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/FortranWizardRegistry.java (at line 381) return (IConfigurationElement[]) elemList.toArray(new IConfigurationElement[elemList.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/ProjectConversionAction.java (at line 34) ArrayList projects = null; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/ProjectConversionAction.java (at line 40) projects = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/ProjectConversionAction.java (at line 53) Iterator e = projects.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/ProjectConversionAction.java (at line 83) Iterator e = structuredSelection.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/ProjectConversionAction.java (at line 88) projects.add(((ICProject)element).getProject()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/editor/CDTBasedTextEditor.java (at line 143) public Object getAdapter(Class required) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/model/org/eclipse/photran/internal/core/model/FortranElement.java (at line 123) public Object getAdapter(Class required) ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/model/org/eclipse/photran/internal/core/model/SimpleFortranModelBuilder.java (at line 21) import org.eclipse.cdt.core.model.IContributedModelBuilder; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.model.IContributedModelBuilder is never used ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/model/org/eclipse/photran/internal/core/model/SimpleFortranModelBuilder.java (at line 57) private Map newElements = null; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/model/org/eclipse/photran/internal/core/model/SimpleFortranModelBuilder.java (at line 74) this.newElements = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/model/org/eclipse/photran/internal/core/model/SimpleFortranModelBuilder.java (at line 123) this.newElements.put(element, element.getElementInfo()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/model/org/eclipse/photran/internal/core/model/SimpleFortranModelBuilder.java (at line 134) this.newElements.put(element, element.getElementInfo()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/model/org/eclipse/photran/internal/core/model/SimpleFortranModelBuilder.java (at line 161) private Stack/**/ stack = new Stack/**/(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/model/org/eclipse/photran/internal/core/model/SimpleFortranModelBuilder.java (at line 161) private Stack/**/ stack = new Stack/**/(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/model/org/eclipse/photran/internal/core/model/SimpleFortranModelBuilder.java (at line 173) newElements.put(element, element.getElementInfo()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/model/org/eclipse/photran/internal/core/model/SimpleFortranModelBuilder.java (at line 175) stack.add(element); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/model/org/eclipse/photran/internal/core/model/SimpleFortranModelBuilder.java (at line 187) private ArrayList/**/ statement = new ArrayList/**/(64); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/model/org/eclipse/photran/internal/core/model/SimpleFortranModelBuilder.java (at line 187) private ArrayList/**/ statement = new ArrayList/**/(64); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface/model/org/eclipse/photran/internal/core/model/SimpleFortranModelBuilder.java (at line 196) statement.add(tok); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 75 problems (75 warnings)[50 .class files generated] # 2/19/10 10:20:31 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [2 .class files generated] # 2/19/10 10:20:05 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/src/org/eclipse/photran/internal/core/FProjectNature.java (at line 91) List newNatures = new ArrayList(Arrays.asList(prevNatures)); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/src/org/eclipse/photran/internal/core/FProjectNature.java (at line 91) List newNatures = new ArrayList(Arrays.asList(prevNatures)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/src/org/eclipse/photran/internal/core/FProjectNature.java (at line 91) List newNatures = new ArrayList(Arrays.asList(prevNatures)); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/src/org/eclipse/photran/internal/core/FProjectNature.java (at line 93) description.setNatureIds((String[])newNatures.toArray(new String[newNatures.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/errorparsers/org/eclipse/photran/internal/core/errorparsers/G95FortranErrorParser.java (at line 30) private Stack lines; ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/errorparsers/org/eclipse/photran/internal/core/errorparsers/G95FortranErrorParser.java (at line 52) lines = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/errorparsers/org/eclipse/photran/internal/core/errorparsers/G95FortranErrorParser.java (at line 53) lines.push(line); ^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/errorparsers/org/eclipse/photran/internal/core/errorparsers/G95FortranErrorParser.java (at line 96) lines.push(line); ^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/errorparsers/org/eclipse/photran/internal/core/errorparsers/PGIErrorParser.java (at line 45) boolean match = Pattern.matches("PGF\\w\\w-S-\\d+-([a-zA-Z, ]+)[(](\\S+)[)]", test); ^^^^^ The local variable match is never read ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/preferences/org/eclipse/photran/internal/core/preferences/FortranIntegerPreference.java (at line 13) import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.Preferences is never used ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FixedFormLexerPhase1.java (at line 37) import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FixedFormLexerPhase1.java (at line 39) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FixedFormLexerPhase1.java (at line 40) import java.util.LinkedList; ^^^^^^^^^^^^^^^^^^^^ The import java.util.LinkedList is never used ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FixedFormLexerPhase1.java (at line 907) private boolean zzAtBOL = true; ^^^^^^^ The field FixedFormLexerPhase1.zzAtBOL is never read locally ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FixedFormLexerPrepass.java (at line 52) private HashMap whiteSpaceMapping = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FixedFormLexerPrepass.java (at line 52) private HashMap whiteSpaceMapping = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FixedFormLexerPrepass.java (at line 316) whiteSpaceMapping.put(posInFile, combinedWhite); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase1.java (at line 34) import java.util.LinkedList; ^^^^^^^^^^^^^^^^^^^^ The import java.util.LinkedList is never used ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase1.java (at line 35) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase1.java (at line 2440) private boolean zzAtBOL = true; ^^^^^^^ The field FreeFormLexerPhase1.zzAtBOL is never read locally ---------- ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 45) private Vector tokenStream = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 45) private Vector tokenStream = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 46) private Vector lineNumbers = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 46) private Vector lineNumbers = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 47) private Vector colNumbers = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 47) private Vector colNumbers = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 48) private Vector files = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 48) private Vector files = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 49) private Vector fileOffsets = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 49) private Vector fileOffsets = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 50) private Vector streamOffsets = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 50) private Vector streamOffsets = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 51) private Vector lengths = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 51) private Vector lengths = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 52) private ListIterator tokenIt; ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 53) private ListIterator lineIt; ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 54) private ListIterator colIt; ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 55) private ListIterator fileIt; ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 56) private ListIterator fileOffsetIt; ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 57) private ListIterator streamOffsetIt; ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 58) private ListIterator lengthIt; ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 78) HashMap/*>*/ rules = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 78) HashMap/*>*/ rules = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 221) tokenStream.add(t); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 222) lineNumbers.add(new Integer(yylex.getLastTokenLine())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 223) colNumbers.add(new Integer(yylex.getLastTokenCol())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 224) files.add(yylex.getLastTokenFile()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 225) fileOffsets.add(new Integer(yylex.getLastTokenFileOffset())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 226) streamOffsets.add(new Integer(yylex.getLastTokenStreamOffset())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 227) lengths.add(new Integer(yylex.getLastTokenLength())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 647) LinkedList ruleList = (LinkedList)rules.get(thistokenTerminal); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 647) LinkedList ruleList = (LinkedList)rules.get(thistokenTerminal); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 658) private boolean allRulesApplyToTokenAtPosition(LinkedList ruleList, int tokenPos) { ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 659) ListIterator it = ruleList.listIterator(); ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 988) private LinkedList ruleList; ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 992) ruleList = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 998) ruleList = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 999) ruleList.add(rule); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1005) ruleList = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1006) ruleList.add(rule1); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1007) ruleList.add(rule2); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1013) ruleList = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1014) ruleList.add(rule1); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1015) ruleList.add(rule2); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1016) ruleList.add(rule3); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1029) rules.put(tokenTerminal, ruleList); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1156) public MustBePrecededBy(Terminal tokenTerminal1, Terminal tokenTerminal2) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FreeFormLexerPhase2.MustBePrecededBy(Terminal, Terminal) is never used locally ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1312) public StmtMustStartWithOneOf(Terminal tokenTerminal1, Terminal tokenTerminal2, Terminal tokenTerminal3, Terminal tokenTerminal4) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FreeFormLexerPhase2.StmtMustStartWithOneOf(Terminal, Terminal, Terminal, Terminal) is never used locally ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1321) public StmtMustStartWithOneOf(Terminal tokenTerminal1, Terminal tokenTerminal2, Terminal tokenTerminal3, Terminal tokenTerminal4, Terminal tokenTerminal5, Terminal tokenTerminal6, Terminal tokenTerminal7, Terminal tokenTerminal8) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FreeFormLexerPhase2.StmtMustStartWithOneOf(Terminal, Terminal, Terminal, Terminal, Terminal, Terminal, Terminal, Terminal) is never used locally ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1527) Vector identifiersContainingEqualSigns = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1527) Vector identifiersContainingEqualSigns = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1528) Vector identifiersStarred = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1528) Vector identifiersStarred = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1536) identifiersContainingEqualSigns.add(new Integer(i)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1541) identifiersStarred.add(new Integer(i)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1595) lengths.setElementAt(new Integer(tokenText.length()), i+j); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1598) tokenStream.insertElementAt(eq, i+j+1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method insertElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1599) lineNumbers.insertElementAt(lineNumbers.get(i+j), i+j+1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method insertElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1600) colNumbers.insertElementAt(new Integer(((Integer)colNumbers.get(i+j)).intValue()+textWithoutEquals.length()), i+j+1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method insertElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1601) files.insertElementAt((IFile)files.get(i+j), i+j+1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method insertElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1602) fileOffsets.insertElementAt(new Integer(((Integer)fileOffsets.get(i+j)).intValue()+textWithoutEquals.length()), i+j+1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method insertElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1603) streamOffsets.insertElementAt(new Integer(((Integer)streamOffsets.get(i+j)).intValue()+textWithoutEquals.length()), i+j+1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method insertElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1604) lengths.insertElementAt(new Integer(1), i+j+1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method insertElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1649) lengths.setElementAt(new Integer(textBeforeStar.length()), i+(2*j)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1652) tokenStream.insertElementAt(star, i+(2*j)+1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method insertElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1653) lineNumbers.insertElementAt(lineNumbers.get(i+(2*j)), i+(2*j)+1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method insertElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1654) colNumbers.insertElementAt(new Integer(((Integer)colNumbers.get(i+(2*j))).intValue()+textBeforeStar.length()), i+(2*j)+1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method insertElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1655) files.insertElementAt((IFile)files.get(i+(2*j)), i+(2*j)+1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method insertElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1656) fileOffsets.insertElementAt(new Integer(((Integer)fileOffsets.get(i+(2*j))).intValue()+textBeforeStar.length()), i+(2*j)+1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method insertElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1657) streamOffsets.insertElementAt(new Integer(((Integer)streamOffsets.get(i+(2*j))).intValue()+textBeforeStar.length()), i+(2*j)+1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method insertElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1658) lengths.insertElementAt(new Integer(1), i+(2*j)+1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method insertElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1660) tokenStream.insertElementAt(num, i+(2*j)+2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method insertElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1661) lineNumbers.insertElementAt(lineNumbers.get(i+(2*j)+1), i+(2*j)+2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method insertElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1662) colNumbers.insertElementAt(new Integer(((Integer)colNumbers.get(i+(2*j)+1)).intValue()+textBeforeStar.length()+1), i+(2*j)+2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method insertElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1663) files.insertElementAt((IFile)files.get(i+(2*j)), i+(2*j)+1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method insertElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1664) fileOffsets.insertElementAt(new Integer(((Integer)fileOffsets.get(i+(2*j)+1)).intValue()+textBeforeStar.length()+1), i+(2*j)+2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method insertElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1665) streamOffsets.insertElementAt(new Integer(((Integer)streamOffsets.get(i+(2*j)+1)).intValue()+textBeforeStar.length()+1), i+(2*j)+2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method insertElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1666) lengths.insertElementAt(new Integer(1), i+(2*j)+2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method insertElementAt(Object, int) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 98 problems (98 warnings)[60 .class files generated] # 2/19/10 10:20:33 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [2 .class files generated] # 2/19/10 10:20:09 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 57) ArrayList names = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 57) ArrayList names = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 83) int token; ^^^^^ The local variable token is never read ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 89) names.add(st.sval); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 113) return (String[]) names.toArray(new String[names.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 120) ArrayList names = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 120) ArrayList names = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 149) int token; ^^^^^ The local variable token is never read ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 155) names.add(st.sval); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 166) return (String[]) names.toArray(new String[names.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 172) private boolean isFortranFile(IProject project, File file, Collection fortranContentTypes) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 188) Collection contentTypes, ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 201) ArrayList modRes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 201) ArrayList modRes = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 218) modRes.add(project.getFile(modName)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 232) modRes.add(modFound[i]); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 238) return (IResource[]) modRes.toArray(new IResource[modRes.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 288) ArrayList possibleMatchingFiles = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 288) ArrayList possibleMatchingFiles = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 312) possibleMatchingFiles.add(f.getProjectRelativePath().toString().replaceFirst("\\..+", "")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 368) ArrayList dependencies = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 368) ArrayList dependencies = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 369) Collection fortranContentTypes = new FortranLanguage().getRegisteredContentTypeIds(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 383) dependencies.add(resource); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 394) dependencies.add(modRes[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 404) return (IResource[]) dependencies.toArray(new IResource[dependencies.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 431) ArrayList outs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 431) ArrayList outs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 448) outs.add(modName); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.managedbuilder.core/src/org/eclipse/photran/managedbuilder/core/makegen/DefaultFortranDependencyCalculator.java (at line 452) return (IPath[]) outs.toArray(new IPath[outs.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 30 problems (30 warnings)[2 .class files generated] # 2/19/10 10:20:32 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [1 .class file generated] # 2/19/10 10:20:03 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [1 .class file generated] # 2/19/10 10:20:26 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/actions/FortranBlockCommentActionDelegate.java (at line 20) import org.eclipse.jface.text.BadPartitioningException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.text.BadPartitioningException is never used ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/actions/FortranBlockCommentActionDelegate.java (at line 79) protected void executeEdits(List edits) throws BadLocationException ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/actions/FortranBlockCommentActionDelegate.java (at line 81) for (Iterator it = edits.iterator(); it.hasNext();) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/actions/FortranBlockCommentActionDelegate.java (at line 102) List edits = new LinkedList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/actions/FortranBlockCommentActionDelegate.java (at line 102) List edits = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/actions/FortranBlockCommentActionDelegate.java (at line 111) edits.add(factory.createEdit(eff, 1, "")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/actions/FortranBlockCommentActionDelegate.java (at line 113) edits.add(factory.createEdit(eff, 0, "!")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/actions/FortranEditorActionDelegate.java (at line 29) import org.eclipse.ui.internal.Workbench; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.ui.workbench_3.6.0.I20100127-1800.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/actions/FortranEditorActionDelegate.java (at line 64) this.window = Workbench.getInstance().getActiveWorkbenchWindow(); ^^^^^^^^^ Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.ui.workbench_3.6.0.I20100127-1800.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/actions/FortranEditorActionDelegate.java (at line 64) this.window = Workbench.getInstance().getActiveWorkbenchWindow(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type Workbench is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.ui.workbench_3.6.0.I20100127-1800.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/actions/FortranEditorActionDelegate.java (at line 64) this.window = Workbench.getInstance().getActiveWorkbenchWindow(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getActiveWorkbenchWindow() from the type Workbench is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.ui.workbench_3.6.0.I20100127-1800.jar ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/AbstractFortranEditor.java (at line 23) import org.eclipse.jface.action.Separator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.action.Separator is never used ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/AbstractFortranEditor.java (at line 73) import org.eclipse.ui.IWorkbenchActionConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IWorkbenchActionConstants is never used ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/AbstractFortranEditor.java (at line 264) public void updateFoldingStructure(ArrayList/**/ positions) ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/AbstractFortranEditor.java (at line 277) private HashMap/**/ mapAnnotationsToPositions(ArrayList/**/ positions) ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/AbstractFortranEditor.java (at line 277) private HashMap/**/ mapAnnotationsToPositions(ArrayList/**/ positions) ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/AbstractFortranEditor.java (at line 279) HashMap newAnnotations = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/AbstractFortranEditor.java (at line 279) HashMap newAnnotations = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/AbstractFortranEditor.java (at line 283) newAnnotations.put(annotation, positions.get(i)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/FortranKeywordRuleBasedScanner.java (at line 464) protected Map fWords= new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/FortranKeywordRuleBasedScanner.java (at line 464) protected Map fWords= new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/FortranKeywordRuleBasedScanner.java (at line 482) public Eclipse33WordRule(IWordDetector detector) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FortranKeywordRuleBasedScanner.Eclipse33WordRule(IWordDetector) is never used locally ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/FortranKeywordRuleBasedScanner.java (at line 496) public Eclipse33WordRule(IWordDetector detector, IToken defaultToken) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FortranKeywordRuleBasedScanner.Eclipse33WordRule(IWordDetector, IToken) is never used locally ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/FortranKeywordRuleBasedScanner.java (at line 531) fWords.put(word, token); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/FortranKeywordRuleBasedScanner.java (at line 542) public void setColumnConstraint(int column) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setColumnConstraint(int) from the type FortranKeywordRuleBasedScanner.Eclipse33WordRule is never used locally ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/FortranKeywordRuleBasedScanner.java (at line 567) Iterator iter= fWords.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/SalesScanKeywordRule.java (at line 44) protected Map fWords = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/SalesScanKeywordRule.java (at line 44) protected Map fWords = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/SalesScanKeywordRule.java (at line 47) protected Map fIdentifiers = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/SalesScanKeywordRule.java (at line 47) protected Map fIdentifiers = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/SalesScanKeywordRule.java (at line 106) fWords.put(word, token); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/SalesScanKeywordRule.java (at line 121) fIdentifiers.put(word, token); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/SalesScanKeywordRule.java (at line 138) Iterator iter = fWords.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/preferences/CDTFortranPreferencePage.java (at line 18) import org.eclipse.jface.preference.BooleanFieldEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.preference.BooleanFieldEditor is never used ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/preferences/CDTFortranPreferencePage.java (at line 76) Arrays.sort(result, new Comparator() { public int compare(Object arg0, Object arg1) { String[] kvPair1 = (String[])arg0; String[] kvPair2 = (String[])arg1; return kvPair1[0].compareTo(kvPair2[0]); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation sort(String[][], new Comparator(){}) of the generic method sort(T[], Comparator) of type Arrays ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/preferences/CDTFortranPreferencePage.java (at line 76) Arrays.sort(result, new Comparator() { public int compare(Object arg0, Object arg1) { String[] kvPair1 = (String[])arg0; String[] kvPair2 = (String[])arg1; return kvPair1[0].compareTo(kvPair2[0]); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type new Comparator(){} needs unchecked conversion to conform to Comparator ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/preferences/CDTFortranPreferencePage.java (at line 76) Arrays.sort(result, new Comparator() ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized ---------- ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/preferences/EditorPreferencePage.java (at line 15) import org.eclipse.jface.preference.FieldEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.preference.FieldEditor is never used ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/preferences/EditorPreferencePage.java (at line 18) import org.eclipse.swt.SWT; ^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.SWT is never used ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/preferences/EditorPreferencePage.java (at line 19) import org.eclipse.swt.layout.GridData; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.layout.GridData is never used ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/preferences/EditorPreferencePage.java (at line 20) import org.eclipse.swt.widgets.Composite; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Composite is never used ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/preferences/EditorPreferencePage.java (at line 21) import org.eclipse.swt.widgets.Label; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Label is never used ---------- 42 problems (42 warnings)[37 .class files generated] # 2/19/10 10:20:45 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [1 .class file generated] # 2/19/10 10:20:50 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/internal/ui/hover/IconHoverPresenter.java (at line 76) Iterator e = presentation.getAllStyleRangeIterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/ui/actions/AbstractResourceManagerSelectionActionDelegate.java (at line 57) menuContribs.addAll(ss.toList()); ^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to Collection ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/ui/views/MachinesNodesView.java (at line 193) public MachineGraphicalRepresentation(String machineName, String machineID, Color color) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor MachinesNodesView.MachineGraphicalRepresentation(String, String, Color) is never used locally ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/ui/views/MachinesNodesView.java (at line 202) public MachineGraphicalRepresentation(String machineName, Color color, int Ox, int Oy, int width, int height) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor MachinesNodesView.MachineGraphicalRepresentation(String, Color, int, int, int, int) is never used locally ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/ui/views/MachinesNodesView.java (at line 209) public MachineGraphicalRepresentation(String machineName, Color color, int Ox, int Oy) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor MachinesNodesView.MachineGraphicalRepresentation(String, Color, int, int) is never used locally ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/ui/views/MachinesNodesView.java (at line 228) public Color getColor() { ^^^^^^^^^^ The method getColor() from the type MachinesNodesView.MachineGraphicalRepresentation is never used locally ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/ui/views/MachinesNodesView.java (at line 232) public void setColor(Color color) { ^^^^^^^^^^^^^^^^^^^^^ The method setColor(Color) from the type MachinesNodesView.MachineGraphicalRepresentation is never used locally ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/ui/views/MachinesNodesView.java (at line 240) public boolean removeNode(NodeGraphicalRepresentation node) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removeNode(MachinesNodesView.NodeGraphicalRepresentation) from the type MachinesNodesView.MachineGraphicalRepresentation is never used locally ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/ui/views/MachinesNodesView.java (at line 306) public void setGraphicalRepresentation(Rectangle ret) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setGraphicalRepresentation(Rectangle) from the type MachinesNodesView.NodeGraphicalRepresentation is never used locally ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/ui/views/MachinesNodesView.java (at line 310) public void setNodeID(String nodeID) { ^^^^^^^^^^^^^^^^^^^^^^^^ The method setNodeID(String) from the type MachinesNodesView.NodeGraphicalRepresentation is never used locally ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/ui/views/ParallelMachinesView.java (at line 737) if (element instanceof IAttribute) { ^^^^^^^^^^ IAttribute is a raw type. References to generic type IAttribute should be parameterized ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/ui/views/ProcessEditorInput.java (at line 110) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/ui/wizards/RMServicesConfigurationWizard.java (at line 337) private IServiceConfiguration fServiceConfiguration = null; ^^^^^^^^^^^^^^^^^^^^^ The field RMServicesConfigurationWizard.fServiceConfiguration is never read locally ---------- 13 problems (13 warnings)[259 .class files generated] # 2/19/10 10:20:24 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.cdtinterface.vpg/model/org/eclipse/photran/internal/core/model/FortranModelBuilder.java (at line 9) import org.eclipse.cdt.core.model.IContributedModelBuilder; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.model.IContributedModelBuilder is never used ---------- 1 problem (1 warning)[4 .class files generated] # 2/19/10 10:20:11 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/analysis/binding/Binder.java (at line 9) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/analysis/binding/Binder.java (at line 11) import org.eclipse.photran.internal.core.vpg.PhotranVPGBuilder; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.vpg.PhotranVPGBuilder is never used ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/analysis/types/DerivedType.java (at line 24) public class DerivedType extends Type ^^^^^^^^^^^ The serializable class DerivedType does not declare a static final serialVersionUID field of type long ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/analysis/types/FunctionType.java (at line 26) public class FunctionType extends Type ^^^^^^^^^^^^ The serializable class FunctionType does not declare a static final serialVersionUID field of type long ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/analysis/types/Type.java (at line 92) private static abstract class PrimitiveType extends Type ^^^^^^^^^^^^^ The serializable class PrimitiveType does not declare a static final serialVersionUID field of type long ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/analysis/types/Type.java (at line 100) public static Type INTEGER = new PrimitiveType() ^^^^^^^^^^^^^^^ The serializable class does not declare a static final serialVersionUID field of type long ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/analysis/types/Type.java (at line 130) public static Type REAL = new PrimitiveType() ^^^^^^^^^^^^^^^ The serializable class does not declare a static final serialVersionUID field of type long ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/analysis/types/Type.java (at line 160) public static Type DOUBLEPRECISION = new PrimitiveType() ^^^^^^^^^^^^^^^ The serializable class does not declare a static final serialVersionUID field of type long ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/analysis/types/Type.java (at line 190) public static Type COMPLEX = new PrimitiveType() ^^^^^^^^^^^^^^^ The serializable class does not declare a static final serialVersionUID field of type long ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/analysis/types/Type.java (at line 220) public static Type LOGICAL = new PrimitiveType() ^^^^^^^^^^^^^^^ The serializable class does not declare a static final serialVersionUID field of type long ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/analysis/types/Type.java (at line 238) public static Type CHARACTER = new PrimitiveType() ^^^^^^^^^^^^^^^ The serializable class does not declare a static final serialVersionUID field of type long ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/analysis/types/Type.java (at line 266) public static Type UNKNOWN = new PrimitiveType() ^^^^^^^^^^^^^^^ The serializable class does not declare a static final serialVersionUID field of type long ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/analysis/types/Type.java (at line 287) public static Type VOID = new PrimitiveType() ^^^^^^^^^^^^^^^ The serializable class does not declare a static final serialVersionUID field of type long ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/analysis/types/Type.java (at line 308) public static Type TYPE_ERROR = new PrimitiveType() ^^^^^^^^^^^^^^^ The serializable class does not declare a static final serialVersionUID field of type long ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/analysis/types/Type.java (at line 377) else if (o instanceof Class) ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/refactoring/DataToParameterRefactoring.java (at line 126) IASTListNode body = (IASTListNode)scope.getBody(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTListNode to Parser.IASTListNode ---------- ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/refactoring/ExtractLocalVariableRefactoring.java (at line 97) IASTNode selection = this.findEnclosingNode(this.astOfFileInEditor, this.selectedRegionInEditor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method findEnclosingNode(IFortranAST, ITextSelection) from the type MultipleFileFortranRefactoring should be accessed in a static way ---------- ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/refactoring/ExtractProcedureRefactoring.java (at line 98) selection = this.findEnclosingStatementSequence(this.astOfFileInEditor, this.selectedRegionInEditor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method findEnclosingStatementSequence(IFortranAST, ITextSelection) from the type MultipleFileFortranRefactoring should be accessed in a static way ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/refactoring/StandardizeStatementsRefactoring.java (at line 138) IASTListNode new_variable = (IASTListNode)variables.clone(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Parser.IASTListNode ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/refactoring/StandardizeStatementsRefactoring.java (at line 170) IASTListNode body = (IASTListNode)scope.getBody(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTListNode to Parser.IASTListNode ---------- ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/refactoring/infrastructure/Reindenter.java (at line 150) private IFile file; ^^^^ The field Reindenter.LineColComputer.file is never read locally ---------- ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/refactoring/interfaces/ILTKRefactoring.java (at line 17) import org.eclipse.ltk.core.refactoring.Refactoring; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ltk.core.refactoring.Refactoring is never used ---------- ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/refactoring/interfaces/IRenameRefactoring.java (at line 13) import org.eclipse.photran.internal.core.refactoring.RenameRefactoring; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.refactoring.RenameRefactoring is never used ---------- ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/refactoring/interfaces/ISingleFileFortranRefactoring.java (at line 13) import org.eclipse.photran.internal.core.refactoring.infrastructure.SingleFileFortranRefactoring; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.refactoring.infrastructure.SingleFileFortranRefactoring is never used ---------- ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/vpg/PhotranVPG.java (at line 708) @SuppressWarnings({ "unchecked", "rawtypes" }) ^^^^^^^^^^ Unsupported @SuppressWarnings("rawtypes") ---------- ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/FortranAST.java (at line 64) public Iterator/**/ iterator() ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/FortranAST.java (at line 64) public Iterator/**/ iterator() ^^^^^^^^ Type safety: The return type Iterator for iterator() from the type FortranAST needs unchecked conversion to conform to Iterator from the type Iterable ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/FortranAST.java (at line 64) public Iterator/**/ iterator() ^^^^^^^^ Type safety: The return type Iterator for iterator() from the type FortranAST needs unchecked conversion to conform to Iterator from the type IFortranAST ---------- ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/SyntaxException.java (at line 15) import org.eclipse.photran.internal.core.parser.Parser; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser is never used ---------- ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/lexer/preprocessor/fortran_include/FortranIncludeDirective.java (at line 14) import org.eclipse.photran.internal.core.lexer.IToken; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.IToken is never used ---------- ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/lexer/preprocessor/fortran_include/FortranPreprocessor.java (at line 23) import org.eclipse.photran.internal.core.lexer.FreeFormLexerPhase1; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.FreeFormLexerPhase1 is never used ---------- ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAcImpliedDoNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAcValueNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAccessSpecNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllStopStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocateObjectNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArithmeticIfStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayDeclaratorNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociationNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedShapeSpecNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAttrSpecNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAttrSpecSeqNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBinaryExprNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindingAttrNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindingPrivateStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDoConstructNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBozLiteralConstNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCExprNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseValueRangeNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharLenParamValueNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharLengthNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharSelectorNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseSpecListNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseSpecNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCodimensionDeclNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommaExpNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommaLoopControlNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockBinding.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockObjectNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComplexConstNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentAttrSpecNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentDeclNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentInitializationNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConnectSpecListNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConnectSpecNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConstantNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTContainsStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTContinueStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCrayPointerStmtObjectNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCriticalStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCycleStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtConstantNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtValueNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDatalistNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDblConstNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredCoshapeSpecListNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredShapeSpecListNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredShapeSpecNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDoConstructNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDummyArgNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseIfStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWhereStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEmptyProgramNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndAssociateStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndBlockDataStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndBlockStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndCriticalStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndDoStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndEnumStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndForallStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndFunctionStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndIfStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndInterfaceStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndModuleStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndMpSubprogramStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndProgramStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSelectStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSelectTypeStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSubmoduleStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSubroutineStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndTypeStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndWhereStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntityDeclNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntryNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumDefStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumeratorNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceObjectListNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceObjectNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExitStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExplicitShapeSpecNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalNameListNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFmtSpecNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallConstructStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallHeaderNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallTripletSpecListNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatEditNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatIdentifierNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatsepNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionArgNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionParNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericSpecNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGoToKwNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGotoStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfThenStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImageSetNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImplicitSpecNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImpliedDoVariableNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInitializationNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireSpecListNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireSpecNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntConstNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentParListNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentParNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentSpecNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicListNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicProcedureNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInvalidEntityDeclNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIoControlSpecListNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIoControlSpecNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTKindParamNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTKindSelectorNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLabelDoStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLabelNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLanguageBindingSpecNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblDefNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblRefListNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblRefNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLogicalConstNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLoopControlNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLowerBoundNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskExprNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskedElseWhereStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNatureNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMpSubprogramStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantDefNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantUseNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupObjectNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupsNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNestedExprNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTObjectNameListNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTObjectNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOnlyNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOperatorNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalParListNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalParNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputImpliedDoNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputItemList1Node.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputItemListNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTParentIdentifierNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPauseStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPositionSpecListNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPositionSpecNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrefixSpecNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrintStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrivateSequenceStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcComponentAttrSpecNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcDeclNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcInterfaceNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureNameListNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProgramNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProgramStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdFmtIdExprNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdFmtIdNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdIoCtlSpecListNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdUnitIdNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRealConstNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRenameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTReturnStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDummyArgNameListNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDummyArgNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFExprNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFFactorNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFTermNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFVarNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSavedCommonBlockNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSavedEntityNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTScalarMaskExprNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSectionSubscriptNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectCaseStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSignNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStopStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStringConstNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStructureComponentNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubmoduleStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineArgNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineNameUseNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineParNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubscriptNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubscriptTripletNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubstrConstNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubstringRangeNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSyncStatNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetObjectNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeAttrSpecNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeGuardStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamAttrSpecNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamDeclNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamSpecNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamValueNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFExprNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFFactorNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFTermNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnaryExprNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnitIdentifierNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnprocessedIncludeStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUpperBoundNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUseNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableCommaNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableNameNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWaitSpecNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereConstructStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereStmtNode.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IAccessId.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IActionStmt.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBindEntity.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBlockDataBodyConstruct.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBodyConstruct.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ICaseBodyConstruct.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IComponentDefStmt.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataIDoObject.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataStmtObject.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDeclarationConstruct.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDefinedOperator.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDerivedTypeBodyConstruct.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutableConstruct.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutionPartConstruct.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExpr.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IForallBodyConstruct.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInputItem.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInterfaceSpecification.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInternalSubprogram.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleBodyConstruct.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogram.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogramPartConstruct.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteActionStmt.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteExecutionPartConstruct.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProcBindingStmt.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProgramUnit.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISelector.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationPartConstruct.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationStmt.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IUnsignedArithmeticConst.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IWhereBodyConstruct.java (at line 28) @SuppressWarnings({ "unchecked", "unused" }) ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 10850) protected static final class Notification extends Error ^^^^^^^^^^^^ The serializable class Notification does not declare a static final serialVersionUID field of type long ---------- 293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 11448) public T findFirst(Class targetClass) ^ The type parameter T is hiding the type T ---------- 294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 11453) public T findLast(Class targetClass) ^ The type parameter T is hiding the type T ---------- 295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 11478) public ASTMatcher.Match match(T pattern) ^ The type parameter T is hiding the type T ---------- 296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 11483) public List> matchAll(T pattern) ^ The type parameter T is hiding the type T ---------- 297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 11488) public void replaceAll(T pattern, T replacement) ^ The type parameter T is hiding the type T ---------- 298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 11530) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 11721) public T findFirst(Class targetClass) ^ The type parameter T is hiding the type T ---------- 300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 11726) public T findLast(Class targetClass) ^ The type parameter T is hiding the type T ---------- 301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 11751) public ASTMatcher.Match match(T pattern) ^ The type parameter T is hiding the type T ---------- 302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 11756) public List> matchAll(T pattern) ^ The type parameter T is hiding the type T ---------- 303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 11761) public void replaceAll(T pattern, T replacement) ^ The type parameter T is hiding the type T ---------- 304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 11804) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 11972) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 12083) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 12151) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 12168) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 308 problems (308 warnings)[639 .class files generated] # 2/19/10 10:20:28 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/actions/EasterEgg.java (at line 73) Token token = this.findEnclosingToken(this.astOfFileInEditor, this.selectedRegionInEditor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method findEnclosingToken(IFortranAST, ITextSelection) from the type MultipleFileFortranRefactoring should be accessed in a static way ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/editor_vpg/OldExperimentalFreeFormFortranEditor.java (at line 3) import org.eclipse.cdt.internal.ui.text.CReconciler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CReconciler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/editor_vpg/OldExperimentalFreeFormFortranEditor.java (at line 45) MonoReconciler r = new CReconciler(editor, new FortranVPGReconcilingStrategy(sourceViewer, OldExperimentalFreeFormFortranEditor.this, getConfiguredDocumentPartitioning(sourceViewer))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CReconciler(ITextEditor, CCompositeReconcilingStrategy) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/editor_vpg/OldExperimentalFreeFormFortranEditor.java (at line 45) MonoReconciler r = new CReconciler(editor, ^^^^^^^^^^^ Discouraged access: The type CReconciler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/editor_vpg/contentassist/FortranCompletionProcessor.java (at line 4) import java.util.Arrays; ^^^^^^^^^^^^^^^^ The import java.util.Arrays is never used ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/editor_vpg/contentassist/FortranCompletionProcessor.java (at line 8) import org.eclipse.jface.text.BadLocationException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.text.BadLocationException is never used ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/editor_vpg/contentassist/FortranCompletionProcessor.java (at line 11) import org.eclipse.jface.text.contentassist.CompletionProposal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.text.contentassist.CompletionProposal is never used ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/editor_vpg/contentassist/FortranCompletionProcessor.java (at line 19) import org.eclipse.photran.internal.core.analysis.binding.Intrinsics; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.Intrinsics is never used ---------- ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/editor_vpg/contentassist/FortranCompletionProposalComputer.java (at line 22) private IDocument document; ^^^^^^^^ The field FortranCompletionProposalComputer.document is never read locally ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/editor_vpg/contentassist/FortranCompletionProposalComputer.java (at line 23) private int offset; ^^^^^^ The field FortranCompletionProposalComputer.offset is never read locally ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/editor_vpg/folding/FortranFoldingProvider.java (at line 26) import org.eclipse.photran.internal.ui.editor_vpg.FortranVPGSourceViewerConfigurationFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.ui.editor_vpg.FortranVPGSourceViewerConfigurationFactory is never used ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/properties/SearchPathsPropertyPage.java (at line 18) import org.eclipse.jface.preference.PreferencePage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.preference.PreferencePage is never used ---------- ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/search/FortranFindReferencesActionDelegate.java (at line 23) import org.eclipse.photran.internal.ui.actions.OpenDeclaration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.ui.actions.OpenDeclaration is never used ---------- ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/views/vpgproblems/OpenMarkedFileAction.java (at line 13) import java.net.MalformedURLException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import java.net.MalformedURLException is never used ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/views/vpgproblems/OpenMarkedFileAction.java (at line 14) import java.net.URL; ^^^^^^^^^^^^ The import java.net.URL is never used ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/views/vpgproblems/OpenMarkedFileAction.java (at line 27) import org.eclipse.photran.internal.ui.vpg.Activator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.ui.vpg.Activator is never used ---------- ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/views/vpgproblems/VGPProblemView.java (at line 24) import java.util.logging.ErrorManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import java.util.logging.ErrorManager is never used ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/views/vpgproblems/VGPProblemView.java (at line 27) import org.eclipse.core.resources.IResource; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.resources.IResource is never used ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/views/vpgproblems/VGPProblemView.java (at line 28) import org.eclipse.core.resources.ResourcesPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.resources.ResourcesPlugin is never used ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/views/vpgproblems/VGPProblemView.java (at line 29) import org.eclipse.core.runtime.CoreException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.CoreException is never used ---------- 20 problems (20 warnings)[130 .class files generated] # 2/19/10 10:20:46 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/core/IModelManager.java (at line 26) import org.eclipse.ptp.services.core.ServiceModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.services.core.ServiceModelManager is never used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/core/attributes/AbstractAttribute.java (at line 62) final A other = (A) obj; ^^^^^^^ Type safety: Unchecked cast from Object to A ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/core/attributes/AbstractAttributeDefinition.java (at line 53) final D other = (D) obj; ^^^^^^^ Type safety: Unchecked cast from Object to D ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/core/attributes/ArrayAttribute.java (at line 79) T obj = (T) string; ^^^^^^^^^^ Type safety: Unchecked cast from String to T ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/core/attributes/ArrayAttribute.java (at line 115) setValue((T[]) values); ^^^^^^^^^^^^ Type safety: Unchecked cast from String[] to T[] ---------- ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/core/attributes/AttributeManager.java (at line 57) if (map.containsKey(def) && attr instanceof ArrayAttribute) { ^^^^^^^^^^^^^^ ArrayAttribute is a raw type. References to generic type ArrayAttribute should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/core/attributes/AttributeManager.java (at line 74) ArrayAttribute exAttr = (ArrayAttribute)map.get(def); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from IAttribute to ArrayAttribute ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/core/attributes/AttributeManager.java (at line 103) return (A) this.getAttribute(def.getId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from IAttribute to A ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/core/attributes/AttributeManager.java (at line 159) if (attr instanceof ArrayAttribute) { ^^^^^^^^^^^^^^ ArrayAttribute is a raw type. References to generic type ArrayAttribute should be parameterized ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/core/attributes/EnumeratedAttributeDefinition.java (at line 36) final Class eClass = (Class) defaultValueIn.getClass(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Class to Class ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/core/util/Queue.java (at line 52) array = (T[]) list.toArray(); ^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object[] to T[] ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/rmsystem/AbstractRuntimeResourceManager.java (at line 104) public JobSubmission(int count) { ^^^^^^^^^^^^^^^^^^^^^^^^ The constructor AbstractRuntimeResourceManager.JobSubmission(int) is never used locally ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/rmsystem/AbstractRuntimeResourceManager.java (at line 124) public String getId() { ^^^^^^^ The method getId() from the type AbstractRuntimeResourceManager.JobSubmission is never used locally ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/rmsystem/AbstractRuntimeResourceManager.java (at line 697) List changedProcesses; ^^^^^^^^^^^^^^^^ The local variable changedProcesses is never read ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/rtsystem/JobRunConfiguration.java (at line 23) import org.eclipse.ptp.core.messages.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.core.messages.Messages is never used ---------- 15 problems (15 warnings)[234 .class files generated] # 2/19/10 10:20:56 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/core/event/PDebugBreakpointInfo.java (at line 32) this(info, bpid, Collections.EMPTY_MAP); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/core/sourcelookup/AbsolutePathSourceContainer.java (at line 58) IPath path = Path.fromOSString(file.getCanonicalPath()); ^^^^ The local variable path is never read ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/PBreakpointManager.java (at line 115) public IPDIBreakpoint[] getAllPDIBreakpoints() { ^^^^^^^^^^^^^^^^^^^^^^ The method getAllPDIBreakpoints() from the type PBreakpointManager.BreakpointMap is never used locally ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/PBreakpointManager.java (at line 354) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/PMemoryManager.java (at line 462) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/PRegisterManager.java (at line 438) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/PSignalManager.java (at line 95) public IPDebugTarget getDebugTarget() { ^^^^^^^^^^^^^^^^ The method getDebugTarget() from the type PSignalManager.PSignalSet is never used locally ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/PSignalManager.java (at line 170) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/AbstractPVariable.java (at line 45) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PDebugElement.java (at line 203) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PDebugTarget.java (at line 294) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PDummyStackFrame.java (at line 84) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PMemoryBlockExtension.java (at line 134) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PRegisterGroup.java (at line 87) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PStackFrame.java (at line 59) import org.eclipse.ptp.debug.internal.core.PSession; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.debug.internal.core.PSession is never used ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PStackFrame.java (at line 276) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PStackFrame.java (at line 860) return Collections.EMPTY_LIST; ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PStackFrame.java (at line 878) return (fVariables != null) ? fVariables : Collections.EMPTY_LIST; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PThread.java (at line 168) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PThread.java (at line 236) List list = Collections.EMPTY_LIST; ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PValue.java (at line 60) private List fVariables = Collections.EMPTY_LIST; ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PValue.java (at line 101) return Collections.EMPTY_LIST; ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PValueFactory.java (at line 69) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/sourcelookup/PDirectorySourceLocation.java (at line 94) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/sourcelookup/PDirectorySourceLocation.java (at line 127) if (result instanceof List) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/sourcelookup/PDirectorySourceLocation.java (at line 180) if (result instanceof List) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/sourcelookup/PProjectSourceLocation.java (at line 94) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/sourcelookup/PSourceLocator.java (at line 110) if (result instanceof List) ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/sourcelookup/PSourceLocator.java (at line 137) if (result instanceof List && ((List) result).contains(resource)) ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/sourcelookup/PSourceLocator.java (at line 299) Class clazz = null; ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/sourcelookup/PSourceLocator.java (at line 344) Class clazz = null; ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/sourcelookup/PSourceManager.java (at line 81) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/sourcelookup/PSourceNotFoundElement.java (at line 54) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/sourcelookup/SourceUtils.java (at line 126) Class clazz = null; ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/pdi/org/eclipse/ptp/debug/internal/core/pdi/manager/BreakpointManager.java (at line 58) private final int EXCEPTION_CATCH_IDX = 1; ^^^^^^^^^^^^^^^^^^^ The field BreakpointManager.EXCEPTION_CATCH_IDX is never read locally ---------- ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.core/pdi/org/eclipse/ptp/debug/internal/core/pdi/model/StackFrame.java (at line 73) this.args = args; ^^^^^^^^^^^^^^^^ The assignment to variable args has no effect ---------- 36 problems (36 warnings)[535 .class files generated] # 2/19/10 10:21:13 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [32 .class files generated] # 2/19/10 10:21:15 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [19 .class files generated] # 2/19/10 10:21:02 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PBreakpointWorkbenchAdapterFactory.java (at line 36) public Object getAdapter(Object adaptableObject, Class adapterType) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PBreakpointWorkbenchAdapterFactory.java (at line 56) public Class[] getAdapterList() { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugImage.java (at line 28) import org.eclipse.ptp.debug.ui.messages.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.debug.ui.messages.Messages is never used ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 25) import org.eclipse.cdt.internal.core.model.ExternalTranslationUnit; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalTranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 26) import org.eclipse.cdt.internal.ui.util.ExternalEditorInput; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 185) ExternalTranslationUnit tu = new ExternalTranslationUnit(cproject, URIUtil.toURI(path), id); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalTranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 185) ExternalTranslationUnit tu = new ExternalTranslationUnit(cproject, URIUtil.toURI(path), id); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ExternalTranslationUnit(ICElement, URI, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 185) ExternalTranslationUnit tu = new ExternalTranslationUnit(cproject, URIUtil.toURI(path), id); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalTranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 186) return new ExternalEditorInput( tu ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ExternalEditorInput(ITranslationUnit) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 186) return new ExternalEditorInput( tu ); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 189) return new ExternalEditorInput(path); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ExternalEditorInput(IPath) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 189) return new ExternalEditorInput(path); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 204) return new ExternalEditorInput(((IStorage) element).getFullPath()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ExternalEditorInput(IPath) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 204) return new ExternalEditorInput(((IStorage) element).getFullPath()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/actions/AbstractListenerActionDelegate.java (at line 28) import org.eclipse.ui.IViewActionDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IViewActionDelegate is never used ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/actions/AbstractListenerActionDelegate.java (at line 31) import org.eclipse.ui.IWorkbenchWindowActionDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IWorkbenchWindowActionDelegate is never used ---------- ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/actions/CompareValueAction.java (at line 31) private PVariableView view = null; ^^^^ The field CompareValueAction.view is never read locally ---------- ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/actions/RetargetAction.java (at line 154) protected abstract Class getAdapterClass(); ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/actions/RetargetResumeAtLineAction.java (at line 67) protected Class getAdapterClass() { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/actions/RetargettableActionAdapterFactory.java (at line 33) public Object getAdapter( Object adaptableObject, Class adapterType) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/actions/RetargettableActionAdapterFactory.java (at line 49) public Class[] getAdapterList() { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/actions/ToggleBreakpointAdapter.java (at line 234) public int getValidAddressBreakpointLocation(IDocument doc, int lineNumber) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getValidAddressBreakpointLocation(IDocument, int) from the type ToggleBreakpointAdapter.BreakpointLocationVerifier is never used locally ---------- ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/sourcelookup/PathMappingDialog.java (at line 507) result = (MapEntrySourceContainer[])((IStructuredSelection)s).toList().toArray(new MapEntrySourceContainer[size]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/sourcelookup/SourceContainerAdapterFactory.java (at line 14) public Object getAdapter(Object adaptableObject, Class adapterType) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/sourcelookup/SourceContainerAdapterFactory.java (at line 24) public Class[] getAdapterList() { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/views/AbstractDebugEventHandlerView.java (at line 23) import org.eclipse.ui.IWorkbenchPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IWorkbenchPart is never used ---------- ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/views/signals/SignalsView.java (at line 25) import org.eclipse.debug.internal.ui.views.IDebugExceptionHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDebugExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.debug.ui_3.6.0.v20100127-1300.jar ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/views/signals/SignalsView.java (at line 55) public class SignalsView extends AbstractDebugEventHandlerView implements ISelectionListener, INullSelectionListener, IPropertyChangeListener, IDebugExceptionHandler { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDebugExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.debug.ui_3.6.0.v20100127-1300.jar ---------- ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/views/signals/SignalsViewContentProvider.java (at line 22) import org.eclipse.debug.internal.ui.views.IDebugExceptionHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDebugExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.debug.ui_3.6.0.v20100127-1300.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/views/signals/SignalsViewContentProvider.java (at line 35) private IDebugExceptionHandler fExceptionHandler = null; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDebugExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.debug.ui_3.6.0.v20100127-1300.jar ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/views/signals/SignalsViewContentProvider.java (at line 56) getExceptionHandler().handleException(e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method handleException(DebugException) from the type IDebugExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.debug.ui_3.6.0.v20100127-1300.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/views/signals/SignalsViewContentProvider.java (at line 86) protected void setExceptionHandler(IDebugExceptionHandler handler) { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDebugExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.debug.ui_3.6.0.v20100127-1300.jar ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/views/signals/SignalsViewContentProvider.java (at line 95) protected IDebugExceptionHandler getExceptionHandler() { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDebugExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.debug.ui_3.6.0.v20100127-1300.jar ---------- ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/views/variable/PVariableDialog.java (at line 152) private boolean anyTableItemChecked(Table table) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method anyTableItemChecked(Table) from the type PVariableDialog is never used locally ---------- ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/ui/views/ParallelDebugView.java (at line 31) import org.eclipse.debug.internal.ui.viewers.model.InternalTreeModelViewer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type InternalTreeModelViewer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.debug.ui_3.6.0.v20100127-1300.jar ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/ui/views/ParallelDebugView.java (at line 620) if (viewer instanceof InternalTreeModelViewer) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type InternalTreeModelViewer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.debug.ui_3.6.0.v20100127-1300.jar ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/ui/views/ParallelDebugView.java (at line 621) ((InternalTreeModelViewer) viewer).setSelection(new StructuredSelection(element), true, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setSelection(ISelection, boolean, boolean) from the type InternalTreeModelViewer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.debug.ui_3.6.0.v20100127-1300.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/ui/views/ParallelDebugView.java (at line 621) ((InternalTreeModelViewer) viewer).setSelection(new StructuredSelection(element), true, true); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type InternalTreeModelViewer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.debug.ui_3.6.0.v20100127-1300.jar ---------- 38 problems (38 warnings)[250 .class files generated] # 2/19/10 10:22:12 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/AbstractFeedbackAction.java (at line 16) private String tooltip; ^^^^^^^ The field AbstractFeedbackAction.tooltip is never read locally ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/MarkerManager.java (at line 44) private static MarkerManager instance; ^^^^^^^^ The field MarkerManager.instance is never read locally ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/MarkerManager.java (at line 246) IFeedbackItem temp=itemlist.get(0); ^^^^ The local variable temp is never read ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/MarkerManager.java (at line 247) int count=0; ^^^^^ The local variable count is never read ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/MarkerManager.java (at line 250) int size=itemlist.size(); ^^^^ The local variable size is never read ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/MarkerManager.java (at line 271) for (Iterator iterator2 = kids.iterator(); iterator2.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/actions/handlers/ShowFeedbackHandler.java (at line 74) for (Iterator it = sel.iterator(); it.hasNext();) { ^^^^^^^^^^^^^^ Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/actions/handlers/ShowFeedbackHandler.java (at line 143) IExtension[] xs =ixp.getExtensions(); ^^ The local variable xs is never read ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/actions/handlers/ShowFeedbackHandler.java (at line 158) String id=ice.getAttribute("id"); ^^ The local variable id is never read ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/FeedbackActionCreator.java (at line 38) IExtensionPoint ixp = ier.getExtensionPoint(pid, extid); ^^^ The local variable ixp is never read ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/FeedbackActionCreator.java (at line 51) String id = ice.getAttribute("id");// is this the plugin id? no ^^ The local variable id is never read ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/FeedbackActionCreator.java (at line 62) String [] ans=ice.getAttributeNames(); ^^^ The local variable ans is never read ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/FeedbackActionCreator.java (at line 65) String nsi = ice.getNamespaceIdentifier();// identifies which plugin this extension comes from ^^^ The local variable nsi is never read ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/FeedbackActionCreator.java (at line 66) Object parent = ice.getParent(); ^^^^^^ The local variable parent is never read ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 446) ArrayList rootNodeList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 446) ArrayList rootNodeList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 460) String itemID = (String) marker.getAttribute(FeedbackIDs.FEEDBACK_ATTR_ID); ^^^^^^ The local variable itemID is never read ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 467) rootNodeList.add(marker); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 479) int len=parentList.size(); ^^^ The local variable len is never read ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 496) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 496) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 508) list.add(marker); //??? ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 511) ParentNode pn=getParentNode(parentName); ^^ The local variable pn is never read ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 518) int len=parentList.size(); ^^^ The local variable len is never read ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 522) return list;// parentList; ^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to List ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 554) for (Iterator iter = parentList.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 756) String itemID = getStrAttr(marker, FeedbackIDs.FEEDBACK_ATTR_ID); ^^^^^^ The local variable itemID is never read ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 782) private ParentNode getParent(IMarker marker, boolean b) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getParent(IMarker, boolean) from the type SimpleTreeTableMarkerView.ViewContentProvider is never used locally ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 850) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 850) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 989) iconHash.put(iconName_, img);// save for reuse ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1004) for (Iterator iter = iconHash.values().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1342) TreeColumn column; ^^^^^^ The local variable column is never read ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1629) String ps=thePlugin_.toString();//?? ^^ The local variable ps is never read ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1719) Map attrs = marker.getAttributes(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1720) Iterator iter = attrs.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1722) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1722) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1844) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1844) private HashMap iconHash = new HashMap(); ^^^^^^^^ The field SimpleTreeTableMarkerView.iconHash is never read locally ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1844) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1854) private LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1854) private LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1857) list.addFirst(v); ^^^^^^^^^^^^^^^^ Type safety: The method addFirst(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1953) int len = md1.length; ^^^ The local variable len is never read ---------- 45 problems (45 warnings)[40 .class files generated] # 2/19/10 10:22:15 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.parallel/src/org/eclipse/ptp/etfw/parallel/ParallelToolRecompMainTab.java (at line 181) MessageDialog.openInformation(getShell(), org.eclipse.cdt.launch.internal.ui.LaunchMessages.getString("CMainTab.Project_required"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.parallel/src/org/eclipse/ptp/etfw/parallel/ParallelToolRecompMainTab.java (at line 181) MessageDialog.openInformation(getShell(), org.eclipse.cdt.launch.internal.ui.LaunchMessages.getString("CMainTab.Project_required"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.parallel/src/org/eclipse/ptp/etfw/parallel/ParallelToolRecompMainTab.java (at line 182) org.eclipse.cdt.launch.internal.ui.LaunchMessages.getString("CMainTab.Enter_project_before_searching_for_program")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.parallel/src/org/eclipse/ptp/etfw/parallel/ParallelToolRecompMainTab.java (at line 182) org.eclipse.cdt.launch.internal.ui.LaunchMessages.getString("CMainTab.Enter_project_before_searching_for_program")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 4 problems (4 warnings)[5 .class files generated] # 2/19/10 10:22:19 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau.papiselect/src/org/eclipse/ptp/etfw/tau/papiselect/papic/PapiCSelect.java (at line 177) Set[] index=new HashSet[2]; ^^^^^^^^^^^^^^ Type safety: The expression of type HashSet[] needs unchecked conversion to conform to Set[] ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau.papiselect/src/org/eclipse/ptp/etfw/tau/papiselect/papic/PapiCSelect.java (at line 181) ArrayList cAl = new ArrayList(checked); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau.papiselect/src/org/eclipse/ptp/etfw/tau/papiselect/papic/PapiCSelect.java (at line 181) ArrayList cAl = new ArrayList(checked); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to ArrayList ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau.papiselect/src/org/eclipse/ptp/etfw/tau/papiselect/papic/PapiCSelect.java (at line 181) ArrayList cAl = new ArrayList(checked); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 4 problems (4 warnings)[24 .class files generated] # 2/19/10 10:22:18 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau.perfdmf/src/org/eclipse/ptp/etfw/tau/perfdmf/views/PerfDMFView.java (at line 110) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 1 problem (1 warning)[19 .class files generated] # 2/19/10 10:22:16 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/AtomicInstrument.java (at line 29) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/AtomicInstrument.java (at line 45) CEditor textEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/AtomicInstrument.java (at line 54) textEditor = (CEditor) targetEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/AtomicInstrument.java (at line 63) ICElement cele = textEditor.getInputCElement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInputCElement() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/Clear.java (at line 29) import org.eclipse.ui.IActionDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IActionDelegate is never used ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/Clear.java (at line 70) Iterator selit = selection.iterator(); ^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/IncrementInstrument.java (at line 23) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/IncrementInstrument.java (at line 47) CEditor textEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/IncrementInstrument.java (at line 56) textEditor = (CEditor) targetEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/IncrementInstrument.java (at line 65) ICElement cele = textEditor.getInputCElement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInputCElement() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/SelectiveInstrument.java (at line 29) import org.eclipse.ui.IActionDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IActionDelegate is never used ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/SelectiveInstrument.java (at line 69) Iterator selit = selection.iterator(); ^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator ---------- 12 problems (12 warnings)[9 .class files generated] # 2/19/10 10:22:22 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [5 .class files generated] # 2/19/10 10:22:20 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau/src/org/eclipse/ptp/etfw/tau/TAUAnalysisTab.java (at line 37) import org.eclipse.debug.ui.ILaunchConfigurationTab; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.debug.ui.ILaunchConfigurationTab is never used ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau/src/org/eclipse/ptp/etfw/tau/TAUAnalysisTab.java (at line 1140) varmap = archvarmap = configuration.getAttribute( ITAULaunchConfigurationConstants.ENVVARS, (Map) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau/src/org/eclipse/ptp/etfw/tau/TAUAnalysisTab.java (at line 1217) envvars = configuration.getAttribute( ILaunchManager.ATTR_ENVIRONMENT_VARIABLES, (Map) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau/src/org/eclipse/ptp/etfw/tau/TAUPortalUploadDialog.java (at line 272) Class sslProvider=null; ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau/src/org/eclipse/ptp/etfw/tau/papitest/TestPAPI.java (at line 32) import org.eclipse.ui.IWorkbenchWindowActionDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IWorkbenchWindowActionDelegate is never used ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau/src/org/eclipse/ptp/etfw/tau/papitest/TestPAPI.java (at line 33) import org.eclipse.ui.internal.Workbench; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.ui.workbench_3.6.0.I20100127-1800.jar ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau/src/org/eclipse/ptp/etfw/tau/papitest/TestPAPI.java (at line 49) window = Workbench.getInstance().getActiveWorkbenchWindow(); ^^^^^^^^^ Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.ui.workbench_3.6.0.I20100127-1800.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau/src/org/eclipse/ptp/etfw/tau/papitest/TestPAPI.java (at line 49) window = Workbench.getInstance().getActiveWorkbenchWindow(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type Workbench is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.ui.workbench_3.6.0.I20100127-1800.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.tau/src/org/eclipse/ptp/etfw/tau/papitest/TestPAPI.java (at line 49) window = Workbench.getInstance().getActiveWorkbenchWindow(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getActiveWorkbenchWindow() from the type Workbench is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.ui.workbench_3.6.0.I20100127-1800.jar ---------- 9 problems (9 warnings)[36 .class files generated] # 2/19/10 10:22:11 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.toolopts/src/org/eclipse/ptp/etfw/toolopts/ToolPane.java (at line 136) return configuration.getAttribute(configVarID, (Map) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw.toolopts/src/org/eclipse/ptp/etfw/toolopts/ToolPane.java (at line 439) private ToolPane(){ ^^^^^^^^^^ The constructor ToolPane() is never used locally ---------- 2 problems (2 warnings)[18 .class files generated] # 2/19/10 10:22:13 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/BuildLaunchUtils.java (at line 351) Process p = pb.start(); ^ The local variable p is never read ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/BuilderTool.java (at line 15) import org.eclipse.cdt.make.internal.core.MakeTargetManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MakeTargetManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/BuilderTool.java (at line 187) MakeTargetManager targetMan = new MakeTargetManager(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type MakeTargetManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/BuilderTool.java (at line 187) MakeTargetManager targetMan = new MakeTargetManager(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor MakeTargetManager() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/BuilderTool.java (at line 187) MakeTargetManager targetMan = new MakeTargetManager(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type MakeTargetManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/BuilderTool.java (at line 188) targetMan.startup(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method startup() from the type MakeTargetManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/BuilderTool.java (at line 190) IMakeTarget[] targs = targetMan.getTargets(thisProject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTargets(IContainer) from the type MakeTargetManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/BuilderTool.java (at line 212) targetMan.shutdown(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method shutdown() from the type MakeTargetManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/BuilderTool.java (at line 249) IConfiguration selectedconf = null; ^^^^^^^^^^^^ The local variable selectedconf is never read ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/LauncherTool.java (at line 178) saveEnv = confWC.getAttribute(ILaunchManager.ATTR_ENVIRONMENT_VARIABLES, (Map) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 608) argNames = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_ARG_NAMES,(List) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 608) argNames = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_ARG_NAMES,(List) null); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 609) argVars = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_ARG_VALUES, (List) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 609) argVars = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_ARG_VALUES, (List) null); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 610) argBools = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_ARG_BOOLS, (List) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 610) argBools = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_ARG_BOOLS, (List) null); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 612) varNames = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_VAR_NAMES, (List) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 612) varNames = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_VAR_NAMES, (List) null); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 613) varVars = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_VAR_VALUES, (List) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 613) varVars = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_VAR_VALUES, (List) null); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 614) varBools = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_VAR_BOOLS, (List) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 614) varBools = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_VAR_BOOLS, (List) null); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 788) envvars = wc.getAttribute(ILaunchManager.ATTR_ENVIRONMENT_VARIABLES,(Map) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 788) envvars = wc.getAttribute(ILaunchManager.ATTR_ENVIRONMENT_VARIABLES,(Map) null); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ToolLaunchConfigurationDelegate.java (at line 22) import org.eclipse.cdt.launch.internal.LocalRunLaunchDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LocalRunLaunchDelegate is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ToolLaunchConfigurationDelegate.java (at line 34) public class ToolLaunchConfigurationDelegate extends LocalRunLaunchDelegate implements IToolLaunchConfigurationConstants{ ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LocalRunLaunchDelegate is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ToolLaunchConfigurationDelegate.java (at line 46) super.launch(configuration, mode, launchIn, monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor) from the type LocalRunLaunchDelegate is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ExternalToolSelectionTab.java (at line 30) import org.eclipse.debug.ui.ILaunchConfigurationTab; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.debug.ui.ILaunchConfigurationTab is never used ---------- ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ParametricParameterTab.java (at line 63) private Text trial; ^^^^^ The field ParametricParameterTab.trial is never read locally ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ParametricParameterTab.java (at line 69) private ParametricParameterTab(){ ^^^^^^^^^^^^^^^^^^^^^^^^ The constructor ParametricParameterTab() is never used locally ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ParametricParameterTab.java (at line 357) setTableList(argTab,configuration.getAttribute(PARA_ARG_NAMES, (List)null),configuration.getAttribute(PARA_ARG_VALUES, (List)null),configuration.getAttribute(PARA_ARG_BOOLS, (List)null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ParametricParameterTab.java (at line 357) setTableList(argTab,configuration.getAttribute(PARA_ARG_NAMES, (List)null),configuration.getAttribute(PARA_ARG_VALUES, (List)null),configuration.getAttribute(PARA_ARG_BOOLS, (List)null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ParametricParameterTab.java (at line 357) setTableList(argTab,configuration.getAttribute(PARA_ARG_NAMES, (List)null),configuration.getAttribute(PARA_ARG_VALUES, (List)null),configuration.getAttribute(PARA_ARG_BOOLS, (List)null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ParametricParameterTab.java (at line 358) setTableList(varTab,configuration.getAttribute(PARA_VAR_NAMES, (List)null),configuration.getAttribute(PARA_VAR_VALUES, (List)null),configuration.getAttribute(PARA_VAR_BOOLS, (List)null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ParametricParameterTab.java (at line 358) setTableList(varTab,configuration.getAttribute(PARA_VAR_NAMES, (List)null),configuration.getAttribute(PARA_VAR_VALUES, (List)null),configuration.getAttribute(PARA_VAR_BOOLS, (List)null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ParametricParameterTab.java (at line 358) setTableList(varTab,configuration.getAttribute(PARA_VAR_NAMES, (List)null),configuration.getAttribute(PARA_VAR_VALUES, (List)null),configuration.getAttribute(PARA_VAR_BOOLS, (List)null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 22) import org.eclipse.cdt.launch.internal.ui.LaunchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 23) import org.eclipse.cdt.launch.internal.ui.LaunchUIPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 81) LaunchUIPlugin.getDefault().getWorkbench().getHelpSystem().setHelp(getControl(), ICDTLaunchHelpContextIds.LAUNCH_CONFIGURATION_DIALOG_MAIN_TAB); ^^^^^^^^^^^^^^ Discouraged access: The type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 81) LaunchUIPlugin.getDefault().getWorkbench().getHelpSystem().setHelp(getControl(), ICDTLaunchHelpContextIds.LAUNCH_CONFIGURATION_DIALOG_MAIN_TAB); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 94) LaunchUIPlugin.setDialogShell(parent.getShell()); ^^^^^^^^^^^^^^ Discouraged access: The type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 94) LaunchUIPlugin.setDialogShell(parent.getShell()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setDialogShell(Shell) from the type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 112) fProjLabel.setText(LaunchMessages.getString("CMainTab.&ProjectColon")); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 112) fProjLabel.setText(LaunchMessages.getString("CMainTab.&ProjectColon")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 135) fProjButton = createPushButton(projComp, LaunchMessages.getString("Launch.common.Browse_1"), null); ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 135) fProjButton = createPushButton(projComp, LaunchMessages.getString("Launch.common.Browse_1"), null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 178) fSearchButton = createPushButton(exeComp, LaunchMessages.getString("CMainTab.Search..."), null); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 178) fSearchButton = createPushButton(exeComp, LaunchMessages.getString("CMainTab.Search..."), null); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 188) fBrowseForBinaryButton = createPushButton(exeComp, LaunchMessages.getString("Launch.common.Browse_2"), null); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 188) fBrowseForBinaryButton = createPushButton(exeComp, LaunchMessages.getString("Launch.common.Browse_2"), null); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 237) MessageDialog.openInformation(getShell(), LaunchMessages.getString("CMainTab.Project_required"), ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 237) MessageDialog.openInformation(getShell(), LaunchMessages.getString("CMainTab.Project_required"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 238) LaunchMessages.getString("CMainTab.Enter_project_before_searching_for_program")); ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 238) LaunchMessages.getString("CMainTab.Enter_project_before_searching_for_program")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 245) MessageDialog.openInformation(getShell(), LaunchMessages.getString("CMainTab.Project_required"), ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 245) MessageDialog.openInformation(getShell(), LaunchMessages.getString("CMainTab.Project_required"), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 246) LaunchMessages.getString("CMainTab.Enter_project_before_searching_for_program")); ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 246) LaunchMessages.getString("CMainTab.Enter_project_before_searching_for_program")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 269) setErrorMessage(LaunchMessages.getString("CMainTab.Project_not_specified")); ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 269) setErrorMessage(LaunchMessages.getString("CMainTab.Project_not_specified")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 273) setErrorMessage(LaunchMessages.getString("Launch.common.Project_does_not_exist")); ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 273) setErrorMessage(LaunchMessages.getString("Launch.common.Project_does_not_exist")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 278) setErrorMessage(LaunchMessages.getString("CMainTab.Project_must_be_opened")); ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 278) setErrorMessage(LaunchMessages.getString("CMainTab.Project_must_be_opened")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 302) setErrorMessage(LaunchMessages.getString("Launch.common.Project_does_not_exist")); ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 302) setErrorMessage(LaunchMessages.getString("Launch.common.Project_does_not_exist")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 336) setErrorMessage(LaunchMessages.getString("CMainTab.Program_not_specified")); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 336) setErrorMessage(LaunchMessages.getString("CMainTab.Program_not_specified")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 340) setErrorMessage(LaunchMessages.getString("CMainTab.Program_does_not_exist")); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 340) setErrorMessage(LaunchMessages.getString("CMainTab.Program_does_not_exist")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 346) setErrorMessage(LaunchMessages.getString("CMainTab.Program_does_not_exist")); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 346) setErrorMessage(LaunchMessages.getString("CMainTab.Program_does_not_exist")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 352) setErrorMessage(LaunchMessages.getString("CMainTab.Program_does_not_exist")); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 352) setErrorMessage(LaunchMessages.getString("CMainTab.Program_does_not_exist")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 358) setErrorMessage(LaunchMessages.getString("CMainTab.Program_is_not_a_recongnized_executable")); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 358) setErrorMessage(LaunchMessages.getString("CMainTab.Program_is_not_a_recongnized_executable")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 362) LaunchUIPlugin.log(e); ^^^^^^^^^^^^^^ Discouraged access: The type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 362) LaunchUIPlugin.log(e); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method log(Throwable) from the type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 387) LaunchUIPlugin.log(ce); ^^^^^^^^^^^^^^ Discouraged access: The type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 387) LaunchUIPlugin.log(ce); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method log(Throwable) from the type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 413) LaunchUIPlugin.log(ce); ^^^^^^^^^^^^^^ Discouraged access: The type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 413) LaunchUIPlugin.log(ce); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method log(Throwable) from the type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 430) LaunchUIPlugin.log(ce); ^^^^^^^^^^^^^^ Discouraged access: The type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 430) LaunchUIPlugin.log(ce); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method log(Throwable) from the type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 84 problems (84 warnings)[44 .class files generated] # 2/19/10 10:22:35 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.isp/src/org/eclipse/ptp/isp/popup/actions/AnalyzeLogFilePopUpAction.java (at line 27) import org.eclipse.ui.IActionDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IActionDelegate is never used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.isp/src/org/eclipse/ptp/isp/popup/actions/AnalyzePopUpAction.java (at line 28) import org.eclipse.ui.IActionDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IActionDelegate is never used ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.isp/src/org/eclipse/ptp/isp/popup/actions/UiLogFilePopUpAction.java (at line 28) import org.eclipse.ui.IActionDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IActionDelegate is never used ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.isp/src/org/eclipse/ptp/isp/util/Envelope.java (at line 61) private ArrayList intraCb; ^^^^^^^ The field Envelope.intraCb is never read locally ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.isp/src/org/eclipse/ptp/isp/util/Envelope.java (at line 62) private ArrayList interCb; ^^^^^^^ The field Envelope.interCb is never read locally ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.isp/src/org/eclipse/ptp/isp/util/Envelope.java (at line 73) private String assert_function; ^^^^^^^^^^^^^^^ The field Envelope.assert_function is never read locally ---------- 6 problems (6 warnings)[51 .class files generated] # 2/19/10 10:21:08 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/AbstractDebuggerTab.java (at line 118) wc.setAttribute(IPTPLaunchConfigurationConstants.ATTR_DEBUGGER_SPECIFIC_ATTRS_MAP, (Map)null); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/AbstractDebuggerTab.java (at line 198) config.setAttribute(IPTPLaunchConfigurationConstants.ATTR_DEBUGGER_SPECIFIC_ATTRS_MAP, (Map)null); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/ArgumentsTab.java (at line 25) import org.eclipse.debug.ui.ILaunchConfigurationTab; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.debug.ui.ILaunchConfigurationTab is never used ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/WorkingDirectoryBlock.java (at line 31) import org.eclipse.debug.ui.ILaunchConfigurationTab; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.debug.ui.ILaunchConfigurationTab is never used ---------- 4 problems (4 warnings)[89 .class files generated] # 2/19/10 10:21:16 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/ArtifactManager.java (at line 36) static HashMap hashMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/ArtifactManager.java (at line 36) static HashMap hashMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/ArtifactManager.java (at line 45) public static HashMap registry = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/ArtifactManager.java (at line 45) public static HashMap registry = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/ArtifactManager.java (at line 49) registry.put(id, this); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/ArtifactManager.java (at line 99) hashMap.put(id, a); ^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/ArtifactManager.java (at line 119) public HashMap getArtifactMap() { ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/CommonPlugin.java (at line 20) import org.eclipse.jface.dialogs.MessageDialog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.dialogs.MessageDialog is never used ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/CommonPlugin.java (at line 24) import org.osgi.framework.Bundle; ^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.osgi.framework.Bundle is never used ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/actions/RunAnalyseHandler.java (at line 135) int countExt=0; ^^^^^^^^ The local variable countExt is never read ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/actions/RunAnalyseHandlerBase.java (at line 55) import org.eclipse.ui.IWorkbenchWindowActionDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IWorkbenchWindowActionDelegate is never used ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/actions/RunAnalyseHandlerBase.java (at line 312) if (false) { message += " - "; message += debugMessage; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code ---------- ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/util/Utility.java (at line 17) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 396) List markList= Arrays.asList(objs); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 400) allObjs.addAll(markList); ^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to Collection ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 1375) String temp=b.getSymbolicName(); ^^^^ The local variable temp is never read ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 1379) Image img = id.createImage(); ^^^ The local variable img is never read ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 1477) Map attrs = marker.getAttributes(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 1478) Iterator iter = attrs.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 1480) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 1480) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 1692) int len = md1.length; ^^^ The local variable len is never read ---------- ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 162) private String[] columnNames_; ^^^^^^^^^^^^ The field SimpleTreeTableMarkerView.columnNames_ is never read locally ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 440) for (Iterator iter = parentList.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 622) String parentName = getParentAttr(marker); ^^^^^^^^^^ The local variable parentName is never read ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 706) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 706) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 834) iconHash.put(iconName_, img);// save for reuse ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 849) for (Iterator iter = iconHash.values().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1124) TreeColumn column; ^^^^^^ The local variable column is never read ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1478) Map attrs = marker.getAttributes(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1479) Iterator iter = attrs.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1481) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1481) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1587) private LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1587) private LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1590) list.addFirst(v); ^^^^^^^^^^^^^^^^ Type safety: The method addFirst(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1686) int len = md1.length; ^^^ The local variable len is never read ---------- 38 problems (38 warnings)[75 .class files generated] # 2/19/10 10:21:21 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [1 .class file generated] # 2/19/10 10:21:29 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.lapi/src/org/eclipse/ptp/pldt/lapi/analysis/LapiCASTVisitor.java (at line 47) public LapiCASTVisitor(List mpiIncludes, String fileName, ScanReturn msr) ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.lapi/src/org/eclipse/ptp/pldt/lapi/analysis/LapiCASTVisitor.java (at line 49) super(mpiIncludes, fileName, msr); ^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.lapi/src/org/eclipse/ptp/pldt/lapi/editorHelp/LapiCHelpBook.java (at line 22) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.lapi/src/org/eclipse/ptp/pldt/lapi/prefs/LAPIPreferencePage.java (at line 15) import org.eclipse.jface.preference.BooleanFieldEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.preference.BooleanFieldEditor is never used ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.lapi/src/org/eclipse/ptp/pldt/lapi/prefs/LAPIPreferencePage.java (at line 19) import org.eclipse.jface.preference.RadioGroupFieldEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.preference.RadioGroupFieldEditor is never used ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.lapi/src/org/eclipse/ptp/pldt/lapi/prefs/LAPIPreferencePage.java (at line 20) import org.eclipse.jface.preference.StringFieldEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.preference.StringFieldEditor is never used ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.lapi/src/org/eclipse/ptp/pldt/lapi/prefs/LAPIPreferencePage.java (at line 24) import org.eclipse.swt.SWT; ^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.SWT is never used ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.lapi/src/org/eclipse/ptp/pldt/lapi/prefs/LAPIPreferencePage.java (at line 25) import org.eclipse.swt.widgets.Composite; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Composite is never used ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.lapi/src/org/eclipse/ptp/pldt/lapi/prefs/LAPIPreferencePage.java (at line 26) import org.eclipse.swt.widgets.Label; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Label is never used ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.lapi/src/org/eclipse/ptp/pldt/lapi/prefs/LAPIPreferencePage.java (at line 41) private static final String LAPI_HELP="Location of LAPI help files:"; ^^^^^^^^^ The field LAPIPreferencePage.LAPI_HELP is never read locally ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.lapi/src/org/eclipse/ptp/pldt/lapi/prefs/LAPIPreferencePage.java (at line 42) private static final String LAPI_HELP_DEFAULT="Use default"; ^^^^^^^^^^^^^^^^^ The field LAPIPreferencePage.LAPI_HELP_DEFAULT is never read locally ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.lapi/src/org/eclipse/ptp/pldt/lapi/prefs/LAPIPreferencePage.java (at line 43) private static final String LAPI_HELP_DEFAULT_ID="lapiHelpUseDefault"; ^^^^^^^^^^^^^^^^^^^^ The field LAPIPreferencePage.LAPI_HELP_DEFAULT_ID is never read locally ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.lapi/src/org/eclipse/ptp/pldt/lapi/prefs/LAPIPreferencePage.java (at line 44) private static final String LAPI_HELP_LINUX="Use Linux location: "; ^^^^^^^^^^^^^^^ The field LAPIPreferencePage.LAPI_HELP_LINUX is never read locally ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.lapi/src/org/eclipse/ptp/pldt/lapi/prefs/LAPIPreferencePage.java (at line 45) private static final String LAPI_HELP_AIX="Use AIX location: "; ^^^^^^^^^^^^^ The field LAPIPreferencePage.LAPI_HELP_AIX is never read locally ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.lapi/src/org/eclipse/ptp/pldt/lapi/prefs/LAPIPreferencePage.java (at line 46) private static final String LAPI_HELP_OTHER="Other:"; ^^^^^^^^^^^^^^^ The field LAPIPreferencePage.LAPI_HELP_OTHER is never read locally ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.lapi/src/org/eclipse/ptp/pldt/lapi/prefs/LAPIPreferencePage.java (at line 47) private static final String LAPI_HELP_OTHER_ID="lapiHelpOther"; ^^^^^^^^^^^^^^^^^^ The field LAPIPreferencePage.LAPI_HELP_OTHER_ID is never read locally ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.lapi/src/org/eclipse/ptp/pldt/lapi/prefs/LAPIPreferencePage.java (at line 49) private static final String LAPI_LOCATION_AIX="/opt/rsct/lapi/eclipse/help"; ^^^^^^^^^^^^^^^^^ The field LAPIPreferencePage.LAPI_LOCATION_AIX is never read locally ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.lapi/src/org/eclipse/ptp/pldt/lapi/prefs/LAPIPreferencePage.java (at line 50) private static final String LAPI_LOCATION_LINUX="opt/ibmhpc/lapi/eclipse/help"; ^^^^^^^^^^^^^^^^^^^ The field LAPIPreferencePage.LAPI_LOCATION_LINUX is never read locally ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.lapi/src/org/eclipse/ptp/pldt/lapi/prefs/LAPIPreferencePage.java (at line 52) private static final String LAPI_WHICH_HELP_ID="default"; // alternatives are: default, aix, linux, other ^^^^^^^^^^^^^^^^^^ The field LAPIPreferencePage.LAPI_WHICH_HELP_ID is never read locally ---------- 19 problems (19 warnings)[9 .class files generated] # 2/19/10 10:21:17 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [14 .class files generated] # 2/19/10 10:21:19 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/actions/MPIAnalysisManager.java (at line 14) import org.eclipse.ptp.pldt.common.util.ViewActivater; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.pldt.common.util.ViewActivater is never used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 73) for(Enumeration e = table_.elements(); e.hasMoreElements();){ ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 74) ArrayList list = (ArrayList)e.nextElement(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 74) ArrayList list = (ArrayList)e.nextElement(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 75) for(Iterator i = list.iterator(); i.hasNext();){ ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 85) for(Enumeration e = table_.elements(); e.hasMoreElements();){ ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 86) ArrayList list = (ArrayList)e.nextElement(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 86) ArrayList list = (ArrayList)e.nextElement(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 87) for(Iterator i = list.iterator(); i.hasNext();){ ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 97) for(Enumeration e = table_.elements(); e.hasMoreElements();){ ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 98) ArrayList list = (ArrayList)e.nextElement(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 98) ArrayList list = (ArrayList)e.nextElement(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 99) for(Iterator i = list.iterator(); i.hasNext();){ ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 209) String str=iastLiteralExpression.getRawSignature(); ^^^ The local variable str is never read ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 44) import org.eclipse.cdt.internal.core.dom.parser.c.CASTBinaryExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTBinaryExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 45) import org.eclipse.cdt.internal.core.dom.parser.c.CASTBreakStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTBreakStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 46) import org.eclipse.cdt.internal.core.dom.parser.c.CASTCompoundStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 47) import org.eclipse.cdt.internal.core.dom.parser.c.CASTDeclarationStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTDeclarationStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 48) import org.eclipse.cdt.internal.core.dom.parser.c.CASTDoStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTDoStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 49) import org.eclipse.cdt.internal.core.dom.parser.c.CASTExpressionStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTExpressionStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 50) import org.eclipse.cdt.internal.core.dom.parser.c.CASTForStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTForStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 51) import org.eclipse.cdt.internal.core.dom.parser.c.CASTIdExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 52) import org.eclipse.cdt.internal.core.dom.parser.c.CASTIfStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 53) import org.eclipse.cdt.internal.core.dom.parser.c.CASTInitializerExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTInitializerExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 54) import org.eclipse.cdt.internal.core.dom.parser.c.CASTLiteralExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTLiteralExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 55) import org.eclipse.cdt.internal.core.dom.parser.c.CASTName; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 56) import org.eclipse.cdt.internal.core.dom.parser.c.CASTSimpleDeclSpecifier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTSimpleDeclSpecifier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 57) import org.eclipse.cdt.internal.core.dom.parser.c.CASTSimpleDeclaration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTSimpleDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 58) import org.eclipse.cdt.internal.core.dom.parser.c.CASTSwitchStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTSwitchStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 59) import org.eclipse.cdt.internal.core.dom.parser.c.CASTUnaryExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTUnaryExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 60) import org.eclipse.cdt.internal.core.dom.parser.c.CASTWhileStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTWhileStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 67) private LinkedList gotoList_; ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 68) private LinkedList labelList_; ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 127) for(ListIterator li = labelList_.listIterator(); li.hasNext();){ ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 137) for(ListIterator li = gotoList_.listIterator(); li.hasNext();){ ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 140) IASTLiteralExpression condE = new CASTLiteralExpression(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTLiteralExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 140) IASTLiteralExpression condE = new CASTLiteralExpression(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTLiteralExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 143) IASTIfStatement ifS = new CASTIfStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIfStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 143) IASTIfStatement ifS = new CASTIfStatement(); ^^^^^^^^^^^^^^^ Discouraged access: The type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 156) IASTSimpleDeclaration decl = new CASTSimpleDeclaration(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTSimpleDeclaration() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 156) IASTSimpleDeclaration decl = new CASTSimpleDeclaration(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTSimpleDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 158) IASTSimpleDeclSpecifier declSpec = new CASTSimpleDeclSpecifier(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTSimpleDeclSpecifier() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 158) IASTSimpleDeclSpecifier declSpec = new CASTSimpleDeclSpecifier(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTSimpleDeclSpecifier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 173) IASTName name = new CASTName(var.toCharArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTName(char[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 173) IASTName name = new CASTName(var.toCharArray()); ^^^^^^^^ Discouraged access: The type CASTName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 175) IASTLiteralExpression init = new CASTLiteralExpression(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTLiteralExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 175) IASTLiteralExpression init = new CASTLiteralExpression(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTLiteralExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 177) IASTInitializerExpression initE = new CASTInitializerExpression(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTInitializerExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 177) IASTInitializerExpression initE = new CASTInitializerExpression(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTInitializerExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 185) IASTDeclarationStatement declStmt = new CASTDeclarationStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTDeclarationStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 185) IASTDeclarationStatement declStmt = new CASTDeclarationStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTDeclarationStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 200) IASTName name = new CASTName(var.toCharArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTName(char[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 200) IASTName name = new CASTName(var.toCharArray()); ^^^^^^^^ Discouraged access: The type CASTName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 201) IASTIdExpression id = new CASTIdExpression(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIdExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 201) IASTIdExpression id = new CASTIdExpression(); ^^^^^^^^^^^^^^^^ Discouraged access: The type CASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 205) IASTLiteralExpression value = new CASTLiteralExpression(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTLiteralExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 205) IASTLiteralExpression value = new CASTLiteralExpression(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTLiteralExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 208) IASTBinaryExpression biE = new CASTBinaryExpression(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTBinaryExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 208) IASTBinaryExpression biE = new CASTBinaryExpression(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTBinaryExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 215) IASTExpressionStatement exprStmt = new CASTExpressionStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTExpressionStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 215) IASTExpressionStatement exprStmt = new CASTExpressionStatement(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTExpressionStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 219) IASTCompoundStatement compStmt = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTCompoundStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 219) IASTCompoundStatement compStmt = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 237) for(ListIterator li = labelList_.listIterator(); li.hasNext();){ ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 277) IASTCompoundStatement newCompS = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTCompoundStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 277) IASTCompoundStatement newCompS = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 327) IASTCompoundStatement newbody = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTCompoundStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 327) IASTCompoundStatement newbody = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 341) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTName(char[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 341) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^ Discouraged access: The type CASTName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 342) IASTIdExpression condE = new CASTIdExpression(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIdExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 342) IASTIdExpression condE = new CASTIdExpression(); ^^^^^^^^^^^^^^^^ Discouraged access: The type CASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 346) IASTIfStatement ifS = new CASTIfStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIfStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 346) IASTIfStatement ifS = new CASTIfStatement(); ^^^^^^^^^^^^^^^ Discouraged access: The type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 348) IASTBreakStatement breakS = new CASTBreakStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTBreakStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 348) IASTBreakStatement breakS = new CASTBreakStatement(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTBreakStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 364) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTName(char[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 364) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^ Discouraged access: The type CASTName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 365) IASTIdExpression condE = new CASTIdExpression(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIdExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 365) IASTIdExpression condE = new CASTIdExpression(); ^^^^^^^^^^^^^^^^ Discouraged access: The type CASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 369) IASTIfStatement ifS = new CASTIfStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIfStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 369) IASTIfStatement ifS = new CASTIfStatement(); ^^^^^^^^^^^^^^^ Discouraged access: The type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 371) IASTBreakStatement breakS = new CASTBreakStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTBreakStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 371) IASTBreakStatement breakS = new CASTBreakStatement(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTBreakStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 381) ((CASTDoStatement)parent).replace(body, newbody); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method replace(IASTNode, IASTNode) from the type CASTDoStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 381) ((CASTDoStatement)parent).replace(body, newbody); ^^^^^^^^^^^^^^^ Discouraged access: The type CASTDoStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 383) ((CASTForStatement)parent).replace(body, newbody); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method replace(IASTNode, IASTNode) from the type CASTForStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 383) ((CASTForStatement)parent).replace(body, newbody); ^^^^^^^^^^^^^^^^ Discouraged access: The type CASTForStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 385) ((CASTWhileStatement)parent).replace(body, newbody); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method replace(IASTNode, IASTNode) from the type CASTWhileStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 385) ((CASTWhileStatement)parent).replace(body, newbody); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTWhileStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 387) ((CASTSwitchStatement)parent).replace(body, newbody); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method replace(IASTNode, IASTNode) from the type CASTSwitchStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 387) ((CASTSwitchStatement)parent).replace(body, newbody); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTSwitchStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 403) IASTCompoundStatement newbody = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTCompoundStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 403) IASTCompoundStatement newbody = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 411) IASTCompoundStatement ifbody = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTCompoundStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 411) IASTCompoundStatement ifbody = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 415) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTName(char[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 415) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^ Discouraged access: The type CASTName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 416) IASTIdExpression condid = new CASTIdExpression(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIdExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 416) IASTIdExpression condid = new CASTIdExpression(); ^^^^^^^^^^^^^^^^ Discouraged access: The type CASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 420) IASTUnaryExpression condE = new CASTUnaryExpression(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTUnaryExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 420) IASTUnaryExpression condE = new CASTUnaryExpression(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTUnaryExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 425) IASTIfStatement ifStmt = new CASTIfStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIfStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 425) IASTIfStatement ifStmt = new CASTIfStatement(); ^^^^^^^^^^^^^^^ Discouraged access: The type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 435) ((CASTIfStatement)parent).replace(body, newbody); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method replace(IASTNode, IASTNode) from the type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 435) ((CASTIfStatement)parent).replace(body, newbody); ^^^^^^^^^^^^^^^ Discouraged access: The type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 439) ((CASTIfStatement)parent).replace(gotoIfStmt, assignS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method replace(IASTNode, IASTNode) from the type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 439) ((CASTIfStatement)parent).replace(gotoIfStmt, assignS); ^^^^^^^^^^^^^^^ Discouraged access: The type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 492) IASTCompoundStatement newParentStmt = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTCompoundStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 492) IASTCompoundStatement newParentStmt = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 503) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTName(char[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 503) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^ Discouraged access: The type CASTName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 504) IASTIdExpression condid = new CASTIdExpression(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIdExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 504) IASTIdExpression condid = new CASTIdExpression(); ^^^^^^^^^^^^^^^^ Discouraged access: The type CASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 22) import org.eclipse.cdt.internal.core.dom.parser.IASTAmbiguousExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 23) import org.eclipse.cdt.internal.core.dom.parser.IASTAmbiguousStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 65) protected Hashtable> caseBE = null; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 82) caseBE = new Hashtable>(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 85) caseBE.put(comm, new Stack()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 125) for(Enumeration> e = caseBE.elements(); e.hasMoreElements();){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 126) Stack caseBEsk = e.nextElement(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 141) if(stmt instanceof IASTAmbiguousStatement){ ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 149) Stack caseBEsk = caseBE.get(comm); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 153) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 175) for(Enumeration e = caseBE.keys(); e.hasMoreElements();){ ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 177) Stack caseBEsk = caseBE.get(comm); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 181) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 182) list.add(caseStmt); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 183) list.add(new CaseBarrierExpr(be, caseStmt.getExpression())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 263) Stack caseBEsk = caseBE.get(comm); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 264) Stack sk = stacks_.get(comm); ^^ The local variable sk is never read ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 266) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 267) list.add(dfStmt); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 268) list.add(new CaseBarrierExpr(be, null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 414) Stack caseBEsk = caseBE.get(comm); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 415) List list = caseBEsk.pop(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 467) Stack caseBEsk = caseBE.get(key); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 468) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 497) private BarrierExpression getInitializerBE(Stack sk, IASTInitializer init){ ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 526) if(expr instanceof IASTAmbiguousExpression){ ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 60) import org.eclipse.cdt.internal.core.dom.parser.IASTAmbiguousExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 61) import org.eclipse.cdt.internal.core.dom.parser.IASTAmbiguousStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 104) protected Hashtable> caseBE = null; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 121) caseBE = new Hashtable>(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 124) caseBE.put(comm, new Stack()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 156) for(Enumeration> e = caseBE.elements(); e.hasMoreElements();){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 157) Stack caseBEsk = e.nextElement(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 172) if(stmt instanceof IASTAmbiguousStatement){ ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 180) Stack caseBEsk = caseBE.get(comm); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 184) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 206) for(Enumeration e = caseBE.keys(); e.hasMoreElements();){ ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 208) Stack caseBEsk = caseBE.get(comm); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 212) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 213) list.add(caseStmt); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 214) list.add(new CaseBarrierExpr(be, caseStmt.getExpression())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 294) Stack caseBEsk = caseBE.get(comm); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 295) Stack sk = stacks_.get(comm); ^^ The local variable sk is never read ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 297) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 298) list.add(dfStmt); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 299) list.add(new CaseBarrierExpr(be, null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 445) Stack caseBEsk = caseBE.get(comm); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 446) List list = caseBEsk.pop(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 498) Stack caseBEsk = caseBE.get(key); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 499) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 528) private BarrierExpression getInitializerBE(Stack sk, IASTInitializer init){ ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 557) if(expr instanceof IASTAmbiguousExpression){ ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierMatching.java (at line 32) import org.eclipse.cdt.internal.core.dom.parser.c.CASTCompoundStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierMatching.java (at line 486) if(node instanceof CASTCompoundStatement) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierMatching.java (at line 487) CASTCompoundStatement cstmt = (CASTCompoundStatement)node; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierMatching.java (at line 487) CASTCompoundStatement cstmt = (CASTCompoundStatement)node; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierMatching.java (at line 488) System.out.println("Compound stmt: "+cstmt.getRawSignature()); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRawSignature() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierMatching.java (at line 489) IASTNodeLocation[] locs = cstmt.getNodeLocations(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getNodeLocations() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIDUChain.java (at line 73) List killlist = (List)((ArrayList)defTable_.get(var)).clone(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List ---------- 174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIDUChain.java (at line 84) block.setOut((Hashtable>)block.getGen().clone()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Hashtable> ---------- 175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIDUChain.java (at line 96) in.put(var, Util.Union(in.get(var), pred.getOut().get(var))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIDUChain.java (at line 102) List outlist = Util.Union(block.getGen().get(var), ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIDUChain.java (at line 107) out.put(var, outlist); ^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- ---------- 178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 25) import org.eclipse.cdt.internal.core.dom.parser.IASTAmbiguousExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 180) newMV = Util.Union(newMV, block.getPhiVar()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 203) newMV = Util.Union(newMV, emva.getMVList()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 445) if(expr instanceof IASTAmbiguousExpression){ ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 770) newMV = Util.Union(newMV, block.getPhiVar()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 793) newMV = Util.Union(newMV, emva.getMVList()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- ---------- 184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/UseDefBuilder.java (at line 23) import org.eclipse.cdt.internal.core.dom.parser.IASTAmbiguousExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/UseDefBuilder.java (at line 207) if(expr instanceof IASTAmbiguousExpression){ ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/UseDefBuilder.java (at line 286) gdef_ = Util.Union(gdef_, n.getGlobalDef()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/UseDefBuilder.java (at line 287) guse_ = Util.Union(guse_, n.getGlobalUse()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/UseDefBuilder.java (at line 288) def_ = Util.Union(def_, n.getGlobalDef()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/UseDefBuilder.java (at line 289) use_ = Util.Union(use_, n.getGlobalUse()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- ---------- 190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 20) public static List Intersect(List A, List B){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 20) public static List Intersect(List A, List B){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 20) public static List Intersect(List A, List B){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 22) List list = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 22) List list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 23) for(Iterator i = A.iterator(); i.hasNext();){ ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 25) if(B.contains(o)) list.add(o); ^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 30) public static boolean equals(List A, List B){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 30) public static boolean equals(List A, List B){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 35) for(Iterator i = A.iterator(); i.hasNext();){ ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 41) public static List Union(List A, List B){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 41) public static List Union(List A, List B){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 41) public static List Union(List A, List B){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 44) List list = new ArrayList(A); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 44) List list = new ArrayList(A); ^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 44) List list = new ArrayList(A); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 45) for(Iterator i = B.iterator(); i.hasNext();){ ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 47) if(!list.contains(o)) list.add(o); ^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 52) public static List Union(List A, List B, List C){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 52) public static List Union(List A, List B, List C){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 52) public static List Union(List A, List B, List C){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 52) public static List Union(List A, List B, List C){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 59) public static List Minus(List A, List B){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 59) public static List Minus(List A, List B){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 59) public static List Minus(List A, List B){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 61) List list = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 61) List list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 62) for(Iterator i = A.iterator(); i.hasNext();){ ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 64) if(!B.contains(o)) list.add(o); ^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 70) public static void addAll(List to, List from){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 70) public static void addAll(List to, List from){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 73) for(Iterator i = from.iterator(); i.hasNext();){ ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 76) to.add(s); ^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 80) public static List copy(List oldlist){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 80) public static List copy(List oldlist){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 81) List list = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 81) List list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 82) for(Iterator i = oldlist.iterator(); i.hasNext();){ ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 83) list.add(i.next()); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 20) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 58) protected CEditor editor_ = null; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 70) if (targetEditor instanceof CEditor) ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 71) editor_ = (CEditor)targetEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 146) String parentName="BarrierSetName"; // change to something that makes sense ^^^^^^^^^^ The local variable parentName is never read ---------- 234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 147) for(Iterator i = barrier.getMatchingSet().iterator(); i.hasNext();){ ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 153) int col=1; ^^^ The local variable col is never read ---------- 236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 154) String filename=matchedBar.getFileName(); ^^^^^^^^ The local variable filename is never read ---------- 237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 155) int line=sourceInfo.getStartingLine(); ^^^^ The local variable line is never read ---------- 238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 156) String fn=matchedBar.getEnclosingFunc(); ^^ The local variable fn is never read ---------- 239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 167) for(Enumeration e = table.getTable().elements(); e.hasMoreElements();){ ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 168) ArrayList list = (ArrayList)e.nextElement(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 168) ArrayList list = (ArrayList)e.nextElement(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 169) for(Iterator i = list.iterator(); i.hasNext();){ ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 184) LinkedList ais = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 184) LinkedList ais = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 185) for(Iterator ai=am.getAnnotationIterator(); ai.hasNext();) { ais.add(ai.next()); } ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 185) for(Iterator ai=am.getAnnotationIterator(); ai.hasNext();) { ais.add(ai.next()); } ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 186) for(Iterator it=ais.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 68) Map attrs = createCommonMarkerAttrs(resource, artifact, fn); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 70) attrs.put(IMarker.MESSAGE, artifact.getShortName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 75) attrs.put(IDs.parentIDAttr, new Integer(awp.getParentID())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 76) attrs.put(IDs.myIDAttr, new Integer(awp.getMyID())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 77) attrs.put(IDs.myNameAttr, awp.getMyName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 78) attrs.put(IDs.myIndexAttr, new Integer(awp.getIndex())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MatchingSet.java (at line 51) for(Enumeration e = btable_.getTable().elements(); e.hasMoreElements();){ ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MatchingSet.java (at line 52) ArrayList barrierList = (ArrayList)e.nextElement(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MatchingSet.java (at line 52) ArrayList barrierList = (ArrayList)e.nextElement(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MatchingSet.java (at line 53) for(Iterator ii = barrierList.iterator(); ii.hasNext();){ ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MatchingSet.java (at line 69) for(Iterator i = barrier.getMatchingSet().iterator(); i.hasNext();){ ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 42) import org.eclipse.jface.util.Assert; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.util.Assert is never used ---------- 260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 580) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 580) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 711) iconHash.put(iconName_, img);// save for reuse ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 727) for (Iterator iter = iconHash.values().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1409) Map attrs = marker.getAttributes(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1410) Iterator iter = attrs.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1412) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1412) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1519) private LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1519) private LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1522) list.addFirst(v); ^^^^^^^^^^^^^^^^ Type safety: The method addFirst(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1624) int len = md1.length; ^^^ The local variable len is never read ---------- ---------- 272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 152) private String columnName_ = "Value"; ^^^^^^^^^^^ The field SimpleTreeTableMarkerView.columnName_ is never read locally ---------- 273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 164) private String[] columnNames_; ^^^^^^^^^^^^ The field SimpleTreeTableMarkerView.columnNames_ is never read locally ---------- 274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 434) private String getMyName(IMarker marker) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getMyName(IMarker) from the type SimpleTreeTableMarkerView.ViewContentProvider is never used locally ---------- 275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 698) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 698) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 842) iconHash.put(iconName_, img);// save for reuse ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 858) for (Iterator iter = iconHash.values().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1139) if (false) { SelectionListener treeSelectionListener = new SelectionAdapter() { public void widgetSelected(SelectionEvent event) { Object src = event.getSource(); if (!traceOn) return; if (src instanceof TreeItem) { if (traceOn) System.out.println("TreeItem selected"); } else if (src instanceof TreeColumn) { if (traceOn) System.out.println("TreeColumn selected"); } else if (src instanceof Tree) { if (traceOn) System.out.println("Tree selected"); Tree tree = (Tree) src; } } }; tree.addSelectionListener(treeSelectionListener); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code ---------- 280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1194) TreeColumn column; ^^^^^^ The local variable column is never read ---------- 281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1442) Map attrs = marker.getAttributes(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1443) Iterator iter = attrs.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1445) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1445) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1609) private LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1609) private LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1612) list.addFirst(v); ^^^^^^^^^^^^^^^^ Type safety: The method addFirst(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1714) int len = md1.length; ^^^ The local variable len is never read ---------- 288 problems (288 warnings)[103 .class files generated] # 2/19/10 10:21:23 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/MpiArtifactManager.java (at line 26) static List repository; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/MpiArtifactManager.java (at line 27) static HashMap hashMap = new HashMap(); // to be able to look up by unique ID (finding ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/MpiArtifactManager.java (at line 27) static HashMap hashMap = new HashMap(); // to be able to look up by unique ID (finding ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/MpiArtifactManager.java (at line 37) repository.add(pi); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/MpiArtifactManager.java (at line 48) hashMap.put(id, pi); ^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/MpiArtifactManager.java (at line 70) public static HashMap getMpiArtifactMap() ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/MpiArtifactManager.java (at line 78) public static List getList() ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 22) import org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTFieldReference; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTFieldReference is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 23) import org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTIdExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 24) import org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTLinkageSpecification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTLinkageSpecification is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 25) import org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTUsingDirective; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTUsingDirective is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 52) public MpiCPPASTVisitor(List mpiIncludes, String fileName, boolean allowPrefixOnlyMatch, ScanReturn msr) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 53) super(mpiIncludes, fileName, allowPrefixOnlyMatch, msr); ^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 60) if (declaration instanceof CPPASTUsingDirective) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTUsingDirective is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 61) CPPASTUsingDirective cppASTUsingDirective = (CPPASTUsingDirective) declaration; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTUsingDirective is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 61) CPPASTUsingDirective cppASTUsingDirective = (CPPASTUsingDirective) declaration; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTUsingDirective is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 62) if ("MPI".equals(cppASTUsingDirective.getQualifiedName().getRawSignature())) { //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getQualifiedName() from the type CPPASTUsingDirective is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 69) if ((declaration instanceof CPPASTLinkageSpecification) && (declaration.getFileLocation() == null)) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTLinkageSpecification is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 97) if (astExpr instanceof CPPASTFieldReference) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTFieldReference is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 100) CPPASTFieldReference cppFieldReference = (CPPASTFieldReference) astExpr; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTFieldReference is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 100) CPPASTFieldReference cppFieldReference = (CPPASTFieldReference) astExpr; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTFieldReference is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 101) funcName = cppFieldReference.getFieldName(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFieldName() from the type CPPASTFieldReference is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 117) } else if ((expression instanceof CPPASTIdExpression) ^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 121) processIdExprAsLiteral((CPPASTIdExpression) expression); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiFortranASTVisitor.java (at line 34) private static/* final */boolean traceOn = false; ^^^^^^^ The field MpiFortranASTVisitor.traceOn is never read locally ---------- 25 problems (25 warnings)[18 .class files generated] # 2/19/10 10:21:21 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisException.java (at line 16) public class OpenMPAnalysisException extends Exception ^^^^^^^^^^^^^^^^^^^^^^^ The serializable class OpenMPAnalysisException does not declare a static final serialVersionUID field of type long ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 292) public Set getNodesConcurrentTo(IASTNode node) ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 322) Stack context = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 322) Stack context = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 326) context.push(new CompiledContext(currentLevel, currentEvaluation)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 335) int stopHere=0; ^^^^^^^^ The local variable stopHere is never read ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 341) context.push(new CompiledContext(currentLevel, currentEvaluation)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 501) public int getNestedLevel() ^^^^^^^^^^^^^^^^ The method getNestedLevel() from the type OpenMPAnalysisManager.CompiledContext is never used locally ---------- ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPErrorManager.java (at line 23) protected LinkedList errors_ = new LinkedList(); // holds the errors ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPErrorManager.java (at line 23) protected LinkedList errors_ = new LinkedList(); // holds the errors ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPErrorManager.java (at line 51) errors_.add(error); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPErrorManager.java (at line 58) public LinkedList getErrors() ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTElif.java (at line 14) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTElif.java (at line 29) super((ASTNode)elif); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTElse.java (at line 15) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTElse.java (at line 32) super((ASTNode)elsee); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTEndif.java (at line 14) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTEndif.java (at line 31) super((ASTNode)endif); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTError.java (at line 14) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTError.java (at line 31) super((ASTNode)error); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTFunctionMacro.java (at line 17) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTFunctionMacro.java (at line 34) super((ASTNode)macro); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTIf.java (at line 14) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTIf.java (at line 31) super((ASTNode)ifx); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTIfdef.java (at line 15) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTIfdef.java (at line 32) super((ASTNode)ifdef); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTIfndef.java (at line 15) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTIfndef.java (at line 32) super((ASTNode)ifndef); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTInclusionStatement.java (at line 15) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTInclusionStatement.java (at line 32) super((ASTNode)incl); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 21) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 32) protected ASTNode astNode_ = null; ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 45) public PASTNode(ASTNode astNode) ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 71) IASTNodeLocation[] locations = astNode_.getNodeLocations(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getNodeLocations() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 72) filename_ = astNode_.getContainingFilename(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getContainingFilename() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 136) return astNode_.accept(visitor); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method accept(ASTVisitor) from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 140) return astNode_.contains(node); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method contains(IASTNode) from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 145) return astNode_.getContainingFilename(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getContainingFilename() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 149) return astNode_.getFileLocation(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFileLocation() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 153) return astNode_.getNodeLocations(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getNodeLocations() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 157) return astNode_.getParent(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getParent() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 161) return astNode_.getPropertyInParent(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getPropertyInParent() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 165) return astNode_.getRawSignature(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRawSignature() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 169) return astNode_.getTranslationUnit(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTranslationUnit() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 173) astNode_.setParent(node); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setParent(IASTNode) from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 177) astNode_.setPropertyInParent(property); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setPropertyInParent(ASTNodeProperty) from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 189) return astNode_.getChildren(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getChildren() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 195) return astNode_.getSyntax(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSyntax() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 202) return astNode_.getLeadingSyntax(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getLeadingSyntax() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 208) return astNode_.getTrailingSyntax(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTrailingSyntax() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 214) return astNode_.isActive(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isActive() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 221) return astNode_.isFrozen(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isFrozen() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 26) import org.eclipse.cdt.internal.core.dom.parser.ASTInternal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTInternal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 27) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 28) import org.eclipse.cdt.internal.core.dom.parser.c.CScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CScope is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 28) import org.eclipse.cdt.internal.core.dom.parser.c.CScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.internal.core.dom.parser.c.CScope is never used ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 29) import org.eclipse.cdt.internal.core.dom.parser.cpp.CPPScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPScope is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 29) import org.eclipse.cdt.internal.core.dom.parser.cpp.CPPScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.internal.core.dom.parser.cpp.CPPScope is never used ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 80) private void experiment() ^^^^^^^^^^^^ The method experiment() from the type PASTOMPFactory is never used locally ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 258) LinkedList l = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 258) LinkedList l = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 272) l.add(token_); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 280) for(Iterator i = l.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 315) IASTNode parent,gp=null; ^^^^^^ The local variable parent is never read ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 315) IASTNode parent,gp=null; ^^ The local variable gp is never read ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 326) node = ASTInternal.getPhysicalNodeOfScope(scope); ^^^^^^^^^^^ Discouraged access: The type ASTInternal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 326) node = ASTInternal.getPhysicalNodeOfScope(scope); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getPhysicalNodeOfScope(IScope) from the type ASTInternal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 812) LinkedList l = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 812) LinkedList l = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 819) else {l.add(token_); } // end of schedule clause ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 822) if (parenCt==1) break; else l.add(token_); // another way to exit ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 825) { parenCt++; l.add(token_); } ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 827) l.add(token_); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 1116) ASTNode node = (statement instanceof ASTNode ? (ASTNode)statement : null); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 1116) ASTNode node = (statement instanceof ASTNode ? (ASTNode)statement : null); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 1116) ASTNode node = (statement instanceof ASTNode ? (ASTNode)statement : null); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 1120) if (node.getContainingFilename().equals(oPragma_.getFileLocation().getFileName())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getContainingFilename() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 1121) int totalOffset = node.getOffset(); ^^^^^^^^^^^^^^^^ Discouraged access: The method getOffset() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 1154) oPragma_.setRegionFilename(node.getContainingFilename()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getContainingFilename() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPPragma.java (at line 69) protected LinkedList problemList_ = new LinkedList(); // of OpenMPError's ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPPragma.java (at line 69) protected LinkedList problemList_ = new LinkedList(); // of OpenMPError's ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPPragma.java (at line 303) public LinkedList getProblems() ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPPragma.java (at line 371) { problemList_.add(error); } ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTObjectMacro.java (at line 16) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTObjectMacro.java (at line 33) super((ASTNode)objMacro); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTPragma.java (at line 14) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTPragma.java (at line 33) super((ASTNode)pragma); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTUndef.java (at line 15) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTUndef.java (at line 32) super((ASTNode)undef); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 40) protected Hashtable textToSymbols_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 40) protected Hashtable textToSymbols_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 42) protected Hashtable functionToSymbols_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 42) protected Hashtable functionToSymbols_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 44) protected Hashtable stringScopeKeyToSymbol_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 44) protected Hashtable stringScopeKeyToSymbol_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 56) functionToSymbols_.put(ast_, new LinkedList()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 56) functionToSymbols_.put(ast_, new LinkedList()); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 99) stringScopeKeyToSymbol_.put(sskey, symbol); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 107) LinkedList ll = (LinkedList)functionToSymbols_.get(node); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 107) LinkedList ll = (LinkedList)functionToSymbols_.get(node); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 109) ll = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 110) functionToSymbols_.put(node, ll); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 112) ll.add(symbol); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 116) LinkedList nl = (LinkedList)textToSymbols_.get(strname); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 116) LinkedList nl = (LinkedList)textToSymbols_.get(strname); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 118) nl = new LinkedList(); // definitions for this text name ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 119) textToSymbols_.put(strname, nl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 121) nl.add(symbol); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 131) LinkedList ll = (LinkedList)textToSymbols_.get(text); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 131) LinkedList ll = (LinkedList)textToSymbols_.get(text); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 145) LinkedList ll = (LinkedList)functionToSymbols_.get(fctnDef); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 145) LinkedList ll = (LinkedList)functionToSymbols_.get(fctnDef); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 158) LinkedList ll = (LinkedList)functionToSymbols_.get(ast_); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 158) LinkedList ll = (LinkedList)functionToSymbols_.get(ast_); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Symbol.java (at line 23) import org.eclipse.cdt.internal.core.dom.parser.ASTInternal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTInternal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Symbol.java (at line 40) private static final boolean traceOn = false; ^^^^^^^ The field Symbol.traceOn is never read locally ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Symbol.java (at line 134) node = ASTInternal.getPhysicalNodeOfScope(scope); // cdt40 ^^^^^^^^^^^ Discouraged access: The type ASTInternal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Symbol.java (at line 134) node = ASTInternal.getPhysicalNodeOfScope(scope); // cdt40 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getPhysicalNodeOfScope(IScope) from the type ASTInternal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 39) protected LinkedList statements_ = new LinkedList(); // contained stmts ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 39) protected LinkedList statements_ = new LinkedList(); // contained stmts ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 68) statements_.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 102) for(Iterator i=statements_.iterator(); i.hasNext();) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 110) protected LinkedList fundStmtsExprs_ = null; ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 116) public LinkedList getFundamentals() ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 119) fundStmtsExprs_ = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 121) for(Iterator i=statements_.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 135) protected LinkedList list_ = null; ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 137) public FundVisitor(LinkedList list) ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 173) list_.add(statement); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 177) list_.add(statement); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 181) list_.add(statement); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 185) list_.add(statement); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 192) list_.add(statement.getConditionExpression()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 205) list_.add(statement.getControllerExpression()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 212) list_.add(statement.getExpression()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 217) list_.add(statement.getConditionExpression()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 218) list_.add(statement.getIterationExpression()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 231) list_.add(statement.getCondition()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 240) list_.add(statement.getCondition()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 37) protected LinkedList unconnectedChains_ = null; ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 38) protected LinkedList unresolvedChains_ = null; ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 39) protected Hashtable labelMap_ = null; ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 44) LinkedList unconnectedChains, ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 45) LinkedList unresolvedChains, ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 46) Hashtable labelMap) ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 99) protected Stack graphStack_ = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 99) protected Stack graphStack_ = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 100) protected HashSet usedNodes_ = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 100) protected HashSet usedNodes_ = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 119) graphStack_.push(rootNode_); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 127) graphStack_.push(nodes[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 135) graphStack_.push(rootNode_); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 139) usedNodes_.add(node); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 149) graphStack_.push(nodes[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 187) private String getShortClassName(Class c) ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 24) protected LinkedList inNodes_ = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 24) protected LinkedList inNodes_ = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 25) protected LinkedList outNodes_ = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 25) protected LinkedList outNodes_ = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 58) inNodes_.add(inNode); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 68) outNodes_.add(outNode); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 100) for(Iterator i=inNodes_.iterator(); i.hasNext();) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 113) for(Iterator i=outNodes_.iterator(); i.hasNext();) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPDFS.java (at line 26) protected HashSet visited_ = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPDFS.java (at line 26) protected HashSet visited_ = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPDFS.java (at line 28) protected Stack currentNodes_ = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPDFS.java (at line 28) protected Stack currentNodes_ = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPDFS.java (at line 62) currentNodes_.push(node); // sets the new context on the stack ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPDFS.java (at line 64) visited_.add(node); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPDFS.java (at line 87) for(Iterator i=currentNodes_.iterator(); i.hasNext();) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPExpressionBlock.java (at line 26) protected LinkedList expressions_ = new LinkedList(); // of IASTExpressions (for now) ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPExpressionBlock.java (at line 26) protected LinkedList expressions_ = new LinkedList(); // of IASTExpressions (for now) ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPExpressionBlock.java (at line 39) expressions_.add(expression); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPExpressionBlock.java (at line 65) for(Iterator i=expressions_.iterator(); i.hasNext();) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileConcurrencyAnalysis.java (at line 62) public Set getNodesConcurrentTo(IASTNode node) ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileConcurrencyAnalysis.java (at line 66) Set s = analyses_[i].getNodesConcurrentTo(node); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileConcurrencyAnalysis.java (at line 69) return new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileConcurrencyAnalysis.java (at line 99) private LinkedList analysisList_ = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileConcurrencyAnalysis.java (at line 99) private LinkedList analysisList_ = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileConcurrencyAnalysis.java (at line 115) for(Iterator i=analysisList_.iterator(); i.hasNext();) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileConcurrencyAnalysis.java (at line 133) analysisList_.add(analysis); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- ---------- 182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileStatementMap.java (at line 75) private String getShortClassName(Class c) ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 36) protected Hashtable pragmaRegionMap_ = null; // maps region to omp pragma ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 37) protected Hashtable pragmaLocationMap_ = null; // maps stmt to set of pragmas ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 38) protected LinkedList components_ = new LinkedList(); // of RegionConcurrencyAnalysis's ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 38) protected LinkedList components_ = new LinkedList(); // of RegionConcurrencyAnalysis's ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 57) components_.add(component); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 80) for(Iterator i=components_.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 92) public Set getNodesConcurrentTo(IASTNode node) ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 95) for(Iterator i=components_.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 97) Set s = component.getNodesConcurrentTo(node); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 107) for(Iterator i=components_.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 121) protected Hashtable buildRegionMap(PASTPragma [] pList) ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 123) Hashtable map = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 123) Hashtable map = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 130) map.put(region, pragma); // add to the map ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 142) protected Hashtable buildLocationMap(PASTPragma [] pList) ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 144) Hashtable map = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 144) Hashtable map = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 151) LinkedList l = (LinkedList)map.get(location); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 151) LinkedList l = (LinkedList)map.get(location); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 153) l = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 154) map.put(location, l); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 156) l.add(pragma); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- ---------- 205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 59) protected static Hashtable pragmaRegionMap_ = null; // maps IASTNode to pragma, if node is a pragma region ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 60) protected static Hashtable pragmaLocationMap_ = null; // maps IASTnode to list of pragmas that may immed. succeed it ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 61) protected static Stack pragmaContext_ = null; // stack of pragma - indicating depth of OMP control ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 79) public static OMPCFG constructCFG(PASTOMPPragma pragma, IASTStatement statement, Hashtable pragmaRegionMap, Hashtable pragmaLocationMap) ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 79) public static OMPCFG constructCFG(PASTOMPPragma pragma, IASTStatement statement, Hashtable pragmaRegionMap, Hashtable pragmaLocationMap) ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 83) pragmaContext_ = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 250) pragmaContext_.push(pNode); // bump the context ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 285) LinkedList l = (LinkedList)pragmaLocationMap_.get(statement); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 285) LinkedList l = (LinkedList)pragmaLocationMap_.get(statement); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 289) for(Iterator i=l.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 379) LinkedList chains = cBody.getChains(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 380) for(Iterator i=chains.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 393) LinkedList ucf = cBody.getUnresolvedControlFlow(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 446) LinkedList ucf = cBody.getUnresolvedControlFlow(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 447) for(Iterator i=ucf.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 565) LinkedList ucf = cBody.getUnresolvedControlFlow(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- ---------- 221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 35) protected LinkedList chains_ = new LinkedList(); // of Chain ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 35) protected LinkedList chains_ = new LinkedList(); // of Chain ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 39) protected LinkedList unconnectedChains_ = new LinkedList(); // of Chain ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 39) protected LinkedList unconnectedChains_ = new LinkedList(); // of Chain ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 43) protected LinkedList unresolvedControlFlow_ = new LinkedList(); // of Chain ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 43) protected LinkedList unresolvedControlFlow_ = new LinkedList(); // of Chain ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 45) protected Hashtable labelMap_ = new Hashtable(); // IASTName->LabeledBlock ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 45) protected Hashtable labelMap_ = new Hashtable(); // IASTName->LabeledBlock ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 47) protected LinkedList pragmaNodeList_ = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 47) protected LinkedList pragmaNodeList_ = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 81) chains_.add(chain); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 96) chains_.add(chain); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 110) labelMap_.put(label, new LabeledBlock(node, chain)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 123) pragmaNodeList_.add(node); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 134) unconnectedChains_.addAll(result.getUnconnectedChains()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 135) unresolvedControlFlow_.addAll(result.getUnresolvedControlFlow()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 136) labelMap_.putAll(result.getLabelMap()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method putAll(Map) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 137) pragmaNodeList_.addAll(result.getPragmaNodeList()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 147) for(Iterator i=unresolvedControlFlow_.iterator(); i.hasNext(); ) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 165) unconnectedChains_.add(chain); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 170) unresolvedControlFlow_.add(chain); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 189) public LinkedList getChains() { return chains_; } ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 190) public LinkedList getUnconnectedChains() { return unconnectedChains_; } ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 191) public LinkedList getUnresolvedControlFlow() { return unresolvedControlFlow_; } ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 192) public Hashtable getLabelMap() { return labelMap_; } ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 193) public LinkedList getPragmaNodeList() { return pragmaNodeList_; } ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- ---------- 247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 51) protected Stack barrierStack_ = new Stack(); // of DFSWalk's ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 51) protected Stack barrierStack_ = new Stack(); // of DFSWalk's ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 52) protected HashSet finishedBarriers_ = new HashSet(); // of barriers that are finished being ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 52) protected HashSet finishedBarriers_ = new HashSet(); // of barriers that are finished being ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 54) protected LinkedList phases_ = new LinkedList(); // of PhaseConcurrencyAnalysis's ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 54) protected LinkedList phases_ = new LinkedList(); // of PhaseConcurrencyAnalysis's ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 63) protected Hashtable nodeToPhases_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 63) protected Hashtable nodeToPhases_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 81) barrierStack_.push(pc); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 95) for(Iterator i=phases_.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 103) phases_.add(phase); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 127) for(Iterator i=barrierStack_.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 134) protected LinkedList memberPhases(OMPCFGNode node) ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 136) return (LinkedList)nodeToPhases_.get(node); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 147) LinkedList l = (LinkedList)nodeToPhases_.get(node); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 147) LinkedList l = (LinkedList)nodeToPhases_.get(node); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 149) l= new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 150) nodeToPhases_.put(node, l); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 153) l.add(phase); ^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 164) for(Iterator i=phases_.iterator(); i.hasNext();) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 218) barrierStack_.push(pc); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 238) LinkedList l = memberPhases(nodes[i]); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- ---------- 269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseConcurrencyAnalysis.java (at line 32) protected LinkedHashSet nodes_ = new LinkedHashSet(); ^^^^^^^^^^^^^ LinkedHashSet is a raw type. References to generic type LinkedHashSet should be parameterized ---------- 270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseConcurrencyAnalysis.java (at line 32) protected LinkedHashSet nodes_ = new LinkedHashSet(); ^^^^^^^^^^^^^ LinkedHashSet is a raw type. References to generic type LinkedHashSet should be parameterized ---------- 271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseConcurrencyAnalysis.java (at line 70) nodes_.add(node); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseConcurrencyAnalysis.java (at line 77) public Set getNodes() ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseConcurrencyAnalysis.java (at line 87) for(Iterator i=nodes_.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyAnalysis.java (at line 92) public Set getNodesConcurrentTo(IASTNode node) { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- ---------- 275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 44) protected ArrayList indexMap_ = new ArrayList(); // index->stmt ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 44) protected ArrayList indexMap_ = new ArrayList(); // index->stmt ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 45) protected Hashtable stmtMap_ = new Hashtable(); // stmt->index ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 45) protected Hashtable stmtMap_ = new Hashtable(); // stmt->index ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 47) protected Hashtable concurrencyMap_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 47) protected Hashtable concurrencyMap_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 50) protected LinkedList phaseStmts_ = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 50) protected LinkedList phaseStmts_ = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 55) protected Hashtable exclusionMap_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 55) protected Hashtable exclusionMap_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 84) Set nodes = phase.getNodes(); // of OMPCFGNode's ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 90) for(Iterator i=nodes.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 110) LinkedList stmts = ((OMPBasicBlock)node).getFundamentals(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 111) for(Iterator j=stmts.iterator(); j.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 127) for(Iterator i=phaseStmts_.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 131) for(Iterator j=phaseStmts_.iterator(); j.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 153) indexMap_.add(n); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 154) stmtMap_.put(n, new Integer(indexMap_.indexOf(n))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 155) concurrencyMap_.put(n, new BitSet()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 158) phaseStmts_.add(n); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 161) exclusionMap_.put(n, ePragma); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 169) public Set getNodesConcurrentTo(IASTNode node) ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 174) HashSet ans = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 174) HashSet ans = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 176) ans.add(indexMap_.get(i)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- ---------- 300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/StatementMap.java (at line 25) protected Hashtable iastnodeToMember_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/StatementMap.java (at line 25) protected Hashtable iastnodeToMember_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/StatementMap.java (at line 39) iastnodeToMember_.put(node, m); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- ---------- 303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/parser/OpenMPScanner.java (at line 434) boolean foundClosingQuote = false; ^^^^^^^^^^^^^^^^^ The local variable foundClosingQuote is never read ---------- 304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/parser/OpenMPScanner.java (at line 435) loop: while (++currentPos_ < endPos_) { ^^^^ The label loop is never explicitly referenced ---------- 305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/parser/OpenMPScanner.java (at line 527) boolean isMalformedOctal = false; ^^^^^^^^^^^^^^^^ The local variable isMalformedOctal is never read ---------- 306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/parser/OpenMPScanner.java (at line 900) private void handleProblem(int id, int startOffset) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method handleProblem(int, int) from the type OpenMPScanner is never used locally ---------- ---------- 307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 18) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 45) protected CEditor editor_ = null; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 309. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 59) if (targetEditor instanceof CEditor) ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 310. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 60) editor_ = (CEditor)targetEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 311. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 148) Set cSet = oam.getNodesConcurrentTo(node); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 312. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 151) for(Iterator i=cSet.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 313. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 193) LinkedList ais = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 314. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 193) LinkedList ais = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 315. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 194) for(Iterator ai=am.getAnnotationIterator(); ai.hasNext();) { ais.add(ai.next()); } ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 316. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 194) for(Iterator ai=am.getAnnotationIterator(); ai.hasNext();) { ais.add(ai.next()); } ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 317. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 195) for(Iterator it=ais.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 317 problems (317 warnings)[58 .class files generated] # 2/19/10 10:21:26 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 26) import org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTTranslationUnit; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTTranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 26) import org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTTranslationUnit; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTTranslationUnit is never used ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 139) msr.addProblems(OpenMPErrorManager.getCurrentErrorManager() .getErrors()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type LinkedList needs unchecked conversion to conform to LinkedList ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 209) Map attrs = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 209) Map attrs = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 210) attrs.put(ProblemMarkerAttrIds.DESCRIPTION, problem.getDescription()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 211) attrs.put(ProblemMarkerAttrIds.RESOURCE, problem.getFilename()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 212) attrs.put(ProblemMarkerAttrIds.INFOLDER, problem.getPath()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 213) attrs.put(ProblemMarkerAttrIds.LOCATION, new Integer(problem .getLineno())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 216) attrs.put(ProblemMarkerAttrIds.PROBLEMOBJECT, problem); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 39) funcName2FuncInfo=makeFunctionMap(); ^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 51) private static Map makeFunctionMap() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 52) Map funcMap= new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 52) Map funcMap= new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 53) funcMap.put("omp_set_num_threads", new FunctionSummaryImpl("omp_set_num_threads","", "Sets the number of threads that will be used in the next parallel region", new FunctionPrototypeSummaryImpl( "omp_set_num_threads", "void", "int num_threads"), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 60) funcMap.put("omp_get_num_threads", new FunctionSummaryImpl( "omp_get_num_threads", "", "This function returns the number of threads currently in the team executing the parallel region from which it is called.", new FunctionPrototypeSummaryImpl("omp_get_num_threads", "int", "int num_threads"), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 65) funcMap.put("omp_get_max_threads", new FunctionSummaryImpl( "omp_get_max_threads", "", "This function returns the maximum value that can be returned by calls to omp_get_num_threads.", new FunctionPrototypeSummaryImpl("omp_get_max_threads", "int", "void"), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 69) funcMap.put("omp_get_thread_num", new FunctionSummaryImpl( "get_thread_num", "", "This function returns the thread number, within its team, of the thread executing the function. The thread number lies between 0 and omp_get_num_threads()-1, inclusive. The master thread of the team is thread 0.", new FunctionPrototypeSummaryImpl("get_thread_num", "int", "void"), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 73) funcMap.put("omp_get_num_procs", new FunctionSummaryImpl( "get_num_procs", "", "This function returns the maximum number of processors that could be assigned to the program.", new FunctionPrototypeSummaryImpl("get_num_procs", "int", "void"), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 77) funcMap.put("omp_in_parallel", new FunctionSummaryImpl( "omp_in_parallel", "", "This function returns non-zero if it is called within the dynamic extent of a parallel region executing in parallel; otherwise, it returns 0.", new FunctionPrototypeSummaryImpl("omp_in_parallel", "int", "void"), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 83) funcMap.put("omp_set_dynamic", new FunctionSummaryImpl( "omp_set_dynamic", "", "This function enables or disables dynamic adjustment of the number of threads available for execution of parallel regions.", new FunctionPrototypeSummaryImpl("omp_set_dynamic", "void", "int dynamic_threads"), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 87) funcMap.put("omp_get_dynamic", new FunctionSummaryImpl( "omp_get_dynamic", "", "This function returns non-zero if dynamic thread adjustments enabled and returns 0 otherwise.", new FunctionPrototypeSummaryImpl("omp_get_dynamic", "int", "void"), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 92) funcMap.put("omp_set_nested", new FunctionSummaryImpl( "omp_set_nested", "", "This function enables or disables nested parallelism.", new FunctionPrototypeSummaryImpl("omp_set_nested", "void", "int nested"), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 96) funcMap.put("omp_get_nested", new FunctionSummaryImpl( "omp_get_nested", "", "omp_get_nested description", new FunctionPrototypeSummaryImpl("This function returns non-zero if nested parallelism is enabled and 0 if it is disabled.", "int", "void"), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 100) funcMap.put("omp_init_lock", new FunctionSummaryImpl( "omp_init_lock", "", "These functions (this and omp_init_nest_lock) provide the only means of initializing a lock. Each function initializes the lock associated with the parameter lock for use in subsequent calls.", new FunctionPrototypeSummaryImpl("omp_init_lock", "void", "omp_lock_t *lock"), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 104) funcMap.put("omp_init_nest_lock", new FunctionSummaryImpl( "omp_init_nest_lock", "", "These functions (this and omp_init_lock) provide the only means of initializing a lock. Each function initializes the lock associated with the parameter lock for use in subsequent calls.", new FunctionPrototypeSummaryImpl("omp_init_nest_lock", "void", "omp_nest_lock_t *lock"), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 109) funcMap.put("omp_destroy_lock", new FunctionSummaryImpl( "omp_destroy_lock", "", "Ensures that the specified lock variable lock is uninitialized.", new FunctionPrototypeSummaryImpl("omp_destroy_lock", "void", "omp_lock_t *lock"), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 113) funcMap.put("omp_destroy_nest_lock", new FunctionSummaryImpl( "omp_destroy_nest_lock", "", "Ensures that the specified lock variable lock is uninitialized.", new FunctionPrototypeSummaryImpl("omp_destroy_nest_lock", "void", "omp_nest_lock_t *lock"), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 118) funcMap.put("omp_set_lock", new FunctionSummaryImpl( "omp_set_lock", "", "Blocks the thread executing the function until the specified lock is available and then sets the lock. A simple lock is available if it is unlocked. A nestable lock is available if it is unlocked or if it is already owned by the thread executing the function.", new FunctionPrototypeSummaryImpl("omp_set_lock", "void", "omp_lock_t *lock"), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 122) funcMap.put("omp_set_nest_lock", new FunctionSummaryImpl( "omp_set_nest_lock", "", "Blocks the thread executing the function until the specified lock is available and then sets the lock. A simple lock is available if it is unlocked. A nestable lock is available if it is unlocked or if it is already owned by the thread executing the function.", new FunctionPrototypeSummaryImpl("omp_set_nest_lock", "void", "omp_nest_lock_t *lock"), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 127) funcMap.put("omp_test_lock", new FunctionSummaryImpl( "omp_test_lock", "", "Attempts to set a lock but do not block execution of the thread.", new FunctionPrototypeSummaryImpl("omp_test_lock", "int", "omp_lock_t *lock2"), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 131) funcMap.put("omp_test_nest_lock", new FunctionSummaryImpl( "omp_test_nest_lock", "", "Attempts to set a lock but do not block execution of the thread.", new FunctionPrototypeSummaryImpl("omp_test_nest_lock", "int", "omp_nest_lock_t *lock"), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 136) funcMap.put("omp_unset_lock", new FunctionSummaryImpl( "omp_unset_lock", "", "Provides the means of releasing ownership of a lock.", new FunctionPrototypeSummaryImpl("omp_unset_lock", "void", "omp_lock_t *lock"), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 140) funcMap.put("omp_unset_nest_lock", new FunctionSummaryImpl( "omp_unset_nest_lock", "", "Provides the means of releasing ownership of a lock.", new FunctionPrototypeSummaryImpl("omp_unset_nest_lock", "void", "omp_nest_lock_t *lock"), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 145) funcMap.put("omp_get_wtime", new FunctionSummaryImpl( "omp_get_wtime", "", "Returns the time elapsed from a fixed starting time. The value of the fixed starting time is determined at the start of the current program, and remains constant throughout program execution.", new FunctionPrototypeSummaryImpl("omp_get_wtime", "double", "void"), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 149) funcMap.put("omp_get_wtick", new FunctionSummaryImpl( "omp_get_wtick", "", "Returns the number of seconds between clock ticks.", new FunctionPrototypeSummaryImpl("omp_get_wtick", "double", "void"), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 168) public static void generateHTML(Map fMap) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 170) Collection fColl = fMap.values(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 171) for (Iterator iter = fColl.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 174) String proto = fspi.getPrototypeString(false); ^^^^^ The local variable proto is never read ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 175) String args = fspi.getArguments(); ^^^^ The local variable args is never read ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 176) String rt = fspi.getReturnType(); ^^ The local variable rt is never read ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 214) Map map = makeFunctionMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/views/OpenMPArtifactView.java (at line 23) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/views/OpenMPArtifactView.java (at line 24) import org.eclipse.cdt.internal.ui.util.EditorUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 45 problems (45 warnings)[15 .class files generated] # 2/19/10 10:21:25 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/src/org/eclipse/ptp/pldt/openmp/ui/pv/views/OpenMPProblemsView.java (at line 214) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/src/org/eclipse/ptp/pldt/openmp/ui/pv/views/OpenMPProblemsView.java (at line 214) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/src/org/eclipse/ptp/pldt/openmp/ui/pv/views/OpenMPProblemsView.java (at line 237) iconHash.put(iconName_, img);// save for reuse ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/src/org/eclipse/ptp/pldt/openmp/ui/pv/views/OpenMPProblemsView.java (at line 245) for (Iterator iter = iconHash.values().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/src/org/eclipse/ptp/pldt/openmp/ui/pv/views/OpenMPProblemsView.java (at line 480) int len = md1.length; ^^^ The local variable len is never read ---------- 5 problems (5 warnings)[14 .class files generated] # 2/19/10 10:21:30 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.upc/src/org/eclipse/ptp/pldt/upc/analysis/UPCCASTVisitor.java (at line 47) public UPCCASTVisitor(List upcIncludes, String fileName, ScanReturn msr) ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.upc/src/org/eclipse/ptp/pldt/upc/analysis/UPCCASTVisitor.java (at line 49) super(upcIncludes, fileName, msr); ^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.upc/src/org/eclipse/ptp/pldt/upc/editorHelp/UPCCHelpBook.java (at line 145) @SuppressWarnings("restriction")// just for the javadoc comment to not get warning :) ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.upc/src/org/eclipse/ptp/pldt/upc/prefs/UPCPreferencePage.java (at line 35) private static final String UPC_HELP="Location of UPC help files:"; ^^^^^^^^ The field UPCPreferencePage.UPC_HELP is never read locally ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.upc/src/org/eclipse/ptp/pldt/upc/prefs/UPCPreferencePage.java (at line 36) private static final String UPC_HELP_DEFAULT="Use default"; ^^^^^^^^^^^^^^^^ The field UPCPreferencePage.UPC_HELP_DEFAULT is never read locally ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.upc/src/org/eclipse/ptp/pldt/upc/prefs/UPCPreferencePage.java (at line 37) private static final String UPC_HELP_DEFAULT_ID="upcHelpUseDefault"; ^^^^^^^^^^^^^^^^^^^ The field UPCPreferencePage.UPC_HELP_DEFAULT_ID is never read locally ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.upc/src/org/eclipse/ptp/pldt/upc/prefs/UPCPreferencePage.java (at line 46) private static final String UPC_WHICH_HELP_ID="default"; // alternatives are: default, aix, linux, other ^^^^^^^^^^^^^^^^^ The field UPCPreferencePage.UPC_WHICH_HELP_ID is never read locally ---------- 7 problems (7 warnings)[9 .class files generated] # 2/19/10 10:21:27 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.wizards/src/org/eclipse/ptp/pldt/wizards/wizardPages/MPIProjectWizardPage.java (at line 140) boolean allowPrefixOnlyMatch = preferenceStore.getBoolean(MpiIDs.MPI_RECOGNIZE_APIS_BY_PREFIX_ALONE); ^^^^^^^^^^^^^^^^^^^^ The local variable allowPrefixOnlyMatch is never read ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.pldt.wizards/src/org/eclipse/ptp/pldt/wizards/wizardPages/OpenMPProjectProcess.java (at line 221) private void addLinkerOpt(IConfiguration cf, String libName, String libPath) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addLinkerOpt(IConfiguration, String, String) from the type OpenMPProjectProcess is never used locally ---------- 2 problems (2 warnings)[30 .class files generated] # 2/19/10 10:20:42 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [216 .class files generated] # 2/19/10 10:21:32 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/IRemoteIndexerInfoProvider.java (at line 16) import org.eclipse.cdt.core.model.ILanguage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.model.ILanguage is never used ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/IRemoteIndexerInfoProvider.java (at line 17) import org.eclipse.cdt.internal.core.indexer.IStandaloneScannerInfoProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IStandaloneScannerInfoProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/IRemoteIndexerInfoProvider.java (at line 18) import org.eclipse.cdt.internal.core.pdom.indexer.IndexerPreferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/IRemoteIndexerInfoProvider.java (at line 18) import org.eclipse.cdt.internal.core.pdom.indexer.IndexerPreferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.internal.core.pdom.indexer.IndexerPreferences is never used ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/IRemoteIndexerInfoProvider.java (at line 19) import org.eclipse.ptp.rdt.core.ILanguagePropertyProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.rdt.core.ILanguagePropertyProvider is never used ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/IRemoteIndexerInfoProvider.java (at line 24) public interface IRemoteIndexerInfoProvider extends IStandaloneScannerInfoProvider { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IStandaloneScannerInfoProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 33) import org.eclipse.cdt.internal.core.pdom.indexer.IndexerPreferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 289) Properties props = IndexerPreferences.getProperties(project); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 289) Properties props = IndexerPreferences.getProperties(project); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getProperties(IProject) from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 292) String filePref = (String) props.get(IndexerPreferences.KEY_FILES_TO_PARSE_UP_FRONT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 292) String filePref = (String) props.get(IndexerPreferences.KEY_FILES_TO_PARSE_UP_FRONT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field KEY_FILES_TO_PARSE_UP_FRONT from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 15) import org.eclipse.cdt.internal.core.indexer.StandaloneIndexerInputAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneIndexerInputAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 16) import org.eclipse.cdt.internal.core.pdom.ASTFilePathResolver; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTFilePathResolver is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 18) public class RemoteIndexerInputAdapter extends ASTFilePathResolver { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTFilePathResolver is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 20) private final StandaloneIndexerInputAdapter adapter = new StandaloneIndexerInputAdapter(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneIndexerInputAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 20) private final StandaloneIndexerInputAdapter adapter = new StandaloneIndexerInputAdapter(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor StandaloneIndexerInputAdapter(StandaloneIndexer) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 20) private final StandaloneIndexerInputAdapter adapter = new StandaloneIndexerInputAdapter(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneIndexerInputAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 25) return adapter.doesIncludeFileExist(includePath); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method doesIncludeFileExist(String) from the type StandaloneIndexerInputAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 30) return adapter.getASTPath(ifl); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getASTPath(IIndexFileLocation) from the type StandaloneIndexerInputAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 41) return adapter.resolveASTPath(astFilePath); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method resolveASTPath(String) from the type StandaloneIndexerInputAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 46) return adapter.resolveIncludeFile(includePath); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method resolveIncludeFile(String) from the type StandaloneIndexerInputAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 66) import org.eclipse.cdt.internal.core.dom.parser.cpp.CPPImplicitFunction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPImplicitFunction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 67) import org.eclipse.cdt.internal.core.dom.parser.cpp.CPPImplicitMethod; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPImplicitMethod is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 68) import org.eclipse.cdt.internal.core.dom.parser.cpp.CPPImplicitTypedef; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPImplicitTypedef is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 196) if ((binding instanceof CPPImplicitFunction ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPImplicitFunction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 197) || binding instanceof CPPImplicitTypedef) ^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPImplicitTypedef is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 198) && !(binding instanceof CPPImplicitMethod)) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPImplicitMethod is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/includebrowser/IndexIncludeValue.java (at line 10) import org.eclipse.ptp.internal.rdt.core.miners.RemoteIndexFileLocation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.internal.rdt.core.miners.RemoteIndexFileLocation is never used ---------- ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexQueries.java (at line 58) import org.eclipse.cdt.internal.core.index.IndexFileLocation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexFileLocation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexQueries.java (at line 202) location = new IndexFileLocation(uri, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor IndexFileLocation(URI, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexQueries.java (at line 202) location = new IndexFileLocation(uri, null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexFileLocation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexQueries.java (at line 255) for (int j=0; j macros = remoteTU.getChildrenOfType(CElement.C_MACRO); ^^^^^^^^^^^^^^^^ Discouraged access: The type CElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 140) private void createElement(Parent parent, ICElement remoteChild) throws CModelException { ^^^^^^ Discouraged access: The type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 204) private Using createUsing(Parent parent, IUsing remoteChild) throws CModelException { ^^^^^ Discouraged access: The type Using is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 204) private Using createUsing(Parent parent, IUsing remoteChild) throws CModelException { ^^^^^^ Discouraged access: The type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 207) Using element= new Using(parent, remoteChild.getElementName(), remoteChild.isDirective()); ^^^^^ Discouraged access: The type Using is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 207) Using element= new Using(parent, remoteChild.getElementName(), remoteChild.isDirective()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor Using(ICElement, String, boolean) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 207) Using element= new Using(parent, remoteChild.getElementName(), remoteChild.isDirective()); ^^^^^ Discouraged access: The type Using is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 209) element.setActive(remoteChild.isActive()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setActive(boolean) from the type SourceManipulation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 212) parent.addChild(element); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addChild(ICElement) from the type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 224) private FunctionDeclaration createFunctionDefinition(Parent parent, IFunctionDeclaration remoteChild) throws CModelException { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FunctionDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 224) private FunctionDeclaration createFunctionDefinition(Parent parent, IFunctionDeclaration remoteChild) throws CModelException { ^^^^^^ Discouraged access: The type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 231) final FunctionDeclaration element; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FunctionDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 235) final MethodDeclaration methodElement; ^^^^^^^^^^^^^^^^^ Discouraged access: The type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 239) methodElement= new MethodTemplate(parent, methodName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor MethodTemplate(ICElement, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 239) methodElement= new MethodTemplate(parent, methodName); ^^^^^^^^^^^^^^ Discouraged access: The type MethodTemplate is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 242) methodElement= new Method(parent, methodName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor Method(ICElement, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 242) methodElement= new Method(parent, methodName); ^^^^^^ Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 246) methodElement.setParameterTypes(parameterTypes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setParameterTypes(String[]) from the type FunctionDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 247) methodElement.setReturnType(returnType); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setReturnType(String) from the type FunctionDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 248) methodElement.setConst(remoteChild.isConst()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setConst(boolean) from the type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 253) methodElement.setVirtual(remoteMethod.isVirtual()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setVirtual(boolean) from the type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 254) methodElement.setInline(remoteMethod.isInline()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setInline(boolean) from the type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 255) methodElement.setFriend(remoteMethod.isFriend()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setFriend(boolean) from the type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 256) methodElement.setVolatile(remoteMethod.isVolatile()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setVolatile(boolean) from the type FunctionDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 257) methodElement.setVisibility(remoteMethod.getVisibility()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setVisibility(ASTAccessVisibility) from the type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 258) methodElement.setPureVirtual(remoteMethod.isPureVirtual()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setPureVirtual(boolean) from the type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 259) methodElement.setConstructor(remoteMethod.isConstructor()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setConstructor(boolean) from the type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 260) methodElement.setDestructor(remoteMethod.isDestructor()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setDestructor(boolean) from the type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 266) element= new FunctionTemplate(parent, functionName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor FunctionTemplate(ICElement, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 266) element= new FunctionTemplate(parent, functionName); ^^^^^^^^^^^^^^^^ Discouraged access: The type FunctionTemplate is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 269) element= new Function(parent, functionName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor Function(ICElement, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 269) element= new Function(parent, functionName); ^^^^^^^^ Discouraged access: The type Function is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 271) element.setParameterTypes(parameterTypes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setParameterTypes(String[]) from the type FunctionDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 272) element.setReturnType(returnType); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setReturnType(String) from the type FunctionDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 275) element.setConst(remoteChild.isConst()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setConst(boolean) from the type FunctionDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 277) element.setActive(remoteChild.isActive()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setActive(boolean) from the type SourceManipulation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 279) element.setStatic(remoteChild.isStatic()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setStatic(boolean) from the type FunctionDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 282) parent.addChild(element); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addChild(ICElement) from the type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 295) private VariableDeclaration createVariable(Parent parent, IVariableDeclaration remoteChild) throws CModelException { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type VariableDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 295) private VariableDeclaration createVariable(Parent parent, IVariableDeclaration remoteChild) throws CModelException { ^^^^^^ Discouraged access: The type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 299) final VariableDeclaration element; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type VariableDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 304) Field newElement= new Field(parent, variableName); ^^^^^ Discouraged access: The type Field is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 304) Field newElement= new Field(parent, variableName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor Field(ICElement, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 304) Field newElement= new Field(parent, variableName); ^^^^^ Discouraged access: The type Field is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 306) newElement.setMutable(remoteField.isMutable()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setMutable(boolean) from the type Field is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 308) newElement.setTypeName(remoteField.getTypeName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setTypeName(String) from the type Field is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 309) newElement.setVisibility(remoteField.getVisibility()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setVisibility(ASTAccessVisibility) from the type Field is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 315) VariableTemplate newElement= new VariableTemplate(parent, variableName); ^^^^^^^^^^^^^^^^ Discouraged access: The type VariableTemplate is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 315) VariableTemplate newElement= new VariableTemplate(parent, variableName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor VariableTemplate(ICElement, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 315) VariableTemplate newElement= new VariableTemplate(parent, variableName); ^^^^^^^^^^^^^^^^ Discouraged access: The type VariableTemplate is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 319) Variable newElement1= new Variable(parent, variableName); ^^^^^^^^ Discouraged access: The type Variable is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 319) Variable newElement1= new Variable(parent, variableName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor Variable(ICElement, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 319) Variable newElement1= new Variable(parent, variableName); ^^^^^^^^ Discouraged access: The type Variable is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 323) VariableDeclaration newElement2= new VariableDeclaration(parent, variableName); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type VariableDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 323) VariableDeclaration newElement2= new VariableDeclaration(parent, variableName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor VariableDeclaration(ICElement, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 323) VariableDeclaration newElement2= new VariableDeclaration(parent, variableName); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type VariableDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 329) element.setTypeName(remoteChild.getTypeName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setTypeName(String) from the type VariableDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 332) element.setActive(remoteChild.isActive()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setActive(boolean) from the type SourceManipulation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 333) element.setConst(remoteChild.isConst()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setConst(boolean) from the type VariableDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 334) element.setVolatile(remoteChild.isVolatile()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setVolatile(boolean) from the type VariableDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 335) element.setStatic(remoteChild.isStatic()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setStatic(boolean) from the type VariableDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 338) parent.addChild(element); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addChild(ICElement) from the type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 351) private FunctionDeclaration createFunctionDeclaration(Parent parent, IFunctionDeclaration remoteChild) throws CModelException { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FunctionDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 351) private FunctionDeclaration createFunctionDeclaration(Parent parent, IFunctionDeclaration remoteChild) throws CModelException { ^^^^^^ Discouraged access: The type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 358) final FunctionDeclaration element; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FunctionDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 361) final MethodDeclaration methodElement; ^^^^^^^^^^^^^^^^^ Discouraged access: The type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 363) methodElement = new MethodTemplateDeclaration(parent, functionName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor MethodTemplateDeclaration(ICElement, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 363) methodElement = new MethodTemplateDeclaration(parent, functionName); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MethodTemplateDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 366) methodElement= new MethodDeclaration(parent, functionName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor MethodDeclaration(ICElement, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 366) methodElement= new MethodDeclaration(parent, functionName); ^^^^^^^^^^^^^^^^^ Discouraged access: The type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 19) import org.eclipse.cdt.internal.core.model.CElementInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 20) import org.eclipse.cdt.internal.core.model.OpenableInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenableInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 21) import org.eclipse.cdt.internal.core.model.Parent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 22) import org.eclipse.cdt.internal.core.model.WorkingCopy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingCopy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 33) public class RemoteModelWorkingCopy extends WorkingCopy { ^^^^^^^^^^^ Discouraged access: The type WorkingCopy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 35) WorkingCopy fOriginal; ^^^^^^^^^^^ Discouraged access: The type WorkingCopy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 38) public RemoteModelWorkingCopy (WorkingCopy original, boolean hasFile) { ^^^^^^^^^^^ Discouraged access: The type WorkingCopy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 39) super(original.getParent(), original.getLocationURI(), original.getContentTypeId(), original.getBufferFactory()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor WorkingCopy(ICElement, URI, String, IBufferFactory) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 39) super(original.getParent(), original.getLocationURI(), original.getContentTypeId(), original.getBufferFactory()); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getParent() from the type CElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 39) super(original.getParent(), original.getLocationURI(), original.getContentTypeId(), original.getBufferFactory()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getLocationURI() from the type TranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 39) super(original.getParent(), original.getLocationURI(), original.getContentTypeId(), original.getBufferFactory()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getContentTypeId() from the type TranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 39) super(original.getParent(), original.getLocationURI(), original.getContentTypeId(), original.getBufferFactory()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getBufferFactory() from the type WorkingCopy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 43) public RemoteModelWorkingCopy (WorkingCopy original) { ^^^^^^^^^^^ Discouraged access: The type WorkingCopy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 44) super(original.getParent(), original.getFile(), original.getContentTypeId(), original.getBufferFactory()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor WorkingCopy(ICElement, IFile, String, IBufferFactory) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 44) super(original.getParent(), original.getFile(), original.getContentTypeId(), original.getBufferFactory()); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getParent() from the type CElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 44) super(original.getParent(), original.getFile(), original.getContentTypeId(), original.getBufferFactory()); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFile() from the type TranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 44) super(original.getParent(), original.getFile(), original.getContentTypeId(), original.getBufferFactory()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getContentTypeId() from the type TranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 44) super(original.getParent(), original.getFile(), original.getContentTypeId(), original.getBufferFactory()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getBufferFactory() from the type WorkingCopy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 51) public WorkingCopy getOriginalWorkingCopy() { ^^^^^^^^^^^ Discouraged access: The type WorkingCopy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 59) protected boolean buildStructure(OpenableInfo info, IProgressMonitor pm, ^^^^^^^^^^^^ Discouraged access: The type OpenableInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 60) Map newElements, ^^^^^^^^^^^^ Discouraged access: The type CElementInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 67) IModelBuilderService service = new RemoteModelBuilderServiceFactory().getModelBuilderService(getCProject().getProject()); ^^^^^^^^^^^^^ Discouraged access: The method getCProject() from the type CElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 80) private void removeChildrenInfo(Parent parent) throws CModelException { ^^^^^^ Discouraged access: The type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 81) ICElement[] children = parent.getChildren(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getChildren() from the type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 83) if (child instanceof Parent) { ^^^^^^ Discouraged access: The type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 84) removeChildrenInfo((Parent)child); ^^^^^^ Discouraged access: The type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 87) parent.removeChildren(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method removeChildren() from the type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 15) import org.eclipse.cdt.internal.core.model.CElementDeltaBuilder; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementDeltaBuilder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 16) import org.eclipse.cdt.internal.core.model.ReconcileWorkingCopyOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ReconcileWorkingCopyOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 17) import org.eclipse.cdt.internal.core.model.WorkingCopy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingCopy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 26) public class RemoteReconcileWorkingCopyOperation extends ReconcileWorkingCopyOperation { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ReconcileWorkingCopyOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 33) super(workingCopy, computeAST, forceProblemDetection); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ReconcileWorkingCopyOperation(ICElement, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 45) if (!RemoteNature.hasRemoteNature(getWorkingCopy().getCProject().getProject())) { ^^^^^^^^^^^^^^^^ Discouraged access: The method getWorkingCopy() from the type ReconcileWorkingCopyOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 45) if (!RemoteNature.hasRemoteNature(getWorkingCopy().getCProject().getProject())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCProject() from the type CElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 46) super.executeOperation(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method executeOperation() from the type ReconcileWorkingCopyOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 50) if (fMonitor != null){ ^^^^^^^^ Discouraged access: The field fMonitor from the type CModelOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 51) if (fMonitor.isCanceled()) ^^^^^^^^ Discouraged access: The field fMonitor from the type CModelOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 53) fMonitor.beginTask("element.reconciling", 10); //$NON-NLS-1$ ^^^^^^^^ Discouraged access: The field fMonitor from the type CModelOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 56) WorkingCopy workingCopy = getWorkingCopy(); ^^^^^^^^^^^ Discouraged access: The type WorkingCopy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 56) WorkingCopy workingCopy = getWorkingCopy(); ^^^^^^^^^^^^^^^^ Discouraged access: The method getWorkingCopy() from the type ReconcileWorkingCopyOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 57) boolean wasConsistent = workingCopy.isConsistent(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isConsistent() from the type TranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 58) CElementDeltaBuilder deltaBuilder = null; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementDeltaBuilder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 63) deltaBuilder = new CElementDeltaBuilder(workingCopy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CElementDeltaBuilder(ICElement) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 63) deltaBuilder = new CElementDeltaBuilder(workingCopy); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementDeltaBuilder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 69) if(workingCopy.getFile() == null) ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFile() from the type TranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 74) rmWorkingCopy.makeConsistent(fMonitor,false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method makeConsistent(IProgressMonitor, boolean) from the type TranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 74) rmWorkingCopy.makeConsistent(fMonitor,false); ^^^^^^^^ Discouraged access: The field fMonitor from the type CModelOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 77) deltaBuilder.buildDeltas(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method buildDeltas() from the type CElementDeltaBuilder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 80) if (deltaBuilder.getDelta() != null) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDelta() from the type CElementDeltaBuilder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 81) if (!wasConsistent || forceProblemDetection || deltaBuilder.getDelta().getAffectedChildren().length > 0) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDelta() from the type CElementDeltaBuilder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 81) if (!wasConsistent || forceProblemDetection || deltaBuilder.getDelta().getAffectedChildren().length > 0) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getAffectedChildren() from the type CElementDelta is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 82) addReconcileDelta(workingCopy, deltaBuilder.getDelta()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addReconcileDelta(IWorkingCopy, ICElementDelta) from the type CModelOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 82) addReconcileDelta(workingCopy, deltaBuilder.getDelta()); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDelta() from the type CElementDeltaBuilder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 88) if (fMonitor != null) fMonitor.worked(2); ^^^^^^^^ Discouraged access: The field fMonitor from the type CModelOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 88) if (fMonitor != null) fMonitor.worked(2); ^^^^^^^^ Discouraged access: The field fMonitor from the type CModelOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 91) if (fMonitor != null) fMonitor.done(); ^^^^^^^^ Discouraged access: The field fMonitor from the type CModelOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 91) if (fMonitor != null) fMonitor.done(); ^^^^^^^^ Discouraged access: The field fMonitor from the type CModelOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 43) import org.eclipse.cdt.internal.core.index.IndexBasedFileContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBasedFileContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 44) import org.eclipse.cdt.internal.core.model.IBufferFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBufferFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 45) import org.eclipse.cdt.internal.core.parser.scanner.InternalFileContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type InternalFileContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 46) import org.eclipse.cdt.internal.core.pdom.indexer.ProjectIndexerIncludeResolutionHeuristics; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProjectIndexerIncludeResolutionHeuristics is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 47) import org.eclipse.cdt.internal.core.pdom.indexer.ProjectIndexerInputAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProjectIndexerInputAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 135) public IWorkingCopy findSharedWorkingCopy(IBufferFactory bufferFactory) { ^^^^^^^^^^^^^^ Discouraged access: The type IBufferFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 158) final ProjectIndexerInputAdapter pathResolver = new ProjectIndexerInputAdapter(cprj); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProjectIndexerInputAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 158) final ProjectIndexerInputAdapter pathResolver = new ProjectIndexerInputAdapter(cprj); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ProjectIndexerInputAdapter(ICProject) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 158) final ProjectIndexerInputAdapter pathResolver = new ProjectIndexerInputAdapter(cprj); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProjectIndexerInputAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 167) IndexBasedFileContentProvider ibcf= new IndexBasedFileContentProvider(index, pathResolver, linkageID, fileContentsProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBasedFileContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 167) IndexBasedFileContentProvider ibcf= new IndexBasedFileContentProvider(index, pathResolver, linkageID, fileContentsProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor IndexBasedFileContentProvider(IIndex, ASTFilePathResolver, int, IncludeFileContentProvider) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 167) IndexBasedFileContentProvider ibcf= new IndexBasedFileContentProvider(index, pathResolver, linkageID, fileContentsProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBasedFileContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 169) ibcf.setSupportFillGapFromContextToHeader(true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setSupportFillGapFromContextToHeader(boolean) from the type IndexBasedFileContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 174) if (fileContentsProvider instanceof InternalFileContentProvider) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type InternalFileContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 175) final ProjectIndexerIncludeResolutionHeuristics heuristics = new ProjectIndexerIncludeResolutionHeuristics(cprj.getProject(), pathResolver); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProjectIndexerIncludeResolutionHeuristics is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 175) final ProjectIndexerIncludeResolutionHeuristics heuristics = new ProjectIndexerIncludeResolutionHeuristics(cprj.getProject(), pathResolver); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ProjectIndexerIncludeResolutionHeuristics(IProject, ASTFilePathResolver) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 175) final ProjectIndexerIncludeResolutionHeuristics heuristics = new ProjectIndexerIncludeResolutionHeuristics(cprj.getProject(), pathResolver); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProjectIndexerIncludeResolutionHeuristics is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 176) ((InternalFileContentProvider) fileContentsProvider).setIncludeResolutionHeuristics(heuristics); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setIncludeResolutionHeuristics(IIncludeFileResolutionHeuristics) from the type InternalFileContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 176) ((InternalFileContentProvider) fileContentsProvider).setIncludeResolutionHeuristics(heuristics); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type InternalFileContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 363) IBufferFactory factory) throws CModelException { ^^^^^^^^^^^^^^ Discouraged access: The type IBufferFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 369) IBufferFactory factory, IProblemRequestor requestor) ^^^^^^^^^^^^^^ Discouraged access: The type IBufferFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 391) IBufferFactory factory) throws CModelException { ^^^^^^^^^^^^^^ Discouraged access: The type IBufferFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/remotemake/PathEntryValidationListener.java (at line 18) import org.eclipse.cdt.internal.core.model.PathEntryManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PathEntryManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/remotemake/PathEntryValidationListener.java (at line 18) import org.eclipse.cdt.internal.core.model.PathEntryManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.internal.core.model.PathEntryManager is never used ---------- 301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/remotemake/PathEntryValidationListener.java (at line 19) import org.eclipse.cdt.internal.core.model.PathEntryUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PathEntryUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/remotemake/PathEntryValidationListener.java (at line 19) import org.eclipse.cdt.internal.core.model.PathEntryUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.internal.core.model.PathEntryUtil is never used ---------- ---------- 303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 40) import org.eclipse.cdt.internal.core.browser.IndexModelUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 41) import org.eclipse.cdt.internal.core.pdom.dom.PDOMNotImplementedError; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 79) elementType = IndexModelUtil.getElementType(binding); ^^^^^^^^^^^^^^ Discouraged access: The type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 79) elementType = IndexModelUtil.getElementType(binding); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElementType(IBinding) from the type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 93) final String[] paramTypes= IndexModelUtil.extractParameterTypes(function); ^^^^^^^^^^^^^^ Discouraged access: The type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 93) final String[] paramTypes= IndexModelUtil.extractParameterTypes(function); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method extractParameterTypes(IFunction) from the type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 309. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 94) final String returnType= IndexModelUtil.extractReturnType(function); ^^^^^^^^^^^^^^ Discouraged access: The type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 310. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 94) final String returnType= IndexModelUtil.extractReturnType(function); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method extractReturnType(IFunction) from the type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 311. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 116) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 312. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 116) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 313. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 120) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 314. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 120) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 315. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 124) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 316. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 124) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 317. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 128) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 318. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 128) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 319. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 132) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 320. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 132) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 321. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 140) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 322. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 140) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 323. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 144) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 324. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 144) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 325. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 148) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 326. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 148) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 327. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 152) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 328. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 152) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 329. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 171) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 330. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 171) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 331. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 202) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 332. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 202) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 333. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 206) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 334. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 206) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 335. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 210) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 336. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 210) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 337. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 214) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 338. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 214) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 339. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 218) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 340. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 218) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 341. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 222) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 342. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 222) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 343. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 226) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 344. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 226) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 345. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 230) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 346. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 230) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 347. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 234) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 348. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 234) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 349. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 238) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 350. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 238) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 351. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 242) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 352. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 242) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 353. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 246) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 354. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 246) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 355. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 250) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 356. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 250) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 357. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 254) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 358. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 254) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 359. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 258) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 360. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 258) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 361. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchMatch.java (at line 25) import org.eclipse.cdt.internal.core.browser.IndexModelUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 362. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchMatch.java (at line 37) int elementType = IndexModelUtil.getElementType(binding); ^^^^^^^^^^^^^^ Discouraged access: The type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 363. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchMatch.java (at line 37) int elementType = IndexModelUtil.getElementType(binding); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElementType(IBinding) from the type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 364. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchPatternQuery.java (at line 44) import org.eclipse.cdt.internal.core.Util; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 365. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchPatternQuery.java (at line 194) return Util.createStatus(e); ^^^^ Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 366. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchPatternQuery.java (at line 194) return Util.createStatus(e); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createStatus(Throwable) from the type Util is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 367. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/typehierarchy/THGraph.java (at line 113) List out= node.getOutgoing(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 368. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/typehierarchy/THGraph.java (at line 114) for (Iterator iterator = out.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 369. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/typehierarchy/THGraph.java (at line 126) List out= from.getOutgoing(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 370. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/typehierarchy/THGraph.java (at line 127) for (Iterator iterator = out.iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 371. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ProjectDescriptionCollector.java (at line 31) import org.eclipse.cdt.make.internal.core.scannerconfig.DiscoveredPathInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DiscoveredPathInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 372. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ProjectDescriptionCollector.java (at line 122) public List getCollectedScannerInfo(Object resource, ScannerInfoTypes type) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 373. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ProjectDescriptionCollector.java (at line 135) return new DiscoveredPathInfo(fProject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor DiscoveredPathInfo(IProject) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 374. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ProjectDescriptionCollector.java (at line 135) return new DiscoveredPathInfo(fProject); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type DiscoveredPathInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- ---------- 375. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 27) import org.eclipse.cdt.internal.core.ConsoleOutputSniffer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ConsoleOutputSniffer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 376. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 31) import org.eclipse.cdt.make.internal.core.MakeMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 377. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 32) import org.eclipse.cdt.make.internal.core.StreamMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StreamMonitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 378. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 33) import org.eclipse.cdt.make.internal.core.scannerconfig.ScannerInfoConsoleParserFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ScannerInfoConsoleParserFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 379. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 136) monitor.beginTask(MakeMessages.getString("MakeBuilder.Invoking_Make_Builder") + currProject.getName(), 100); //$NON-NLS-1$ ^^^^^^^^^^^^ Discouraged access: The type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 380. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 136) monitor.beginTask(MakeMessages.getString("MakeBuilder.Invoking_Make_Builder") + currProject.getName(), 100); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 381. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 202) StreamMonitor streamMon = new StreamMonitor(new SubProgressMonitor(monitor, 100), cos, last.intValue()); ^^^^^^^^^^^^^ Discouraged access: The type StreamMonitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 382. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 202) StreamMonitor streamMon = new StreamMonitor(new SubProgressMonitor(monitor, 100), cos, last.intValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor StreamMonitor(IProgressMonitor, OutputStream, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 383. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 202) StreamMonitor streamMon = new StreamMonitor(new SubProgressMonitor(monitor, 100), cos, last.intValue()); ^^^^^^^^^^^^^ Discouraged access: The type StreamMonitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 384. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 208) ConsoleOutputSniffer sniffer = ScannerInfoConsoleParserFactory.getMakeBuilderOutputSniffer( ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ConsoleOutputSniffer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 385. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 208) ConsoleOutputSniffer sniffer = ScannerInfoConsoleParserFactory.getMakeBuilderOutputSniffer( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ScannerInfoConsoleParserFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 386. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 208) ConsoleOutputSniffer sniffer = ScannerInfoConsoleParserFactory.getMakeBuilderOutputSniffer( stdout, stderr, getProject(), workingDirectory, null, this, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getMakeBuilderOutputSniffer(OutputStream, OutputStream, IProject, IPath, IScannerConfigBuilderInfo2, IMarkerGenerator, IScannerInfoCollector) from the type ScannerInfoConsoleParserFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 387. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 210) OutputStream consoleOut = (sniffer == null ? stdout : sniffer.getOutputStream()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getOutputStream() from the type ConsoleOutputSniffer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 388. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 211) OutputStream consoleErr = (sniffer == null ? stderr : sniffer.getErrorStream()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getErrorStream() from the type ConsoleOutputSniffer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 389. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 258) monitor.subTask(MakeMessages.getString("MakeBuilder.Invoking_Command") + command); //$NON-NLS-1$ ^^^^^^^^^^^^ Discouraged access: The type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 390. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 258) monitor.subTask(MakeMessages.getString("MakeBuilder.Invoking_Command") + command); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 391. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 287) }, MakeMessages.getString("Remote Make Monitor Thread")); //$NON-NLS-1$ ^^^^^^^^^^^^ Discouraged access: The type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 392. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 287) }, MakeMessages.getString("Remote Make Monitor Thread")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 393. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 332) getProject().setSessionProperty(qName, !monitor.isCanceled() && !isClean ? new Integer(streamMon.getWorkDone()) : null); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getWorkDone() from the type StreamMonitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 394. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 341) String errorDesc = MakeMessages.getFormattedString("MakeBuilder.buildError", buf.toString()); //$NON-NLS-1$ ^^^^^^^^^^^^ Discouraged access: The type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 395. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 341) String errorDesc = MakeMessages.getFormattedString("MakeBuilder.buildError", buf.toString()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 396. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 352) monitor.subTask(MakeMessages.getString("MakeBuilder.Creating_Markers")); //$NON-NLS-1$ ^^^^^^^^^^^^ Discouraged access: The type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 397. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 352) monitor.subTask(MakeMessages.getString("MakeBuilder.Creating_Markers")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- ---------- 398. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 19) import org.eclipse.cdt.internal.core.ConsoleOutputSniffer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ConsoleOutputSniffer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 399. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 24) import org.eclipse.cdt.make.internal.core.StreamMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StreamMonitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 400. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 25) import org.eclipse.cdt.make.internal.core.scannerconfig.ScannerInfoConsoleParserFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ScannerInfoConsoleParserFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 401. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 26) import org.eclipse.cdt.make.internal.core.scannerconfig2.SCMarkerGenerator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SCMarkerGenerator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 402. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 122) OutputStream cos = new StreamMonitor(new SubProgressMonitor(monitor, 70), console.getOutputStream(), 100); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor StreamMonitor(IProgressMonitor, OutputStream, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 403. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 122) OutputStream cos = new StreamMonitor(new SubProgressMonitor(monitor, 70), console.getOutputStream(), 100); ^^^^^^^^^^^^^ Discouraged access: The type StreamMonitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 404. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 123) SCMarkerGenerator markerGenerator = new SCMarkerGenerator(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type SCMarkerGenerator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 405. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 123) SCMarkerGenerator markerGenerator = new SCMarkerGenerator(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SCMarkerGenerator() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 406. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 123) SCMarkerGenerator markerGenerator = new SCMarkerGenerator(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type SCMarkerGenerator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 407. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 126) ConsoleOutputSniffer sniffer = ScannerInfoConsoleParserFactory.getESIProviderOutputSniffer( ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ConsoleOutputSniffer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 408. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 126) ConsoleOutputSniffer sniffer = ScannerInfoConsoleParserFactory.getESIProviderOutputSniffer( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ScannerInfoConsoleParserFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 409. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 126) ConsoleOutputSniffer sniffer = ScannerInfoConsoleParserFactory.getESIProviderOutputSniffer( cos, cos, project, context, providerId, buildInfo, collector, markerGenerator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getESIProviderOutputSniffer(OutputStream, OutputStream, IProject, InfoContext, String, IScannerConfigBuilderInfo2, IScannerInfoCollector, IMarkerGenerator) from the type ScannerInfoConsoleParserFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 410. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 128) OutputStream consoleOut = sniffer == null ? cos : sniffer.getOutputStream(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getOutputStream() from the type ConsoleOutputSniffer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 411. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 129) OutputStream consoleErr = sniffer == null ? cos : sniffer.getErrorStream(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getErrorStream() from the type ConsoleOutputSniffer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 412. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteSpecsRunSIProvider.java (at line 21) import org.eclipse.cdt.make.internal.core.scannerconfig.gnu.GCCScannerConfigUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type GCCScannerConfigUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 413. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteSpecsRunSIProvider.java (at line 95) return GCCScannerConfigUtil.CPP_SPECS_FILE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type GCCScannerConfigUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 414. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteSpecsRunSIProvider.java (at line 95) return GCCScannerConfigUtil.CPP_SPECS_FILE; ^^^^^^^^^^^^^^ Discouraged access: The field CPP_SPECS_FILE from the type GCCScannerConfigUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 415. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteSpecsRunSIProvider.java (at line 97) return GCCScannerConfigUtil.C_SPECS_FILE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type GCCScannerConfigUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- 416. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteSpecsRunSIProvider.java (at line 97) return GCCScannerConfigUtil.C_SPECS_FILE; ^^^^^^^^^^^^ Discouraged access: The field C_SPECS_FILE from the type GCCScannerConfigUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.0.201002120810.jar ---------- ---------- 417. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 44) import org.eclipse.cdt.internal.core.indexer.StandaloneFastIndexer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 418. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 1535) StandaloneFastIndexer indexer = RemoteIndexManager.getInstance().getIndexerForScope(scopeName, provider, _dataStore, status); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 419. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 1566) StandaloneFastIndexer indexer = indexManager.getIndexerForScope(scopeName, provider, _dataStore, status); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 420. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/FindNameForSelectionVisitor.java (at line 18) import org.eclipse.cdt.core.dom.ast.IASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.dom.ast.IASTNode is never used ---------- ---------- 421. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 17) import org.eclipse.cdt.internal.core.indexer.StandaloneFastIndexer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 422. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 27) private final StandaloneFastIndexer indexer; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 423. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 34) protected abstract void runIndexer(StandaloneFastIndexer indexer, IProgressMonitor progressMonitor) throws IOException; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 424. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 37) private IndexerThread(StandaloneFastIndexer indexer, DataElement status, CDTMiner miner) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 425. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 45) public static IndexerThread createReindexThread(StandaloneFastIndexer indexer, final List sourcesList, DataElement status, CDTMiner miner) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 426. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 47) protected void runIndexer(StandaloneFastIndexer indexer, IProgressMonitor progressMonitor) throws IOException { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 427. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 48) indexer.rebuild(sourcesList, progressMonitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method rebuild(List, IProgressMonitor) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 428. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 53) public static IndexerThread createIndexDeltaThread(StandaloneFastIndexer indexer, final List added, final List changed, final List removed, DataElement status, CDTMiner miner) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 429. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 55) protected void runIndexer(StandaloneFastIndexer indexer, IProgressMonitor progressMonitor) throws IOException { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 430. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 56) indexer.handleDelta(added, changed, removed, progressMonitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method handleDelta(List, List, List, IProgressMonitor) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 431. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 67) indexer.setTraceStatistics(true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setTraceStatistics(boolean) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 432. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 68) indexer.setShowProblems(true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setShowProblems(boolean) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 433. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 69) indexer.setShowActivity(true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setShowActivity(boolean) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 434. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 25) import org.eclipse.cdt.internal.core.index.CIndex; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 435. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 26) import org.eclipse.cdt.internal.core.index.IIndexFragment; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIndexFragment is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 436. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 27) import org.eclipse.cdt.internal.core.indexer.StandaloneFastIndexer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 437. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 28) import org.eclipse.cdt.internal.core.indexer.StandaloneIndexer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 438. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 29) import org.eclipse.cdt.internal.core.pdom.PDOMWriter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMWriter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 439. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 30) import org.eclipse.cdt.internal.core.pdom.dom.IPDOMLinkageFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 440. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 31) import org.eclipse.cdt.internal.core.pdom.dom.c.PDOMCLinkageFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMCLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 441. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 32) import org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPLinkageFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMCPPLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 442. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 33) import org.eclipse.cdt.internal.core.pdom.indexer.PDOMIndexerTask; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMIndexerTask is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 443. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 33) import org.eclipse.cdt.internal.core.pdom.indexer.PDOMIndexerTask; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.internal.core.pdom.indexer.PDOMIndexerTask is never used ---------- 444. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 50) private static final PDOMCLinkageFactory cLinkageFactory = new PDOMCLinkageFactory(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMCLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 445. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 50) private static final PDOMCLinkageFactory cLinkageFactory = new PDOMCLinkageFactory(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMCLinkageFactory() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 446. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 50) private static final PDOMCLinkageFactory cLinkageFactory = new PDOMCLinkageFactory(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMCLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 447. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 51) private static final PDOMCPPLinkageFactory cppLinkageFactory = new PDOMCPPLinkageFactory(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMCPPLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 448. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 51) private static final PDOMCPPLinkageFactory cppLinkageFactory = new PDOMCPPLinkageFactory(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMCPPLinkageFactory() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 449. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 51) private static final PDOMCPPLinkageFactory cppLinkageFactory = new PDOMCPPLinkageFactory(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMCPPLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 450. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 54) private static final Map linkageFactoryMap = new HashMap(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 451. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 54) private static final Map linkageFactoryMap = new HashMap(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 452. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 60) private final Map scopeToIndexerMap; ^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 453. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 65) scopeToIndexerMap = new HashMap(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 454. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 80) Set fragments = new HashSet(); ^^^^^^^^^^^^^^ Discouraged access: The type IIndexFragment is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 455. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 80) Set fragments = new HashSet(); ^^^^^^^^^^^^^^ Discouraged access: The type IIndexFragment is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 456. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 83) IIndexFragment fragment = getIndexerForScope(currentScope, dataStore, null).getIndex().getWritableFragment(); ^^^^^^^^^^^^^^ Discouraged access: The type IIndexFragment is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 457. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 83) IIndexFragment fragment = getIndexerForScope(currentScope, dataStore, null).getIndex().getWritableFragment(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getIndex() from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 458. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 83) IIndexFragment fragment = getIndexerForScope(currentScope, dataStore, null).getIndex().getWritableFragment(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getWritableFragment() from the type IWritableIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 459. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 90) return new CIndex(fragments.toArray(new IIndexFragment[fragments.size()]), fragments.size()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CIndex(IIndexFragment[], int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 460. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 90) return new CIndex(fragments.toArray(new IIndexFragment[fragments.size()]), fragments.size()); ^^^^^^ Discouraged access: The type CIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 461. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 90) return new CIndex(fragments.toArray(new IIndexFragment[fragments.size()]), fragments.size()); ^^^^^^^^^^^^^^ Discouraged access: The type IIndexFragment is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 462. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 93) StandaloneFastIndexer indexer = getIndexerForScope(scope, dataStore, null); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 463. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 94) return indexer.getIndex(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getIndex() from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 464. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 104) public StandaloneFastIndexer getIndexerForScope(String scope, IRemoteIndexerInfoProvider provider, DataStore dataStore, DataElement status) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 465. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 105) StandaloneFastIndexer indexer = getIndexerForScope(scope, dataStore, status); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 466. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 108) indexer.setScannerInfoProvider(provider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setScannerInfoProvider(IStandaloneScannerInfoProvider) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 467. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 109) indexer.setLanguageMapper(new RemoteLanguageMapper(provider, dataStore)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setLanguageMapper(ILanguageMapper) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 468. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 110) indexer.setFilesToParseUpFront(provider.getFilesToParseUpFront().toArray(new String[]{})); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setFilesToParseUpFront(String[]) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 469. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 113) indexer.setSkipReferences(PDOMWriter.SKIP_ALL_REFERENCES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setSkipReferences(int) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 470. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 113) indexer.setSkipReferences(PDOMWriter.SKIP_ALL_REFERENCES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMWriter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 471. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 113) indexer.setSkipReferences(PDOMWriter.SKIP_ALL_REFERENCES); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SKIP_ALL_REFERENCES from the type PDOMWriter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 472. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 118) skipReferences |= PDOMWriter.SKIP_TYPE_REFERENCES; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMWriter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 473. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 118) skipReferences |= PDOMWriter.SKIP_TYPE_REFERENCES; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SKIP_TYPE_REFERENCES from the type PDOMWriter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 474. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 120) skipReferences |= PDOMWriter.SKIP_MACRO_REFERENCES; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMWriter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 475. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 120) skipReferences |= PDOMWriter.SKIP_MACRO_REFERENCES; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SKIP_MACRO_REFERENCES from the type PDOMWriter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 476. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 125) indexer.setSkipReferences(PDOMWriter.SKIP_NO_REFERENCES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setSkipReferences(int) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 477. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 125) indexer.setSkipReferences(PDOMWriter.SKIP_NO_REFERENCES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMWriter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 478. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 125) indexer.setSkipReferences(PDOMWriter.SKIP_NO_REFERENCES); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field SKIP_NO_REFERENCES from the type PDOMWriter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 479. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 127) indexer.setSkipReferences(skipReferences); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setSkipReferences(int) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 480. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 130) indexer.setIndexAllFiles(provider.checkIndexerPreference(IRemoteIndexerInfoProvider.KEY_INDEX_ALL_FILES)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setIndexAllFiles(boolean) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 481. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 152) public StandaloneFastIndexer getIndexerForScope(String scope, DataStore dataStore, DataElement status) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 482. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 158) StandaloneFastIndexer indexer = (StandaloneFastIndexer) scopeToIndexerMap.get(scope); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 483. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 158) StandaloneFastIndexer indexer = (StandaloneFastIndexer) scopeToIndexerMap.get(scope); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 484. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 162) indexer.setParserLog(LOG); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setParserLog(IParserLogService) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 485. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 190) indexer = new StandaloneFastIndexer(indexFile, locationConverter, linkageFactoryMap, null, LOG); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor StandaloneFastIndexer(File, IIndexLocationConverter, Map, ILanguageMapper, IParserLogService) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 486. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 190) indexer = new StandaloneFastIndexer(indexFile, locationConverter, linkageFactoryMap, null, LOG); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 487. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 237) Set fragments = new HashSet(); ^^^^^^^^^^^^^^ Discouraged access: The type IIndexFragment is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 488. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 237) Set fragments = new HashSet(); ^^^^^^^^^^^^^^ Discouraged access: The type IIndexFragment is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 489. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 244) IIndexFragment fragment = getIndexerForScope(currentScope, dataStore, null).getIndex().getWritableFragment(); ^^^^^^^^^^^^^^ Discouraged access: The type IIndexFragment is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 490. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 244) IIndexFragment fragment = getIndexerForScope(currentScope, dataStore, null).getIndex().getWritableFragment(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getIndex() from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 491. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 244) IIndexFragment fragment = getIndexerForScope(currentScope, dataStore, null).getIndex().getWritableFragment(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getWritableFragment() from the type IWritableIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 492. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 250) CIndex index = new CIndex(fragments.toArray(new IIndexFragment[fragments.size()]), fragments.size()); ^^^^^^ Discouraged access: The type CIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 493. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 250) CIndex index = new CIndex(fragments.toArray(new IIndexFragment[fragments.size()]), fragments.size()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CIndex(IIndexFragment[], int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 494. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 250) CIndex index = new CIndex(fragments.toArray(new IIndexFragment[fragments.size()]), fragments.size()); ^^^^^^ Discouraged access: The type CIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 495. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 250) CIndex index = new CIndex(fragments.toArray(new IIndexFragment[fragments.size()]), fragments.size()); ^^^^^^^^^^^^^^ Discouraged access: The type IIndexFragment is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 496. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexProgressMonitor.java (at line 15) import org.eclipse.cdt.internal.core.indexer.StandaloneFastIndexer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 497. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexProgressMonitor.java (at line 16) import org.eclipse.cdt.internal.core.pdom.IndexerProgress; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerProgress is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 498. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexProgressMonitor.java (at line 37) private StandaloneFastIndexer fIndexer; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 499. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexProgressMonitor.java (at line 42) public RemoteIndexProgressMonitor(StandaloneFastIndexer indexer, DataElement status, DataStore _dataStore) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 500. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexProgressMonitor.java (at line 118) IndexerProgress info = fIndexer.getProgressInformation(); ^^^^^^^^^^^^^^^ Discouraged access: The type IndexerProgress is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 501. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexProgressMonitor.java (at line 118) IndexerProgress info = fIndexer.getProgressInformation(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getProgressInformation() from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 502. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLanguageMapper.java (at line 25) import org.eclipse.cdt.internal.core.indexer.ILanguageMapper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ILanguageMapper is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 503. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLanguageMapper.java (at line 34) public class RemoteLanguageMapper implements ILanguageMapper { ^^^^^^^^^^^^^^^ Discouraged access: The type ILanguageMapper is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 504. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLocationConverter.java (at line 18) import org.eclipse.cdt.internal.core.index.IndexFileLocation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexFileLocation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 505. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLocationConverter.java (at line 44) return new IndexFileLocation(new URI("file", null, raw, null, null), null); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor IndexFileLocation(URI, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 506. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLocationConverter.java (at line 44) return new IndexFileLocation(new URI("file", null, raw, null, null), null); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexFileLocation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 507. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 17) import org.eclipse.cdt.internal.core.parser.ParserMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 508. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 39) fErrorMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.inclusionNotFound", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 509. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 39) fErrorMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.inclusionNotFound", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 510. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 40) fErrorMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.definitionNotFound", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 511. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 40) fErrorMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.definitionNotFound", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 512. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 42) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.error", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 513. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 42) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.error", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 514. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 43) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.warning", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 515. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 43) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.warning", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 516. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 44) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.inclusionNotFound", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 517. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 44) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.inclusionNotFound", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 518. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 45) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.definitionNotFound", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 519. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 45) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.definitionNotFound", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 520. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 46) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.invalidMacroDefn", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 521. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 46) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.invalidMacroDefn", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 522. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 47) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.invalidMacroRedefn", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 523. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 47) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.invalidMacroRedefn", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 524. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 48) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.unbalancedConditional", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 525. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 48) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.unbalancedConditional", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 526. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 49) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.conditionalEval", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 527. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 49) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.conditionalEval", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 528. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 50) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.macroUsage", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 529. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 50) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.macroUsage", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 530. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 51) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.circularInclusion", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 531. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 51) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.circularInclusion", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 532. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 52) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.invalidDirective", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 533. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 52) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.invalidDirective", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 534. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 53) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.macroPasting", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 535. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 53) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.macroPasting", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 536. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 54) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.missingRParen", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 537. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 54) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.missingRParen", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 538. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 55) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.invalidVaArgs", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 539. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 55) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.invalidVaArgs", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 540. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 56) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.invalidEscapeChar", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 541. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 56) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.invalidEscapeChar", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 542. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 57) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.unboundedString", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 543. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 57) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.unboundedString", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 544. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 58) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badFloatingPoint", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 545. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 58) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badFloatingPoint", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 546. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 59) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badHexFormat", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 547. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 59) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badHexFormat", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 548. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 60) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badOctalFormat", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 549. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 60) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badOctalFormat", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 550. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 61) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badDecimalFormat", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 551. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 61) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badDecimalFormat", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 552. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 62) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.assignmentNotAllowed", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 553. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 62) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.assignmentNotAllowed", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 554. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 63) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.divideByZero", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 555. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 63) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.divideByZero", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 556. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 64) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.missingRParen", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 557. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 64) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.missingRParen", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 558. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 65) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.expressionSyntaxError", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 559. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 65) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.expressionSyntaxError", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 560. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 66) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.illegalIdentifier", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 561. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 66) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.illegalIdentifier", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 562. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 67) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badConditionalExpression", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 563. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 67) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badConditionalExpression", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 564. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 68) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.unexpectedEOF", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 565. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 68) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.unexpectedEOF", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 566. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 69) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badCharacter", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 567. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 69) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badCharacter", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 568. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 70) fProblemBindingMessages.add(ParserMessages.getFormattedString("ParserProblemFactory.error.syntax.syntaxError", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 569. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 70) fProblemBindingMessages.add(ParserMessages.getFormattedString("ParserProblemFactory.error.syntax.syntaxError", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 570. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/StandaloneSavedCodeReaderFactory.java (at line 15) import org.eclipse.cdt.core.dom.CDOM; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.dom.CDOM is never used ---------- 571. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/StandaloneSavedCodeReaderFactory.java (at line 21) import org.eclipse.cdt.internal.core.dom.AbstractCodeReaderFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AbstractCodeReaderFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 572. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/StandaloneSavedCodeReaderFactory.java (at line 22) import org.eclipse.cdt.internal.core.dom.parser.EmptyCodeReaderCache; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EmptyCodeReaderCache is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 573. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/StandaloneSavedCodeReaderFactory.java (at line 30) public class StandaloneSavedCodeReaderFactory extends AbstractCodeReaderFactory implements ICodeReaderFactory { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AbstractCodeReaderFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 574. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/StandaloneSavedCodeReaderFactory.java (at line 43) super(null); ^^^^^^^^^^^^ Discouraged access: The constructor AbstractCodeReaderFactory(IIncludeFileResolutionHeuristics) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 575. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/StandaloneSavedCodeReaderFactory.java (at line 47) cache = new EmptyCodeReaderCache(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor EmptyCodeReaderCache() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 576. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/StandaloneSavedCodeReaderFactory.java (at line 47) cache = new EmptyCodeReaderCache(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EmptyCodeReaderCache is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 576 problems (576 warnings)[162 .class files generated] # 2/19/10 10:21:35 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/AddBuildTargetAction.java (at line 14) import org.eclipse.cdt.make.internal.ui.editor.MakefileContentOutlinePage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MakefileContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/AddBuildTargetAction.java (at line 18) org.eclipse.cdt.make.internal.ui.editor.AddBuildTargetAction { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AddBuildTargetAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/AddBuildTargetAction.java (at line 20) public AddBuildTargetAction(MakefileContentOutlinePage outliner) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MakefileContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/AddBuildTargetAction.java (at line 21) super(outliner); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor AddBuildTargetAction(MakefileContentOutlinePage) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/OpenIncludeAction.java (at line 19) org.eclipse.cdt.make.internal.ui.editor.OpenIncludeAction { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenIncludeAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/OpenIncludeAction.java (at line 22) super(provider); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor OpenIncludeAction(ISelectionProvider) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileContentOutlinePage.java (at line 14) import org.eclipse.cdt.make.internal.ui.editor.MakefileContentOutlinePage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MakefileContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileContentOutlinePage.java (at line 15) import org.eclipse.cdt.make.internal.ui.editor.MakefileEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MakefileEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileContentOutlinePage.java (at line 18) MakefileContentOutlinePage { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MakefileContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileContentOutlinePage.java (at line 20) public RemoteMakefileContentOutlinePage(MakefileEditor editor) { ^^^^^^^^^^^^^^ Discouraged access: The type MakefileEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileContentOutlinePage.java (at line 21) super(editor); ^^^^^^^^^^^^^^ Discouraged access: The constructor MakefileContentOutlinePage(MakefileEditor) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileContentOutlinePage.java (at line 22) fAddBuildTargetAction = new AddBuildTargetAction(this); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field fAddBuildTargetAction from the type MakefileContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileContentOutlinePage.java (at line 23) fOpenIncludeAction = new OpenIncludeAction(this); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field fOpenIncludeAction from the type MakefileContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 14) import org.eclipse.cdt.make.internal.ui.editor.MakefileContentOutlinePage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MakefileContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 15) import org.eclipse.cdt.make.internal.ui.editor.MakefileEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MakefileEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 27) public class RemoteMakefileEditor extends MakefileEditor { ^^^^^^^^^^^^^^ Discouraged access: The type MakefileEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 30) super(); ^^^^^^^^ Discouraged access: The constructor MakefileEditor() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 34) public MakefileContentOutlinePage getOutlinePage() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MakefileContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 36) return super.getOutlinePage(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getOutlinePage() from the type MakefileEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 38) if (page == null) { ^^^^ Discouraged access: The field page from the type MakefileEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 39) page = new RemoteMakefileContentOutlinePage(this); ^^^^ Discouraged access: The field page from the type MakefileEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 40) page.addSelectionChangedListener(this); ^^^^ Discouraged access: The field page from the type MakefileEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 41) page.setInput(getEditorInput()); ^^^^ Discouraged access: The field page from the type MakefileEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 41) page.setInput(getEditorInput()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setInput(Object) from the type MakefileContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 43) return page; ^^^^ Discouraged access: The field page from the type MakefileEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201002120810.jar ---------- 25 problems (25 warnings)[5 .class files generated] # 2/19/10 10:22:38 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [7 .class files generated] # 2/19/10 10:21:32 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [16 .class files generated] # 2/19/10 10:21:37 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/RDTPluginImages.java (at line 62) private static ImageDescriptor createManaged(String prefix, String name) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createManaged(String, String) from the type RDTPluginImages is never used locally ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/RDTPluginImages.java (at line 97) private static ImageDescriptor createUnManaged(String prefix, String name) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createUnManaged(String, String) from the type RDTPluginImages is never used locally ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 25) import org.eclipse.cdt.internal.ui.IContextMenuConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 26) import org.eclipse.cdt.internal.ui.actions.ActionMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ActionMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 27) import org.eclipse.cdt.internal.ui.editor.AddIncludeOnSelectionAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AddIncludeOnSelectionAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 28) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 29) import org.eclipse.cdt.internal.ui.editor.ICEditorActionDefinitionIds; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 106) private CEditor fEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 108) private String fGroupName= IContextMenuConstants.GROUP_REORGANIZE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 108) private String fGroupName= IContextMenuConstants.GROUP_REORGANIZE; ^^^^^^^^^^^^^^^^ Discouraged access: The field GROUP_REORGANIZE from the type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 111) private AddIncludeOnSelectionAction fAddInclude; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AddIncludeOnSelectionAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 148) public GenerateActionGroup(CEditor editor, String groupName) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 153) fAddInclude= new AddIncludeOnSelectionAction(editor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor AddIncludeOnSelectionAction(ITextEditor) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 153) fAddInclude= new AddIncludeOnSelectionAction(editor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AddIncludeOnSelectionAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 154) fAddInclude.setActionDefinitionId(ICEditorActionDefinitionIds.ADD_INCLUDE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 154) fAddInclude.setActionDefinitionId(ICEditorActionDefinitionIds.ADD_INCLUDE); ^^^^^^^^^^^ Discouraged access: The field ADD_INCLUDE from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 358) String menuText= ActionMessages.getString("SourceMenu_label"); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The type ActionMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 358) String menuText= ActionMessages.getString("SourceMenu_label"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type ActionMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 25) import org.eclipse.cdt.internal.ui.IContextMenuConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 26) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 27) import org.eclipse.cdt.internal.ui.editor.ICEditorActionDefinitionIds; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 66) private String fGroupName= IContextMenuConstants.GROUP_OPEN; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 66) private String fGroupName= IContextMenuConstants.GROUP_OPEN; ^^^^^^^^^^ Discouraged access: The field GROUP_OPEN from the type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 94) public OpenViewActionGroup(Page page, CEditor editor) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 124) fOpenTypeHierarchy.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 124) fOpenTypeHierarchy.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OPEN_TYPE_HIERARCHY from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 128) fOpenCallHierarchy.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_CALL_HIERARCHY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 128) fOpenCallHierarchy.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_CALL_HIERARCHY); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OPEN_CALL_HIERARCHY from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 132) fOpenIncludeBrowser.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_INCLUDE_BROWSER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 132) fOpenIncludeBrowser.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_INCLUDE_BROWSER); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OPEN_INCLUDE_BROWSER from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 135) if (part instanceof CEditor) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 136) fOpenDeclaration= new OpenDeclarationsAction((CEditor) part); ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 137) fOpenDeclaration.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_DECL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 137) fOpenDeclaration.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_DECL); ^^^^^^^^^ Discouraged access: The field OPEN_DECL from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 144) private void createSiteActions(IWorkbenchSite site, CEditor editor) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 152) fOpenTypeHierarchy.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 152) fOpenTypeHierarchy.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OPEN_TYPE_HIERARCHY from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 155) fOpenCallHierarchy.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_CALL_HIERARCHY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 155) fOpenCallHierarchy.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_CALL_HIERARCHY); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OPEN_CALL_HIERARCHY from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 158) fOpenIncludeBrowser.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_INCLUDE_BROWSER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 158) fOpenIncludeBrowser.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_INCLUDE_BROWSER); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OPEN_INCLUDE_BROWSER from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 162) fOpenDeclaration.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_DECL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 162) fOpenDeclaration.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_DECL); ^^^^^^^^^ Discouraged access: The field OPEN_DECL from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 234) menu.appendToGroup(IContextMenuConstants.GROUP_PROPERTIES, fOpenPropertiesDialog); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 234) menu.appendToGroup(IContextMenuConstants.GROUP_PROPERTIES, fOpenPropertiesDialog); ^^^^^^^^^^^^^^^^ Discouraged access: The field GROUP_PROPERTIES from the type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 289) List list= ((IStructuredSelection)sel).toList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 28) import org.eclipse.cdt.internal.corext.util.CModelUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 29) import org.eclipse.cdt.internal.ui.callhierarchy.CHMultiDefNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMultiDefNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 30) import org.eclipse.cdt.internal.ui.callhierarchy.CHNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 31) import org.eclipse.cdt.internal.ui.callhierarchy.CHReferenceInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHReferenceInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 32) import org.eclipse.cdt.internal.ui.viewsupport.AsyncTreeContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 33) import org.eclipse.cdt.internal.ui.viewsupport.WorkingSetFilterUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 56) public class CHContentProvider extends AsyncTreeContentProvider { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 60) private WorkingSetFilterUI fFilter; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 67) super(disp); ^^^^^^^^^^^^ Discouraged access: The constructor AsyncTreeContentProvider(Display) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 73) if (element instanceof CHNode) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 74) CHNode node = (CHNode) element; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 74) CHNode node = (CHNode) element; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 75) return node.getParent(); ^^^^^^^^^^^^^^^^ Discouraged access: The method getParent() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 77) return super.getParent(element); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getParent(Object) from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 82) if (parentElement instanceof CHMultiDefNode) { ^^^^^^^^^^^^^^ Discouraged access: The type CHMultiDefNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 83) return ((CHMultiDefNode) parentElement).getChildNodes(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getChildNodes() from the type CHMultiDefNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 83) return ((CHMultiDefNode) parentElement).getChildNodes(); ^^^^^^^^^^^^^^ Discouraged access: The type CHMultiDefNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 85) if (parentElement instanceof CHNode) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 86) CHNode node = (CHNode) parentElement; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 86) CHNode node = (CHNode) parentElement; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 87) if (node.isRecursive() || node.getRepresentedDeclaration() == null) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The method isRecursive() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 87) if (node.isRecursive() || node.getRepresentedDeclaration() == null) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRepresentedDeclaration() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 88) return NO_CHILDREN; ^^^^^^^^^^^ Discouraged access: The field NO_CHILDREN from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 91) if (node.isInitializer()) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isInitializer() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 92) return NO_CHILDREN; ^^^^^^^^^^^ Discouraged access: The field NO_CHILDREN from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 95) else if (node.isVariableOrEnumerator() || node.isMacro()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isVariableOrEnumerator() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 95) else if (node.isVariableOrEnumerator() || node.isMacro()) { ^^^^^^^^^^^^^^ Discouraged access: The method isMacro() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 96) return NO_CHILDREN; ^^^^^^^^^^^ Discouraged access: The field NO_CHILDREN from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 111) if (parentElement instanceof CHNode) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 112) CHNode node = (CHNode) parentElement; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 112) CHNode node = (CHNode) parentElement; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 125) return NO_CHILDREN; ^^^^^^^^^^^ Discouraged access: The field NO_CHILDREN from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 132) if (/*element == null*/ false) { getDisplay().asyncExec(new Runnable() { public void run() { fView.reportNotIndexed(input); } }); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 133) getDisplay().asyncExec(new Runnable() { ^^^^^^^^^^^^ Discouraged access: The method getDisplay() from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 140) getDisplay().asyncExec(new Runnable() { ^^^^^^^^^^^^ Discouraged access: The method getDisplay() from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 146) ITranslationUnit tu= CModelUtil.getTranslationUnit(element); ^^^^^^^^^^ Discouraged access: The type CModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 146) ITranslationUnit tu= CModelUtil.getTranslationUnit(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTranslationUnit(ICElement) from the type CModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 147) return new Object[] { new CHNode(null, tu, 0, element, -1) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CHNode(CHNode, ITranslationUnit, long, ICElement, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 147) return new Object[] { new CHNode(null, tu, 0, element, -1) }; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 150) private Object[] asyncronouslyComputeReferencedBy(CHNode parent) throws CoreException, InterruptedException { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 151) ICElement callee = parent.getRepresentedDeclaration(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRepresentedDeclaration() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 169) private Object[] asyncronouslyComputeRefersTo(CHNode parent) throws CoreException, InterruptedException { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 170) ICElement caller = parent.getRepresentedDeclaration(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRepresentedDeclaration() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 196) public void setWorkingSetFilter(WorkingSetFilterUI filterUI) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 198) recompute(); ^^^^^^^^^^^ Discouraged access: The method recompute() from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 201) CHNode[] createNodes(CHNode node, CalledByResult result) throws CoreException { ^^^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 201) CHNode[] createNodes(CHNode node, CalledByResult result) throws CoreException { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 202) ArrayList nodes= new ArrayList(); ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 202) ArrayList nodes= new ArrayList(); ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 207) if (fFilter == null || fFilter.isPartOfWorkingSet(element)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isPartOfWorkingSet(ICElement) from the type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 210) CHNode newNode = createRefbyNode(node, element, refs); ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 216) return nodes.toArray(new CHNode[nodes.size()]); ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 219) private CHNode createRefbyNode(CHNode parent, ICElement element, IIndexName[] refs) throws CoreException { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 219) private CHNode createRefbyNode(CHNode parent, ICElement element, IIndexName[] refs) throws CoreException { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 220) ITranslationUnit tu= CModelUtil.getTranslationUnit(element); ^^^^^^^^^^ Discouraged access: The type CModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 220) ITranslationUnit tu= CModelUtil.getTranslationUnit(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTranslationUnit(ICElement) from the type CModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 222) CHNode node= new CHNode(parent, tu, refs[0].getFile().getTimestamp(), element, file.getLinkageID()); ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 222) CHNode node= new CHNode(parent, tu, refs[0].getFile().getTimestamp(), element, file.getLinkageID()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CHNode(CHNode, ITranslationUnit, long, ICElement, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 222) CHNode node= new CHNode(parent, tu, refs[0].getFile().getTimestamp(), element, file.getLinkageID()); ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 224) node.setInitializer(true); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setInitializer(boolean) from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 230) node.addReference(new CHReferenceInfo(reference.getNodeOffset(), reference.getNodeLength())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addReference(CHReferenceInfo) from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 230) node.addReference(new CHReferenceInfo(reference.getNodeOffset(), reference.getNodeLength())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CHReferenceInfo(int, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 230) node.addReference(new CHReferenceInfo(reference.getNodeOffset(), reference.getNodeLength())); ^^^^^^^^^^^^^^^ Discouraged access: The type CHReferenceInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 234) node.setRWAccess(readAccess, writeAccess); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setRWAccess(boolean, boolean) from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 235) node.sortReferencesByOffset(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method sortReferencesByOffset() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 239) CHNode[] createNodes(CHNode node, CallsToResult callsTo) throws CoreException { ^^^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 239) CHNode[] createNodes(CHNode node, CallsToResult callsTo) throws CoreException { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 240) ITranslationUnit tu= CModelUtil.getTranslationUnit(node.getRepresentedDeclaration()); ^^^^^^^^^^ Discouraged access: The type CModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 240) ITranslationUnit tu= CModelUtil.getTranslationUnit(node.getRepresentedDeclaration()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTranslationUnit(ICElement) from the type CModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 240) ITranslationUnit tu= CModelUtil.getTranslationUnit(node.getRepresentedDeclaration()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRepresentedDeclaration() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 241) ArrayList result= new ArrayList(); ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 241) ArrayList result= new ArrayList(); ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 249) CHNode childNode = createReftoNode(node, tu, elements, refs); ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 254) return result.toArray(new CHNode[result.size()]); ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 257) private CHNode createReftoNode(CHNode parent, ITranslationUnit tu, ICElement[] elements, IIndexName[] references) throws CoreException { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 257) private CHNode createReftoNode(CHNode parent, ITranslationUnit tu, ICElement[] elements, IIndexName[] references) throws CoreException { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 260) CHNode node; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 266) node= new CHNode(parent, tu, timestamp, elements[0], linkageID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CHNode(CHNode, ITranslationUnit, long, ICElement, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 266) node= new CHNode(parent, tu, timestamp, elements[0], linkageID); ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 269) node= new CHMultiDefNode(parent, tu, timestamp, elements, linkageID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CHMultiDefNode(CHNode, ITranslationUnit, long, ICElement[], int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 269) node= new CHMultiDefNode(parent, tu, timestamp, elements, linkageID); ^^^^^^^^^^^^^^ Discouraged access: The type CHMultiDefNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 276) node.addReference(new CHReferenceInfo(reference.getNodeOffset(), reference.getNodeLength())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addReference(CHReferenceInfo) from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 276) node.addReference(new CHReferenceInfo(reference.getNodeOffset(), reference.getNodeLength())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CHReferenceInfo(int, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 276) node.addReference(new CHReferenceInfo(reference.getNodeOffset(), reference.getNodeLength())); ^^^^^^^^^^^^^^^ Discouraged access: The type CHReferenceInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 280) node.sortReferencesByOffset(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method sortReferencesByOffset() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 281) node.setRWAccess(readAccess, writeAccess); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setRWAccess(boolean, boolean) from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHDropTargetListener.java (at line 24) import org.eclipse.cdt.internal.ui.callhierarchy.CallHierarchyUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CallHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHDropTargetListener.java (at line 55) if (!CallHierarchyUI.isRelevantForCallHierarchy(fInput)) { ^^^^^^^^^^^^^^^ Discouraged access: The type CallHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHDropTargetListener.java (at line 55) if (!CallHierarchyUI.isRelevantForCallHierarchy(fInput)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isRelevantForCallHierarchy(ICElement) from the type CallHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHDropTargetListener.java (at line 66) for (Iterator iter = ((IStructuredSelection)sel).iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 27) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 53) CElementImageProvider imageProvider= new CElementImageProvider(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 53) CElementImageProvider imageProvider= new CElementImageProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CElementImageProvider() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 53) CElementImageProvider imageProvider= new CElementImageProvider(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 54) ImageDescriptor desc= imageProvider.getBaseImageDescriptor(elem, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getBaseImageDescriptor(ICElement, int) from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 55) imageProvider.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryDropDownAction.java (at line 22) import org.eclipse.cdt.internal.ui.CPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryDropDownAction.java (at line 23) import org.eclipse.cdt.internal.ui.callhierarchy.CHMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryDropDownAction.java (at line 39) super(CHMessages.CHHistoryDropDownAction_ClearHistory_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryDropDownAction.java (at line 39) super(CHMessages.CHHistoryDropDownAction_ClearHistory_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHHistoryDropDownAction_ClearHistory_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryDropDownAction.java (at line 57) setToolTipText(CHMessages.CHHistoryDropDownAction_ShowHistoryList_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryDropDownAction.java (at line 57) setToolTipText(CHMessages.CHHistoryDropDownAction_ShowHistoryList_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHHistoryDropDownAction_ShowHistoryList_tooltip from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryDropDownAction.java (at line 58) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryDropDownAction.java (at line 58) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryDropDownAction.java (at line 58) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryDropDownAction.java (at line 58) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 25) import org.eclipse.cdt.internal.ui.callhierarchy.CHMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 26) import org.eclipse.cdt.internal.ui.dialogs.StatusInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 27) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 28) import org.eclipse.cdt.internal.ui.viewsupport.CUILabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 29) import org.eclipse.cdt.internal.ui.wizards.dialogfields.DialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 30) import org.eclipse.cdt.internal.ui.wizards.dialogfields.IListAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IListAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 31) import org.eclipse.cdt.internal.ui.wizards.dialogfields.LayoutUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 32) import org.eclipse.cdt.internal.ui.wizards.dialogfields.ListDialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 50) private ListDialogField fHistoryList; ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 50) private ListDialogField fHistoryList; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized ---------- 163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 57) setTitle(CHMessages.CHHistoryListAction_HistoryDialog_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 57) setTitle(CHMessages.CHHistoryListAction_HistoryDialog_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHHistoryListAction_HistoryDialog_title from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 59) CHMessages.CHHistoryListAction_Remove_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 59) CHMessages.CHHistoryListAction_Remove_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHHistoryListAction_Remove_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 62) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ Discouraged access: The type IListAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 62) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ IListAdapter is a raw type. References to generic type IListAdapter should be parameterized ---------- 169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 62) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ Discouraged access: The type IListAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 62) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ IListAdapter is a raw type. References to generic type IListAdapter should be parameterized ---------- 171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 63) public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 63) public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized ---------- 173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 66) public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 66) public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized ---------- 175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 70) public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 70) public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized ---------- 177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 75) LabelProvider labelProvider= new CUILabelProvider(CHHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CUILabelProvider(int, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 75) LabelProvider labelProvider= new CUILabelProvider(CHHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 75) LabelProvider labelProvider= new CUILabelProvider(CHHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 75) LabelProvider labelProvider= new CUILabelProvider(CHHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^ Discouraged access: The field OVERLAY_ICONS from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 77) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ListDialogField(IListAdapter, String[], IBaseLabelProvider) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 77) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ListDialogField(IListAdapter, String[], IBaseLabelProvider) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized ---------- 183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 77) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 77) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized ---------- 185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 78) fHistoryList.setLabelText(CHMessages.CHHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setLabelText(String) from the type DialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 78) fHistoryList.setLabelText(CHMessages.CHHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 78) fHistoryList.setLabelText(CHMessages.CHHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHHistoryListAction_HistoryList_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 79) fHistoryList.setElements(Arrays.asList(historyEntries)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElements(List) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized ---------- 189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 79) fHistoryList.setElements(Arrays.asList(historyEntries)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setElements(List) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 88) fHistoryList.selectElements(sel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method selectElements(ISelection) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 106) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 106) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method doDefaultLayout(Composite, DialogField[], boolean, int, int) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 106) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^^ Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 107) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 107) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setHeightHint(Control, int) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 107) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getListControl(Composite) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 108) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null)); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 108) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 108) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getListControl(Composite) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 118) fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeElements(List) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized ---------- 201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 118) fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method removeElements(List) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 118) fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSelectedElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 129) StatusInfo status= new StatusInfo(); ^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 129) StatusInfo status= new StatusInfo(); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor StatusInfo() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 129) StatusInfo status= new StatusInfo(); ^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 130) List selected= fHistoryList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 130) List selected= fHistoryList.getSelectedElements(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSelectedElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 132) status.setError(""); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setError(String) from the type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 137) fHistoryList.enableButton(0, fHistoryList.getSize() > selected.size() && selected.size() != 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method enableButton(int, boolean) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 137) fHistoryList.enableButton(0, fHistoryList.getSize() > selected.size() && selected.size() != 0); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSize() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 147) List elems= fHistoryList.getElements(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 175) setText(CHMessages.CHHistoryListAction_OpenHistory_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 175) setText(CHMessages.CHHistoryListAction_OpenHistory_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHHistoryListAction_OpenHistory_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 26) import org.eclipse.cdt.internal.ui.callhierarchy.CHMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 27) import org.eclipse.cdt.internal.ui.callhierarchy.CHMultiDefNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMultiDefNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 28) import org.eclipse.cdt.internal.ui.callhierarchy.CHNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 29) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 30) import org.eclipse.cdt.internal.ui.viewsupport.CUILabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 31) import org.eclipse.cdt.internal.ui.viewsupport.ImageImageDescriptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ImageImageDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 48) private CUILabelProvider fCLabelProvider= new CUILabelProvider(LABEL_OPTIONS_SIMPLE, 0); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 48) private CUILabelProvider fCLabelProvider= new CUILabelProvider(LABEL_OPTIONS_SIMPLE, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CUILabelProvider(int, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 48) private CUILabelProvider fCLabelProvider= new CUILabelProvider(LABEL_OPTIONS_SIMPLE, 0); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 60) if (element instanceof CHNode) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 61) CHNode node= (CHNode) element; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 61) CHNode node= (CHNode) element; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 63) if (node.isInitializer()) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isInitializer() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 64) ImageDescriptor desc= CElementImageProvider.getFunctionImageDescriptor(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 64) ImageDescriptor desc= CElementImageProvider.getFunctionImageDescriptor(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFunctionImageDescriptor() from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 65) image= CUIPlugin.getImageDescriptorRegistry().get(desc); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method get(ImageDescriptor) from the type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 68) ICElement decl= node.getOneRepresentedDeclaration(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getOneRepresentedDeclaration() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 70) image= fCLabelProvider.getImage(decl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getImage(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 82) if (element instanceof CHNode) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 83) CHNode node= (CHNode) element; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 83) CHNode node= (CHNode) element; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 84) ICElement decl= node.getOneRepresentedDeclaration(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getOneRepresentedDeclaration() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 87) if (node.isMultiDef()) { ^^^^^^^^^^^^^^^^^ Discouraged access: The method isMultiDef() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 88) int options= fCLabelProvider.getTextFlags(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTextFlags() from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 89) fCLabelProvider.setTextFlags(LABEL_OPTIONS_SIMPLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setTextFlags(int) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 90) label= fCLabelProvider.getText(decl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getText(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 91) fCLabelProvider.setTextFlags(options); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setTextFlags(int) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 94) label= fCLabelProvider.getText(decl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getText(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 95) if (node.isInitializer()) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isInitializer() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 99) int refCount= node.getReferenceCount(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getReferenceCount() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 101) label += NLS.bind(" ({0} {1})", new Integer(refCount), CHMessages.CHLabelProvider_matches); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 101) label += NLS.bind(" ({0} {1})", new Integer(refCount), CHMessages.CHLabelProvider_matches); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHLabelProvider_matches from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 129) fCLabelProvider.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 138) private Image decorateImage(Image image, CHNode node) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 140) if (node.isRecursive()) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The method isRecursive() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 143) else if (fContentProvider.hasChildren(node)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method hasChildren(Object) from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 148) if (node.isMultiDef()) { ^^^^^^^^^^^^^^^^^ Discouraged access: The method isMultiDef() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 156) if (node.isReadAccess()) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isReadAccess() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 159) if (node.isWriteAccess()) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isWriteAccess() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 167) new ImageImageDescriptor(image), flags, new Point(20,16)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ImageImageDescriptor(Image) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 167) new ImageImageDescriptor(image), flags, new Point(20,16)); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ImageImageDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 179) if (element instanceof CHMultiDefNode) { ^^^^^^^^^^^^^^ Discouraged access: The type CHMultiDefNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 186) fCLabelProvider.setTextFlags(show ? LABEL_OPTIONS_SHOW_FILES : LABEL_OPTIONS_SIMPLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setTextFlags(int) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 24) import org.eclipse.cdt.internal.ui.actions.OpenActionUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenActionUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 25) import org.eclipse.cdt.internal.ui.callhierarchy.CHMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 26) import org.eclipse.cdt.internal.ui.util.ExceptionHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 27) import org.eclipse.cdt.internal.ui.util.StatusLineHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 57) Job job= new Job(CHMessages.CallHierarchyUI_label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 57) Job job= new Job(CHMessages.CallHierarchyUI_label) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CallHierarchyUI_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 60) StatusLineHandler.clearStatusLine(editor.getSite()); ^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 60) StatusLineHandler.clearStatusLine(editor.getSite()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method clearStatusLine(IWorkbenchSite) from the type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 69) StatusLineHandler.showStatusLineMessage(editor.getSite(), ^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 69) StatusLineHandler.showStatusLineMessage(editor.getSite(), CHMessages.CallHierarchyUI_openFailureMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method showStatusLineMessage(IWorkbenchSite, String) from the type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 70) CHMessages.CallHierarchyUI_openFailureMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 70) CHMessages.CallHierarchyUI_openFailureMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CallHierarchyUI_openFailureMessage from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 89) Job job= new Job(CHMessages.CallHierarchyUI_label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 89) Job job= new Job(CHMessages.CallHierarchyUI_label) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CallHierarchyUI_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 114) ExceptionHandler.handle(e, window.getShell(), CHMessages.OpenCallHierarchyAction_label, null); ^^^^^^^^^^^^^^^^ Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 114) ExceptionHandler.handle(e, window.getShell(), CHMessages.OpenCallHierarchyAction_label, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method handle(CoreException, Shell, String, String) from the type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 114) ExceptionHandler.handle(e, window.getShell(), CHMessages.OpenCallHierarchyAction_label, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 114) ExceptionHandler.handle(e, window.getShell(), CHMessages.OpenCallHierarchyAction_label, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenCallHierarchyAction_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 131) elem = OpenActionUtil.selectCElement(input, window.getShell(), ^^^^^^^^^^^^^^ Discouraged access: The type OpenActionUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 131) elem = OpenActionUtil.selectCElement(input, window.getShell(), CHMessages.CallHierarchyUI_label, CHMessages.CallHierarchyUI_selectMessage, CElementBaseLabels.ALL_DEFAULT | CElementBaseLabels.MF_POST_FILE_QUALIFIED, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method selectCElement(ICElement[], Shell, String, String, int, int) from the type OpenActionUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 132) CHMessages.CallHierarchyUI_label, CHMessages.CallHierarchyUI_selectMessage, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 132) CHMessages.CallHierarchyUI_label, CHMessages.CallHierarchyUI_selectMessage, ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CallHierarchyUI_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 132) CHMessages.CallHierarchyUI_label, CHMessages.CallHierarchyUI_selectMessage, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 132) CHMessages.CallHierarchyUI_label, CHMessages.CallHierarchyUI_selectMessage, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CallHierarchyUI_selectMessage from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenCallHierarchyAction.java (at line 25) import org.eclipse.cdt.internal.ui.callhierarchy.CHMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenCallHierarchyAction.java (at line 26) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenCallHierarchyAction.java (at line 50) setText(CHMessages.OpenCallHierarchyAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenCallHierarchyAction.java (at line 50) setText(CHMessages.OpenCallHierarchyAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenCallHierarchyAction_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenCallHierarchyAction.java (at line 51) setToolTipText(CHMessages.OpenCallHierarchyAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenCallHierarchyAction.java (at line 51) setToolTipText(CHMessages.OpenCallHierarchyAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenCallHierarchyAction_tooltip from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenCallHierarchyAction.java (at line 62) if (fEditor instanceof CEditor) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenCallHierarchyAction.java (at line 63) IProject project = ((CEditor) fEditor).getInputCElement().getCProject().getProject(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInputCElement() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenCallHierarchyAction.java (at line 63) IProject project = ((CEditor) fEditor).getInputCElement().getCProject().getProject(); ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenCallHierarchyAction.java (at line 132) private Object getAdapter(Object object, Class desiredClass) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 23) import org.eclipse.cdt.internal.ui.browser.opentype.ElementSelectionDialog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ElementSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 24) import org.eclipse.cdt.internal.ui.callhierarchy.CHMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 59) ElementSelectionDialog dialog = new ElementSelectionDialog(getShell()); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ElementSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 59) ElementSelectionDialog dialog = new ElementSelectionDialog(getShell()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ElementSelectionDialog(Shell) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 59) ElementSelectionDialog dialog = new ElementSelectionDialog(getShell()); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ElementSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 75) String title = CHMessages.OpenElementInCallHierarchyAction_errorDlgTitle; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 75) String title = CHMessages.OpenElementInCallHierarchyAction_errorDlgTitle; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenElementInCallHierarchyAction_errorDlgTitle from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 76) String message = NLS.bind(CHMessages.OpenElementInCallHierarchyAction_errorNoDefinition, info.getQualifiedTypeName().toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 76) String message = NLS.bind(CHMessages.OpenElementInCallHierarchyAction_errorNoDefinition, info.getQualifiedTypeName().toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenElementInCallHierarchyAction_errorNoDefinition from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 80) IProject project = elements[0].getCProject().getProject(); ^^^^^^^ The local variable project is never read ---------- 301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 95) private void configureDialog(ElementSelectionDialog dialog) { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ElementSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 98) dialog.setTitle(CHMessages.OpenElementInCallHierarchyAction_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 98) dialog.setTitle(CHMessages.OpenElementInCallHierarchyAction_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenElementInCallHierarchyAction_title from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 99) dialog.setUpperListLabel(CHMessages.OpenElementInCallHierarchyAction_upperListLabel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 99) dialog.setUpperListLabel(CHMessages.OpenElementInCallHierarchyAction_upperListLabel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenElementInCallHierarchyAction_upperListLabel from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 100) dialog.setMessage(CHMessages.OpenElementInCallHierarchyAction_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 100) dialog.setMessage(CHMessages.OpenElementInCallHierarchyAction_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenElementInCallHierarchyAction_message from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 33) import org.eclipse.cdt.internal.ui.CPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 309. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 34) import org.eclipse.cdt.internal.ui.IContextMenuConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 310. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 35) import org.eclipse.cdt.internal.ui.callhierarchy.CHMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 311. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 36) import org.eclipse.cdt.internal.ui.callhierarchy.CHMultiDefNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMultiDefNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 312. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 37) import org.eclipse.cdt.internal.ui.callhierarchy.CHNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 313. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 38) import org.eclipse.cdt.internal.ui.callhierarchy.CHReferenceInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHReferenceInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 314. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 39) import org.eclipse.cdt.internal.ui.editor.ICEditorActionDefinitionIds; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 315. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 40) import org.eclipse.cdt.internal.ui.util.CoreUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 316. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 41) import org.eclipse.cdt.internal.ui.util.EditorUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 317. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 42) import org.eclipse.cdt.internal.ui.util.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 318. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 43) import org.eclipse.cdt.internal.ui.viewsupport.AdaptingSelectionProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AdaptingSelectionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 319. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 44) import org.eclipse.cdt.internal.ui.viewsupport.CElementLabels; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 320. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 45) import org.eclipse.cdt.internal.ui.viewsupport.EditorOpener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorOpener is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 321. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 46) import org.eclipse.cdt.internal.ui.viewsupport.ExtendedTreeViewer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExtendedTreeViewer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 322. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 47) import org.eclipse.cdt.internal.ui.viewsupport.IndexUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 323. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 48) import org.eclipse.cdt.internal.ui.viewsupport.TreeNavigator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TreeNavigator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 324. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 49) import org.eclipse.cdt.internal.ui.viewsupport.WorkingSetFilterUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 325. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 116) private CHNode fNavigationNode; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 326. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 129) private ExtendedTreeViewer fTreeViewer; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExtendedTreeViewer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 327. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 136) private WorkingSetFilterUI fWorkingSetFilterUI; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 328. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 173) setMessage(CHMessages.CHViewPart_emptyPageMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 329. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 173) setMessage(CHMessages.CHViewPart_emptyPageMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_emptyPageMessage from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 330. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 196) setMessage(IndexUI.getFileNotIndexedMessage(input)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFileNotIndexedMessage(ICElement) from the type IndexUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 331. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 196) setMessage(IndexUI.getFileNotIndexedMessage(input)); ^^^^^^^ Discouraged access: The type IndexUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 332. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 222) getSite().setSelectionProvider(new AdaptingSelectionProvider(ICElement.class, fTreeViewer)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor AdaptingSelectionProvider(Class, ISelectionProvider) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 333. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 222) getSite().setSelectionProvider(new AdaptingSelectionProvider(ICElement.class, fTreeViewer)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AdaptingSelectionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 334. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 228) setMessage(CHMessages.CHViewPart_emptyPageMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 335. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 228) setMessage(CHMessages.CHViewPart_emptyPageMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_emptyPageMessage from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 336. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 261) fWorkingSetFilterUI.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 337. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 303) fWorkingSetFilterUI.saveState(memento, KEY_WORKING_SET_FILTER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method saveState(IMemento, String) from the type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 338. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 334) fTreeViewer= new ExtendedTreeViewer(fViewerPage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ExtendedTreeViewer(Composite) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 339. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 334) fTreeViewer= new ExtendedTreeViewer(fViewerPage); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExtendedTreeViewer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 340. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 369) fWorkingSetFilterUI= new WorkingSetFilterUI(this, fMemento, KEY_WORKING_SET_FILTER) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 341. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 381) new Action(CHMessages.CHViewPart_ShowCallers_label, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 342. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 381) new Action(CHMessages.CHViewPart_ShowCallers_label, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_ShowCallers_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 343. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 389) fReferencedByAction.setToolTipText(CHMessages.CHViewPart_ShowCallers_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 344. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 389) fReferencedByAction.setToolTipText(CHMessages.CHViewPart_ShowCallers_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_ShowCallers_tooltip from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 345. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 390) CPluginImages.setImageDescriptors(fReferencedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 346. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 390) CPluginImages.setImageDescriptors(fReferencedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 347. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 390) CPluginImages.setImageDescriptors(fReferencedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 348. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 390) CPluginImages.setImageDescriptors(fReferencedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 349. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 390) CPluginImages.setImageDescriptors(fReferencedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 350. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 390) CPluginImages.setImageDescriptors(fReferencedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_ACTION_SHOW_REF_BY from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 351. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 393) new Action(CHMessages.CHViewPart_ShowCallees_label, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 352. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 393) new Action(CHMessages.CHViewPart_ShowCallees_label, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_ShowCallees_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 353. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 401) fMakesReferenceToAction.setToolTipText(CHMessages.CHViewPart_ShowCallees_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 354. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 401) fMakesReferenceToAction.setToolTipText(CHMessages.CHViewPart_ShowCallees_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_ShowCallees_tooltip from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 355. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 402) CPluginImages.setImageDescriptors(fMakesReferenceToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 356. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 402) CPluginImages.setImageDescriptors(fMakesReferenceToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 357. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 402) CPluginImages.setImageDescriptors(fMakesReferenceToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 358. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 402) CPluginImages.setImageDescriptors(fMakesReferenceToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 359. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 402) CPluginImages.setImageDescriptors(fMakesReferenceToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 360. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 402) CPluginImages.setImageDescriptors(fMakesReferenceToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_ACTION_SHOW_RELATES_TO from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 361. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 407) if (element instanceof CHNode) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 362. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 408) CHNode node= (CHNode) element; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 363. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 408) CHNode node= (CHNode) element; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 364. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 409) return !node.isVariableOrEnumerator(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isVariableOrEnumerator() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 365. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 414) fFilterVariablesAction= new Action(CHMessages.CHViewPart_FilterVariables_label, IAction.AS_CHECK_BOX) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 366. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 414) fFilterVariablesAction= new Action(CHMessages.CHViewPart_FilterVariables_label, IAction.AS_CHECK_BOX) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_FilterVariables_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 367. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 425) fFilterVariablesAction.setToolTipText(CHMessages.CHViewPart_FilterVariables_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 368. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 425) fFilterVariablesAction.setToolTipText(CHMessages.CHViewPart_FilterVariables_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_FilterVariables_tooltip from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 369. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 426) CPluginImages.setImageDescriptors(fFilterVariablesAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_FIELDS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 370. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 426) CPluginImages.setImageDescriptors(fFilterVariablesAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_FIELDS); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 371. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 426) CPluginImages.setImageDescriptors(fFilterVariablesAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_FIELDS); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 372. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 426) CPluginImages.setImageDescriptors(fFilterVariablesAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_FIELDS); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 373. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 426) CPluginImages.setImageDescriptors(fFilterVariablesAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_FIELDS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 374. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 426) CPluginImages.setImageDescriptors(fFilterVariablesAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_FIELDS); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_ACTION_HIDE_FIELDS from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 375. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 432) if (element instanceof CHNode) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 376. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 439) if (!(e1 instanceof CHNode)) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 377. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 440) if (!(e2 instanceof CHNode)) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 378. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 445) if (!(e2 instanceof CHNode)) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 379. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 448) CHNode n1= (CHNode) e1; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 380. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 448) CHNode n1= (CHNode) e1; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 381. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 449) CHNode n2= (CHNode) e2; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 382. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 449) CHNode n2= (CHNode) e2; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 383. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 450) int offset1= n1.getFirstReferenceOffset(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFirstReferenceOffset() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 384. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 451) int offset2= n2.getFirstReferenceOffset(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFirstReferenceOffset() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 385. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 452) return CoreUtility.compare(offset1, offset2); ^^^^^^^^^^^ Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 386. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 452) return CoreUtility.compare(offset1, offset2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method compare(int, int) from the type CoreUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 387. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 456) fShowReference= new Action(CHMessages.CHViewPart_ShowReference_label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 388. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 456) fShowReference= new Action(CHMessages.CHViewPart_ShowReference_label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_ShowReference_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 389. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 462) fShowReference.setToolTipText(CHMessages.CHViewPart_ShowReference_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 390. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 462) fShowReference.setToolTipText(CHMessages.CHViewPart_ShowReference_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_ShowReference_tooltip from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 391. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 463) fOpenElement= new Action(CHMessages.CHViewPart_Open_label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 392. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 463) fOpenElement= new Action(CHMessages.CHViewPart_Open_label) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_Open_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 393. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 469) fOpenElement.setToolTipText(CHMessages.CHViewPart_Open_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 394. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 469) fOpenElement.setToolTipText(CHMessages.CHViewPart_Open_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_Open_tooltip from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 395. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 470) fOpenElement.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_DECL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 396. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 470) fOpenElement.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_DECL); ^^^^^^^^^ Discouraged access: The field OPEN_DECL from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 397. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 472) fShowFilesInLabelsAction= new Action(CHMessages.CHViewPart_ShowFiles_label, IAction.AS_CHECK_BOX) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 398. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 472) fShowFilesInLabelsAction= new Action(CHMessages.CHViewPart_ShowFiles_label, IAction.AS_CHECK_BOX) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_ShowFiles_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 399. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 478) fShowFilesInLabelsAction.setToolTipText(CHMessages.CHViewPart_ShowFiles_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 400. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 478) fShowFilesInLabelsAction.setToolTipText(CHMessages.CHViewPart_ShowFiles_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_ShowFiles_tooltip from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 401. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 479) fNextAction = new Action(CHMessages.CHViewPart_NextReference_label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 402. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 479) fNextAction = new Action(CHMessages.CHViewPart_NextReference_label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_NextReference_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 403. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 485) fNextAction.setToolTipText(CHMessages.CHViewPart_NextReference_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 404. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 485) fNextAction.setToolTipText(CHMessages.CHViewPart_NextReference_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_NextReference_tooltip from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 405. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 486) CPluginImages.setImageDescriptors(fNextAction, CPluginImages.T_LCL, CPluginImages.IMG_SHOW_NEXT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 406. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 486) CPluginImages.setImageDescriptors(fNextAction, CPluginImages.T_LCL, CPluginImages.IMG_SHOW_NEXT); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 407. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 486) CPluginImages.setImageDescriptors(fNextAction, CPluginImages.T_LCL, CPluginImages.IMG_SHOW_NEXT); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 408. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 31) import org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CCompletionProposal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 409. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 32) import org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistInvocationContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 410. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 33) import org.eclipse.cdt.internal.ui.text.contentassist.CProposalContextInformation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CProposalContextInformation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 411. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 34) import org.eclipse.cdt.internal.ui.text.contentassist.ParsingBasedProposalComputer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ParsingBasedProposalComputer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 412. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 35) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 413. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 56) public abstract class AbstractCompletionProposalAdapter extends ParsingBasedProposalComputer { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ParsingBasedProposalComputer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 414. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 63) if (context instanceof CContentAssistInvocationContext) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 415. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 64) CContentAssistInvocationContext cContext = (CContentAssistInvocationContext) context; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 416. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 64) CContentAssistInvocationContext cContext = (CContentAssistInvocationContext) context; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 417. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 75) protected List computeCompletionProposals(CContentAssistInvocationContext context, IASTCompletionNode node, String prefix) throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 418. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 76) IProject project = ((CContentAssistInvocationContext) context).getProject().getProject(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getProject() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 419. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 76) IProject project = ((CContentAssistInvocationContext) context).getProject().getProject(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 420. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 81) ITranslationUnit unit = context.getTranslationUnit(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTranslationUnit() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 421. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 88) private List adaptProposals(CContentAssistInvocationContext context, List proposals) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 422. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 118) descriptor = CElementImageProvider.getFieldImageDescriptor(visibility); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 423. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 118) descriptor = CElementImageProvider.getFieldImageDescriptor(visibility); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFieldImageDescriptor(ASTAccessVisibility) from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 424. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 121) descriptor = CElementImageProvider.getMethodImageDescriptor(visibility); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 425. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 121) descriptor = CElementImageProvider.getMethodImageDescriptor(visibility); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getMethodImageDescriptor(ASTAccessVisibility) from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 426. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 124) descriptor = CElementImageProvider.getImageDescriptor(type.getElementType()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 427. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 124) descriptor = CElementImageProvider.getImageDescriptor(type.getElementType()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getImageDescriptor(int) from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 428. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 127) descriptor = CElementImageProvider.getImageDescriptor(type.getElementType()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 429. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 127) descriptor = CElementImageProvider.getImageDescriptor(type.getElementType()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getImageDescriptor(int) from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 430. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 129) image = CUIPlugin.getImageDescriptorRegistry().get(descriptor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method get(ImageDescriptor) from the type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 431. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 130) CCompletionProposal completion = new CCompletionProposal(replacement, offset, length, image, display, id, relevance, viewer); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CCompletionProposal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 432. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 130) CCompletionProposal completion = new CCompletionProposal(replacement, offset, length, image, display, id, relevance, viewer); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CCompletionProposal(String, int, int, Image, String, String, int, ITextViewer) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 433. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 130) CCompletionProposal completion = new CCompletionProposal(replacement, offset, length, image, display, id, relevance, viewer); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CCompletionProposal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 434. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 131) completion.setCursorPosition(proposal.getCursorPosition()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setCursorPosition(int) from the type CCompletionProposal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 435. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 135) CProposalContextInformation contextInfo = new CProposalContextInformation(image, remoteContextInfo.getDisplayText(), remoteContextInfo.getDisplayArguments()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CProposalContextInformation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 436. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 135) CProposalContextInformation contextInfo = new CProposalContextInformation(image, remoteContextInfo.getDisplayText(), remoteContextInfo.getDisplayArguments()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CProposalContextInformation(Image, String, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 437. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 135) CProposalContextInformation contextInfo = new CProposalContextInformation(image, remoteContextInfo.getDisplayText(), remoteContextInfo.getDisplayArguments()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CProposalContextInformation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 438. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 136) contextInfo.setContextInformationPosition(remoteContextInfo.getContextInformationPosition()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setContextInformationPosition(int) from the type CProposalContextInformation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 439. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 137) completion.setContextInformation(contextInfo); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setContextInformation(IContextInformation) from the type CCompletionProposal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 440. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractContentAssistService.java (at line 20) import org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistInvocationContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 441. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractContentAssistService.java (at line 33) protected RemoteContentAssistInvocationContext adaptContext(CContentAssistInvocationContext context) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 442. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractContentAssistService.java (at line 35) result.setCompletionNode(context.getCompletionNode()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCompletionNode() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 443. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractContentAssistService.java (at line 38) result.setIsContextInformationStyle(context.isContextInformationStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isContextInformationStyle() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 444. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractContentAssistService.java (at line 39) result.setContextInformationOffset(context.getContextInformationOffset()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getContextInformationOffset() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 445. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractContentAssistService.java (at line 40) result.setParseOffset(context.getParseOffset()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getParseOffset() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 446. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractContentAssistService.java (at line 58) protected boolean inPreprocessorDirective(CContentAssistInvocationContext context) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 447. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractContentAssistService.java (at line 60) int offset = context.getParseOffset(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getParseOffset() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 448. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractContentAssistService.java (at line 79) private boolean inPreprocessorKeyword(CContentAssistInvocationContext context) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 449. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/ContentAssistUtil.java (at line 20) import org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistInvocationContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 450. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/ContentAssistUtil.java (at line 33) public static RemoteContentAssistInvocationContext adaptContext(CContentAssistInvocationContext context) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 451. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/ContentAssistUtil.java (at line 35) result.setParseOffset(context.getParseOffset()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getParseOffset() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 452. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/ContentAssistUtil.java (at line 36) result.setCompletionNode(context.getCompletionNode()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCompletionNode() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 453. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/ContentAssistUtil.java (at line 39) result.setContextInformationOffset(context.getContextInformationOffset()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getContextInformationOffset() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 454. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/ContentAssistUtil.java (at line 41) result.setIsContextInformationStyle(context.isContextInformationStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isContextInformationStyle() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 455. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/ContentAssistUtil.java (at line 58) public static boolean inPreprocessorDirective(CContentAssistInvocationContext context) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 456. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/ContentAssistUtil.java (at line 60) int offset = context.getParseOffset(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getParseOffset() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 457. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/ContentAssistUtil.java (at line 79) private static boolean inPreprocessorKeyword(CContentAssistInvocationContext context) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 458. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/LocalContentAssistService.java (at line 19) import org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistInvocationContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 459. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/LocalContentAssistService.java (at line 33) if (!(context instanceof CContentAssistInvocationContext)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 460. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/LocalContentAssistService.java (at line 37) RemoteContentAssistInvocationContext remoteContext = ContentAssistUtil.adaptContext((CContentAssistInvocationContext) context); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 461. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/LocalContentAssistService.java (at line 38) IASTCompletionNode completionNode = ((CContentAssistInvocationContext) context).getCompletionNode(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCompletionNode() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 462. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/LocalContentAssistService.java (at line 38) IASTCompletionNode completionNode = ((CContentAssistInvocationContext) context).getCompletionNode(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 463. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 21) import org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistInvocationContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 464. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 52) if (!(context instanceof CContentAssistInvocationContext)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 465. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 55) CContentAssistInvocationContext cContext = (CContentAssistInvocationContext) context; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 466. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 55) CContentAssistInvocationContext cContext = (CContentAssistInvocationContext) context; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 467. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 59) if (cContext.getEditor().isDirty()) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getEditor() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 468. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 32) import org.eclipse.cdt.internal.core.resources.ResourceLookup; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ResourceLookup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 469. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 33) import org.eclipse.cdt.internal.ui.CPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 470. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 34) import org.eclipse.cdt.internal.ui.dialogs.ElementListSelectionDialog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ElementListSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 471. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 35) import org.eclipse.cdt.internal.ui.util.EditorUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 472. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 64) org.eclipse.cdt.internal.ui.editor.OpenIncludeAction { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenIncludeAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 473. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 74) super(provider); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor OpenIncludeAction(ISelectionProvider) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 474. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 78) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, CPluginImages.IMG_MENU_OPEN_INCLUDE); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 475. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 78) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, CPluginImages.IMG_MENU_OPEN_INCLUDE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 476. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 78) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, CPluginImages.IMG_MENU_OPEN_INCLUDE); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 477. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 78) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, CPluginImages.IMG_MENU_OPEN_INCLUDE); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 478. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 78) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, CPluginImages.IMG_MENU_OPEN_INCLUDE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 479. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 78) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, CPluginImages.IMG_MENU_OPEN_INCLUDE); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_MENU_OPEN_INCLUDE from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 480. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 180) EditorUtility.openInEditor((URI)fileToOpen, include.getCProject()); ^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 481. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 180) EditorUtility.openInEditor((URI)fileToOpen, include.getCProject()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method openInEditor(URI, ICElement) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 482. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 211) IFile[] files = ResourceLookup.findFilesForLocation(path); ^^^^^^^^^^^^^^ Discouraged access: The type ResourceLookup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 483. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 211) IFile[] files = ResourceLookup.findFilesForLocation(path); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method findFilesForLocation(IPath) from the type ResourceLookup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 484. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 278) ElementListSelectionDialog dialog= new ElementListSelectionDialog(CUIPlugin.getActiveWorkbenchShell(), renderer, false, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ElementListSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 485. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 278) ElementListSelectionDialog dialog= new ElementListSelectionDialog(CUIPlugin.getActiveWorkbenchShell(), renderer, false, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ElementListSelectionDialog(Shell, ILabelProvider, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 486. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 278) ElementListSelectionDialog dialog= new ElementListSelectionDialog(CUIPlugin.getActiveWorkbenchShell(), renderer, false, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ElementListSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 487. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 280) dialog.setMessage(CUIPlugin.getResourceString(DIALOG_MESSAGE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setMessage(String) from the type AbstractElementListSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 488. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 281) dialog.setElements(filesFound); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setElements(List) from the type ElementListSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 489. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 283) if (dialog.open() == Window.OK) { ^^^^^^^^^^^^^ Discouraged access: The method open() from the type AbstractElementListSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 490. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 284) return (IFile)((IPath) dialog.getSelectedElement()).toFile(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSelectedElement() from the type ElementListSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 491. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCCompositeReconcilingStrategy.java (at line 14) import org.eclipse.cdt.internal.ui.text.CCompositeReconcilingStrategy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CCompositeReconcilingStrategy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 492. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCCompositeReconcilingStrategy.java (at line 15) import org.eclipse.cdt.internal.ui.text.CReconcilingStrategy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CReconcilingStrategy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 493. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCCompositeReconcilingStrategy.java (at line 20) public class RemoteCCompositeReconcilingStrategy extends CCompositeReconcilingStrategy { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CCompositeReconcilingStrategy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 494. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCCompositeReconcilingStrategy.java (at line 24) super(viewer, editor, documentPartitioning); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CCompositeReconcilingStrategy(ISourceViewer, ITextEditor, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 495. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCCompositeReconcilingStrategy.java (at line 26) IReconcilingStrategy[] strategies = getReconcilingStrategies(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getReconcilingStrategies() from the type CompositeReconcilingStrategy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 496. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCCompositeReconcilingStrategy.java (at line 28) if (strategies[i] instanceof CReconcilingStrategy) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CReconcilingStrategy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 497. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCContentOutlinePage.java (at line 14) import org.eclipse.cdt.internal.ui.editor.CContentOutlinePage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 498. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCContentOutlinePage.java (at line 15) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 499. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCContentOutlinePage.java (at line 25) public class RemoteCContentOutlinePage extends CContentOutlinePage { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 500. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCContentOutlinePage.java (at line 27) public RemoteCContentOutlinePage(CEditor editor) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 501. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCContentOutlinePage.java (at line 28) super(editor); ^^^^^^^^^^^^^^ Discouraged access: The constructor CContentOutlinePage(CEditor) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 502. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCContentOutlinePage.java (at line 29) fOpenIncludeAction= new OpenIncludeAction(this); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field fOpenIncludeAction from the type AbstractCModelOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 503. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 16) import org.eclipse.cdt.internal.ui.editor.CContentOutlinePage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 504. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 17) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 505. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 18) import org.eclipse.cdt.internal.ui.text.CTextTools; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CTextTools is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 506. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 19) import org.eclipse.cdt.internal.ui.util.EditorUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 507. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 50) public class RemoteCEditor extends CEditor { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 508. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 58) super(); ^^^^^^^^ Discouraged access: The constructor CEditor() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 509. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 61) setOutlinerContextMenuId("#RemoteCEditorOutlinerContext"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setOutlinerContextMenuId(String) from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 510. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 71) ICElement element = getInputCElement(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInputCElement() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 511. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 88) : super.createSelectionSearchGroup(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createSelectionSearchGroup() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 512. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 95) : super.createOpenViewActionGroup(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createOpenViewActionGroup() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 513. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 102) super.createPartControl(parent); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createPartControl(Composite) from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 514. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 108) @SuppressWarnings("rawtypes") ^^^^^^^^^^ Unsupported @SuppressWarnings("rawtypes") ---------- 515. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 110) public Object getAdapter(Class required) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 516. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 114) return super.getAdapter(required); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getAdapter(Class) from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 517. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 124) public CContentOutlinePage getOutlinePage() { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 518. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 126) if (fOutlinePage == null) { ^^^^^^^^^^^^ Discouraged access: The field fOutlinePage from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 519. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 127) fOutlinePage = new RemoteCContentOutlinePage(this); ^^^^^^^^^^^^ Discouraged access: The field fOutlinePage from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 520. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 128) fOutlinePage.addSelectionChangedListener(this); ^^^^^^^^^^^^ Discouraged access: The field fOutlinePage from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 521. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 128) fOutlinePage.addSelectionChangedListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addSelectionChangedListener(ISelectionChangedListener) from the type AbstractCModelOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 522. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 130) setOutlinePageInput(fOutlinePage, getEditorInput()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setOutlinePageInput(CContentOutlinePage, IEditorInput) from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 523. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 130) setOutlinePageInput(fOutlinePage, getEditorInput()); ^^^^^^^^^^^^ Discouraged access: The field fOutlinePage from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 524. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 131) return fOutlinePage; ^^^^^^^^^^^^ Discouraged access: The field fOutlinePage from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 525. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 134) return super.getOutlinePage(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getOutlinePage() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 526. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 143) super.setPreferenceStore(store); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setPreferenceStore(IPreferenceStore) from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 527. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 145) ICProject cproject = EditorUtility.getCProject(input); ^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 528. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 145) ICProject cproject = EditorUtility.getCProject(input); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCProject(IEditorInput) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 529. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 153) CTextTools textTools= CUIPlugin.getDefault().getTextTools(); ^^^^^^^^^^ Discouraged access: The type CTextTools is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 530. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 154) setSourceViewerConfiguration(new RemoteCSourceViewerConfiguration(textTools.getColorManager(), store, this, ICPartitions.C_PARTITIONING)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getColorManager() from the type CTextTools is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 531. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 168) super.doSetInput(input); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method doSetInput(IEditorInput) from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 532. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 173) super.editorContextMenuAboutToShow(menu); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method editorContextMenuAboutToShow(IMenuManager) from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 533. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditorHelpContextProvider.java (at line 14) import org.eclipse.cdt.internal.ui.text.CWordFinder; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CWordFinder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 534. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditorHelpContextProvider.java (at line 15) import org.eclipse.cdt.internal.ui.util.CHelpDisplayContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHelpDisplayContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 535. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditorHelpContextProvider.java (at line 41) context= new CHelpDisplayContext(context, editor, selected); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CHelpDisplayContext(IContext, ITextEditor, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 536. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditorHelpContextProvider.java (at line 41) context= new CHelpDisplayContext(context, editor, selected); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHelpDisplayContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 537. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditorHelpContextProvider.java (at line 61) IRegion region = CWordFinder.findWord(document, selection.getOffset()); ^^^^^^^^^^^ Discouraged access: The type CWordFinder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 538. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditorHelpContextProvider.java (at line 61) IRegion region = CWordFinder.findWord(document, selection.getOffset()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method findWord(IDocument, int) from the type CWordFinder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 539. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCReconcilingStrategy.java (at line 16) import org.eclipse.cdt.internal.ui.text.CReconcilingStrategy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CReconcilingStrategy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 540. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCReconcilingStrategy.java (at line 17) import org.eclipse.cdt.internal.ui.text.ICReconcilingListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICReconcilingListener is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 541. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCReconcilingStrategy.java (at line 28) public class RemoteCReconcilingStrategy extends CReconcilingStrategy { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CReconcilingStrategy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 542. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCReconcilingStrategy.java (at line 35) super(editor); ^^^^^^^^^^^^^^ Discouraged access: The constructor CReconcilingStrategy(ITextEditor) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 543. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCReconcilingStrategy.java (at line 66) boolean computeAST= fEditor instanceof ICReconcilingListener; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICReconcilingListener is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 544. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCReconcilingStrategy.java (at line 71) boolean forced= false; ^^^^^^ The local variable forced is never read ---------- 545. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCReconcilingStrategy.java (at line 78) op.runOperation(fProgressMonitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method runOperation(IProgressMonitor) from the type CModelOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 546. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCReconcilingStrategy.java (at line 79) ((ICReconcilingListener)fEditor).reconciled(null, true, fProgressMonitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method reconciled(IASTTranslationUnit, boolean, IProgressMonitor) from the type ICReconcilingListener is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 547. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCReconcilingStrategy.java (at line 79) ((ICReconcilingListener)fEditor).reconciled(null, true, fProgressMonitor); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICReconcilingListener is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 548. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 14) import org.eclipse.cdt.internal.core.model.ProgressMonitorAndCanceler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProgressMonitorAndCanceler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 549. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 15) import org.eclipse.cdt.internal.ui.text.CReconciler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CReconciler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 550. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 16) import org.eclipse.cdt.internal.ui.text.CSourceViewerScalableConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSourceViewerScalableConfiguration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 551. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 25) CSourceViewerScalableConfiguration { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSourceViewerScalableConfiguration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 552. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 30) super(colorManager, preferenceStore, editor, partitioning); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CSourceViewerScalableConfiguration(IColorManager, IPreferenceStore, ITextEditor, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 553. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 38) if (super.getReconciler(sourceViewer) == null) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getReconciler(ISourceViewer) from the type CSourceViewerScalableConfiguration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 554. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 44) MonoReconciler reconciler= new CReconciler(fTextEditor, strategy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CReconciler(ITextEditor, CCompositeReconcilingStrategy) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 555. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 44) MonoReconciler reconciler= new CReconciler(fTextEditor, strategy); ^^^^^^^^^^^ Discouraged access: The type CReconciler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 556. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 46) reconciler.setProgressMonitor(new ProgressMonitorAndCanceler()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ProgressMonitorAndCanceler() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 557. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 46) reconciler.setProgressMonitor(new ProgressMonitorAndCanceler()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProgressMonitorAndCanceler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 558. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 26) import org.eclipse.cdt.internal.ui.includebrowser.IBFile; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBFile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 559. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 27) import org.eclipse.cdt.internal.ui.includebrowser.IBNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 560. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 28) import org.eclipse.cdt.internal.ui.viewsupport.AsyncTreeContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 561. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 40) public class IBContentProvider extends AsyncTreeContentProvider { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 562. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 49) super(disp); ^^^^^^^^^^^^ Discouraged access: The constructor AsyncTreeContentProvider(Display) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 563. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 54) if (element instanceof IBNode) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 564. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 55) IBNode node = (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 565. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 55) IBNode node = (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 566. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 56) return node.getParent(); ^^^^^^^^^^^^^^^^ Discouraged access: The method getParent() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 567. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 58) return super.getParent(element); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getParent(Object) from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 568. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 65) return new Object[] { new IBNode(null, new IBFile(tu), null, 0, 0, 0) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor IBNode(IBNode, IBFile, IBFile, int, int, long) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 569. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 65) return new Object[] { new IBNode(null, new IBFile(tu), null, 0, 0, 0) }; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 570. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 65) return new Object[] { new IBNode(null, new IBFile(tu), null, 0, 0, 0) }; ^^^^^^^^^^^^^^ Discouraged access: The constructor IBFile(ITranslationUnit) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 571. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 65) return new Object[] { new IBNode(null, new IBFile(tu), null, 0, 0, 0) }; ^^^^^^ Discouraged access: The type IBFile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 572. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 67) if (parentElement instanceof IBNode) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 573. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 68) IBNode node = (IBNode) parentElement; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 574. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 68) IBNode node = (IBNode) parentElement; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 575. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 69) if (node.isRecursive() || node.getRepresentedIFL() == null) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The method isRecursive() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 576. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 69) if (node.isRecursive() || node.getRepresentedIFL() == null) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRepresentedIFL() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 577. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 70) return NO_CHILDREN; ^^^^^^^^^^^ Discouraged access: The field NO_CHILDREN from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 578. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 79) if (parentElement instanceof IBNode) ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 579. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 81) IBNode node = (IBNode) parentElement; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 580. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 81) IBNode node = (IBNode) parentElement; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 581. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 82) IIndexFileLocation ifl= node.getRepresentedIFL(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRepresentedIFL() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 582. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 83) ICProject project= node.getCProject(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCProject() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 583. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 85) return NO_CHILDREN; ^^^^^^^^^^^ Discouraged access: The field NO_CHILDREN from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 584. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 88) IBFile directiveFile= null; ^^^^^^ Discouraged access: The type IBFile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 585. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 89) IBFile targetFile= null; ^^^^^^ Discouraged access: The type IBFile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 586. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 98) return NO_CHILDREN; ^^^^^^^^^^^ Discouraged access: The field NO_CHILDREN from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 587. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 105) directiveFile= node.getRepresentedFile(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRepresentedFile() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 588. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 108) ArrayList result= new ArrayList(includes.length); ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 589. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 108) ArrayList result= new ArrayList(includes.length); ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 590. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 113) directiveFile= targetFile= new IBFile(project, include.getIncludedByLocation()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor IBFile(ICProject, IIndexFileLocation) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 591. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 113) directiveFile= targetFile= new IBFile(project, include.getIncludedByLocation()); ^^^^^^ Discouraged access: The type IBFile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 592. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 118) targetFile= new IBFile(include.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor IBFile(String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 593. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 118) targetFile= new IBFile(include.getName()); ^^^^^^ Discouraged access: The type IBFile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 594. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 121) targetFile= new IBFile(project, includesPath); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor IBFile(ICProject, IIndexFileLocation) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 595. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 121) targetFile= new IBFile(project, includesPath); ^^^^^^ Discouraged access: The type IBFile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 596. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 124) IBNode newnode= new IBNode(node, targetFile, directiveFile, ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 597. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 124) IBNode newnode= new IBNode(node, targetFile, directiveFile, include.getNameOffset(), include.getNameLength(), include.getIncludedByTimestamp()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor IBNode(IBNode, IBFile, IBFile, int, int, long) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 598. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 124) IBNode newnode= new IBNode(node, targetFile, directiveFile, ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 599. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 128) newnode.setIsActiveCode(include.isActive()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setIsActiveCode(boolean) from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 600. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 129) newnode.setIsSystemInclude(include.isSystemInclude()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setIsSystemInclude(boolean) from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 601. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 140) return NO_CHILDREN; ^^^^^^^^^^^ Discouraged access: The field NO_CHILDREN from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 602. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 26) import org.eclipse.cdt.internal.ui.includebrowser.IBNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 603. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 39) private ArrayList fSelectedNodes= new ArrayList(); ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 604. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 39) private ArrayList fSelectedNodes= new ArrayList(); ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 605. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 53) for (Iterator iter = sel.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 606. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 55) if (element instanceof IBNode) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 607. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 56) fSelectedNodes.add((IBNode) element); ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 608. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 78) for (Iterator iter = fSelectedNodes.iterator(); iter.hasNext();) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 609. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 79) IBNode node = iter.next(); ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 610. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 80) IIndexFileLocation ifl= (IIndexFileLocation) node.getAdapter(IIndexFileLocation.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getAdapter(Class) from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 611. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 93) for (Iterator iter = fSelectedNodes.iterator(); iter.hasNext();) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 612. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 94) IBNode node = iter.next(); ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 613. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 95) IFile file= (IFile) node.getAdapter(IFile.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getAdapter(Class) from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 614. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDropTargetListener.java (at line 25) import org.eclipse.cdt.internal.ui.includebrowser.IBMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 615. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDropTargetListener.java (at line 93) for (Iterator iter = ((IStructuredSelection)sel).iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 616. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDropTargetListener.java (at line 118) fIncludeBrowser.setMessage(IBMessages.IBViewPart_falseInputMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 617. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDropTargetListener.java (at line 118) fIncludeBrowser.setMessage(IBMessages.IBViewPart_falseInputMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_falseInputMessage from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 618. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryAction.java (at line 27) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 619. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryAction.java (at line 49) CElementImageProvider imageProvider= new CElementImageProvider(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 620. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryAction.java (at line 49) CElementImageProvider imageProvider= new CElementImageProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CElementImageProvider() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 621. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryAction.java (at line 49) CElementImageProvider imageProvider= new CElementImageProvider(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 622. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryAction.java (at line 50) ImageDescriptor desc= imageProvider.getBaseImageDescriptor(elem, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getBaseImageDescriptor(ICElement, int) from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 623. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryAction.java (at line 51) imageProvider.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 624. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryDropDownAction.java (at line 22) import org.eclipse.cdt.internal.ui.CPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 625. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryDropDownAction.java (at line 23) import org.eclipse.cdt.internal.ui.includebrowser.IBMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 626. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryDropDownAction.java (at line 39) super(IBMessages.IBHistoryDropDownAction_ClearHistory_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 627. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryDropDownAction.java (at line 39) super(IBMessages.IBHistoryDropDownAction_ClearHistory_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBHistoryDropDownAction_ClearHistory_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 628. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryDropDownAction.java (at line 57) setToolTipText(IBMessages.IBHistoryDropDownAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 629. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryDropDownAction.java (at line 57) setToolTipText(IBMessages.IBHistoryDropDownAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBHistoryDropDownAction_tooltip from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 630. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryDropDownAction.java (at line 58) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 631. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryDropDownAction.java (at line 58) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 632. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryDropDownAction.java (at line 58) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 633. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryDropDownAction.java (at line 58) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 634. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 26) import org.eclipse.cdt.internal.ui.dialogs.StatusInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 635. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 27) import org.eclipse.cdt.internal.ui.includebrowser.IBMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 636. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 28) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 637. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 29) import org.eclipse.cdt.internal.ui.viewsupport.CUILabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 638. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 30) import org.eclipse.cdt.internal.ui.wizards.dialogfields.DialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 639. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 31) import org.eclipse.cdt.internal.ui.wizards.dialogfields.IListAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IListAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 640. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 32) import org.eclipse.cdt.internal.ui.wizards.dialogfields.LayoutUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 641. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 33) import org.eclipse.cdt.internal.ui.wizards.dialogfields.ListDialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 642. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 50) private ListDialogField fHistoryList; ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 643. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 50) private ListDialogField fHistoryList; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized ---------- 644. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 57) setTitle(IBMessages.IBHistoryListAction_HistoryDialog_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 645. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 57) setTitle(IBMessages.IBHistoryListAction_HistoryDialog_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBHistoryListAction_HistoryDialog_title from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 646. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 59) IBMessages.IBHistoryListAction_Remove_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 647. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 59) IBMessages.IBHistoryListAction_Remove_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBHistoryListAction_Remove_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 648. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 62) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ Discouraged access: The type IListAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 649. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 62) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ IListAdapter is a raw type. References to generic type IListAdapter should be parameterized ---------- 650. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 62) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ Discouraged access: The type IListAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 651. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 62) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ IListAdapter is a raw type. References to generic type IListAdapter should be parameterized ---------- 652. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 63) public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 653. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 63) public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized ---------- 654. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 66) public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 655. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 66) public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized ---------- 656. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 70) public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 657. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 70) public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized ---------- 658. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 75) CUILabelProvider labelProvider= new CUILabelProvider(CElementBaseLabels.APPEND_ROOT_PATH, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 659. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 75) CUILabelProvider labelProvider= new CUILabelProvider(CElementBaseLabels.APPEND_ROOT_PATH, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CUILabelProvider(int, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 660. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 75) CUILabelProvider labelProvider= new CUILabelProvider(CElementBaseLabels.APPEND_ROOT_PATH, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 661. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 75) CUILabelProvider labelProvider= new CUILabelProvider(CElementBaseLabels.APPEND_ROOT_PATH, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 662. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 75) CUILabelProvider labelProvider= new CUILabelProvider(CElementBaseLabels.APPEND_ROOT_PATH, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^ Discouraged access: The field OVERLAY_ICONS from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 663. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 77) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ListDialogField(IListAdapter, String[], IBaseLabelProvider) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 664. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 77) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ListDialogField(IListAdapter, String[], IBaseLabelProvider) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized ---------- 665. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 77) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 666. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 77) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized ---------- 667. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 78) fHistoryList.setLabelText(IBMessages.IBHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setLabelText(String) from the type DialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 668. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 78) fHistoryList.setLabelText(IBMessages.IBHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 669. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 78) fHistoryList.setLabelText(IBMessages.IBHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBHistoryListAction_HistoryList_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 670. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 79) fHistoryList.setElements(Arrays.asList(elements)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElements(List) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized ---------- 671. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 79) fHistoryList.setElements(Arrays.asList(elements)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setElements(List) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 672. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 88) fHistoryList.selectElements(sel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method selectElements(ISelection) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 673. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 106) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 674. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 106) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method doDefaultLayout(Composite, DialogField[], boolean, int, int) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 675. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 106) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^^ Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 676. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 107) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 677. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 107) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setHeightHint(Control, int) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 678. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 107) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getListControl(Composite) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 679. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 108) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null)); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 680. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 108) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 681. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 108) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getListControl(Composite) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 682. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 118) fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeElements(List) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized ---------- 683. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 118) fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method removeElements(List) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 684. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 118) fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSelectedElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 685. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 129) StatusInfo status= new StatusInfo(); ^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 686. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 129) StatusInfo status= new StatusInfo(); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor StatusInfo() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 687. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 129) StatusInfo status= new StatusInfo(); ^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 688. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 130) List selected= fHistoryList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 689. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 130) List selected= fHistoryList.getSelectedElements(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSelectedElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 690. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 132) status.setError(""); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setError(String) from the type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 691. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 137) fHistoryList.enableButton(0, fHistoryList.getSize() > selected.size() && selected.size() != 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method enableButton(int, boolean) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 692. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 137) fHistoryList.enableButton(0, fHistoryList.getSize() > selected.size() && selected.size() != 0); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSize() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 693. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 147) List elems= fHistoryList.getElements(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 694. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 175) setText(IBMessages.IBHistoryListAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 695. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 175) setText(IBMessages.IBHistoryListAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBHistoryListAction_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 696. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 25) import org.eclipse.cdt.internal.ui.CPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 697. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 26) import org.eclipse.cdt.internal.ui.includebrowser.IBNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 698. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 27) import org.eclipse.cdt.internal.ui.viewsupport.ImageImageDescriptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ImageImageDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 699. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 54) if (element instanceof IBNode) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 700. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 55) IBNode node= (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 701. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 55) IBNode node= (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 702. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 56) ITranslationUnit tu= node.getRepresentedTranslationUnit(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRepresentedTranslationUnit() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 703. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 57) Image image= tu != null ? fCLabelProvider.getImage(tu) : CPluginImages.get(CPluginImages.IMG_OBJS_TUNIT_HEADER); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 704. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 57) Image image= tu != null ? fCLabelProvider.getImage(tu) : CPluginImages.get(CPluginImages.IMG_OBJS_TUNIT_HEADER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method get(String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 705. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 57) Image image= tu != null ? fCLabelProvider.getImage(tu) : CPluginImages.get(CPluginImages.IMG_OBJS_TUNIT_HEADER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 706. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 57) Image image= tu != null ? fCLabelProvider.getImage(tu) : CPluginImages.get(CPluginImages.IMG_OBJS_TUNIT_HEADER); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_OBJS_TUNIT_HEADER from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 707. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 65) if (element instanceof IBNode) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 708. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 66) IBNode node= (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 709. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 66) IBNode node= (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 710. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 67) IPath path= node.getRepresentedPath(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRepresentedPath() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 711. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 74) return node.getDirectiveName(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDirectiveName() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 712. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 90) private Image decorateImage(Image image, IBNode node) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 713. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 92) if (node.isSystemInclude()) { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isSystemInclude() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 714. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 95) if (!node.isActiveCode()) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isActiveCode() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 715. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 99) if (node.isRecursive()) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The method isRecursive() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 716. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 102) else if (fContentProvider.hasChildren(node)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method hasChildren(Object) from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 717. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 111) if (node.isActiveCode() && node.getRepresentedIFL() == null) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isActiveCode() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 718. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 111) if (node.isActiveCode() && node.getRepresentedIFL() == null) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRepresentedIFL() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 719. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 122) new ImageImageDescriptor(image), flags, new Point(20,16)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ImageImageDescriptor(Image) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 720. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 122) new ImageImageDescriptor(image), flags, new Point(20,16)); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ImageImageDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 721. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 134) if (element instanceof IBNode) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 722. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 135) IBNode node= (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 723. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 135) IBNode node= (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 724. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 136) if (!node.isActiveCode()) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isActiveCode() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 725. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBSetInputJob.java (at line 24) import org.eclipse.cdt.internal.ui.includebrowser.IBMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 726. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBSetInputJob.java (at line 40) super(IBMessages.IBViewPart_waitingOnIndexerMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 727. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBSetInputJob.java (at line 40) super(IBMessages.IBViewPart_waitingOnIndexerMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_waitingOnIndexerMessage from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 728. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 33) import org.eclipse.cdt.internal.ui.CPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 729. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 34) import org.eclipse.cdt.internal.ui.includebrowser.IBConversions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBConversions is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 730. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 35) import org.eclipse.cdt.internal.ui.includebrowser.IBFile; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBFile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 731. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 36) import org.eclipse.cdt.internal.ui.includebrowser.IBMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 732. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 37) import org.eclipse.cdt.internal.ui.includebrowser.IBNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 733. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 38) import org.eclipse.cdt.internal.ui.includebrowser.IBWorkingSetFilter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBWorkingSetFilter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 734. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 39) import org.eclipse.cdt.internal.ui.navigator.OpenCElementAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenCElementAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 735. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 40) import org.eclipse.cdt.internal.ui.util.EditorUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.internal.ui.util.EditorUtility is never used ---------- 736. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 40) import org.eclipse.cdt.internal.ui.util.EditorUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 737. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 41) import org.eclipse.cdt.internal.ui.util.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 738. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 42) import org.eclipse.cdt.internal.ui.viewsupport.EditorOpener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorOpener is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 739. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 43) import org.eclipse.cdt.internal.ui.viewsupport.ExtendedTreeViewer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExtendedTreeViewer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 740. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 44) import org.eclipse.cdt.internal.ui.viewsupport.IndexUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 741. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 45) import org.eclipse.cdt.internal.ui.viewsupport.TreeNavigator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TreeNavigator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 742. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 46) import org.eclipse.cdt.internal.ui.viewsupport.WorkingSetFilterUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 743. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 78) import org.eclipse.ptp.internal.rdt.core.includebrowser.IIncludeBrowserService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.internal.rdt.core.includebrowser.IIncludeBrowserService is never used ---------- 744. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 79) import org.eclipse.ptp.internal.rdt.core.includebrowser.IncludeBrowserServiceFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.internal.rdt.core.includebrowser.IncludeBrowserServiceFactory is never used ---------- 745. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 130) private IBNode fLastNavigationNode; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 746. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 141) private ExtendedTreeViewer fTreeViewer; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExtendedTreeViewer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 747. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 144) private IBWorkingSetFilter fWorkingSetFilter; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBWorkingSetFilter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 748. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 161) private WorkingSetFilterUI fWorkingSetFilterUI; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 749. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 187) setMessage(IBMessages.IBViewPart_instructionMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 750. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 187) setMessage(IBMessages.IBViewPart_instructionMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_instructionMessage from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 751. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 196) setMessage(IBMessages.IBViewPart_waitingOnIndexerMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 752. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 196) setMessage(IBMessages.IBViewPart_waitingOnIndexerMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_waitingOnIndexerMessage from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 753. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 224) Job job= new Job(IBMessages.IBViewPart_jobCheckInput) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 754. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 224) Job job= new Job(IBMessages.IBViewPart_jobCheckInput) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_jobCheckInput from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 755. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 231) final String msg = IndexUI .getFileNotIndexedMessage(input); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFileNotIndexedMessage(ICElement) from the type IndexUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 756. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 231) final String msg = IndexUI ^^^^^^^ Discouraged access: The type IndexUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 757. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 275) setMessage(IBMessages.IBViewPart_instructionMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 758. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 275) setMessage(IBMessages.IBViewPart_instructionMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_instructionMessage from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 759. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 296) fWorkingSetFilterUI.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 760. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 356) fWorkingSetFilter.getUI().saveState(memento, KEY_WORKING_SET_FILTER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method saveState(IMemento, String) from the type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 761. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 356) fWorkingSetFilter.getUI().saveState(memento, KEY_WORKING_SET_FILTER); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getUI() from the type IBWorkingSetFilter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 762. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 393) fTreeViewer= new ExtendedTreeViewer(fViewerPage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ExtendedTreeViewer(Composite) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 763. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 393) fTreeViewer= new ExtendedTreeViewer(fViewerPage); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExtendedTreeViewer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 764. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 428) fWorkingSetFilterUI= new WorkingSetFilterUI(this, fMemento, KEY_WORKING_SET_FILTER) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 765. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 440) new Action(IBMessages.IBViewPart_showIncludedBy_label, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 766. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 440) new Action(IBMessages.IBViewPart_showIncludedBy_label, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_showIncludedBy_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 767. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 448) fIncludedByAction.setToolTipText(IBMessages.IBViewPart_showIncludedBy_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 768. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 448) fIncludedByAction.setToolTipText(IBMessages.IBViewPart_showIncludedBy_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_showIncludedBy_tooltip from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 769. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 449) CPluginImages.setImageDescriptors(fIncludedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 770. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 449) CPluginImages.setImageDescriptors(fIncludedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 771. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 449) CPluginImages.setImageDescriptors(fIncludedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 772. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 449) CPluginImages.setImageDescriptors(fIncludedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 773. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 449) CPluginImages.setImageDescriptors(fIncludedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 774. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 449) CPluginImages.setImageDescriptors(fIncludedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_ACTION_SHOW_REF_BY from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 775. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 452) new Action(IBMessages.IBViewPart_showIncludesTo_label, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 776. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 452) new Action(IBMessages.IBViewPart_showIncludesTo_label, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_showIncludesTo_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 777. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 460) fIncludesToAction.setToolTipText(IBMessages.IBViewPart_showIncludesTo_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 778. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 460) fIncludesToAction.setToolTipText(IBMessages.IBViewPart_showIncludesTo_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_showIncludesTo_tooltip from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 779. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 461) CPluginImages.setImageDescriptors(fIncludesToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 780. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 461) CPluginImages.setImageDescriptors(fIncludesToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 781. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 461) CPluginImages.setImageDescriptors(fIncludesToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 782. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 461) CPluginImages.setImageDescriptors(fIncludesToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 783. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 461) CPluginImages.setImageDescriptors(fIncludesToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 784. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 461) CPluginImages.setImageDescriptors(fIncludesToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_ACTION_SHOW_RELATES_TO from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 785. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 466) if (element instanceof IBNode) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 786. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 467) IBNode node= (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 787. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 467) IBNode node= (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 788. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 468) return node.isActiveCode(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isActiveCode() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 789. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 473) fFilterInactiveAction= new Action(IBMessages.IBViewPart_hideInactive_label, IAction.AS_CHECK_BOX) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 790. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 473) fFilterInactiveAction= new Action(IBMessages.IBViewPart_hideInactive_label, IAction.AS_CHECK_BOX) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_hideInactive_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 791. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 484) fFilterInactiveAction.setToolTipText(IBMessages.IBViewPart_hideInactive_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 792. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 484) fFilterInactiveAction.setToolTipText(IBMessages.IBViewPart_hideInactive_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_hideInactive_tooltip from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 793. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 485) CPluginImages.setImageDescriptors(fFilterInactiveAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_INACTIVE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 794. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 485) CPluginImages.setImageDescriptors(fFilterInactiveAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_INACTIVE); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 795. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 485) CPluginImages.setImageDescriptors(fFilterInactiveAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_INACTIVE); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 796. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 485) CPluginImages.setImageDescriptors(fFilterInactiveAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_INACTIVE); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 797. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 485) CPluginImages.setImageDescriptors(fFilterInactiveAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_INACTIVE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 798. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 485) CPluginImages.setImageDescriptors(fFilterInactiveAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_INACTIVE); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_ACTION_HIDE_INACTIVE from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 799. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 490) if (element instanceof IBNode) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 800. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 491) IBNode node= (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 801. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 491) IBNode node= (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 802. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 492) return !node.isSystemInclude(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isSystemInclude() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 803. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 497) fFilterSystemAction= new Action(IBMessages.IBViewPart_hideSystem_label, IAction.AS_CHECK_BOX) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 804. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 497) fFilterSystemAction= new Action(IBMessages.IBViewPart_hideSystem_label, IAction.AS_CHECK_BOX) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_hideSystem_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 805. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 508) fFilterSystemAction.setToolTipText(IBMessages.IBViewPart_hideSystem_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 806. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 508) fFilterSystemAction.setToolTipText(IBMessages.IBViewPart_hideSystem_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_hideSystem_tooltip from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 807. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 509) CPluginImages.setImageDescriptors(fFilterSystemAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_SYSTEM); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 808. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 509) CPluginImages.setImageDescriptors(fFilterSystemAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_SYSTEM); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 809. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 509) CPluginImages.setImageDescriptors(fFilterSystemAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_SYSTEM); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 810. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 509) CPluginImages.setImageDescriptors(fFilterSystemAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_SYSTEM); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 811. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 509) CPluginImages.setImageDescriptors(fFilterSystemAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_SYSTEM); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 812. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 509) CPluginImages.setImageDescriptors(fFilterSystemAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_SYSTEM); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_ACTION_HIDE_SYSTEM from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 813. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 515) if (element instanceof IBNode) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 814. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 522) if (!(e1 instanceof IBNode)) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 815. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 523) if (!(e2 instanceof IBNode)) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 816. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 528) if (!(e2 instanceof IBNode)) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 817. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 531) IBNode n1= (IBNode) e1; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 818. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 531) IBNode n1= (IBNode) e1; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 819. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 532) IBNode n2= (IBNode) e2; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 820. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 532) IBNode n2= (IBNode) e2; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 821. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 533) return n1.getDirectiveCharacterOffset() - n2.getDirectiveCharacterOffset(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDirectiveCharacterOffset() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 822. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 533) return n1.getDirectiveCharacterOffset() - n2.getDirectiveCharacterOffset(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDirectiveCharacterOffset() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 823. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 537) fShowFolderInLabelsAction= new Action(IBMessages.IBViewPart_showFolders_label, IAction.AS_CHECK_BOX) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 824. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 537) fShowFolderInLabelsAction= new Action(IBMessages.IBViewPart_showFolders_label, IAction.AS_CHECK_BOX) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_showFolders_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 825. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 543) fShowFolderInLabelsAction.setToolTipText(IBMessages.IBViewPart_showFolders_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 826. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 543) fShowFolderInLabelsAction.setToolTipText(IBMessages.IBViewPart_showFolders_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_showFolders_tooltip from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 827. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 544) fNextAction = new Action(IBMessages.IBViewPart_nextMatch_label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_nextMatch_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 828. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IncludeBrowserUI.java (at line 30) import org.eclipse.cdt.internal.ui.includebrowser.IBMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 829. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IncludeBrowserUI.java (at line 31) import org.eclipse.cdt.internal.ui.util.ExceptionHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 830. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IncludeBrowserUI.java (at line 54) ExceptionHandler.handle(e, window.getShell(), IBMessages.OpenIncludeBrowserAction_label, null); ^^^^^^^^^^^^^^^^ Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 831. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IncludeBrowserUI.java (at line 54) ExceptionHandler.handle(e, window.getShell(), IBMessages.OpenIncludeBrowserAction_label, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method handle(CoreException, Shell, String, String) from the type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 832. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IncludeBrowserUI.java (at line 54) ExceptionHandler.handle(e, window.getShell(), IBMessages.OpenIncludeBrowserAction_label, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 833. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IncludeBrowserUI.java (at line 54) ExceptionHandler.handle(e, window.getShell(), IBMessages.OpenIncludeBrowserAction_label, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenIncludeBrowserAction_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 834. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/OpenIncludeBrowserAction.java (at line 23) import org.eclipse.cdt.internal.ui.includebrowser.IBMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 835. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/OpenIncludeBrowserAction.java (at line 29) import org.eclipse.ptp.internal.rdt.core.includebrowser.IIncludeBrowserService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.internal.rdt.core.includebrowser.IIncludeBrowserService is never used ---------- 836. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/OpenIncludeBrowserAction.java (at line 30) import org.eclipse.ptp.internal.rdt.core.includebrowser.IncludeBrowserServiceFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.internal.rdt.core.includebrowser.IncludeBrowserServiceFactory is never used ---------- 837. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/OpenIncludeBrowserAction.java (at line 31) import org.eclipse.ptp.internal.rdt.core.includebrowser.LocalIncludeBrowserService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.internal.rdt.core.includebrowser.LocalIncludeBrowserService is never used ---------- 838. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/OpenIncludeBrowserAction.java (at line 42) setText(IBMessages.OpenIncludeBrowserAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 839. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/OpenIncludeBrowserAction.java (at line 42) setText(IBMessages.OpenIncludeBrowserAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenIncludeBrowserAction_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 840. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/OpenIncludeBrowserAction.java (at line 43) setToolTipText(IBMessages.OpenIncludeBrowserAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 841. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/OpenIncludeBrowserAction.java (at line 43) setToolTipText(IBMessages.OpenIncludeBrowserAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenIncludeBrowserAction_tooltip from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 842. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/OpenIncludeBrowserAction.java (at line 92) private Object getAdapter(Object object, Class desiredClass) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 843. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorRefactorActionProvider.java (at line 16) import org.eclipse.cdt.internal.ui.navigator.CNavigatorRefactorActionProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CNavigatorRefactorActionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 844. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorRefactorActionProvider.java (at line 32) private CNavigatorRefactorActionProvider fCDTRefactorActionProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CNavigatorRefactorActionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 845. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorRefactorActionProvider.java (at line 36) fCDTRefactorActionProvider = new CNavigatorRefactorActionProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CNavigatorRefactorActionProvider() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 846. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorRefactorActionProvider.java (at line 36) fCDTRefactorActionProvider = new CNavigatorRefactorActionProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CNavigatorRefactorActionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 847. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorRefactorActionProvider.java (at line 44) fCDTRefactorActionProvider.init(actionSite); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method init(ICommonActionExtensionSite) from the type CNavigatorRefactorActionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 848. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorRefactorActionProvider.java (at line 49) fCDTRefactorActionProvider.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type CNavigatorRefactorActionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 849. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorRefactorActionProvider.java (at line 54) fCDTRefactorActionProvider.fillActionBars(actionBars); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method fillActionBars(IActionBars) from the type CNavigatorRefactorActionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 850. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorRefactorActionProvider.java (at line 66) fCDTRefactorActionProvider.fillContextMenu(menu); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method fillContextMenu(IMenuManager) from the type CNavigatorRefactorActionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 851. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorRefactorActionProvider.java (at line 69) fCDTRefactorActionProvider.fillContextMenu(menu); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method fillContextMenu(IMenuManager) from the type CNavigatorRefactorActionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 852. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorRefactorActionProvider.java (at line 77) fCDTRefactorActionProvider.setContext(context); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setContext(ActionContext) from the type CNavigatorRefactorActionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 853. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorRefactorActionProvider.java (at line 82) fCDTRefactorActionProvider.updateActionBars(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method updateActionBars() from the type CNavigatorRefactorActionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 854. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorSearchActionProvider.java (at line 36) private org.eclipse.cdt.internal.ui.search.actions.SelectionSearchGroup fCDTSearchGroup; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SelectionSearchGroup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 855. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorSearchActionProvider.java (at line 50) fCDTSearchGroup = new org.eclipse.cdt.internal.ui.search.actions.SelectionSearchGroup(workbenchSite.getSite()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SelectionSearchGroup(IWorkbenchSite) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 856. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorSearchActionProvider.java (at line 50) fCDTSearchGroup = new org.eclipse.cdt.internal.ui.search.actions.SelectionSearchGroup(workbenchSite.getSite()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SelectionSearchGroup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 857. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorSearchActionProvider.java (at line 65) fCDTSearchGroup.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type SelectionSearchGroup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 858. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorSearchActionProvider.java (at line 96) if (org.eclipse.cdt.internal.ui.search.actions.SelectionSearchGroup.canActionBeAdded(selection)){ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SelectionSearchGroup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 859. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorSearchActionProvider.java (at line 96) if (org.eclipse.cdt.internal.ui.search.actions.SelectionSearchGroup.canActionBeAdded(selection)){ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method canActionBeAdded(ISelection) from the type SelectionSearchGroup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 860. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorSearchActionProvider.java (at line 97) fCDTSearchGroup.fillContextMenu(menu); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method fillContextMenu(IMenuManager) from the type SelectionSearchGroup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 861. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 26) import org.eclipse.cdt.internal.core.CCoreInternals; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CCoreInternals is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 862. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 27) import org.eclipse.cdt.internal.core.pdom.indexer.IndexerPreferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 863. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 28) import org.eclipse.cdt.internal.ui.preferences.IndexerPreferencePage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferencePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 864. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 128) public String getIndexerID(){ ^^^^^^^^^^^^^^ The method getIndexerID() from the type IndexerBlock.IndexerConfig is never used locally ---------- 865. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 219) if (IndexerPreferencePage.showBuildConfiguration()) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferencePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 866. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 219) if (IndexerPreferencePage.showBuildConfiguration()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method showBuildConfiguration() from the type IndexerPreferencePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 867. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 230) if (scope == IndexerPreferences.SCOPE_INSTANCE) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 868. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 230) if (scope == IndexerPreferences.SCOPE_INSTANCE) { ^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_INSTANCE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 869. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 281) int scope= proj == null ? IndexerPreferences.SCOPE_INSTANCE : IndexerPreferences.getScope(proj); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 870. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 281) int scope= proj == null ? IndexerPreferences.SCOPE_INSTANCE : IndexerPreferences.getScope(proj); ^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_INSTANCE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 871. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 281) int scope= proj == null ? IndexerPreferences.SCOPE_INSTANCE : IndexerPreferences.getScope(proj); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 872. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 281) int scope= proj == null ? IndexerPreferences.SCOPE_INSTANCE : IndexerPreferences.getScope(proj); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getScope(IProject) from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 873. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 283) case IndexerPreferences.SCOPE_PROJECT_PRIVATE: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 874. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 283) case IndexerPreferences.SCOPE_PROJECT_PRIVATE: ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_PROJECT_PRIVATE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 875. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 286) case IndexerPreferences.SCOPE_PROJECT_SHARED: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 876. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 286) case IndexerPreferences.SCOPE_PROJECT_SHARED: ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_PROJECT_SHARED from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 877. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 339) if (fCurrentProperties == null || scope != IndexerPreferences.SCOPE_PROJECT_PRIVATE) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 878. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 339) if (fCurrentProperties == null || scope != IndexerPreferences.SCOPE_PROJECT_PRIVATE) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_PROJECT_PRIVATE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 879. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 340) Properties props= IndexerPreferences.getProperties(getProject(), scope); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 880. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 340) Properties props= IndexerPreferences.getProperties(getProject(), scope); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getProperties(IProject, int) from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 881. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 342) String indexerId= props.getProperty(IndexerPreferences.KEY_INDEXER_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 882. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 342) String indexerId= props.getProperty(IndexerPreferences.KEY_INDEXER_ID); ^^^^^^^^^^^^^^ Discouraged access: The field KEY_INDEXER_ID from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 883. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 348) props= IndexerPreferences.getProperties(getProject(), IndexerPreferences.SCOPE_INSTANCE); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 884. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 348) props= IndexerPreferences.getProperties(getProject(), IndexerPreferences.SCOPE_INSTANCE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getProperties(IProject, int) from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 885. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 348) props= IndexerPreferences.getProperties(getProject(), IndexerPreferences.SCOPE_INSTANCE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 886. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 348) props= IndexerPreferences.getProperties(getProject(), IndexerPreferences.SCOPE_INSTANCE); ^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_INSTANCE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 887. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 357) String indexerId= fCurrentProperties.getProperty(IndexerPreferences.KEY_INDEXER_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 888. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 357) String indexerId= fCurrentProperties.getProperty(IndexerPreferences.KEY_INDEXER_ID); ^^^^^^^^^^^^^^ Discouraged access: The field KEY_INDEXER_ID from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 889. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 368) enablePreferenceContent(scope != IndexerPreferences.SCOPE_INSTANCE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 890. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 368) enablePreferenceContent(scope != IndexerPreferences.SCOPE_INSTANCE); ^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_INSTANCE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 891. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 385) return IndexerPreferences.SCOPE_PROJECT_PRIVATE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 892. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 385) return IndexerPreferences.SCOPE_PROJECT_PRIVATE; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_PROJECT_PRIVATE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 893. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 388) return IndexerPreferences.SCOPE_PROJECT_SHARED; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 894. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 388) return IndexerPreferences.SCOPE_PROJECT_SHARED; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_PROJECT_SHARED from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 895. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 391) return IndexerPreferences.SCOPE_INSTANCE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 896. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 391) return IndexerPreferences.SCOPE_INSTANCE; ^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_INSTANCE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 897. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 486) if (scope != IndexerPreferences.SCOPE_INSTANCE || project == null) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 898. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 486) if (scope != IndexerPreferences.SCOPE_INSTANCE || project == null) { ^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_INSTANCE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 899. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 488) props.setProperty(IndexerPreferences.KEY_INDEXER_ID, indexerID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 900. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 488) props.setProperty(IndexerPreferences.KEY_INDEXER_ID, indexerID); ^^^^^^^^^^^^^^ Discouraged access: The field KEY_INDEXER_ID from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 901. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 495) IndexerPreferences.setProperties(project, scope, props); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 902. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 495) IndexerPreferences.setProperties(project, scope, props); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setProperties(IProject, int, Properties) from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 903. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 499) IndexerPreferences.setScope(project, scope); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 904. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 499) IndexerPreferences.setScope(project, scope); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setScope(IProject, int) from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 905. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 506) if (scope == IndexerPreferences.SCOPE_INSTANCE) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 906. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 506) if (scope == IndexerPreferences.SCOPE_INSTANCE) { ^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_INSTANCE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 907. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 522) CCoreInternals.savePreferences(project, scope == IndexerPreferences.SCOPE_PROJECT_SHARED); ^^^^^^^^^^^^^^ Discouraged access: The type CCoreInternals is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 908. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 522) CCoreInternals.savePreferences(project, scope == IndexerPreferences.SCOPE_PROJECT_SHARED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method savePreferences(IProject, boolean) from the type CCoreInternals is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 909. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 522) CCoreInternals.savePreferences(project, scope == IndexerPreferences.SCOPE_PROJECT_SHARED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 910. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 522) CCoreInternals.savePreferences(project, scope == IndexerPreferences.SCOPE_PROJECT_SHARED); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_PROJECT_SHARED from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 911. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 533) fCurrentProperties= IndexerPreferences.getDefaultIndexerProperties(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 912. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 533) fCurrentProperties= IndexerPreferences.getDefaultIndexerProperties(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefaultIndexerProperties() from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 913. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 534) updateForNewProperties(IndexerPreferences.SCOPE_INSTANCE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 914. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 534) updateForNewProperties(IndexerPreferences.SCOPE_INSTANCE); ^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_INSTANCE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 915. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/ISearchService.java (at line 17) import org.eclipse.core.runtime.CoreException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.CoreException is never used ---------- ---------- 916. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/LocalSearchService.java (at line 18) import org.eclipse.ptp.internal.rdt.core.miners.RemoteLocationConverter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.internal.rdt.core.miners.RemoteLocationConverter is never used ---------- ---------- 917. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 26) import org.eclipse.cdt.internal.ui.CPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 918. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 27) import org.eclipse.cdt.internal.ui.search.IPDOMSearchContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 919. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 28) import org.eclipse.cdt.internal.ui.search.ProblemSearchElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProblemSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 920. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 29) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 921. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 30) import org.eclipse.cdt.internal.ui.viewsupport.CUILabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 922. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 57) private final CUILabelProvider fCElementLabelProvider; ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 923. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 61) fCElementLabelProvider= new CUILabelProvider(0, CElementImageProvider.SMALL_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CUILabelProvider(int, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 924. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 61) fCElementLabelProvider= new CUILabelProvider(0, CElementImageProvider.SMALL_ICONS); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 925. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 61) fCElementLabelProvider= new CUILabelProvider(0, CElementImageProvider.SMALL_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 926. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 61) fCElementLabelProvider= new CUILabelProvider(0, CElementImageProvider.SMALL_ICONS); ^^^^^^^^^^^ Discouraged access: The field SMALL_ICONS from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 927. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 70) if (element instanceof ProblemSearchElement) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProblemSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 928. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 71) return CPluginImages.get(CPluginImages.IMG_OBJS_REFACTORING_WARNING); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 929. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 71) return CPluginImages.get(CPluginImages.IMG_OBJS_REFACTORING_WARNING); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method get(String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 930. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 71) return CPluginImages.get(CPluginImages.IMG_OBJS_REFACTORING_WARNING); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 931. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 71) return CPluginImages.get(CPluginImages.IMG_OBJS_REFACTORING_WARNING); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_OBJS_REFACTORING_WARNING from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 932. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 76) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDE); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 933. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 76) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method get(String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 934. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 76) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 935. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 76) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDE); ^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_OBJS_INCLUDE from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 936. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 79) if (element == IPDOMSearchContentProvider.URI_CONTAINER) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 937. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 79) if (element == IPDOMSearchContentProvider.URI_CONTAINER) { ^^^^^^^^^^^^^ Discouraged access: The field URI_CONTAINER from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 938. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 81) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDES_CONTAINER); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 939. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 81) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDES_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method get(String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 940. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 81) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDES_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 941. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 81) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDES_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_OBJS_INCLUDES_CONTAINER from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 942. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 85) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDES_FOLDER); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 943. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 85) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDES_FOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method get(String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 944. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 85) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDES_FOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 945. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 85) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDES_FOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_OBJS_INCLUDES_FOLDER from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 946. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 101) return fCElementLabelProvider.getImage(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getImage(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 947. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 109) else if (element instanceof ProblemSearchElement) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProblemSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 948. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 110) ProblemSearchElement pse= (ProblemSearchElement) element; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProblemSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 949. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 110) ProblemSearchElement pse= (ProblemSearchElement) element; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProblemSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 950. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 111) return ASTSignatureUtil.getProblemMessage(pse.getProblemID(), pse.getDetail()); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getProblemID() from the type ProblemSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 951. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 111) return ASTSignatureUtil.getProblemMessage(pse.getProblemID(), pse.getDetail()); ^^^^^^^^^^^^^^^ Discouraged access: The method getDetail() from the type ProblemSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 952. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 135) return fCElementLabelProvider.getText(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getText(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 953. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 30) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 954. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 31) import org.eclipse.cdt.internal.ui.search.IPDOMSearchContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 955. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 41) IStructuredContentProvider, IPDOMSearchContentProvider { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 956. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 47) Set uncoveredProjects = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 957. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 47) Set uncoveredProjects = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 958. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 52) List resultList = new ArrayList(Arrays.asList(results)); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 959. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 52) List resultList = new ArrayList(Arrays.asList(results)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 960. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 52) List resultList = new ArrayList(Arrays.asList(results)); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 961. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 56) resultList.add(IPDOMSearchContentProvider.INCOMPLETE_RESULTS_NODE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 962. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 56) resultList.add(IPDOMSearchContentProvider.INCOMPLETE_RESULTS_NODE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 963. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 56) resultList.add(IPDOMSearchContentProvider.INCOMPLETE_RESULTS_NODE); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field INCOMPLETE_RESULTS_NODE from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 964. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 65) uncoveredProjects.add(new Path(path).segment(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 965. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 78) resultList.add(createUnindexedProjectWarningElement(project)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 966. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 81) resultList.add(createClosedProjectWarningElement(project)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 967. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 92) CSearchMessages.PDOMSearchListContentProvider_IndexerNotEnabledMessageFormat, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 968. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 92) CSearchMessages.PDOMSearchListContentProvider_IndexerNotEnabledMessageFormat, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchListContentProvider_IndexerNotEnabledMessageFormat from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 969. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 99) CSearchMessages.PDOMSearchListContentProvider_ProjectClosedMessageFormat, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 970. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 99) CSearchMessages.PDOMSearchListContentProvider_ProjectClosedMessageFormat, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchListContentProvider_ProjectClosedMessageFormat from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 971. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 26) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 972. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 27) import org.eclipse.cdt.internal.ui.util.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 973. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 49) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 974. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 49) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method format(String, Object[]) from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 975. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 49) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 976. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 49) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchResultCollector_matches from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 977. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 29) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 978. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 30) import org.eclipse.cdt.internal.ui.search.CSearchUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 979. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 31) import org.eclipse.cdt.internal.ui.search.PDOMSearchPatternQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 980. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 32) import org.eclipse.cdt.internal.ui.util.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 981. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 33) import org.eclipse.cdt.internal.ui.util.RowLayouter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 982. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 100) CSearchMessages.CSearchPage_searchFor_classStruct, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 983. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 100) CSearchMessages.CSearchPage_searchFor_classStruct, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_classStruct from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 984. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 101) CSearchMessages.CSearchPage_searchFor_function, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 985. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 101) CSearchMessages.CSearchPage_searchFor_function, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_function from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 986. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 102) CSearchMessages.CSearchPage_searchFor_variable, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 987. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 102) CSearchMessages.CSearchPage_searchFor_variable, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_variable from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 988. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 103) CSearchMessages.CSearchPage_searchFor_union, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 989. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 103) CSearchMessages.CSearchPage_searchFor_union, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_union from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 990. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 104) CSearchMessages.CSearchPage_searchFor_method, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 991. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 104) CSearchMessages.CSearchPage_searchFor_method, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_method from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 992. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 105) CSearchMessages.CSearchPage_searchFor_field, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 993. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 105) CSearchMessages.CSearchPage_searchFor_field, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_field from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 994. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 106) CSearchMessages.CSearchPage_searchFor_enum, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 995. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 106) CSearchMessages.CSearchPage_searchFor_enum, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_enum from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 996. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 107) CSearchMessages.CSearchPage_searchFor_enumr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 997. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 107) CSearchMessages.CSearchPage_searchFor_enumr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_enumr from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 998. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 108) CSearchMessages.CSearchPage_searchFor_namespace, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 999. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 108) CSearchMessages.CSearchPage_searchFor_namespace, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_namespace from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1000. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 109) CSearchMessages.CSearchPage_searchFor_typedef, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1001. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 109) CSearchMessages.CSearchPage_searchFor_typedef, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_typedef from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1002. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 110) CSearchMessages.CSearchPage_searchFor_macro, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1003. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 110) CSearchMessages.CSearchPage_searchFor_macro, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_macro from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1004. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 111) CSearchMessages.CSearchPage_searchFor_any ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1005. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 111) CSearchMessages.CSearchPage_searchFor_any ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_any from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1006. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 116) new Integer(PDOMSearchPatternQuery.FIND_CLASS_STRUCT), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1007. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 116) new Integer(PDOMSearchPatternQuery.FIND_CLASS_STRUCT), ^^^^^^^^^^^^^^^^^ Discouraged access: The field FIND_CLASS_STRUCT from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1008. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 117) new Integer(PDOMSearchPatternQuery.FIND_FUNCTION), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1009. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 117) new Integer(PDOMSearchPatternQuery.FIND_FUNCTION), ^^^^^^^^^^^^^ Discouraged access: The field FIND_FUNCTION from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1010. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 118) new Integer(PDOMSearchPatternQuery.FIND_VARIABLE), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1011. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 118) new Integer(PDOMSearchPatternQuery.FIND_VARIABLE), ^^^^^^^^^^^^^ Discouraged access: The field FIND_VARIABLE from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1012. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 119) new Integer(PDOMSearchPatternQuery.FIND_UNION), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1013. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 119) new Integer(PDOMSearchPatternQuery.FIND_UNION), ^^^^^^^^^^ Discouraged access: The field FIND_UNION from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1014. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 120) new Integer(PDOMSearchPatternQuery.FIND_METHOD), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1015. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 120) new Integer(PDOMSearchPatternQuery.FIND_METHOD), ^^^^^^^^^^^ Discouraged access: The field FIND_METHOD from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1016. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 121) new Integer(PDOMSearchPatternQuery.FIND_FIELD), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1017. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 121) new Integer(PDOMSearchPatternQuery.FIND_FIELD), ^^^^^^^^^^ Discouraged access: The field FIND_FIELD from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1018. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 122) new Integer(PDOMSearchPatternQuery.FIND_ENUM), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1019. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 122) new Integer(PDOMSearchPatternQuery.FIND_ENUM), ^^^^^^^^^ Discouraged access: The field FIND_ENUM from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1020. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 123) new Integer(PDOMSearchPatternQuery.FIND_ENUMERATOR), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1021. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 123) new Integer(PDOMSearchPatternQuery.FIND_ENUMERATOR), ^^^^^^^^^^^^^^^ Discouraged access: The field FIND_ENUMERATOR from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1022. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 124) new Integer(PDOMSearchPatternQuery.FIND_NAMESPACE), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1023. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 124) new Integer(PDOMSearchPatternQuery.FIND_NAMESPACE), ^^^^^^^^^^^^^^ Discouraged access: The field FIND_NAMESPACE from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1024. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 125) new Integer(PDOMSearchPatternQuery.FIND_TYPEDEF), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1025. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 125) new Integer(PDOMSearchPatternQuery.FIND_TYPEDEF), ^^^^^^^^^^^^ Discouraged access: The field FIND_TYPEDEF from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1026. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 126) new Integer(PDOMSearchPatternQuery.FIND_MACRO), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1027. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 126) new Integer(PDOMSearchPatternQuery.FIND_MACRO), ^^^^^^^^^^ Discouraged access: The field FIND_MACRO from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1028. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 127) new Integer(PDOMSearchPatternQuery.FIND_ALL_TYPES) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1029. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 127) new Integer(PDOMSearchPatternQuery.FIND_ALL_TYPES) ^^^^^^^^^^^^^^ Discouraged access: The field FIND_ALL_TYPES from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1030. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 134) CSearchMessages.CSearchPage_limitTo_declarations, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1031. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 134) CSearchMessages.CSearchPage_limitTo_declarations, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_limitTo_declarations from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1032. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 135) CSearchMessages.CSearchPage_limitTo_definitions, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1033. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 135) CSearchMessages.CSearchPage_limitTo_definitions, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_limitTo_definitions from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1034. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 136) CSearchMessages.CSearchPage_limitTo_references, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1035. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 136) CSearchMessages.CSearchPage_limitTo_references, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_limitTo_references from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1036. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 137) CSearchMessages.CSearchPage_limitTo_allOccurrences ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1037. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 137) CSearchMessages.CSearchPage_limitTo_allOccurrences ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_limitTo_allOccurrences from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1038. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 187) searchFlags |= PDOMSearchPatternQuery.FIND_ALL_TYPES; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1039. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 187) searchFlags |= PDOMSearchPatternQuery.FIND_ALL_TYPES; ^^^^^^^^^^^^^^ Discouraged access: The field FIND_ALL_TYPES from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1040. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 200) List elements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1041. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 200) List elements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 1042. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 205) scopeDescription = CSearchMessages.ProjectScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1043. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 205) scopeDescription = CSearchMessages.ProjectScope; ^^^^^^^^^^^^ Discouraged access: The field ProjectScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1044. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 206) for (Iterator i = structuredSelection.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 1045. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 209) elements.add(project); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 1046. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 215) scopeDescription = CSearchMessages.SelectionScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1047. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 215) scopeDescription = CSearchMessages.SelectionScope; ^^^^^^^^^^^^^^ Discouraged access: The field SelectionScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1048. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 216) for (Iterator i = structuredSelection.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 1049. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 219) elements.add(CoreModel.getDefault().create((IResource)obj)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 1050. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 221) elements.add(obj); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 1051. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 227) scopeDescription = CSearchMessages.WorkspaceScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1052. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 227) scopeDescription = CSearchMessages.WorkspaceScope; ^^^^^^^^^^^^^^ Discouraged access: The field WorkspaceScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1053. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 232) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(workingSets)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method format(String, Object[]) from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1054. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 232) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(workingSets)); ^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1055. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 232) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(workingSets)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1056. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 232) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(workingSets)); ^^^^^^^^^^^^^^^ Discouraged access: The field WorkingSetScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1057. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 232) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(workingSets)); ^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1058. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 232) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(workingSets)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method toString(IWorkingSet[]) from the type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1059. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 238) elements.add(project); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 1060. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 247) : (ICElement[])elements.toArray(new ICElement[elements.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 1061. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 283) fLineManager.setErrorMessage(CSearchMessages.PDOMSearch_query_pattern_error); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1062. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 283) fLineManager.setErrorMessage(CSearchMessages.PDOMSearch_query_pattern_error); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearch_query_pattern_error from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1063. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 328) RowLayouter layouter = new RowLayouter( layout.numColumns ); ^^^^^^^^^^^ Discouraged access: The type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1064. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 328) RowLayouter layouter = new RowLayouter( layout.numColumns ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor RowLayouter(int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1065. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 328) RowLayouter layouter = new RowLayouter( layout.numColumns ); ^^^^^^^^^^^ Discouraged access: The type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1066. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 333) layouter.setDefaultGridData( gd, 0 ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setDefaultGridData(GridData, int) from the type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1067. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 334) layouter.setDefaultGridData( gd, 1 ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setDefaultGridData(GridData, int) from the type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1068. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 335) layouter.setDefaultSpan(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setDefaultSpan() from the type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1069. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 337) layouter.perform( createExpression(result) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method perform(Control) from the type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1070. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 338) layouter.perform( createSearchFor(result), createLimitTo(result), -1 ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method perform(Control, Control, int) from the type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1071. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 378) label.setText( CSearchMessages.CSearchPage_expression_label ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1072. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 378) label.setText( CSearchMessages.CSearchPage_expression_label ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_expression_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1073. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 404) caseSensitiveButton.setText(CSearchMessages.CSearchPage_expression_caseSensitive); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1074. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 404) caseSensitiveButton.setText(CSearchMessages.CSearchPage_expression_caseSensitive); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_expression_caseSensitive from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1075. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 419) result.setText( CSearchMessages.CSearchPage_limitTo_label ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1076. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 419) result.setText( CSearchMessages.CSearchPage_limitTo_label ); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_limitTo_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1077. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPatternQueryAdapter.java (at line 20) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1078. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPatternQueryAdapter.java (at line 21) import org.eclipse.cdt.internal.ui.util.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1079. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPatternQueryAdapter.java (at line 33) return Messages.format(CSearchMessages.PDOMSearchPatternQuery_PatternQuery_labelPatternInScope, super.getLabel(), ((RemoteSearchPatternQuery) fQuery).getPattern(), ((RemoteSearchPatternQuery) fQuery).getScopeDescription()); ^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1080. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPatternQueryAdapter.java (at line 33) return Messages.format(CSearchMessages.PDOMSearchPatternQuery_PatternQuery_labelPatternInScope, super.getLabel(), ((RemoteSearchPatternQuery) fQuery).getPattern(), ((RemoteSearchPatternQuery) fQuery).getScopeDescription()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method format(String, Object[]) from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1081. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPatternQueryAdapter.java (at line 33) return Messages.format(CSearchMessages.PDOMSearchPatternQuery_PatternQuery_labelPatternInScope, super.getLabel(), ((RemoteSearchPatternQuery) fQuery).getPattern(), ((RemoteSearchPatternQuery) fQuery).getScopeDescription()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1082. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPatternQueryAdapter.java (at line 33) return Messages.format(CSearchMessages.PDOMSearchPatternQuery_PatternQuery_labelPatternInScope, super.getLabel(), ((RemoteSearchPatternQuery) fQuery).getPattern(), ((RemoteSearchPatternQuery) fQuery).getScopeDescription()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchPatternQuery_PatternQuery_labelPatternInScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1083. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 23) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1084. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 67) type = CSearchMessages.PDOMSearchQuery_refs_label; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1085. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 67) type = CSearchMessages.PDOMSearchQuery_refs_label; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchQuery_refs_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1086. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 69) type = CSearchMessages.PDOMSearchQuery_decls_label; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1087. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 69) type = CSearchMessages.PDOMSearchQuery_decls_label; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchQuery_decls_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1088. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 71) type = CSearchMessages.PDOMSearchQuery_defs_label; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1089. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 71) type = CSearchMessages.PDOMSearchQuery_defs_label; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchQuery_defs_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1090. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 31) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1091. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 32) import org.eclipse.cdt.internal.ui.util.ExternalEditorInput; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1092. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 33) import org.eclipse.cdt.internal.ui.util.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1093. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 75) private String getFileName(IEditorPart editor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFileName(IEditorPart) from the type RemoteSearchResult is never used locally ---------- 1094. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 86) } else if (input instanceof ExternalEditorInput) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1095. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 87) ExternalEditorInput extInput = (ExternalEditorInput)input; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1096. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 87) ExternalEditorInput extInput = (ExternalEditorInput)input; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1097. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 88) if(extInput.getPath() != null) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getPath() from the type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1098. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 89) return extInput.getPath().toOSString(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getPath() from the type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1099. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 122) } else if (input instanceof ExternalEditorInput) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 123) ExternalEditorInput extInput = (ExternalEditorInput)input; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 123) ExternalEditorInput extInput = (ExternalEditorInput)input; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 124) return extInput.getTranslationUnit().getLocationURI(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTranslationUnit() from the type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 153) private Match[] computeContainedMatches(AbstractTextSearchResult result, String filename) throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method computeContainedMatches(AbstractTextSearchResult, String) from the type RemoteSearchResult is never used locally ---------- 1104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 238) String countLabel = Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(getMatchCount())); ^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 238) String countLabel = Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(getMatchCount())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method format(String, Object[]) from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 238) String countLabel = Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(getMatchCount())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 238) String countLabel = Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(getMatchCount())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchResultCollector_matches from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 37) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 38) import org.eclipse.cdt.internal.ui.search.IPDOMSearchContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 55) public class RemoteSearchTreeContentProvider implements ITreeContentProvider, IPDOMSearchContentProvider { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 62) Set children = tree.get(parentElement); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 1112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 70) Iterator p = tree.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 1113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 73) Set children = tree.get(parent); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 1114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 106) CSearchMessages.PDOMSearchTreeContentProvider_IndexerNotEnabledWarning)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 106) CSearchMessages.PDOMSearchTreeContentProvider_IndexerNotEnabledWarning)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchTreeContentProvider_IndexerNotEnabledWarning from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 117) CSearchMessages.PDOMSearchTreeContentProvider_ProjectClosedWarning)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 117) CSearchMessages.PDOMSearchTreeContentProvider_ProjectClosedWarning)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchTreeContentProvider_ProjectClosedWarning from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 165) insertChild(IPDOMSearchContentProvider.URI_CONTAINER, location.getURI()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 165) insertChild(IPDOMSearchContentProvider.URI_CONTAINER, location.getURI()); ^^^^^^^^^^^^^ Discouraged access: The field URI_CONTAINER from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 166) insertChild(result, IPDOMSearchContentProvider.URI_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 166) insertChild(result, IPDOMSearchContentProvider.URI_CONTAINER); ^^^^^^^^^^^^^ Discouraged access: The field URI_CONTAINER from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 253) insertChild(result, IPDOMSearchContentProvider.INCOMPLETE_RESULTS_NODE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 253) insertChild(result, IPDOMSearchContentProvider.INCOMPLETE_RESULTS_NODE); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field INCOMPLETE_RESULTS_NODE from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 279) Set siblings = tree.get(parent); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- ---------- 1125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 23) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 24) import org.eclipse.cdt.internal.ui.util.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 41) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 41) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method format(String, Object[]) from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 41) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 41) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchResultCollector_matches from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 25) import org.eclipse.cdt.internal.ui.search.IPDOMSearchContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 26) import org.eclipse.cdt.internal.ui.search.TypeInfoSearchElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TypeInfoSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 27) import org.eclipse.cdt.internal.ui.util.EditorUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 35) import org.eclipse.jface.viewers.Viewer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.viewers.Viewer is never used ---------- 1135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 37) import org.eclipse.jface.viewers.ViewerSorter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.viewers.ViewerSorter is never used ---------- 1136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 49) private IPDOMSearchContentProvider contentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 62) contentProvider.elementsChanged(objects); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method elementsChanged(Object[]) from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 68) contentProvider.clear(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method clear() from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 103) if (element instanceof TypeInfoSearchElement) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TypeInfoSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 104) TypeInfoSearchElement searchElement = (TypeInfoSearchElement)element; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TypeInfoSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 104) TypeInfoSearchElement searchElement = (TypeInfoSearchElement)element; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TypeInfoSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 105) int type = searchElement.getTypeInfo().getCElementType(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTypeInfo() from the type TypeInfoSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 126) if (element == IPDOMSearchContentProvider.URI_CONTAINER) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 126) if (element == IPDOMSearchContentProvider.URI_CONTAINER) { ^^^^^^^^^^^^^ Discouraged access: The field URI_CONTAINER from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 161) editor = EditorUtility.openInEditor(path, null); ^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 161) editor = EditorUtility.openInEditor(path, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method openInEditor(IPath, ICElement) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 163) editor = EditorUtility.openInEditor(ifl.getURI(), null); ^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 163) editor = EditorUtility.openInEditor(ifl.getURI(), null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method openInEditor(URI, ICElement) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 25) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 26) import org.eclipse.cdt.internal.ui.editor.ICEditorActionDefinitionIds; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 27) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 28) import org.eclipse.cdt.internal.ui.search.CSearchUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 43) private CEditor fEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 59) public DeclarationsSearchGroup(CEditor editor) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 63) fFindDeclarationsAction.setActionDefinitionId(ICEditorActionDefinitionIds.FIND_DECL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 63) fFindDeclarationsAction.setActionDefinitionId(ICEditorActionDefinitionIds.FIND_DECL); ^^^^^^^^^ Discouraged access: The field FIND_DECL from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 65) editor.setAction(ICEditorActionDefinitionIds.FIND_DECL, fFindDeclarationsAction); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 65) editor.setAction(ICEditorActionDefinitionIds.FIND_DECL, fFindDeclarationsAction); ^^^^^^^^^ Discouraged access: The field FIND_DECL from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 80) IMenuManager declarationsMenu = new MenuManager(CSearchMessages.group_declarations, IContextMenuConstants.GROUP_SEARCH); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 80) IMenuManager declarationsMenu = new MenuManager(CSearchMessages.group_declarations, IContextMenuConstants.GROUP_SEARCH); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field group_declarations from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 100) ArrayList actions= new ArrayList(CSearchUtil.LRU_WORKINGSET_LIST_SIZE); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 1162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 100) ArrayList actions= new ArrayList(CSearchUtil.LRU_WORKINGSET_LIST_SIZE); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 1163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 100) ArrayList actions= new ArrayList(CSearchUtil.LRU_WORKINGSET_LIST_SIZE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 100) ArrayList actions= new ArrayList(CSearchUtil.LRU_WORKINGSET_LIST_SIZE); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field LRU_WORKINGSET_LIST_SIZE from the type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 102) Iterator iter= CSearchUtil.getLRUWorkingSets().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 1166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 102) Iterator iter= CSearchUtil.getLRUWorkingSets().iterator(); ^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 102) Iterator iter= CSearchUtil.getLRUWorkingSets().iterator(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getLRUWorkingSets() from the type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 102) Iterator iter= CSearchUtil.getLRUWorkingSets().iterator(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method iterator() from the type LRUWorkingSets is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 107) action= new WorkingSetFindAction(fEditor, new FindDeclarationsInWorkingSetAction(fEditor, workingSets), CSearchUtil.toString(workingSets)); ^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 107) action= new WorkingSetFindAction(fEditor, new FindDeclarationsInWorkingSetAction(fEditor, workingSets), CSearchUtil.toString(workingSets)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method toString(IWorkingSet[]) from the type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 109) action= new WorkingSetFindAction(fSite, new FindDeclarationsInWorkingSetAction(fSite, workingSets), CSearchUtil.toString(workingSets)); ^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 109) action= new WorkingSetFindAction(fSite, new FindDeclarationsInWorkingSetAction(fSite, workingSets), CSearchUtil.toString(workingSets)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method toString(IWorkingSet[]) from the type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 111) actions.add(action); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 1174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 114) return (FindAction[])actions.toArray(new FindAction[actions.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 1175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 126) List list= ((IStructuredSelection)sel).toList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 1176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindAction.java (at line 23) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindAction.java (at line 24) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindAction.java (at line 43) public FindAction(CEditor editor){ ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindAction.java (at line 62) ICElement element = fEditor.getInputCElement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInputCElement() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindAction.java (at line 71) showStatusLineMessage(CSearchMessages.CSearchOperation_operationUnavailable_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindAction.java (at line 71) showStatusLineMessage(CSearchMessages.CSearchOperation_operationUnavailable_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchOperation_operationUnavailable_message from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 21) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 22) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 23) import org.eclipse.cdt.internal.ui.search.PDOMSearchQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 30) public FindDeclarationsAction(CEditor editor, String label, String tooltip){ ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 36) public FindDeclarationsAction(CEditor editor){ ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 38) CSearchMessages.CSearch_FindDeclarationAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 38) CSearchMessages.CSearch_FindDeclarationAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindDeclarationAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 39) CSearchMessages.CSearch_FindDeclarationAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 39) CSearchMessages.CSearch_FindDeclarationAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindDeclarationAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 44) CSearchMessages.CSearch_FindDeclarationAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 44) CSearchMessages.CSearch_FindDeclarationAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindDeclarationAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 45) CSearchMessages.CSearch_FindDeclarationAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 45) CSearchMessages.CSearch_FindDeclarationAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindDeclarationAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 59) return CSearchMessages.WorkspaceScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 59) return CSearchMessages.WorkspaceScope; ^^^^^^^^^^^^^^ Discouraged access: The field WorkspaceScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 63) return PDOMSearchQuery.FIND_DECLARATIONS_DEFINITIONS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 63) return PDOMSearchQuery.FIND_DECLARATIONS_DEFINITIONS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field FIND_DECLARATIONS_DEFINITIONS from the type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 21) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 22) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 23) import org.eclipse.cdt.internal.ui.search.PDOMSearchQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 31) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 31) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesInWorkingSetAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 32) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_tooltip, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 32) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_tooltip, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesInWorkingSetAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 36) public FindDeclarationsInWorkingSetAction(CEditor editor, IWorkingSet[] workingSets) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 38) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 38) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesInWorkingSetAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 39) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_tooltip, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 39) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_tooltip, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesInWorkingSetAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 44) return PDOMSearchQuery.FIND_DECLARATIONS_DEFINITIONS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 44) return PDOMSearchQuery.FIND_DECLARATIONS_DEFINITIONS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field FIND_DECLARATIONS_DEFINITIONS from the type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 23) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 24) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 25) import org.eclipse.cdt.internal.ui.search.PDOMSearchQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 33) public FindDeclarationsProjectAction(CEditor editor, String label, String tooltip){ ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 39) public FindDeclarationsProjectAction(CEditor editor){ ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 41) CSearchMessages.CSearch_FindDeclarationsProjectAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 41) CSearchMessages.CSearch_FindDeclarationsProjectAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindDeclarationsProjectAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 42) CSearchMessages.CSearch_FindDeclarationsProjectAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 42) CSearchMessages.CSearch_FindDeclarationsProjectAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindDeclarationsProjectAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 47) CSearchMessages.CSearch_FindDeclarationsProjectAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 47) CSearchMessages.CSearch_FindDeclarationsProjectAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindDeclarationsProjectAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 48) CSearchMessages.CSearch_FindDeclarationsProjectAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 48) CSearchMessages.CSearch_FindDeclarationsProjectAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindDeclarationsProjectAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 60) project = fEditor.getInputCElement().getCProject(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInputCElement() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 76) return CSearchMessages.ProjectScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 76) return CSearchMessages.ProjectScope; ^^^^^^^^^^^^ Discouraged access: The field ProjectScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 80) return PDOMSearchQuery.FIND_DECLARATIONS_DEFINITIONS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 80) return PDOMSearchQuery.FIND_DECLARATIONS_DEFINITIONS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field FIND_DECLARATIONS_DEFINITIONS from the type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 25) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 26) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 27) import org.eclipse.cdt.internal.ui.search.CSearchUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 28) import org.eclipse.cdt.internal.ui.util.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 42) public FindInWorkingSetAction(CEditor editor, String label, String tooltip, IWorkingSet[] workingSets) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 62) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, new String[] {CSearchUtil.toString(fWorkingSets)}); ^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 62) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, new String[] {CSearchUtil.toString(fWorkingSets)}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type Messages. It could alternatively be cast to Object for a varargs invocation ---------- 1238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 62) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, new String[] {CSearchUtil.toString(fWorkingSets)}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method format(String, Object[]) from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 62) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, new String[] {CSearchUtil.toString(fWorkingSets)}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 62) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, new String[] {CSearchUtil.toString(fWorkingSets)}); ^^^^^^^^^^^^^^^ Discouraged access: The field WorkingSetScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 62) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, new String[] {CSearchUtil.toString(fWorkingSets)}); ^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 62) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, new String[] {CSearchUtil.toString(fWorkingSets)}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method toString(IWorkingSet[]) from the type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 76) List scope = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 76) List scope = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 1245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 82) scope.add(element); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 1246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 86) return (ICElement[])scope.toArray(new ICElement[scope.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 1247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 21) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 22) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 23) import org.eclipse.cdt.internal.ui.search.PDOMSearchQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 28) public FindRefsAction(CEditor editor) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 30) CSearchMessages.CSearch_FindReferencesAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 30) CSearchMessages.CSearch_FindReferencesAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 31) CSearchMessages.CSearch_FindReferencesAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 31) CSearchMessages.CSearch_FindReferencesAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 36) CSearchMessages.CSearch_FindReferencesAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 36) CSearchMessages.CSearch_FindReferencesAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 37) CSearchMessages.CSearch_FindReferencesAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 37) CSearchMessages.CSearch_FindReferencesAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 40) public FindRefsAction(CEditor editor, String label, String tooltip) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 53) return CSearchMessages.WorkspaceScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 53) return CSearchMessages.WorkspaceScope; ^^^^^^^^^^^^^^ Discouraged access: The field WorkspaceScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 61) return PDOMSearchQuery.FIND_REFERENCES; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 61) return PDOMSearchQuery.FIND_REFERENCES; ^^^^^^^^^^^^^^^ Discouraged access: The field FIND_REFERENCES from the type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 21) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 22) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 23) import org.eclipse.cdt.internal.ui.search.PDOMSearchQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 29) public FindRefsInWorkingSetAction(CEditor editor, IWorkingSet[] workingSets) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 31) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 31) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesInWorkingSetAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 32) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_tooltip, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 32) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_tooltip, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesInWorkingSetAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 38) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 38) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesInWorkingSetAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 39) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_tooltip, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 39) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_tooltip, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesInWorkingSetAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 44) return PDOMSearchQuery.FIND_REFERENCES; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 44) return PDOMSearchQuery.FIND_REFERENCES; ^^^^^^^^^^^^^^^ Discouraged access: The field FIND_REFERENCES from the type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 23) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 24) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 25) import org.eclipse.cdt.internal.ui.search.PDOMSearchQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 33) public FindRefsProjectAction(CEditor editor, String label, String tooltip){ ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 39) public FindRefsProjectAction(CEditor editor){ ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 41) CSearchMessages.CSearch_FindReferencesProjectAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 41) CSearchMessages.CSearch_FindReferencesProjectAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesProjectAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 42) CSearchMessages.CSearch_FindReferencesProjectAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 42) CSearchMessages.CSearch_FindReferencesProjectAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesProjectAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 47) CSearchMessages.CSearch_FindReferencesProjectAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 47) CSearchMessages.CSearch_FindReferencesProjectAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesProjectAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 48) CSearchMessages.CSearch_FindReferencesProjectAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 48) CSearchMessages.CSearch_FindReferencesProjectAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesProjectAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 60) project = fEditor.getInputCElement().getCProject(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInputCElement() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 76) return CSearchMessages.ProjectScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 76) return CSearchMessages.ProjectScope; ^^^^^^^^^^^^ Discouraged access: The field ProjectScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 80) return PDOMSearchQuery.FIND_REFERENCES; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 80) return PDOMSearchQuery.FIND_REFERENCES; ^^^^^^^^^^^^^^^ Discouraged access: The field FIND_REFERENCES from the type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 34) import org.eclipse.cdt.internal.ui.actions.OpenActionUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenActionUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 35) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 36) import org.eclipse.cdt.internal.ui.editor.CEditorMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 37) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 38) import org.eclipse.cdt.internal.ui.text.CWordFinder; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CWordFinder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 39) import org.eclipse.cdt.internal.ui.util.EditorUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 73) super(CEditorMessages.OpenDeclarations_dialog_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 73) super(CEditorMessages.OpenDeclarations_dialog_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenDeclarations_dialog_title from the type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 94) public OpenDeclarationsAction(CEditor editor) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 96) setText(CEditorMessages.OpenDeclarations_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 96) setText(CEditorMessages.OpenDeclarations_label); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenDeclarations_label from the type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 97) setToolTipText(CEditorMessages.OpenDeclarations_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 97) setToolTipText(CEditorMessages.OpenDeclarations_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenDeclarations_tooltip from the type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1309. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 98) setDescription(CEditorMessages.OpenDeclarations_description); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1310. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 98) setDescription(CEditorMessages.OpenDeclarations_description); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenDeclarations_description from the type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1311. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 126) String contents = fEditor.getViewer().getDocument().get(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getViewer() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1312. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 210) IEditorPart editor = EditorUtility.openInEditor(uri, element); ^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1313. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 210) IEditorPart editor = EditorUtility.openInEditor(uri, element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method openInEditor(URI, ICElement) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1314. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 238) target = OpenActionUtil.selectCElement(elements, getSite().getShell(), ^^^^^^^^^^^^^^ Discouraged access: The type OpenActionUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1315. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 238) target = OpenActionUtil.selectCElement(elements, getSite().getShell(), CEditorMessages.OpenDeclarationsAction_dialog_title, CEditorMessages.OpenDeclarationsAction_selectMessage, CElementBaseLabels.ALL_DEFAULT | CElementBaseLabels.ALL_FULLY_QUALIFIED | CElementBaseLabels.MF_POST_FILE_QUALIFIED, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method selectCElement(ICElement[], Shell, String, String, int, int) from the type OpenActionUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1316. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 239) CEditorMessages.OpenDeclarationsAction_dialog_title, CEditorMessages.OpenDeclarationsAction_selectMessage, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1317. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 239) CEditorMessages.OpenDeclarationsAction_dialog_title, CEditorMessages.OpenDeclarationsAction_selectMessage, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenDeclarationsAction_dialog_title from the type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1318. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 239) CEditorMessages.OpenDeclarationsAction_dialog_title, CEditorMessages.OpenDeclarationsAction_selectMessage, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1319. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 239) CEditorMessages.OpenDeclarationsAction_dialog_title, CEditorMessages.OpenDeclarationsAction_selectMessage, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenDeclarationsAction_selectMessage from the type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1320. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 261) CSearchMessages.SelectionParseAction_FileOpenFailure_format, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1321. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 261) CSearchMessages.SelectionParseAction_FileOpenFailure_format, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SelectionParseAction_FileOpenFailure_format from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1322. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 326) IRegion reg= CWordFinder.findWord(document, fTextSelection.getOffset()); ^^^^^^^^^^^ Discouraged access: The type CWordFinder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1323. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 326) IRegion reg= CWordFinder.findWord(document, fTextSelection.getOffset()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method findWord(IDocument, int) from the type CWordFinder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1324. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 23) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1325. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 24) import org.eclipse.cdt.internal.ui.editor.ICEditorActionDefinitionIds; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1326. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 25) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1327. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 26) import org.eclipse.cdt.internal.ui.search.CSearchUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1328. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 41) private CEditor fEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1329. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 54) public ReferencesSearchGroup(CEditor editor) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1330. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 58) fFindRefsAction.setActionDefinitionId(ICEditorActionDefinitionIds.FIND_REFS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1331. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 58) fFindRefsAction.setActionDefinitionId(ICEditorActionDefinitionIds.FIND_REFS); ^^^^^^^^^ Discouraged access: The field FIND_REFS from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1332. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 60) editor.setAction(ICEditorActionDefinitionIds.FIND_REFS, fFindRefsAction); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1333. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 60) editor.setAction(ICEditorActionDefinitionIds.FIND_REFS, fFindRefsAction); ^^^^^^^^^ Discouraged access: The field FIND_REFS from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1334. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 75) IMenuManager refsMenu = new MenuManager(CSearchMessages.group_references, IContextMenuConstants.GROUP_SEARCH); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1335. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 75) IMenuManager refsMenu = new MenuManager(CSearchMessages.group_references, IContextMenuConstants.GROUP_SEARCH); ^^^^^^^^^^^^^^^^ Discouraged access: The field group_references from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1336. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 97) ArrayList actions= new ArrayList(CSearchUtil.LRU_WORKINGSET_LIST_SIZE); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 1337. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 97) ArrayList actions= new ArrayList(CSearchUtil.LRU_WORKINGSET_LIST_SIZE); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 1338. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 97) ArrayList actions= new ArrayList(CSearchUtil.LRU_WORKINGSET_LIST_SIZE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1339. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 97) ArrayList actions= new ArrayList(CSearchUtil.LRU_WORKINGSET_LIST_SIZE); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field LRU_WORKINGSET_LIST_SIZE from the type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1340. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 99) Iterator iter= CSearchUtil.getLRUWorkingSets().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 1341. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 99) Iterator iter= CSearchUtil.getLRUWorkingSets().iterator(); ^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1342. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 99) Iterator iter= CSearchUtil.getLRUWorkingSets().iterator(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getLRUWorkingSets() from the type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1343. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 99) Iterator iter= CSearchUtil.getLRUWorkingSets().iterator(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method iterator() from the type LRUWorkingSets is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1344. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 104) action= new WorkingSetFindAction(fEditor, new FindRefsInWorkingSetAction(fEditor, workingSets), CSearchUtil.toString(workingSets)); ^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1345. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 104) action= new WorkingSetFindAction(fEditor, new FindRefsInWorkingSetAction(fEditor, workingSets), CSearchUtil.toString(workingSets)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method toString(IWorkingSet[]) from the type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1346. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 106) action= new WorkingSetFindAction(fSite, new FindRefsInWorkingSetAction(fSite, workingSets), CSearchUtil.toString(workingSets)); ^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1347. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 106) action= new WorkingSetFindAction(fSite, new FindRefsInWorkingSetAction(fSite, workingSets), CSearchUtil.toString(workingSets)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method toString(IWorkingSet[]) from the type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1348. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 108) actions.add(action); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 1349. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 111) return (FindAction[])actions.toArray(new FindAction[actions.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 1350. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 27) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1351. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 28) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1352. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 29) import org.eclipse.cdt.internal.ui.util.EditorUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1353. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 30) import org.eclipse.cdt.internal.ui.util.StatusLineHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1354. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 48) protected CEditor fEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1355. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 54) public SelectionParseAction( CEditor editor ) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1356. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 70) StatusLineHandler.showStatusLineMessage(fSite, message); ^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1357. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 70) StatusLineHandler.showStatusLineMessage(fSite, message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method showStatusLineMessage(IWorkbenchSite, String) from the type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1358. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 73) StatusLineHandler.clearStatusLine(fSite); ^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1359. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 73) StatusLineHandler.clearStatusLine(fSite); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method clearStatusLine(IWorkbenchSite) from the type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1360. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 117) IEditorPart editor = EditorUtility.openInEditor(path, fEditor.getInputCElement()); ^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1361. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 117) IEditorPart editor = EditorUtility.openInEditor(path, fEditor.getInputCElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method openInEditor(IPath, ICElement) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1362. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 117) IEditorPart editor = EditorUtility.openInEditor(path, fEditor.getInputCElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInputCElement() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1363. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 128) CSearchMessages.SelectionParseAction_FileOpenFailure_format, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1364. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 128) CSearchMessages.SelectionParseAction_FileOpenFailure_format, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SelectionParseAction_FileOpenFailure_format from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1365. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 133) showStatusLineMessage(CSearchMessages.SelectionParseAction_SelectedTextNotSymbol_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1366. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 133) showStatusLineMessage(CSearchMessages.SelectionParseAction_SelectedTextNotSymbol_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SelectionParseAction_SelectedTextNotSymbol_message from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1367. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 138) CSearchMessages.SelectionParseAction_SymbolNotFoundInIndex_format, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1368. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 138) CSearchMessages.SelectionParseAction_SymbolNotFoundInIndex_format, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SelectionParseAction_SymbolNotFoundInIndex_format from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1369. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 144) CSearchMessages.SelectionParseAction_IncludeNotFound_format, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1370. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 144) CSearchMessages.SelectionParseAction_IncludeNotFound_format, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SelectionParseAction_IncludeNotFound_format from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1371. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionSearchGroup.java (at line 23) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1372. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionSearchGroup.java (at line 34) private CEditor fEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1373. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionSearchGroup.java (at line 39) public SelectionSearchGroup(CEditor editor){ ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1374. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionSearchGroup.java (at line 79) List list= ((IStructuredSelection)sel).toList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 1375. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/WorkingSetFindAction.java (at line 22) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1376. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/WorkingSetFindAction.java (at line 29) public WorkingSetFindAction(CEditor editor, FindAction action, String string) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1377. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 21) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1378. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 22) import org.eclipse.cdt.internal.ui.typehierarchy.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1379. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 23) import org.eclipse.cdt.internal.ui.typehierarchy.TypeHierarchyUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1380. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 47) setText(Messages.OpenTypeHierarchyAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1381. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 47) setText(Messages.OpenTypeHierarchyAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenTypeHierarchyAction_label from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1382. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 48) setToolTipText(Messages.OpenTypeHierarchyAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1383. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 48) setToolTipText(Messages.OpenTypeHierarchyAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenTypeHierarchyAction_tooltip from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1384. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 58) IProject project = ((CEditor) fEditor).getInputCElement().getCProject().getProject(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInputCElement() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1385. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 58) IProject project = ((CEditor) fEditor).getInputCElement().getCProject().getProject(); ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1386. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 105) setEnabled(TypeHierarchyUI.isValidInput(elem)); ^^^^^^^^^^^^^^^ Discouraged access: The type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1387. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 105) setEnabled(TypeHierarchyUI.isValidInput(elem)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isValidInput(ICElement) from the type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1388. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 112) private Object getAdapter(Object object, Class desiredClass) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 1389. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 23) import org.eclipse.cdt.internal.ui.browser.opentype.ElementSelectionDialog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ElementSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1390. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 24) import org.eclipse.cdt.internal.ui.typehierarchy.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1391. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 59) ElementSelectionDialog dialog = new ElementSelectionDialog(getShell()); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ElementSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1392. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 59) ElementSelectionDialog dialog = new ElementSelectionDialog(getShell()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ElementSelectionDialog(Shell) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1393. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 59) ElementSelectionDialog dialog = new ElementSelectionDialog(getShell()); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ElementSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1394. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 75) String title = Messages.OpenTypeInHierarchyAction_errorTitle; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1395. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 75) String title = Messages.OpenTypeInHierarchyAction_errorTitle; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenTypeInHierarchyAction_errorTitle from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1396. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 76) String message = NLS.bind(Messages.OpenTypeInHierarchyAction_errorNoDefinition, info.getQualifiedTypeName().toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1397. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 76) String message = NLS.bind(Messages.OpenTypeInHierarchyAction_errorNoDefinition, info.getQualifiedTypeName().toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenTypeInHierarchyAction_errorNoDefinition from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1398. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 95) private void configureDialog(ElementSelectionDialog dialog) { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ElementSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1399. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 98) dialog.setTitle(Messages.OpenTypeInHierarchyAction_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1400. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 98) dialog.setTitle(Messages.OpenTypeInHierarchyAction_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenTypeInHierarchyAction_title from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1401. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 99) dialog.setUpperListLabel(Messages.OpenTypeInHierarchyAction_upperListLabel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1402. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 99) dialog.setUpperListLabel(Messages.OpenTypeInHierarchyAction_upperListLabel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenTypeInHierarchyAction_upperListLabel from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1403. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 100) dialog.setMessage(Messages.OpenTypeInHierarchyAction_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1404. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 100) dialog.setMessage(Messages.OpenTypeInHierarchyAction_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenTypeInHierarchyAction_message from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1405. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 34) import org.eclipse.cdt.internal.ui.CPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1406. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 35) import org.eclipse.cdt.internal.ui.IContextMenuConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1407. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 36) import org.eclipse.cdt.internal.ui.editor.ICEditorActionDefinitionIds; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1408. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 37) import org.eclipse.cdt.internal.ui.typehierarchy.ITHModelPresenter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITHModelPresenter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1409. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 38) import org.eclipse.cdt.internal.ui.typehierarchy.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1410. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 39) import org.eclipse.cdt.internal.ui.typehierarchy.THNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1411. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 40) import org.eclipse.cdt.internal.ui.util.EditorUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1412. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 41) import org.eclipse.cdt.internal.ui.viewsupport.AdaptingSelectionProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AdaptingSelectionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1413. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 42) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1414. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 43) import org.eclipse.cdt.internal.ui.viewsupport.CElementLabels; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1415. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 44) import org.eclipse.cdt.internal.ui.viewsupport.CUILabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1416. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 45) import org.eclipse.cdt.internal.ui.viewsupport.SelectionProviderMediator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SelectionProviderMediator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1417. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 46) import org.eclipse.cdt.internal.ui.viewsupport.WorkingSetFilterUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1418. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 118) public class RemoteTHViewPart extends ViewPart implements ITHModelPresenter { ^^^^^^^^^^^^^^^^^ Discouraged access: The type ITHModelPresenter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1419. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 141) private static final int MEMBER_ICON_OPTIONS = CElementImageProvider.OVERLAY_ICONS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1420. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 141) private static final int MEMBER_ICON_OPTIONS = CElementImageProvider.OVERLAY_ICONS; ^^^^^^^^^^^^^ Discouraged access: The field OVERLAY_ICONS from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1421. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 162) private CUILabelProvider fMemberLabelProvider; ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1422. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 167) private WorkingSetFilterUI fWorkingSetFilterUI; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1423. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 216) setMessage(Messages.THViewPart_instruction); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1424. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 216) setMessage(Messages.THViewPart_instruction); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_instruction from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1425. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 245) setMessage(Messages.THViewPart_instruction); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1426. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 245) setMessage(Messages.THViewPart_instruction); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_instruction from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1427. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 277) fWorkingSetFilterUI.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1428. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 284) SelectionProviderMediator mediator= new SelectionProviderMediator(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SelectionProviderMediator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1429. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 284) SelectionProviderMediator mediator= new SelectionProviderMediator(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SelectionProviderMediator() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1430. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 284) SelectionProviderMediator mediator= new SelectionProviderMediator(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SelectionProviderMediator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1431. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 285) mediator.addViewer(fHierarchyTreeViewer); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addViewer(Viewer) from the type SelectionProviderMediator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1432. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 286) mediator.addViewer(fMemberViewer); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addViewer(Viewer) from the type SelectionProviderMediator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1433. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 287) getSite().setSelectionProvider(new AdaptingSelectionProvider(ICElement.class, mediator)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor AdaptingSelectionProvider(Class, ISelectionProvider) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1434. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 287) getSite().setSelectionProvider(new AdaptingSelectionProvider(ICElement.class, mediator)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AdaptingSelectionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1435. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 351) fWorkingSetFilterUI.saveState(memento, KEY_WORKING_SET_FILTER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method saveState(IMemento, String) from the type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1436. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 402) menu.appendToGroup(IContextMenuConstants.GROUP_OPEN, fOpenElement); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1437. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 402) menu.appendToGroup(IContextMenuConstants.GROUP_OPEN, fOpenElement); ^^^^^^^^^^ Discouraged access: The field GROUP_OPEN from the type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1438. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 404) String label= MessageFormat.format(Messages.THViewPart_FocusOn, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1439. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 404) String label= MessageFormat.format(Messages.THViewPart_FocusOn, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_FocusOn from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1440. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 406) CElementLabels.getTextLabel(elem, CElementBaseLabels.ALL_FULLY_QUALIFIED | CElementBaseLabels.M_PARAMETER_TYPES) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTextLabel(Object, int) from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1441. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 406) CElementLabels.getTextLabel(elem, CElementBaseLabels.ALL_FULLY_QUALIFIED | CElementBaseLabels.M_PARAMETER_TYPES) ^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1442. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 408) menu.appendToGroup(IContextMenuConstants.GROUP_OPEN, new Action(label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1443. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 408) menu.appendToGroup(IContextMenuConstants.GROUP_OPEN, new Action(label) { ^^^^^^^^^^ Discouraged access: The field GROUP_OPEN from the type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1444. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 451) fMemberLabel.setText(Messages.THViewPart_MethodPane_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1445. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 451) fMemberLabel.setText(Messages.THViewPart_MethodPane_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_MethodPane_title from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1446. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 456) fMemberLabelProvider= new CUILabelProvider(MEMBER_LABEL_OPTIONS_SIMPLE, MEMBER_ICON_OPTIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CUILabelProvider(int, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1447. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 456) fMemberLabelProvider= new CUILabelProvider(MEMBER_LABEL_OPTIONS_SIMPLE, MEMBER_ICON_OPTIONS); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1448. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 548) THNode node= selectionToNode(event.getSelection()); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1449. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 577) fWorkingSetFilterUI= new WorkingSetFilterUI(this, fMemento, KEY_WORKING_SET_FILTER) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1450. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 588) fHorizontalOrientation= new Action(Messages.THViewPart_HorizontalOrientation, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1451. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 588) fHorizontalOrientation= new Action(Messages.THViewPart_HorizontalOrientation, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_HorizontalOrientation from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1452. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 594) CPluginImages.setImageDescriptors(fHorizontalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_HORIZONTAL_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1453. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 594) CPluginImages.setImageDescriptors(fHorizontalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_HORIZONTAL_ORIENTATION); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1454. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 594) CPluginImages.setImageDescriptors(fHorizontalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_HORIZONTAL_ORIENTATION); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1455. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 594) CPluginImages.setImageDescriptors(fHorizontalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_HORIZONTAL_ORIENTATION); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1456. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 594) CPluginImages.setImageDescriptors(fHorizontalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_HORIZONTAL_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1457. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 594) CPluginImages.setImageDescriptors(fHorizontalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_HORIZONTAL_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_LCL_HORIZONTAL_ORIENTATION from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1458. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 596) fVerticalOrientation= new Action(Messages.THViewPart_VerticalOrientation, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1459. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 596) fVerticalOrientation= new Action(Messages.THViewPart_VerticalOrientation, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_VerticalOrientation from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1460. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 602) CPluginImages.setImageDescriptors(fVerticalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_VERTICAL_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1461. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 602) CPluginImages.setImageDescriptors(fVerticalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_VERTICAL_ORIENTATION); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1462. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 602) CPluginImages.setImageDescriptors(fVerticalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_VERTICAL_ORIENTATION); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1463. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 602) CPluginImages.setImageDescriptors(fVerticalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_VERTICAL_ORIENTATION); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1464. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 602) CPluginImages.setImageDescriptors(fVerticalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_VERTICAL_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1465. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 602) CPluginImages.setImageDescriptors(fVerticalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_VERTICAL_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_LCL_VERTICAL_ORIENTATION from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1466. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 604) fAutomaticOrientation= new Action(Messages.THViewPart_AutomaticOrientation, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1467. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 604) fAutomaticOrientation= new Action(Messages.THViewPart_AutomaticOrientation, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_AutomaticOrientation from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1468. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 610) CPluginImages.setImageDescriptors(fAutomaticOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_AUTOMATIC_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1469. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 610) CPluginImages.setImageDescriptors(fAutomaticOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_AUTOMATIC_ORIENTATION); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1470. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 610) CPluginImages.setImageDescriptors(fAutomaticOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_AUTOMATIC_ORIENTATION); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1471. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 610) CPluginImages.setImageDescriptors(fAutomaticOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_AUTOMATIC_ORIENTATION); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1472. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 610) CPluginImages.setImageDescriptors(fAutomaticOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_AUTOMATIC_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1473. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 610) CPluginImages.setImageDescriptors(fAutomaticOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_AUTOMATIC_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_LCL_AUTOMATIC_ORIENTATION from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1474. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 612) fSingleOrientation= new Action(Messages.THViewPart_SinglePaneOrientation, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1475. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 612) fSingleOrientation= new Action(Messages.THViewPart_SinglePaneOrientation, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_SinglePaneOrientation from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1476. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 618) CPluginImages.setImageDescriptors(fSingleOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SINGLE_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1477. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 618) CPluginImages.setImageDescriptors(fSingleOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SINGLE_ORIENTATION); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1478. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 618) CPluginImages.setImageDescriptors(fSingleOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SINGLE_ORIENTATION); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1479. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 618) CPluginImages.setImageDescriptors(fSingleOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SINGLE_ORIENTATION); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1480. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 618) CPluginImages.setImageDescriptors(fSingleOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SINGLE_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1481. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 618) CPluginImages.setImageDescriptors(fSingleOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SINGLE_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_LCL_SINGLE_ORIENTATION from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1482. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 620) fShowTypeHierarchyAction= new Action(Messages.THViewPart_CompleteTypeHierarchy, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1483. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 620) fShowTypeHierarchyAction= new Action(Messages.THViewPart_CompleteTypeHierarchy, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_CompleteTypeHierarchy from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1484. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 628) fShowTypeHierarchyAction.setToolTipText(Messages.THViewPart_CompleteTypeHierarchy_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1485. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 628) fShowTypeHierarchyAction.setToolTipText(Messages.THViewPart_CompleteTypeHierarchy_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_CompleteTypeHierarchy_tooltip from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1486. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 629) CPluginImages.setImageDescriptors(fShowTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1487. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 629) CPluginImages.setImageDescriptors(fShowTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_TYPE_HIERARCHY); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1488. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 629) CPluginImages.setImageDescriptors(fShowTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1489. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 629) CPluginImages.setImageDescriptors(fShowTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_TYPE_HIERARCHY); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1490. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 629) CPluginImages.setImageDescriptors(fShowTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1491. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 629) CPluginImages.setImageDescriptors(fShowTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_LCL_TYPE_HIERARCHY from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1492. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 631) fShowSubTypeHierarchyAction= new Action(Messages.THViewPart_SubtypeHierarchy, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1493. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 631) fShowSubTypeHierarchyAction= new Action(Messages.THViewPart_SubtypeHierarchy, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_SubtypeHierarchy from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1494. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 639) fShowSubTypeHierarchyAction.setToolTipText(Messages.THViewPart_SubtypeHierarchy_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1495. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 639) fShowSubTypeHierarchyAction.setToolTipText(Messages.THViewPart_SubtypeHierarchy_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_SubtypeHierarchy_tooltip from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1496. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 640) CPluginImages.setImageDescriptors(fShowSubTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SUB_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1497. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 640) CPluginImages.setImageDescriptors(fShowSubTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SUB_TYPE_HIERARCHY); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1498. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 640) CPluginImages.setImageDescriptors(fShowSubTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SUB_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1499. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 640) CPluginImages.setImageDescriptors(fShowSubTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SUB_TYPE_HIERARCHY); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1500. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 640) CPluginImages.setImageDescriptors(fShowSubTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SUB_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1501. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 640) CPluginImages.setImageDescriptors(fShowSubTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SUB_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_LCL_SUB_TYPE_HIERARCHY from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1502. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 642) fShowSuperTypeHierarchyAction= new Action(Messages.THViewPart_SupertypeHierarchy, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1503. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 642) fShowSuperTypeHierarchyAction= new Action(Messages.THViewPart_SupertypeHierarchy, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_SupertypeHierarchy from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1504. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 650) fShowSuperTypeHierarchyAction.setToolTipText(Messages.THViewPart_SupertypeHierarchy_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1505. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THContentProvider.java (at line 20) import org.eclipse.cdt.internal.ui.typehierarchy.THNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1506. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THContentProvider.java (at line 47) if (element instanceof THNode) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1507. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THContentProvider.java (at line 48) return ((THNode) element).hasChildren(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method hasChildren() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1508. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THContentProvider.java (at line 48) return ((THNode) element).hasChildren(); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1509. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THContentProvider.java (at line 54) if (element instanceof THNode) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1510. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THContentProvider.java (at line 55) return ((THNode) element).getChildren(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getChildren() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1511. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THContentProvider.java (at line 55) return ((THNode) element).getChildren(); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1512. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THContentProvider.java (at line 61) if (element instanceof THNode) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1513. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THContentProvider.java (at line 62) return ((THNode) element).getParent(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getParent() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1514. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THContentProvider.java (at line 62) return ((THNode) element).getParent(); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1515. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THDropTargetListener.java (at line 23) import org.eclipse.cdt.internal.ui.typehierarchy.TypeHierarchyUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1516. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THDropTargetListener.java (at line 62) if (!TypeHierarchyUI.isValidInput(fInput)) { ^^^^^^^^^^^^^^^ Discouraged access: The type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1517. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THDropTargetListener.java (at line 62) if (!TypeHierarchyUI.isValidInput(fInput)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isValidInput(ICElement) from the type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1518. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THDropTargetListener.java (at line 73) for (Iterator iter = ((IStructuredSelection)sel).iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 1519. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 29) import org.eclipse.cdt.internal.ui.typehierarchy.ITHModelPresenter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITHModelPresenter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1520. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 30) import org.eclipse.cdt.internal.ui.typehierarchy.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1521. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 31) import org.eclipse.cdt.internal.ui.typehierarchy.THNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1522. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 32) import org.eclipse.cdt.internal.ui.typehierarchy.THSchedulingRule; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type THSchedulingRule is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1523. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 33) import org.eclipse.cdt.internal.ui.viewsupport.IndexUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1524. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 34) import org.eclipse.cdt.internal.ui.viewsupport.WorkingSetFilterUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1525. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 61) super(Messages.THHierarchyModel_Job_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1526. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 61) super(Messages.THHierarchyModel_Job_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THHierarchyModel_Job_title from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1527. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 76) private static final ISchedulingRule RULE = new THSchedulingRule(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor THSchedulingRule() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1528. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 76) private static final ISchedulingRule RULE = new THSchedulingRule(); ^^^^^^^^^^^^^^^^ Discouraged access: The type THSchedulingRule is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1529. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 84) private THNode[] fRootNodes; ^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1530. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 85) private THNode fSelectedTypeNode; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1531. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 92) private ITHModelPresenter fView; ^^^^^^^^^^^^^^^^^ Discouraged access: The type ITHModelPresenter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1532. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 93) private WorkingSetFilterUI fFilter; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1533. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 95) public THHierarchyModel(ITHModelPresenter view, Display display) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type ITHModelPresenter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1534. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 130) public void setWorkingSetFilter(WorkingSetFilterUI filterUI) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1535. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 151) IWorkbenchSiteProgressService ps= fView.getProgressService(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getProgressService() from the type ITHModelPresenter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1536. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 202) ArrayList stack= new ArrayList(); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1537. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 202) ArrayList stack= new ArrayList(); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1538. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 203) ArrayList roots= new ArrayList(); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1539. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 203) ArrayList roots= new ArrayList(); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1540. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 204) ArrayList leafs= new ArrayList(); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1541. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 204) ArrayList leafs= new ArrayList(); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1542. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 224) THNode node = createNode(null, gnode, inputNode); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1543. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 230) THNode node= stack.remove(stack.size()-1); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1544. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 231) THGraphNode gnode= fGraph.getNode(node.getElement()); ^^^^^^^^^^^^^^^^^ Discouraged access: The method getElement() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1545. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 240) THNode childNode= createNode(node, gchildNode, inputNode); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1546. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 241) node.addChild(childNode); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addChild(THNode) from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1547. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 246) fRootNodes= roots.toArray(new THNode[roots.size()]); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1548. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 250) fTypeToSelect= fSelectedTypeNode.getElement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElement() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1549. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 257) private void removeFilteredLeafs(THNode[] rootNodes) { ^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1550. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 259) THNode node = rootNodes[i]; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1551. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 260) node.removeFilteredLeafs(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method removeFilteredLeafs() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1552. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 264) private THNode findSelection(THNode[] searchme) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1553. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 264) private THNode findSelection(THNode[] searchme) { ^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1554. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 265) THNode[] result= new THNode[2]; ^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1555. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 265) THNode[] result= new THNode[2]; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1556. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 273) private void findSelection(THNode[] seachme, THNode[] result) { ^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1557. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 273) private void findSelection(THNode[] seachme, THNode[] result) { ^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1558. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 282) private void findSelection(THNode node, THNode[] result) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1559. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 282) private void findSelection(THNode node, THNode[] result) { ^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1560. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 283) if (node.equals(fSelectedTypeNode)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method equals(Object) from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1561. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 288) if (node.getElement().equals(fTypeToSelect)) { ^^^^^^^^^^^^^^^^^ Discouraged access: The method getElement() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1562. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 292) THNode[] children= node.getChildren(); ^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1563. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 292) THNode[] children= node.getChildren(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getChildren() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1564. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 300) THGraphNode gnode= fGraph.getNode(fSelectedTypeNode.getElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElement() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1565. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 323) private THNode createNode(THNode parent, THGraphNode gnode, THGraphNode inputNode) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1566. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 323) private THNode createNode(THNode parent, THGraphNode gnode, THGraphNode inputNode) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1567. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 325) THNode node= new THNode(parent, element); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1568. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 325) THNode node= new THNode(parent, element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor THNode(THNode, ICElement) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1569. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 325) THNode node= new THNode(parent, element); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1570. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 326) if (gnode != inputNode && fFilter != null && !fFilter.isPartOfWorkingSet(element)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isPartOfWorkingSet(ICElement) from the type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1571. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 327) node.setIsFiltered(true); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setIsFiltered(boolean) from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1572. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 340) fView.setMessage(IndexUI.getFileNotIndexedMessage(fInput)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setMessage(String) from the type ITHModelPresenter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1573. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 340) fView.setMessage(IndexUI.getFileNotIndexedMessage(fInput)); ^^^^^^^ Discouraged access: The type IndexUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1574. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 340) fView.setMessage(IndexUI.getFileNotIndexedMessage(fInput)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFileNotIndexedMessage(ICElement) from the type IndexUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1575. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 343) fView.setMessage(Messages.THHierarchyModel_errorComputingHierarchy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setMessage(String) from the type ITHModelPresenter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1576. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 343) fView.setMessage(Messages.THHierarchyModel_errorComputingHierarchy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1577. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 343) fView.setMessage(Messages.THHierarchyModel_errorComputingHierarchy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THHierarchyModel_errorComputingHierarchy from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1578. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 359) fView.onEvent(event); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method onEvent(int) from the type ITHModelPresenter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1579. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 370) public THNode getSelectionInHierarchy() { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1580. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 374) public void onHierarchySelectionChanged(THNode node) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1581. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 377) fTypeToSelect= node.getElement(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method getElement() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1582. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 385) THGraphNode gnode= fGraph.getNode(fSelectedTypeNode.getElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElement() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1583. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 405) THNode node = fRootNodes[i]; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1584. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 411) private void updateImplementors(THNode node) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1585. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 412) node.setIsImplementor(isImplementor(node.getElement())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setIsImplementor(boolean) from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1586. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 412) node.setIsImplementor(isImplementor(node.getElement())); ^^^^^^^^^^^^^^^^^ Discouraged access: The method getElement() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1587. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 413) THNode[] children= node.getChildren(); ^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1588. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 413) THNode[] children= node.getChildren(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getChildren() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1589. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 415) THNode child = children[i]; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1590. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 451) return fRootNodes.length == 1 && !fRootNodes[0].hasChildren(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method hasChildren() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1591. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryAction.java (at line 26) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1592. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryAction.java (at line 52) CElementImageProvider imageProvider= new CElementImageProvider(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1593. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryAction.java (at line 52) CElementImageProvider imageProvider= new CElementImageProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CElementImageProvider() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1594. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryAction.java (at line 52) CElementImageProvider imageProvider= new CElementImageProvider(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1595. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryAction.java (at line 53) ImageDescriptor desc= imageProvider.getBaseImageDescriptor(elem, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getBaseImageDescriptor(ICElement, int) from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1596. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryAction.java (at line 54) imageProvider.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1597. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryDropDownAction.java (at line 21) import org.eclipse.cdt.internal.ui.CPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1598. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryDropDownAction.java (at line 22) import org.eclipse.cdt.internal.ui.typehierarchy.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1599. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryDropDownAction.java (at line 38) super(Messages.THHistoryDropDownAction_ClearHistory); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1600. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryDropDownAction.java (at line 38) super(Messages.THHistoryDropDownAction_ClearHistory); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THHistoryDropDownAction_ClearHistory from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1601. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryDropDownAction.java (at line 56) setToolTipText(Messages.THHistoryDropDownAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1602. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryDropDownAction.java (at line 56) setToolTipText(Messages.THHistoryDropDownAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THHistoryDropDownAction_tooltip from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1603. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryDropDownAction.java (at line 57) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1604. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryDropDownAction.java (at line 57) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1605. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryDropDownAction.java (at line 57) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1606. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryDropDownAction.java (at line 57) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1607. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 24) import org.eclipse.cdt.internal.ui.dialogs.StatusInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1608. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 25) import org.eclipse.cdt.internal.ui.typehierarchy.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1609. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 26) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1610. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 27) import org.eclipse.cdt.internal.ui.viewsupport.CUILabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1611. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 28) import org.eclipse.cdt.internal.ui.wizards.dialogfields.DialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1612. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 29) import org.eclipse.cdt.internal.ui.wizards.dialogfields.IListAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IListAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1613. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 30) import org.eclipse.cdt.internal.ui.wizards.dialogfields.LayoutUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1614. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 31) import org.eclipse.cdt.internal.ui.wizards.dialogfields.ListDialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1615. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 49) private ListDialogField fHistoryList; ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1616. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 49) private ListDialogField fHistoryList; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized ---------- 1617. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 56) setTitle(Messages.THHistoryListAction_HistoryList_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1618. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 56) setTitle(Messages.THHistoryListAction_HistoryList_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THHistoryListAction_HistoryList_title from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1619. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 58) Messages.THHistoryListAction_Remove, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1620. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 58) Messages.THHistoryListAction_Remove, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THHistoryListAction_Remove from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1621. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 61) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ Discouraged access: The type IListAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1622. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 61) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ IListAdapter is a raw type. References to generic type IListAdapter should be parameterized ---------- 1623. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 61) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ Discouraged access: The type IListAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1624. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 61) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ IListAdapter is a raw type. References to generic type IListAdapter should be parameterized ---------- 1625. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 62) public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1626. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 62) public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized ---------- 1627. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 65) public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1628. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 65) public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized ---------- 1629. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 69) public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1630. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 69) public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized ---------- 1631. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 74) LabelProvider labelProvider= new CUILabelProvider(THHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CUILabelProvider(int, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1632. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 74) LabelProvider labelProvider= new CUILabelProvider(THHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1633. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 74) LabelProvider labelProvider= new CUILabelProvider(THHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1634. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 74) LabelProvider labelProvider= new CUILabelProvider(THHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^ Discouraged access: The field OVERLAY_ICONS from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1635. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 76) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ListDialogField(IListAdapter, String[], IBaseLabelProvider) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1636. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 76) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ListDialogField(IListAdapter, String[], IBaseLabelProvider) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized ---------- 1637. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 76) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1638. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 76) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized ---------- 1639. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 77) fHistoryList.setLabelText(Messages.THHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setLabelText(String) from the type DialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1640. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 77) fHistoryList.setLabelText(Messages.THHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1641. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 77) fHistoryList.setLabelText(Messages.THHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THHistoryListAction_HistoryList_label from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1642. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 78) fHistoryList.setElements(Arrays.asList(historyEntries)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElements(List) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized ---------- 1643. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 78) fHistoryList.setElements(Arrays.asList(historyEntries)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setElements(List) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1644. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 87) fHistoryList.selectElements(sel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method selectElements(ISelection) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1645. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 105) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1646. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 105) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method doDefaultLayout(Composite, DialogField[], boolean, int, int) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1647. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 105) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^^ Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1648. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 106) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1649. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 106) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setHeightHint(Control, int) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1650. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 106) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getListControl(Composite) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1651. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 107) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null)); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1652. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 107) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1653. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 107) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getListControl(Composite) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1654. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 117) fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeElements(List) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized ---------- 1655. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 117) fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method removeElements(List) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1656. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 117) fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSelectedElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1657. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 128) StatusInfo status= new StatusInfo(); ^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1658. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 128) StatusInfo status= new StatusInfo(); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor StatusInfo() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1659. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 128) StatusInfo status= new StatusInfo(); ^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1660. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 129) List selected= fHistoryList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1661. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 129) List selected= fHistoryList.getSelectedElements(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSelectedElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1662. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 131) status.setError(""); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setError(String) from the type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1663. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 136) fHistoryList.enableButton(0, fHistoryList.getSize() > selected.size() && selected.size() != 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method enableButton(int, boolean) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1664. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 136) fHistoryList.enableButton(0, fHistoryList.getSize() > selected.size() && selected.size() != 0); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSize() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1665. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 146) List elems= fHistoryList.getElements(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1666. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 174) setText(Messages.THHistoryListAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1667. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 174) setText(Messages.THHistoryListAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THHistoryListAction_label from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1668. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 25) import org.eclipse.cdt.internal.ui.typehierarchy.THNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1669. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 26) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1670. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 27) import org.eclipse.cdt.internal.ui.viewsupport.CUILabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1671. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 28) import org.eclipse.cdt.internal.ui.viewsupport.ImageImageDescriptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ImageImageDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1672. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 43) private CUILabelProvider fCLabelProvider= new CUILabelProvider(LABEL_OPTIONS_SIMPLE, 0); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1673. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 43) private CUILabelProvider fCLabelProvider= new CUILabelProvider(LABEL_OPTIONS_SIMPLE, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CUILabelProvider(int, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1674. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 43) private CUILabelProvider fCLabelProvider= new CUILabelProvider(LABEL_OPTIONS_SIMPLE, 0); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1675. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 57) if (element instanceof THNode) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1676. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 58) THNode node= (THNode) element; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1677. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 58) THNode node= (THNode) element; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1678. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 59) ICElement decl= node.getElement(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method getElement() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1679. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 61) if (node.isFiltered() || ^^^^^^^^^^^^^^^^^ Discouraged access: The method isFiltered() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1680. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 62) (fHideNonImplementers && !node.isImplementor())) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isImplementor() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1681. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 63) fCLabelProvider.setImageFlags(CElementImageProvider.LIGHT_TYPE_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageFlags(int) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1682. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 63) fCLabelProvider.setImageFlags(CElementImageProvider.LIGHT_TYPE_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1683. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 63) fCLabelProvider.setImageFlags(CElementImageProvider.LIGHT_TYPE_ICONS); ^^^^^^^^^^^^^^^^ Discouraged access: The field LIGHT_TYPE_ICONS from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1684. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 65) Image image= fCLabelProvider.getImage(decl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getImage(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1685. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 66) fCLabelProvider.setImageFlags(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageFlags(int) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1686. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 73) return fCLabelProvider.getImage(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getImage(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1687. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 80) if (element instanceof THNode) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1688. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 81) THNode node= (THNode) element; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1689. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 81) THNode node= (THNode) element; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1690. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 82) ICElement decl= node.getElement(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method getElement() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1691. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 84) String label= fCLabelProvider.getText(decl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getText(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1692. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 93) fCLabelProvider.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1693. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 102) private Image decorateImage(Image image, THNode node) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1694. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 104) if (node.hasChildren()) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The method hasChildren() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1695. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 112) if (fMarkImplementers && node.isImplementor()) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isImplementor() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1696. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 120) new ImageImageDescriptor(image), flags, new Point(20,16)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ImageImageDescriptor(Image) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1697. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 120) new ImageImageDescriptor(image), flags, new Point(20,16)); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ImageImageDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1698. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 132) if (element instanceof THNode) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1699. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 133) THNode node= (THNode) element; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1700. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 133) THNode node= (THNode) element; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1701. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 134) if (node.isFiltered()) { ^^^^^^^^^^^^^^^^^ Discouraged access: The method isFiltered() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1702. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 142) fCLabelProvider.setTextFlags(show ? LABEL_OPTIONS_SHOW_FILES : LABEL_OPTIONS_SIMPLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setTextFlags(int) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1703. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 23) import org.eclipse.cdt.internal.ui.typehierarchy.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1704. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 24) import org.eclipse.cdt.internal.ui.typehierarchy.TypeHierarchyUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1705. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 25) import org.eclipse.cdt.internal.ui.util.ExceptionHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1706. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 26) import org.eclipse.cdt.internal.ui.util.StatusLineHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1707. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 46) if (!TypeHierarchyUI.isValidInput(input)) { ^^^^^^^^^^^^^^^ Discouraged access: The type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1708. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 46) if (!TypeHierarchyUI.isValidInput(input)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isValidInput(ICElement) from the type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1709. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 50) if (!TypeHierarchyUI.isValidTypeInput(input)) { ^^^^^^^^^^^^^^^ Discouraged access: The type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1710. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 50) if (!TypeHierarchyUI.isValidTypeInput(input)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isValidTypeInput(ICElement) from the type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1711. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 53) if (!TypeHierarchyUI.isValidTypeInput(input)) { ^^^^^^^^^^^^^^^ Discouraged access: The type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1712. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 53) if (!TypeHierarchyUI.isValidTypeInput(input)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isValidTypeInput(ICElement) from the type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1713. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 63) if (TypeHierarchyUI.isValidTypeInput(input)) { ^^^^^^^^^^^^^^^ Discouraged access: The type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1714. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 63) if (TypeHierarchyUI.isValidTypeInput(input)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isValidTypeInput(ICElement) from the type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1715. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 77) Job job= new Job(Messages.TypeHierarchyUI_OpenTypeHierarchy) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1716. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 77) Job job= new Job(Messages.TypeHierarchyUI_OpenTypeHierarchy) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field TypeHierarchyUI_OpenTypeHierarchy from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1717. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 81) StatusLineHandler.clearStatusLine(editor.getSite()); ^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1718. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 81) StatusLineHandler.clearStatusLine(editor.getSite()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method clearStatusLine(IWorkbenchSite) from the type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1719. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 93) StatusLineHandler.showStatusLineMessage(editor.getSite(), ^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1720. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 93) StatusLineHandler.showStatusLineMessage(editor.getSite(), Messages.TypeHierarchyUI_OpenFailure_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method showStatusLineMessage(IWorkbenchSite, String) from the type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1721. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 94) Messages.TypeHierarchyUI_OpenFailure_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1722. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 94) Messages.TypeHierarchyUI_OpenFailure_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field TypeHierarchyUI_OpenFailure_message from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1723. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 116) ExceptionHandler.handle(e, window.getShell(), Messages.TypeHierarchyUI_OpenTypeHierarchy, null); ^^^^^^^^^^^^^^^^ Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1724. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 116) ExceptionHandler.handle(e, window.getShell(), Messages.TypeHierarchyUI_OpenTypeHierarchy, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method handle(CoreException, Shell, String, String) from the type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1725. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 116) ExceptionHandler.handle(e, window.getShell(), Messages.TypeHierarchyUI_OpenTypeHierarchy, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1726. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 116) ExceptionHandler.handle(e, window.getShell(), Messages.TypeHierarchyUI_OpenTypeHierarchy, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field TypeHierarchyUI_OpenTypeHierarchy from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1727. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/UIPlugin.java (at line 14) import org.eclipse.cdt.internal.ui.ICStatusConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICStatusConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1728. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/UIPlugin.java (at line 21) import org.eclipse.ui.internal.editors.text.EditorsPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.ui.editors_3.6.0.v20100124-2000.jar ---------- 1729. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/UIPlugin.java (at line 95) Preferences preferences = EditorsPlugin.getDefault().getPluginPreferences(); ^^^^^^^^^^^^^ Discouraged access: The type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.ui.editors_3.6.0.v20100124-2000.jar ---------- 1730. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/UIPlugin.java (at line 95) Preferences preferences = EditorsPlugin.getDefault().getPluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.ui.editors_3.6.0.v20100124-2000.jar ---------- 1731. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/UIPlugin.java (at line 108) EditorsPlugin.getDefault().savePluginPreferences(); ^^^^^^^^^^^^^ Discouraged access: The type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.ui.editors_3.6.0.v20100124-2000.jar ---------- 1732. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/UIPlugin.java (at line 108) EditorsPlugin.getDefault().savePluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.ui.editors_3.6.0.v20100124-2000.jar ---------- 1733. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/UIPlugin.java (at line 125) log(new Status(IStatus.ERROR, getPluginId(), ICStatusConstants.INTERNAL_ERROR, message, null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICStatusConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1734. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/UIPlugin.java (at line 125) log(new Status(IStatus.ERROR, getPluginId(), ICStatusConstants.INTERNAL_ERROR, message, null)); ^^^^^^^^^^^^^^ Discouraged access: The field INTERNAL_ERROR from the type ICStatusConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1735. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/IndexerOptionPropertyPage.java (at line 16) import org.eclipse.cdt.internal.ui.ICHelpContextIds; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICHelpContextIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1736. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/IndexerOptionPropertyPage.java (at line 48) PlatformUI.getWorkbench().getHelpSystem().setHelp(composite, ICHelpContextIds.PROJECT_INDEXER_PROPERTIES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICHelpContextIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- 1737. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/IndexerOptionPropertyPage.java (at line 48) PlatformUI.getWorkbench().getHelpSystem().setHelp(composite, ICHelpContextIds.PROJECT_INDEXER_PROPERTIES); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PROJECT_INDEXER_PROPERTIES from the type ICHelpContextIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.0.201002120810.jar ---------- ---------- 1738. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 23) import org.eclipse.cdt.internal.core.envvar.EnvVarDescriptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EnvVarDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1739. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 24) import org.eclipse.cdt.internal.core.envvar.EnvironmentVariableManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1740. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 25) import org.eclipse.cdt.internal.core.envvar.UserDefinedEnvironmentSupplier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type UserDefinedEnvironmentSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1741. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 74) private static final UserDefinedEnvironmentSupplier fUserSupplier = EnvironmentVariableManager.fUserSupplier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type UserDefinedEnvironmentSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1742. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 74) private static final UserDefinedEnvironmentSupplier fUserSupplier = EnvironmentVariableManager.fUserSupplier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1743. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 74) private static final UserDefinedEnvironmentSupplier fUserSupplier = EnvironmentVariableManager.fUserSupplier; ^^^^^^^^^^^^^ Discouraged access: The field fUserSupplier from the type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1744. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 88) boolean changed; ^^^^^^^ The field RemoteEnvironmentTab.TabData.changed is never read locally ---------- 1745. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 289) vars = fUserSupplier.getWorkspaceEnvironmentCopy(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getWorkspaceEnvironmentCopy() from the type UserDefinedEnvironmentSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1746. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 301) vars = fUserSupplier.getWorkspaceEnvironmentCopy(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getWorkspaceEnvironmentCopy() from the type UserDefinedEnvironmentSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1747. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 513) if (inputElement instanceof Map) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1748. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 539) if (fUserSupplier.setWorkspaceEnvironment(vars)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setWorkspaceEnvironment(StorableEnvironment) from the type UserDefinedEnvironmentSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1749. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 563) ((EnvVarDescriptor)var).getContextInfo().getContext() != null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getContextInfo() from the type EnvVarDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1750. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 563) ((EnvVarDescriptor)var).getContextInfo().getContext() != null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getContext() from the type IEnvironmentContextInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1751. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 563) ((EnvVarDescriptor)var).getContextInfo().getContext() != null); ^^^^^^^^^^^^^^^^ Discouraged access: The type EnvVarDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 1752. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/serviceproviders/NullCIndexServiceProvider.java (at line 49) import org.eclipse.ui.IMemento; ^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IMemento is never used ---------- ---------- 1753. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RemoteCIndexSubsystem.java (at line 704) if (result == null || !(result instanceof List)) ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1754. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RemoteCIndexSubsystem.java (at line 708) return (List) result; ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List ---------- ---------- 1755. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RemoteCIndexSubsystem2.java (at line 35) import org.eclipse.cdt.internal.core.parser.ParserMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1756. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RemoteCIndexSubsystem2.java (at line 206) return (List) result; ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List ---------- 1757. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RemoteCIndexSubsystem2.java (at line 801) private void generateErrorMessages() { ^^^^^^^^^^^^^^^^^^^^^^^ The method generateErrorMessages() from the type RemoteCIndexSubsystem2 is never used locally ---------- 1758. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RemoteCIndexSubsystem2.java (at line 802) fErrorMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.inclusionNotFound", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1759. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RemoteCIndexSubsystem2.java (at line 802) fErrorMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.inclusionNotFound", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1760. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RemoteCIndexSubsystem2.java (at line 803) fErrorMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.definitionNotFound", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1761. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RemoteCIndexSubsystem2.java (at line 803) fErrorMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.definitionNotFound", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 1762. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ConfigureRemoteServices.java (at line 18) import org.eclipse.cdt.internal.core.model.CModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1763. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ConfigureRemoteServices.java (at line 27) import org.eclipse.rse.internal.connectorservice.dstore.Activator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.rse.connectorservice.dstore_3.1.1.v200909160005.jar ---------- 1764. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ConfigureRemoteServices.java (at line 77) Activator.logError(e.toString(), e); ^^^^^^^^^ Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.rse.connectorservice.dstore_3.1.1.v200909160005.jar ---------- 1765. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ConfigureRemoteServices.java (at line 80) ICProject cProject = CModelManager.getDefault().getCModel().getCProject(project); ^^^^^^^^^^^^^ Discouraged access: The type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1766. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ConfigureRemoteServices.java (at line 80) ICProject cProject = CModelManager.getDefault().getCModel().getCProject(project); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1767. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ConfigureRemoteServices.java (at line 80) ICProject cProject = CModelManager.getDefault().getCModel().getCProject(project); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCModel() from the type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1768. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ConfigureRemoteServices.java (at line 80) ICProject cProject = CModelManager.getDefault().getCModel().getCProject(project); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCProject(IResource) from the type CModel is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 1769. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ConvertToRemoteWizard.java (at line 19) import org.eclipse.ui.internal.ide.IDEWorkbenchPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.ui.ide_3.6.0.I20100127-1800.jar ---------- 1770. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ConvertToRemoteWizard.java (at line 59) ImageDescriptor desc = IDEWorkbenchPlugin.getIDEImageDescriptor("wizban/new_wiz.png");//$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.ui.ide_3.6.0.I20100127-1800.jar ---------- 1771. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ConvertToRemoteWizard.java (at line 59) ImageDescriptor desc = IDEWorkbenchPlugin.getIDEImageDescriptor("wizban/new_wiz.png");//$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getIDEImageDescriptor(String) from the type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.ui.ide_3.6.0.I20100127-1800.jar ---------- ---------- 1772. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/NewRemoteCppProjectWizard.java (at line 17) import org.eclipse.cdt.ui.wizards.CDTMainWizardPage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.ui.wizards.CDTMainWizardPage is never used ---------- 1773. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/NewRemoteCppProjectWizard.java (at line 21) import org.eclipse.jface.resource.ImageDescriptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.resource.ImageDescriptor is never used ---------- 1774. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/NewRemoteCppProjectWizard.java (at line 25) import org.eclipse.swt.widgets.Composite; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Composite is never used ---------- ---------- 1775. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RDTMainWizardPage.java (at line 20) import org.eclipse.jface.wizard.IWizardPage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.wizard.IWizardPage is never used ---------- ---------- 1776. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 19) import org.eclipse.cdt.internal.core.envvar.EnvironmentVariableManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1777. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 24) import org.eclipse.cdt.managedbuilder.internal.core.Configuration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.0.201002120810.jar ---------- 1778. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 25) import org.eclipse.cdt.managedbuilder.internal.core.ManagedBuildInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ManagedBuildInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.0.201002120810.jar ---------- 1779. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 26) import org.eclipse.cdt.managedbuilder.internal.core.ManagedProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ManagedProject is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.0.201002120810.jar ---------- 1780. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 27) import org.eclipse.cdt.managedbuilder.internal.core.ToolChain; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ToolChain is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.0.201002120810.jar ---------- 1781. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 74) ManagedBuildInfo info = ManagedBuildManager.createBuildInfo(project); ^^^^^^^^^^^^^^^^ Discouraged access: The type ManagedBuildInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.0.201002120810.jar ---------- 1782. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 75) ManagedProject mProj = new ManagedProject(des); ^^^^^^^^^^^^^^ Discouraged access: The type ManagedProject is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.0.201002120810.jar ---------- 1783. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 75) ManagedProject mProj = new ManagedProject(des); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ManagedProject(ICProjectDescription) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.0.201002120810.jar ---------- 1784. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 75) ManagedProject mProj = new ManagedProject(des); ^^^^^^^^^^^^^^ Discouraged access: The type ManagedProject is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.0.201002120810.jar ---------- 1785. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 76) info.setManagedProject(mProj); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setManagedProject(IManagedProject) from the type ManagedBuildInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.0.201002120810.jar ---------- 1786. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 82) String s = (cfgs[i].getToolChain() == null) ? "0" : ((ToolChain)(cfgs[i].getToolChain())).getId(); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getId() from the type BuildObject is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.0.201002120810.jar ---------- 1787. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 82) String s = (cfgs[i].getToolChain() == null) ? "0" : ((ToolChain)(cfgs[i].getToolChain())).getId(); //$NON-NLS-1$ ^^^^^^^^^ Discouraged access: The type ToolChain is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.0.201002120810.jar ---------- 1788. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 83) Configuration cfg = new Configuration(mProj, (ToolChain)cfgs[i].getToolChain(), ManagedBuildManager.calculateChildId(s, null), cfgs[i].getName()); ^^^^^^^^^^^^^ Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.0.201002120810.jar ---------- 1789. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 83) Configuration cfg = new Configuration(mProj, (ToolChain)cfgs[i].getToolChain(), ManagedBuildManager.calculateChildId(s, null), cfgs[i].getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor Configuration(ManagedProject, ToolChain, String, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.0.201002120810.jar ---------- 1790. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 83) Configuration cfg = new Configuration(mProj, (ToolChain)cfgs[i].getToolChain(), ManagedBuildManager.calculateChildId(s, null), cfgs[i].getName()); ^^^^^^^^^^^^^ Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.0.201002120810.jar ---------- 1791. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 83) Configuration cfg = new Configuration(mProj, (ToolChain)cfgs[i].getToolChain(), ManagedBuildManager.calculateChildId(s, null), cfgs[i].getName()); ^^^^^^^^^ Discouraged access: The type ToolChain is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.0.201002120810.jar ---------- 1792. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 84) IBuilder bld = cfg.getEditableBuilder(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getEditableBuilder() from the type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.0.201002120810.jar ---------- 1793. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 89) cfg.changeBuilder(prefBuilder, ManagedBuildManager.calculateChildId(cfg.getId(), null), prefBuilder.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method changeBuilder(IBuilder, String, String) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.0.201002120810.jar ---------- 1794. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 89) cfg.changeBuilder(prefBuilder, ManagedBuildManager.calculateChildId(cfg.getId(), null), prefBuilder.getName()); ^^^^^^^^^^^ Discouraged access: The method getId() from the type BuildObject is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.0.201002120810.jar ---------- 1795. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 90) bld = cfg.getEditableBuilder(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getEditableBuilder() from the type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.0.201002120810.jar ---------- 1796. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 97) cfg.setArtifactName(removeSpaces(project.getName())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setArtifactName(String) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.0.201002120810.jar ---------- 1797. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 98) CConfigurationData data = cfg.getConfigurationData(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getConfigurationData() from the type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.0.201002120810.jar ---------- 1798. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 128) StorableEnvironment vars = EnvironmentVariableManager.fUserSupplier.getWorkspaceEnvironmentCopy(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1799. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 128) StorableEnvironment vars = EnvironmentVariableManager.fUserSupplier.getWorkspaceEnvironmentCopy(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getWorkspaceEnvironmentCopy() from the type UserDefinedEnvironmentSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1800. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 128) StorableEnvironment vars = EnvironmentVariableManager.fUserSupplier.getWorkspaceEnvironmentCopy(); ^^^^^^^^^^^^^ Discouraged access: The field fUserSupplier from the type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1801. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 131) EnvironmentVariableManager.fUserSupplier.setWorkspaceEnvironment(vars); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1802. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 131) EnvironmentVariableManager.fUserSupplier.setWorkspaceEnvironment(vars); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setWorkspaceEnvironment(StorableEnvironment) from the type UserDefinedEnvironmentSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1803. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 131) EnvironmentVariableManager.fUserSupplier.setWorkspaceEnvironment(vars); ^^^^^^^^^^^^^ Discouraged access: The field fUserSupplier from the type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 1804. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ServiceModelWidget.java (at line 37) import org.eclipse.ptp.services.ui.IServiceProviderContributor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.services.ui.IServiceProviderContributor is never used ---------- ---------- 1805. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ServiceModelWizardPageOperation.java (at line 20) import org.eclipse.cdt.internal.core.model.CModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1806. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ServiceModelWizardPageOperation.java (at line 31) import org.eclipse.rse.internal.connectorservice.dstore.Activator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.rse.connectorservice.dstore_3.1.1.v200909160005.jar ---------- 1807. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ServiceModelWizardPageOperation.java (at line 72) Activator.logError(e.toString(), e); ^^^^^^^^^ Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.rse.connectorservice.dstore_3.1.1.v200909160005.jar ---------- 1808. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ServiceModelWizardPageOperation.java (at line 75) ICProject cProject = CModelManager.getDefault().getCModel().getCProject(project); ^^^^^^^^^^^^^ Discouraged access: The type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1809. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ServiceModelWizardPageOperation.java (at line 75) ICProject cProject = CModelManager.getDefault().getCModel().getCProject(project); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1810. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ServiceModelWizardPageOperation.java (at line 75) ICProject cProject = CModelManager.getDefault().getCModel().getCProject(project); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCModel() from the type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1811. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ServiceModelWizardPageOperation.java (at line 75) ICProject cProject = CModelManager.getDefault().getCModel().getCProject(project); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCProject(IResource) from the type CModel is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 1811 problems (1811 warnings)[289 .class files generated] # 2/19/10 10:22:37 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [4 .class files generated] # 2/19/10 10:20:40 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remote.core/src/org/eclipse/ptp/remote/core/PTPRemoteCorePlugin.java (at line 72) public static Object getAdapter(Object sourceObject, Class adapterType) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 1 problem (1 warning)[32 .class files generated] # 2/19/10 10:21:53 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [18 .class files generated] # 2/19/10 10:21:54 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remote.remotetools.ui/src/org/eclipse/ptp/remote/remotetools/ui/environment/ConfigurationPage.java (at line 44) public ConfigurationPage(String targetName, Map attributesMap) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remote.remotetools.ui/src/org/eclipse/ptp/remote/remotetools/ui/environment/ConfigurationPage.java (at line 53) configFactory = new ConfigFactory(attributesMap); ^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remote.remotetools.ui/src/org/eclipse/ptp/remote/remotetools/ui/environment/ConfigurationPage.java (at line 133) Map cipherMap = PTPTargetControl.getCipherTypesMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remote.remotetools.ui/src/org/eclipse/ptp/remote/remotetools/ui/environment/ConfigurationPage.java (at line 134) Set cKeySet = cipherMap.keySet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remote.remotetools.ui/src/org/eclipse/ptp/remote/remotetools/ui/environment/ConfigurationPage.java (at line 136) for(Iterator it = cKeySet.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remote.remotetools.ui/src/org/eclipse/ptp/remote/remotetools/ui/environment/ConfigurationPage.java (at line 187) public Map getAttributes() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 6 problems (6 warnings)[17 .class files generated] # 2/19/10 10:21:55 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [11 .class files generated] # 2/19/10 10:21:57 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [9 .class files generated] # 2/19/10 10:20:41 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remote.ui/src/org/eclipse/ptp/remote/ui/dialogs/RemoteResourceBrowser.java (at line 549) Iterator selectionIterator = ss .iterator(); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator ---------- 1 problem (1 warning)[30 .class files generated] # 2/19/10 10:21:46 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/RemotetoolsPlugin.java (at line 132) public static Map getCipherTypesMap() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/RemotetoolsPlugin.java (at line 133) HashMap map = new HashMap(CipherTypes.getCipherTypesMap()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/RemotetoolsPlugin.java (at line 133) HashMap map = new HashMap(CipherTypes.getCipherTypesMap()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashMap(Map) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/RemotetoolsPlugin.java (at line 133) HashMap map = new HashMap(CipherTypes.getCipherTypesMap()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteExecutionTools.java (at line 14) import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteFileTools.java (at line 20) import org.eclipse.ptp.remotetools.exception.RemoteExecutionException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remotetools.exception.RemoteExecutionException is never used ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteStatusTools.java (at line 18) import org.eclipse.ptp.remotetools.exception.RemoteExecutionException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remotetools.exception.RemoteExecutionException is never used ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/exception/RemoteConnectionException.java (at line 14) import org.eclipse.osgi.util.NLS; ^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.osgi.util.NLS is never used ---------- ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/exception/RemoteException.java (at line 14) abstract public class RemoteException extends Exception ^^^^^^^^^^^^^^^ The serializable class RemoteException does not declare a static final serialVersionUID field of type long ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CipherTypes.java (at line 51) private static Map cipherTypesMap = null; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CipherTypes.java (at line 58) private static Map createCipherTypesMap() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CipherTypes.java (at line 60) List fieldList = new ArrayList(Arrays.asList(fields)); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CipherTypes.java (at line 60) List fieldList = new ArrayList(Arrays.asList(fields)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CipherTypes.java (at line 60) List fieldList = new ArrayList(Arrays.asList(fields)); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CipherTypes.java (at line 62) Map cipherMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CipherTypes.java (at line 62) Map cipherMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CipherTypes.java (at line 65) for(Iterator it = fieldList.iterator(); it.hasNext(); ) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CipherTypes.java (at line 76) cipherMap.put(ciphField.get(null), nameCiphField.get(null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CipherTypes.java (at line 108) static public Map getCipherTypesMap() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 305) Iterator iterator = executionManagers.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/ConnectionLocks.java (at line 15) import sun.awt.datatransfer.DataTransferer.ReencodingInputStream; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import sun.awt.datatransfer.DataTransferer.ReencodingInputStream is never used ---------- ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/StatusTools.java (at line 155) private static int PASSWD_HOMEDIR_FIELD = 5; ^^^^^^^^^^^^^^^^^^^^ The field StatusTools.PASSWD_HOMEDIR_FIELD is never read locally ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/StatusTools.java (at line 182) private Set getGroupIDSet_CatBased() throws RemoteConnectionException, RemoteOperationException, CancelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getGroupIDSet_CatBased() from the type StatusTools is never used locally ---------- 23 problems (23 warnings)[68 .class files generated] # 2/19/10 10:21:47 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/PoolingTargetControlEventProvider.java (at line 35) private Map controls = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/PoolingTargetControlEventProvider.java (at line 35) private Map controls = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/PoolingTargetControlEventProvider.java (at line 46) Iterator ctrls = controls.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/PoolingTargetControlEventProvider.java (at line 56) controls.put(control,info); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/PoolingTargetControlEventProvider.java (at line 89) controls.put (control, new TargetInfo(listener,ITargetStatus.STOPPED)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/SSHTargetControl.java (at line 71) public static Map getCipherTypesMap() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/SSHTargetControl.java (at line 76) HashMap cipherTypesMap = new HashMap(RemotetoolsPlugin.getCipherTypesMap()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/SSHTargetControl.java (at line 76) HashMap cipherTypesMap = new HashMap(RemotetoolsPlugin.getCipherTypesMap()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashMap(Map) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/SSHTargetControl.java (at line 76) HashMap cipherTypesMap = new HashMap(RemotetoolsPlugin.getCipherTypesMap()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentEventManager.java (at line 37) private Map controls = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentEventManager.java (at line 37) private Map controls = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentEventManager.java (at line 69) controls.put(control, new ControlInfo(element,provider)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/extension/ITargetTypeExtension.java (at line 14) import java.util.Map; ^^^^^^^^^^^^^ The import java.util.Map is never used ---------- ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/wizard/AbstractEnvironmentDialogPage.java (at line 54) abstract public Map getAttributes(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/wizard/EnvironmentWizard.java (at line 14) import java.util.HashMap; ^^^^^^^^^^^^^^^^^ The import java.util.HashMap is never used ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/wizard/EnvironmentWizard.java (at line 78) Map attributes = page.getAttributes(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/wizard/EnvironmentWizard.java (at line 85) typeElement.addElement(new TargetElement(typeElement,page.getName(),attributes, id)); ^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/wizard/EnvironmentWizard.java (at line 87) targetElement.setAttributes(attributes); ^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/AttributeVerification.java (at line 265) public IStatus createResultStatus(List errors) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/AttributeVerification.java (at line 269) List oldList = errors; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/AttributeVerification.java (at line 270) errors = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/AttributeVerification.java (at line 271) Iterator iterator = oldList.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/AttributeVerification.java (at line 275) errors.add(object); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/AttributeVerification.java (at line 286) Iterator iterator2 = errors.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/ControlAttributes.java (at line 22) Map currentMap = null; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/ControlAttributes.java (at line 24) Map defaultMap = null; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/ControlAttributes.java (at line 27) public ControlAttributes(Map config) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/ControlAttributes.java (at line 30) this.defaultMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/ControlAttributes.java (at line 34) public ControlAttributes(Map currentMap, Map defaultMap) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/ControlAttributes.java (at line 34) public ControlAttributes(Map currentMap, Map defaultMap) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/ControlAttributes.java (at line 64) newObject.currentMap = new HashMap(currentMap); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashMap(Map) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/ControlAttributes.java (at line 64) newObject.currentMap = new HashMap(currentMap); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/ControlAttributes.java (at line 67) newObject.defaultMap = new HashMap(defaultMap); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashMap(Map) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/ControlAttributes.java (at line 67) newObject.defaultMap = new HashMap(defaultMap); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/ControlAttributes.java (at line 339) currentMap.put(attributeKey, value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/IllegalAttributeException.java (at line 14) public class IllegalAttributeException extends Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^ The serializable class IllegalAttributeException does not declare a static final serialVersionUID field of type long ---------- 36 problems (36 warnings)[39 .class files generated] # 2/19/10 10:21:52 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 35) Map currentMap = null; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 36) Map defaultMap = null; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 67) public ConfigFactory(Map newMap) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 72) currentMap = new HashMap(newMap); ^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashMap(Map) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 72) currentMap = new HashMap(newMap); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 77) public Map getMap() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 86) defaultMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 87) defaultMap.put(ATTR_LOCALHOST_SELECTION, DefaultValues.LOCALHOST_SELECTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 88) defaultMap.put(ATTR_LOGIN_USERNAME, DefaultValues.LOGIN_USERNAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 89) defaultMap.put(ATTR_LOGIN_PASSWORD, DefaultValues.LOGIN_PASSWORD); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 90) defaultMap.put(ATTR_CONNECTION_PORT, DefaultValues.CONNECTION_PORT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 91) defaultMap.put(ATTR_CONNECTION_ADDRESS, DefaultValues.CONNECTION_ADDRESS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 92) defaultMap.put(ATTR_KEY_PATH, DefaultValues.KEY_PATH); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 93) defaultMap.put(ATTR_KEY_PASSPHRASE, DefaultValues.KEY_PASSPHRASE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 94) defaultMap.put(ATTR_IS_PASSWORD_AUTH, DefaultValues.IS_PASSWORD_AUTH); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 95) defaultMap.put(ATTR_CONNECTION_TIMEOUT, DefaultValues.CONNECTION_TIMEOUT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 96) defaultMap.put(ATTR_SYSTEM_WORKSPACE, DefaultValues.SYSTEM_WORKSPACE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 97) defaultMap.put(ATTR_CIPHER_TYPE, TargetControl.DEFAULT_CIPHER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 101) currentMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 103) currentMap.put(ATTR_LOGIN_USERNAME, store.getString(ATTR_LOGIN_USERNAME)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 104) currentMap.put(ATTR_CONNECTION_ADDRESS, store.getString(ATTR_CONNECTION_ADDRESS)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 105) currentMap.put(ATTR_CONNECTION_PORT, store.getString(ATTR_CONNECTION_PORT)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 106) currentMap.put(ATTR_SYSTEM_WORKSPACE, store.getString(ATTR_SYSTEM_WORKSPACE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/Environment.java (at line 14) import java.util.Map; ^^^^^^^^^^^^^ The import java.util.Map is never used ---------- ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/ui/ConfigurationPage.java (at line 45) public ConfigurationPage(String targetName, Map attributesMap) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/ui/ConfigurationPage.java (at line 144) Map cipherMap = TargetControl.getCipherTypesMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/ui/ConfigurationPage.java (at line 145) Set cKeySet = cipherMap.keySet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/ui/ConfigurationPage.java (at line 147) for(Iterator it = cKeySet.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/ui/ConfigurationPage.java (at line 201) public Map getAttributes() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 29 problems (29 warnings)[14 .class files generated] # 2/19/10 10:21:50 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/core/RemoteLaunchDelegate.java (at line 103) if (location != null || location.length() == 0) { ^^^^^^^^ Null pointer access: The variable location can only be null at this location ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/core/RemoteLaunchDelegate.java (at line 476) List ruleStrings = configuration.getAttribute(IRemoteLaunchAttributes.ATTR_SYNC_RULES, new ArrayList()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/core/RemoteLaunchDelegate.java (at line 476) List ruleStrings = configuration.getAttribute(IRemoteLaunchAttributes.ATTR_SYNC_RULES, new ArrayList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/core/RemoteLaunchDelegate.java (at line 477) List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/core/RemoteLaunchDelegate.java (at line 477) List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/core/RemoteLaunchDelegate.java (at line 479) for (Iterator iter = ruleStrings.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/core/RemoteLaunchDelegate.java (at line 483) result.add(rule); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/core/RemoteLaunchDelegate.java (at line 489) return (ISynchronizationRule[]) result.toArray(new ISynchronizationRule[result.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 45) private List remoteFileList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 45) private List remoteFileList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 101) this.remoteFileList = new ArrayList(rule.remoteFileList); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 101) this.remoteFileList = new ArrayList(rule.remoteFileList); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 134) remoteFileList.add(value); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 160) List l = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 160) List l = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 162) l.add(SerializationKeys.KEY_LOCAL_PATH+" "+localDirectory.trim()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 165) l.add(SerializationKeys.KEY_OVERWRITE_POLICY+" "+SerializationKeys.KEY_OVERWRITE_POLICY_ALWAYS); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 167) l.add(SerializationKeys.KEY_OVERWRITE_POLICY+" "+SerializationKeys.KEY_OVERWRITE_POLICY_ASK); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 169) l.add(SerializationKeys.KEY_OVERWRITE_POLICY+" "+SerializationKeys.KEY_OVERWRITE_POLICY_NEWER); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 171) l.add(SerializationKeys.KEY_OVERWRITE_POLICY+" "+SerializationKeys.KEY_OVERWRITE_POLICY_SKIP); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 181) l.add(s); ^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 188) l.add(s); ^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 190) for (Iterator iter = remoteFileList.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 195) l.add(SerializationKeys.KEY_REMOTE_PATH+" "+remotePath.trim()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 198) for (Iterator iter = l.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 281) public class RemoteFileIteratorAsString implements Iterator { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 282) Iterator iteratorref = remoteFileList.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 303) public Iterator remoteIteratorAsString() { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 307) public Iterator remoteIteratorAsPath() { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 313) remoteFileList.add(string); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 319) remoteFileList.add(path.toOSString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 337) for (Iterator iter = remoteFileList.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 40) List arguments = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 40) List arguments = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 42) List environmentVariables = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 42) List environmentVariables = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 49) List synchronizationRules = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 49) List synchronizationRules = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 71) arguments.toArray(array); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 76) arguments.add(argument); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 112) environmentVariables.toArray(array); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 117) environmentVariables.add(variable); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 197) ISynchronizationRule[] array = (ISynchronizationRule[]) synchronizationRules.toArray(new ISynchronizationRule[synchronizationRules.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 202) synchronizationRules.add(rule); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 218) for (Iterator iter = synchronizationRules.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 229) for (Iterator iter = synchronizationRules.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 50) private List localFileList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 50) private List localFileList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 108) this.localFileList = new ArrayList(rule.localFileList); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 108) this.localFileList = new ArrayList(rule.localFileList); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 145) localFileList.add(value); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 171) List l = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 171) List l = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 173) l.add(SerializationKeys.KEY_REMOTE_PATH+" "+remoteDirectory.trim()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 176) l.add(SerializationKeys.KEY_OVERWRITE_POLICY+" "+SerializationKeys.KEY_OVERWRITE_POLICY_ALWAYS); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 178) l.add(SerializationKeys.KEY_OVERWRITE_POLICY+" "+SerializationKeys.KEY_OVERWRITE_POLICY_ASK); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 180) l.add(SerializationKeys.KEY_OVERWRITE_POLICY+" "+SerializationKeys.KEY_OVERWRITE_POLICY_NEWER); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 182) l.add(SerializationKeys.KEY_OVERWRITE_POLICY+" "+SerializationKeys.KEY_OVERWRITE_POLICY_SKIP); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 192) l.add(s); ^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 205) l.add(s); ^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 207) for (Iterator iter = localFileList.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 212) l.add(SerializationKeys.KEY_LOCAL_PATH+" "+localpath.trim()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 215) for (Iterator iter = l.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 314) public class LocalFileIteratorAsString implements Iterator { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 315) Iterator iteratorref = localFileList.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 342) public Iterator localIteratorAsString() { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 346) public Iterator localIteratorAsPath() { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 350) public Iterator localIteratorAsFile() { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 356) localFileList.add(string); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 362) localFileList.add(path.toOSString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 368) localFileList.add(file.getPath()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 391) for (Iterator iter = localFileList.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/DownloadBackRule.java (at line 21) import org.eclipse.ptp.remotetools.environment.launcher.data.OverwritePolicies; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remotetools.environment.launcher.data.OverwritePolicies is never used ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/DownloadBackRule.java (at line 25) List remoteFiles = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/DownloadBackRule.java (at line 25) List remoteFiles = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/DownloadBackRule.java (at line 26) List localFiles = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/DownloadBackRule.java (at line 26) List localFiles = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/DownloadBackRule.java (at line 32) remoteFiles.add(remote); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/DownloadBackRule.java (at line 33) localFiles.add(local); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/LaunchObserverIterator.java (at line 22) public class LaunchObserverIterator implements Enumeration { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 312) List rules_tmp = new ArrayList(Arrays.asList(configuration.getSynchronizationRulesArray())); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 312) List rules_tmp = new ArrayList(Arrays.asList(configuration.getSynchronizationRulesArray())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 312) List rules_tmp = new ArrayList(Arrays.asList(configuration.getSynchronizationRulesArray())); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 313) rules_tmp.addAll(extraSynchronizationRules); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 314) ISynchronizationRule [] rules = (ISynchronizationRule[]) rules_tmp.toArray(new ISynchronizationRule[rules_tmp.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 460) ArrayList commandsList = new ArrayList(Arrays.asList(launchScript)); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 460) ArrayList commandsList = new ArrayList(Arrays.asList(launchScript)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 460) ArrayList commandsList = new ArrayList(Arrays.asList(launchScript)); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 463) commandsList.add(0, "cd " + pathTools.quote(remoteWorkingDirectory, true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 467) commandsList.add(0, "stty -echo"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 470) commands = (String[]) commandsList.toArray(commands); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchMacroSupplier.java (at line 17) import org.eclipse.cdt.internal.core.cdtvariables.CoreMacroSupplierBase; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CoreMacroSupplierBase is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchMacroSupplier.java (at line 32) public class LaunchMacroSupplier extends CoreMacroSupplierBase { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CoreMacroSupplierBase is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchMacroSupplier.java (at line 38) private final Map auxiliarySuppliers = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchMacroSupplier.java (at line 38) private final Map auxiliarySuppliers = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchMacroSupplier.java (at line 115) LaunchMacroSupplier.this.auxiliarySuppliers .put( member .getAttribute(CONFIG_TYPE_ID), member .createExecutableExtension(CLASS)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchVariableManager.java (at line 14) import org.eclipse.cdt.internal.core.cdtvariables.CoreVariableSubstitutor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CoreVariableSubstitutor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchVariableManager.java (at line 15) import org.eclipse.cdt.internal.core.cdtvariables.EclipseVariablesVariableSupplier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EclipseVariablesVariableSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchVariableManager.java (at line 36) public static EclipseVariablesVariableSupplier eclipseVariablesMacroSupplier = EclipseVariablesVariableSupplier ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EclipseVariablesVariableSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchVariableManager.java (at line 36) public static EclipseVariablesVariableSupplier eclipseVariablesMacroSupplier = EclipseVariablesVariableSupplier ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EclipseVariablesVariableSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchVariableManager.java (at line 36) public static EclipseVariablesVariableSupplier eclipseVariablesMacroSupplier = EclipseVariablesVariableSupplier .getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type EclipseVariablesVariableSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchVariableManager.java (at line 71) return new CoreVariableSubstitutor(info, inexistentMacroValue, listDelimiter); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CoreVariableSubstitutor(IVariableContextInfo, String, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchVariableManager.java (at line 71) return new CoreVariableSubstitutor(info, inexistentMacroValue, ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CoreVariableSubstitutor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/AbstractProcess.java (at line 44) protected Map attributes; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/AbstractProcess.java (at line 82) attributes = new HashMap(5); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/AbstractProcess.java (at line 89) attributes.put(key, value); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/AbstractProcess.java (at line 105) public void copyAttributes(Map attributes) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/AbstractProcess.java (at line 107) Iterator keys = attributes.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/AbstractProcess.java (at line 118) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/MonitorOutputStream.java (at line 24) private Set listeners= new HashSet(1); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/MonitorOutputStream.java (at line 24) private Set listeners= new HashSet(1); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/MonitorOutputStream.java (at line 27) listeners.add(listener); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/MonitorOutputStream.java (at line 40) Iterator iterator = listeners.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/MonitorOutputStream.java (at line 51) Iterator iterator = listeners.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/MonitorOutputStream.java (at line 60) Iterator iterator = listeners.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/macros/ILaunchVariableContextInfo.java (at line 13) import org.eclipse.cdt.internal.core.cdtvariables.ICoreVariableContextInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICoreVariableContextInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/macros/ILaunchVariableContextInfo.java (at line 19) public interface ILaunchVariableContextInfo extends ICoreVariableContextInfo { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICoreVariableContextInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.core_5.2.0.201002120810.jar ---------- ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/DownloadRuleDialog.java (at line 442) ArrayList list = new ArrayList(Arrays.asList(fileList.getItems())); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/DownloadRuleDialog.java (at line 442) ArrayList list = new ArrayList(Arrays.asList(fileList.getItems())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/DownloadRuleDialog.java (at line 442) ArrayList list = new ArrayList(Arrays.asList(fileList.getItems())); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/DownloadRuleDialog.java (at line 443) list.add(inputDialog.getValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/DownloadRuleDialog.java (at line 445) s = (String[]) list.toArray(s); ^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/DownloadRuleDialog.java (at line 474) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/DownloadRuleDialog.java (at line 474) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/DownloadRuleDialog.java (at line 474) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/DownloadRuleDialog.java (at line 481) items = (String[]) fileSet.toArray(items); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection should be parameterized ---------- ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 19) import org.eclipse.cdt.launch.internal.ui.LaunchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 20) import org.eclipse.cdt.launch.internal.ui.LaunchUIPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 72) protected ArrayList rules = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 72) protected ArrayList rules = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 284) configuration.setAttribute(IRemoteLaunchAttributes.ATTR_SYNC_RULES, new ArrayList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 301) java.util.List list = configuration.getAttribute( ^^^^^^^^^^^^^^ List is a raw type. References to generic type List should be parameterized ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 303) new ArrayList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 305) for (Iterator iter = list.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 308) rules.add(rule); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 326) setErrorMessage(LaunchMessages ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 326) setErrorMessage(LaunchMessages .getFormattedString( "Launch.common.Exception_occurred_reading_configuration_EXCEPTION", e.getStatus().getMessage())); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 329) LaunchUIPlugin.log(e); ^^^^^^^^^^^^^^ Discouraged access: The type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 329) LaunchUIPlugin.log(e); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method log(Throwable) from the type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 351) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 351) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 352) for (Iterator iter = rules.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 354) list.add(rule.toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 388) rules.add(newRule); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 408) rules.set(index, newRule); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 422) HashSet set = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 422) HashSet set = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 425) set.add(rules.get(index)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 427) rules.removeAll(set); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection should be parameterized ---------- ---------- 150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 17) import org.eclipse.cdt.launch.internal.ui.LaunchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 18) import org.eclipse.cdt.launch.internal.ui.LaunchUIPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 46) private ArrayList observerIDs; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 183) observerIDs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 184) observerIDs.add(null); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 197) observerIDs.add(id); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 219) setErrorMessage(LaunchMessages.getFormattedString("Launch.common.Exception_occurred_reading_configuration_EXCEPTION", e.getStatus().getMessage())); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 219) setErrorMessage(LaunchMessages.getFormattedString("Launch.common.Exception_occurred_reading_configuration_EXCEPTION", e.getStatus().getMessage())); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 220) LaunchUIPlugin.log(e); ^^^^^^^^^^^^^^ Discouraged access: The type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 220) LaunchUIPlugin.log(e); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method log(Throwable) from the type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201002120810.jar ---------- ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 301) class PathIterator implements Iterator { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 302) Iterator internalIterator; ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 304) public PathIterator(Iterator internalIterator) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 312) public PathIterator(java.util.List list) { ^^^^^^^^^^^^^^ List is a raw type. References to generic type List should be parameterized ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 348) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 348) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 348) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 349) for (Iterator iter = new PathIterator(fileDialog.getFileNames()); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 372) fileSet.add(fullPath); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 377) items = (String[]) fileSet.toArray(items); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection should be parameterized ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 393) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 393) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 393) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 410) fileSet.add(fullPath); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 413) items = (String[]) fileSet.toArray(items); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection should be parameterized ---------- 175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 437) ArrayList resourceList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 437) ArrayList resourceList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 438) for (Iterator iter = new PathIterator(fileList.getItems()); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 445) resourceList.add(resource); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 471) HashSet newFileList = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 471) HashSet newFileList = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 472) for (Iterator iter = new PathIterator(fileList.getItems()); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 477) newFileList.add(path.toOSString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 486) newFileList.add(entry); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 490) items = (String[]) newFileList.toArray(items); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection should be parameterized ---------- 185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 502) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 502) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 502) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 509) items = (String[]) fileSet.toArray(items); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection should be parameterized ---------- 188 problems (188 warnings)[85 .class files generated] # 2/19/10 10:21:50 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.environment.ui/src/org/eclipse/ptp/remotetools/environment/ui/views/RemoteToolsEnvironmentView.java (at line 454) return actions.isEmpty() ? Collections.EMPTY_LIST : actions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 1 problem (1 warning)[23 .class files generated] # 2/19/10 10:21:45 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.preferences/src/org/eclipse/ptp/remotetools/preferences/PreferencesPlugin.java (at line 20) import org.eclipse.jface.resource.ImageDescriptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.resource.ImageDescriptor is never used ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.preferences/src/org/eclipse/ptp/remotetools/preferences/PreferencesPlugin.java (at line 37) private List propertiesListeners; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.preferences/src/org/eclipse/ptp/remotetools/preferences/PreferencesPlugin.java (at line 46) propertiesListeners = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.preferences/src/org/eclipse/ptp/remotetools/preferences/PreferencesPlugin.java (at line 85) propertiesListeners.add(listener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.preferences/src/org/eclipse/ptp/remotetools/preferences/PreferencesPlugin.java (at line 97) Iterator i = propertiesListeners.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.preferences/src/org/eclipse/ptp/remotetools/preferences/ui/PreferenceInitializer.java (at line 37) PreferenceConstants prefs = PreferenceConstants.getInstance(); ^^^^^ The local variable prefs is never read ---------- 6 problems (6 warnings)[15 .class files generated] # 2/19/10 10:21:44 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.remotetools.utils/src/org/eclipse/ptp/remotetools/utils/stream/StreamBridge.java (at line 59) public void newChars(char[] chars, int length) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method newChars(char[], int) from the type StreamBridge.DataForwarder is never used locally ---------- 1 problem (1 warning)[11 .class files generated] # 2/19/10 10:20:54 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.core/src/org/eclipse/ptp/rm/core/rtsystem/AbstractToolRuntimeSystemJob.java (at line 99) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 1 problem (1 warning)[30 .class files generated] # 2/19/10 10:21:58 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [8 .class files generated] # 2/19/10 10:21:58 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [1 .class file generated] # 2/19/10 10:21:59 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/preferences/IBMLLPreferencePage.java (at line 132) public void widgetModified(SelectionEvent e) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method widgetModified(SelectionEvent) from the type IBMLLPreferencePage.EventMonitor is never used locally ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/BooleanRowWidget.java (at line 14) import org.eclipse.ptp.rm.ibm.ll.ui.*; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.rm.ibm.ll.ui is never used ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/BooleanRowWidget.java (at line 164) public boolean isEnabled() ^^^^^^^^^^^ The method isEnabled() from the type BooleanRowWidget.BooleanOption is never used locally ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/CheckboxRowWidget.java (at line 11) import org.eclipse.ptp.rm.ibm.ll.ui.*; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.rm.ibm.ll.ui is never used ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/CheckboxRowWidget.java (at line 28) private IAttributeDefinition attrDef; ^^^^^^^ The field CheckboxRowWidget.attrDef is never read locally ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/CheckboxRowWidget.java (at line 30) private String defaultValue; ^^^^^^^^^^^^ The field CheckboxRowWidget.defaultValue is never read locally ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/ComboRowWidget.java (at line 15) import org.eclipse.ptp.rm.ibm.ll.ui.*; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.rm.ibm.ll.ui is never used ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/DualFieldRowWidget.java (at line 13) import org.eclipse.ptp.rm.ibm.ll.ui.*; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.rm.ibm.ll.ui is never used ---------- ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 131) private static final String LL_PTP_MAX_INT = "LL_PTP_MAX_INT"; ^^^^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.LL_PTP_MAX_INT is never read locally ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 178) private TextRowWidget llComment = null; ^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llComment is never read locally ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 185) private ComboRowWidget llLargePage = null; ^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llLargePage is never read locally ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 189) private TextRowWidget llRequirements = null; ^^^^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llRequirements is never read locally ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 193) private TextRowWidget llResources = null; ^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llResources is never read locally ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 197) private TextRowWidget llError = null; ^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llError is never read locally ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 198) private TextRowWidget llInput = null; ^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llInput is never read locally ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 199) private TextRowWidget llOutput = null; ^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llOutput is never read locally ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 200) private TextRowWidget llInitialDir = null; ^^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llInitialDir is never read locally ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 201) private TextRowWidget llShell = null; ^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llShell is never read locally ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 202) private TextRowWidget llExecutable = null; ^^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llExecutable is never read locally ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 203) private TextRowWidget llEnvironment = null; ^^^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llEnvironment is never read locally ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 208) private ComboRowWidget llBulkxfer = null; ^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llBulkxfer is never read locally ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 209) private TextRowWidget llNetwork_mpi = null; ^^^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llNetwork_mpi is never read locally ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 210) private TextRowWidget llNetwork_lapi = null; ^^^^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llNetwork_lapi is never read locally ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 211) private TextRowWidget llNetwork_mpi_lapi = null; ^^^^^^^^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llNetwork_mpi_lapi is never read locally ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 696) private void restoreTabPaneWidgetState(Control widget) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method restoreTabPaneWidgetState(Control) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 735) Boolean state; ^^^^^ The local variable state is never read ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 736) boolean enableFlag; ^^^^^^^^^^ The local variable enableFlag is never read ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 836) private DualFieldRowWidget createDualField(Composite parent, IResourceManager rm, String id1, String id2) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createDualField(Composite, IResourceManager, String, String) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 872) private CheckboxRowWidget createCheckbox(Composite parent, IResourceManager rm, String id) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCheckbox(Composite, IResourceManager, String) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 1012) private ComboRowWidget createEditableCombobox(Composite parent, IResourceManager rm, String id, int selector_id) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createEditableCombobox(Composite, IResourceManager, String, int) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 1450) allAttrs = configuration.getAttributes(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 2280) String jt_default = ""; ^^^^^^^^^^ The local variable jt_default is never read ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 2525) private void validateOutputPath(String path, String errorID) throws ValidationException, IOException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateOutputPath(String, String) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 2553) private void validateDirectory(FileSelectorRowWidget selector, String errorID) throws ValidationException, IOException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateDirectory(FileSelectorRowWidget, String) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 2598) private boolean isValidListSelection(ComboRowWidget widget, String attrName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isValidListSelection(ComboRowWidget, String) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 2689) private void validateNumericRange(TextRowWidget control, String attrName, String errorID) throws ValidationException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateNumericRange(TextRowWidget, String, String) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 2850) private void validateLongNumericRange(String value, String attrName, String errorID) throws ValidationException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateLongNumericRange(String, String, String) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 2883) private void validateNumericRange(String value, int lowLimit, int highLimit, String errorID) throws ValidationException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateNumericRange(String, int, int, String) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/TextRowWidget.java (at line 12) import org.eclipse.ptp.rm.ibm.ll.ui.*; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.rm.ibm.ll.ui is never used ---------- ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/wizards/IBMLLResourceManagerOptionWizardPage.java (at line 117) public void widgetModified(SelectionEvent e) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method widgetModified(SelectionEvent) from the type IBMLLResourceManagerOptionWizardPage.EventMonitor is never used locally ---------- 40 problems (40 warnings)[29 .class files generated] # 2/19/10 10:22:01 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [7 .class files generated] # 2/19/10 10:22:01 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [1 .class file generated] # 2/19/10 10:22:03 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/preferences/PEPreferencePage.java (at line 282) int interval; ^^^^^^^^ The local variable interval is never read ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 208) private static final int MP_PRIORITY_LOG_NAME_SELECTOR = 17; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field PERMLaunchConfigurationDynamicTab.MP_PRIORITY_LOG_NAME_SELECTOR is never read locally ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 346) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 348) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 350) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 353) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 367) @SuppressWarnings( { "unused", "unused" }) ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 369) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 395) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 401) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 1848) allAttrs = configuration.getAttributes(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 2278) environment = configuration.getAttribute( "org.eclipse.debug.core.environmentVariables", new HashMap()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/widgets/BooleanRowWidget.java (at line 163) public boolean isEnabled() ^^^^^^^^^^^ The method isEnabled() from the type BooleanRowWidget.BooleanOption is never used locally ---------- ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/widgets/CheckboxRowWidget.java (at line 27) private IAttributeDefinition attrDef; ^^^^^^^ The field CheckboxRowWidget.attrDef is never read locally ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/widgets/CheckboxRowWidget.java (at line 29) private String defaultValue; ^^^^^^^^^^^^ The field CheckboxRowWidget.defaultValue is never read locally ---------- ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/wizards/PEResourceManagerOptionDialog.java (at line 159) Preferences preferences; ^^^^^^^^^^^ The local variable preferences is never read ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/wizards/PEResourceManagerOptionDialog.java (at line 361) int interval; ^^^^^^^^ The local variable interval is never read ---------- 17 problems (17 warnings)[29 .class files generated] # 2/19/10 10:22:04 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.mpi.mpich2.core/src/org/eclipse/ptp/rm/mpi/mpich2/core/rtsystem/MPICH2RuntimeSystemJob.java (at line 105) final IPJob ipJob = PTPCorePlugin.getDefault().getUniverse().getResourceManager(rtSystem.getRmID()).getQueueById(getQueueID()).getJobById(getJobID()); ^^^^^ The local variable ipJob is never read ---------- 1 problem (1 warning)[26 .class files generated] # 2/19/10 10:22:06 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.mpi.mpich2.ui/src/org/eclipse/ptp/rm/mpi/mpich2/ui/launch/AdvancedMPICH2RMLaunchConfigurationDynamicTab.java (at line 133) private String hostListToText(String list) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method hostListToText(String) from the type AdvancedMPICH2RMLaunchConfigurationDynamicTab.DataSource is never used locally ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.mpi.mpich2.ui/src/org/eclipse/ptp/rm/mpi/mpich2/ui/launch/MPICH2LaunchConfiguration.java (at line 57) Map params = configuration.getAttribute(ATTR_PARAMETERS, MPICH2LaunchConfigurationDefaults.ATTR_PARAMETERS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.mpi.mpich2.ui/src/org/eclipse/ptp/rm/mpi/mpich2/ui/wizards/MPICH2ConfigurationWizardPage.java (at line 68) private IMPICH2ResourceManagerConfiguration config; ^^^^^^ The field MPICH2ConfigurationWizardPage.DataSource.config is never read locally ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.mpi.mpich2.ui/src/org/eclipse/ptp/rm/mpi/mpich2/ui/wizards/MPICH2ConfigurationWizardPage.java (at line 168) String remoteInstallPath = null; ^^^^^^^^^^^^^^^^^ The local variable remoteInstallPath is never read ---------- 4 problems (4 warnings)[18 .class files generated] # 2/19/10 10:22:07 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [63 .class files generated] # 2/19/10 10:22:09 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.mpi.openmpi.ui/src/org/eclipse/ptp/rm/mpi/openmpi/ui/launch/AdvancedOpenMpiRMLaunchConfigurationDynamicTab.java (at line 194) params = getConfiguration().getAttribute( OpenMPILaunchConfiguration.ATTR_PARAMETERS, OpenMPILaunchConfigurationDefaults.ATTR_PARAMETERS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.mpi.openmpi.ui/src/org/eclipse/ptp/rm/mpi/openmpi/ui/launch/BasicOpenMpiRMLaunchConfigurationDynamicTab.java (at line 386) private DataSource getBasicDataSource() { ^^^^^^^^^^^^^^^^^^^^ The method getBasicDataSource() from the type BasicOpenMpiRMLaunchConfigurationDynamicTab is never used locally ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.mpi.openmpi.ui/src/org/eclipse/ptp/rm/mpi/openmpi/ui/launch/BasicOpenMpiRMLaunchConfigurationDynamicTab.java (at line 398) private DataSource getLocalDataSource() { ^^^^^^^^^^^^^^^^^^^^ The method getLocalDataSource() from the type BasicOpenMpiRMLaunchConfigurationDynamicTab is never used locally ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.mpi.openmpi.ui/src/org/eclipse/ptp/rm/mpi/openmpi/ui/launch/OpenMPILaunchConfiguration.java (at line 69) Map params = configuration.getAttribute(ATTR_PARAMETERS, OpenMPILaunchConfigurationDefaults.ATTR_PARAMETERS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 4 problems (4 warnings)[26 .class files generated] # 2/19/10 10:22:25 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [9 .class files generated] # 2/19/10 10:22:26 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.pbs.ui/src/org/eclipse/ptp/rm/pbs/ui/launch/PBSRMLaunchConfigurationDynamicTab.java (at line 83) for (Object object : paramsViewer.getCheckedElements()) { ^^^^^^ The local variable object is never read ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.pbs.ui/src/org/eclipse/ptp/rm/pbs/ui/launch/PBSRMLaunchConfigurationDynamicTab.java (at line 440) private DataSource getLocalDataSource() { ^^^^^^^^^^^^^^^^^^^^ The method getLocalDataSource() from the type PBSRMLaunchConfigurationDynamicTab is never used locally ---------- 2 problems (2 warnings)[21 .class files generated] # 2/19/10 10:22:28 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [16 .class files generated] # 2/19/10 10:22:33 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 58) private String partationRequestedString = "3"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^ The field SLURMRMLaunchConfigurationDynamicTab.partationRequestedString is never read locally ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 59) private static final String JOB_PARTATION_LABEL = Messages.SLURMRMLaunchConfigurationDynamicTab_2; ^^^^^^^^^^^^^^^^^^^ The field SLURMRMLaunchConfigurationDynamicTab.JOB_PARTATION_LABEL is never read locally ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 61) private String jobTypeComboString = "mpi"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^ The field SLURMRMLaunchConfigurationDynamicTab.jobTypeComboString is never read locally ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 62) private static final String JOB_TYPE_LABEL = Messages.SLURMRMLaunchConfigurationDynamicTab_3; ^^^^^^^^^^^^^^ The field SLURMRMLaunchConfigurationDynamicTab.JOB_TYPE_LABEL is never read locally ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 64) private String jobIoString = Messages.SLURMRMLaunchConfigurationDynamicTab_4; ^^^^^^^^^^^ The field SLURMRMLaunchConfigurationDynamicTab.jobIoString is never read locally ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 65) private static final String JOB_IO_LABEL = Messages.SLURMRMLaunchConfigurationDynamicTab_5; ^^^^^^^^^^^^ The field SLURMRMLaunchConfigurationDynamicTab.JOB_IO_LABEL is never read locally ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 67) private String jobVerboseModString = Messages.SLURMRMLaunchConfigurationDynamicTab_6; ^^^^^^^^^^^^^^^^^^^ The field SLURMRMLaunchConfigurationDynamicTab.jobVerboseModString is never read locally ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 68) private static final String JOB_VERBOSE_MODE_LABEL = Messages.SLURMRMLaunchConfigurationDynamicTab_7; ^^^^^^^^^^^^^^^^^^^^^^ The field SLURMRMLaunchConfigurationDynamicTab.JOB_VERBOSE_MODE_LABEL is never read locally ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 70) private String jobNodeListString = "node0,node1"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^ The field SLURMRMLaunchConfigurationDynamicTab.jobNodeListString is never read locally ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 71) private static final String JOB_NODE_LIST_LABEL =Messages.SLURMRMLaunchConfigurationDynamicTab_8; ^^^^^^^^^^^^^^^^^^^ The field SLURMRMLaunchConfigurationDynamicTab.JOB_NODE_LIST_LABEL is never read locally ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 75) private static final String ATTR_NUMNODES = ATTR_PREFIX + ".numNodes"; //$NON-NLS-1$ ^^^^^^^^^^^^^ The field SLURMRMLaunchConfigurationDynamicTab.ATTR_NUMNODES is never read locally ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 77) private static final String ATTR_JOBPARTATION = ATTR_PREFIX + ".jobpartation"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^ The field SLURMRMLaunchConfigurationDynamicTab.ATTR_JOBPARTATION is never read locally ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 78) private static final String ATTR_JOBTYPE = ATTR_PREFIX + ".jobtype"; //$NON-NLS-1$ ^^^^^^^^^^^^ The field SLURMRMLaunchConfigurationDynamicTab.ATTR_JOBTYPE is never read locally ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 79) private static final String ATTR_JOBIO = ATTR_PREFIX + ".jobio"; //$NON-NLS-1$ ^^^^^^^^^^ The field SLURMRMLaunchConfigurationDynamicTab.ATTR_JOBIO is never read locally ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 80) private static final String ATTR_JOBVERBOSEMODE = ATTR_PREFIX + ".jobverbosemode"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ The field SLURMRMLaunchConfigurationDynamicTab.ATTR_JOBVERBOSEMODE is never read locally ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 427) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 449) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 610) private IntegerAttributeDefinition getJobNumNodesAttrDef(IResourceManager rm, IPQueue queue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getJobNumNodesAttrDef(IResourceManager, IPQueue) from the type SLURMRMLaunchConfigurationDynamicTab is never used locally ---------- 18 problems (18 warnings)[15 .class files generated] # 2/19/10 10:21:10 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [41 .class files generated] # 2/19/10 10:20:37 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.services.core/src/org/eclipse/ptp/services/core/ServiceModelManager.java (at line 212) private boolean fEventsEnabled = true; ^^^^^^^^^^^^^^ The field ServiceModelManager.fEventsEnabled is never read locally ---------- 1 problem (1 warning)[24 .class files generated] # 2/19/10 10:20:38 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.services.ui/src/org/eclipse/ptp/services/internal/ui/actions/AddServiceConfigurationAction.java (at line 26) private IServiceModelManager fManager = ServiceModelManager.getInstance(); ^^^^^^^^ The field AddServiceConfigurationAction.fManager is never read locally ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.services.ui/src/org/eclipse/ptp/services/internal/ui/actions/AddServiceConfigurationAction.java (at line 27) private IServiceConfiguration fConfiguration = null; ^^^^^^^^^^^^^^ The field AddServiceConfigurationAction.fConfiguration is never read locally ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.services.ui/src/org/eclipse/ptp/services/internal/ui/actions/EditServiceConfigurationAction.java (at line 25) private IServiceModelManager fManager = ServiceModelManager.getInstance(); ^^^^^^^^ The field EditServiceConfigurationAction.fManager is never read locally ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.services.ui/src/org/eclipse/ptp/services/internal/ui/actions/EditServiceConfigurationAction.java (at line 26) private IServiceConfiguration fConfiguration = null; ^^^^^^^^^^^^^^ The field EditServiceConfigurationAction.fConfiguration is never read locally ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.services.ui/src/org/eclipse/ptp/services/ui/IServiceContributor.java (at line 15) import org.eclipse.ptp.services.core.IServiceProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.services.core.IServiceProvider is never used ---------- ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.services.ui/src/org/eclipse/ptp/services/ui/wizards/ServiceConfigurationWidget.java (at line 354) private IServiceProvider getServiceProvider(IServiceProviderDescriptor descriptor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getServiceProvider(IServiceProviderDescriptor) from the type ServiceConfigurationWidget is never used locally ---------- 6 problems (6 warnings)[96 .class files generated] # 2/19/10 10:20:34 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/extensionpoints/ExtensionPointEnumeration.java (at line 23) public class ExtensionPointEnumeration implements Enumeration { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/linux/ArgumentParser.java (at line 46) public ArgumentParser(List tokenList) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/linux/ArgumentParser.java (at line 47) this.tokens = new ArrayList(tokenList); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/linux/ArgumentParser.java (at line 47) this.tokens = new ArrayList(tokenList); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to List ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/linux/ArgumentParser.java (at line 47) this.tokens = new ArrayList(tokenList); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/linux/ArgumentParser.java (at line 258) return new ArrayList(this.tokens); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/linux/ArgumentParser.java (at line 258) return new ArrayList(this.tokens); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to List ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/linux/ArgumentParser.java (at line 258) return new ArrayList(this.tokens); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/linux/ArgumentParser.java (at line 303) public List getParameterList() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/linux/ArgumentParser.java (at line 307) return new ArrayList(this.tokens.subList(1, this.tokens.size())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/linux/ArgumentParser.java (at line 307) return new ArrayList(this.tokens.subList(1, this.tokens.size())); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/linux/ArgumentParser.java (at line 324) Iterator iterator = this.tokens.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 12 problems (12 warnings)[13 .class files generated] # 2/19/10 10:20:35 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/AuthenticationFrame.java (at line 28) import org.eclipse.swt.events.SelectionListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.events.SelectionListener is never used ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/AuthenticationFrame.java (at line 31) import org.eclipse.swt.widgets.Combo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Combo is never used ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/AuthenticationFrame.java (at line 35) import org.eclipse.swt.widgets.Text; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Text is never used ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/AuthenticationFrame.java (at line 111) Collection modifyListeners = new HashSet(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/AuthenticationFrame.java (at line 111) Collection modifyListeners = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/AuthenticationFrame.java (at line 277) modifyListeners.add(listener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/AuthenticationFrame.java (at line 290) Iterator iterator = modifyListeners.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ComboGroup.java (at line 36) Vector comboItems = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ComboGroup.java (at line 36) Vector comboItems = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ComboGroup.java (at line 47) for (Iterator iter = cmold.items.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ComboGroup.java (at line 84) comboItems.add(comboItem); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ComboGroup.java (at line 89) comboItems.add(index, comboItem); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ComboGroup.java (at line 99) Iterator it = comboItems.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ComboGroup.java (at line 110) Iterator it = comboItems.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ComboMold.java (at line 27) List items = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ComboMold.java (at line 27) List items = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ComboMold.java (at line 54) this.items.add(new ComboGroupItem(null, string)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ComboMold.java (at line 59) this.items.add(new ComboGroupItem(key, value)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ControlsRelationshipHandler.java (at line 33) Map controlsRelationship; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ControlsRelationshipHandler.java (at line 45) public ControlsRelationshipHandler(Map controlsRelationship, boolean enableWhenMasterEnabled) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ControlsRelationshipHandler.java (at line 56) this(new HashMap(), true); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ControlsRelationshipHandler.java (at line 67) this(new HashMap(), enableWhenTrue); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ControlsRelationshipHandler.java (at line 72) this(new HashMap(), enableWhenTrue); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ControlsRelationshipHandler.java (at line 84) controlsRelationship.put(master, slaves); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ControlsRelationshipHandler.java (at line 89) controlsRelationship.put(master, new Control[] { slave }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ControlsRelationshipHandler.java (at line 104) Set masterSet = controlsRelationship.keySet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ControlsRelationshipHandler.java (at line 105) Iterator it = masterSet.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/Frame.java (at line 500) Frame frame = new Frame(shell, mold); ^^^^^ The local variable frame is never read ---------- ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/GenericControlGroup.java (at line 23) import org.eclipse.swt.widgets.Layout; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Layout is never used ---------- ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/TextMold.java (at line 14) import org.eclipse.swt.SWT; ^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.SWT is never used ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/TextMold.java (at line 15) import org.eclipse.swt.widgets.Text; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Text is never used ---------- ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ToolKit.java (at line 71) int height = fm.getHeight (); ^^^^^^ The local variable height is never read ---------- 32 problems (32 warnings)[38 .class files generated] # 2/19/10 10:19:56 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [5 .class files generated] # 2/19/10 10:19:58 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.rephraserengine.core.vpg/src/org/eclipse/rephraserengine/core/preservation/PostTransformationContext.java (at line 15) import org.eclipse.ltk.core.refactoring.FileStatusContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ltk.core.refactoring.FileStatusContext is never used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.rephraserengine.core.vpg/src/org/eclipse/rephraserengine/core/vpg/db/cdt/CDTDB.java (at line 28) import org.eclipse.rephraserengine.core.vpg.VPG; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rephraserengine.core.vpg.VPG is never used ---------- 2 problems (2 warnings)[96 .class files generated] # 2/19/10 10:19:51 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [19 .class files generated] # 2/19/10 10:19:57 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.rephraserengine.ui.refactoring/src/org/eclipse/rephraserengine/internal/ui/actions/RefactoringAction.java (at line 31) import org.eclipse.rephraserengine.ui.menus.RefactorMenu; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rephraserengine.ui.menus.RefactorMenu is never used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.rephraserengine.ui.refactoring/src/org/eclipse/rephraserengine/ui/menus/RefactorMenu.java (at line 17) import org.eclipse.core.resources.IResource; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.resources.IResource is never used ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.rephraserengine.ui.refactoring/src/org/eclipse/rephraserengine/ui/menus/RefactorMenu.java (at line 129) @SuppressWarnings("rawtypes") ^^^^^^^^^^ Unsupported @SuppressWarnings("rawtypes") ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.rephraserengine.ui.refactoring/src/org/eclipse/rephraserengine/ui/menus/RefactorMenu.java (at line 141) CustomUserInputPage customInputPage = ^^^^^^^^^^^^^^^^^^^ CustomUserInputPage is a raw type. References to generic type CustomUserInputPage should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.rephraserengine.ui.refactoring/src/org/eclipse/rephraserengine/ui/menus/RefactorMenu.java (at line 144) : (CustomUserInputPage)elt.createExecutableExtension("inputPage"); ^^^^^^^^^^^^^^^^^^^ CustomUserInputPage is a raw type. References to generic type CustomUserInputPage should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.rephraserengine.ui.refactoring/src/org/eclipse/rephraserengine/ui/menus/RefactorMenu.java (at line 163) @SuppressWarnings("rawtypes") ^^^^^^^^^^ Unsupported @SuppressWarnings("rawtypes") ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.rephraserengine.ui.refactoring/src/org/eclipse/rephraserengine/ui/menus/RefactorMenu.java (at line 175) CustomUserInputPage customInputPage = ^^^^^^^^^^^^^^^^^^^ CustomUserInputPage is a raw type. References to generic type CustomUserInputPage should be parameterized ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.rephraserengine.ui.refactoring/src/org/eclipse/rephraserengine/ui/menus/RefactorMenu.java (at line 178) : (CustomUserInputPage)elt.createExecutableExtension("inputPage"); ^^^^^^^^^^^^^^^^^^^ CustomUserInputPage is a raw type. References to generic type CustomUserInputPage should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.rephraserengine.ui.refactoring/src/org/eclipse/rephraserengine/ui/menus/RefactorMenu.java (at line 235) @SuppressWarnings("rawtypes") ^^^^^^^^^^ Unsupported @SuppressWarnings("rawtypes") ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.rephraserengine.ui.refactoring/src/org/eclipse/rephraserengine/ui/menus/RefactorMenu.java (at line 240) private CustomUserInputPage customInputPage; ^^^^^^^^^^^^^^^^^^^ CustomUserInputPage is a raw type. References to generic type CustomUserInputPage should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.rephraserengine.ui.refactoring/src/org/eclipse/rephraserengine/ui/menus/RefactorMenu.java (at line 246) CustomUserInputPage customInputPage, ^^^^^^^^^^^^^^^^^^^ CustomUserInputPage is a raw type. References to generic type CustomUserInputPage should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.rephraserengine.ui.refactoring/src/org/eclipse/rephraserengine/ui/menus/RefactorMenu.java (at line 271) @SuppressWarnings("rawtypes") ^^^^^^^^^^ Unsupported @SuppressWarnings("rawtypes") ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.rephraserengine.ui.refactoring/src/org/eclipse/rephraserengine/ui/menus/RefactorMenu.java (at line 276) private CustomUserInputPage customInputPage; ^^^^^^^^^^^^^^^^^^^ CustomUserInputPage is a raw type. References to generic type CustomUserInputPage should be parameterized ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.rephraserengine.ui.refactoring/src/org/eclipse/rephraserengine/ui/menus/RefactorMenu.java (at line 283) CustomUserInputPage customInputPage, ^^^^^^^^^^^^^^^^^^^ CustomUserInputPage is a raw type. References to generic type CustomUserInputPage should be parameterized ---------- 14 problems (14 warnings)[13 .class files generated] # 2/19/10 10:20:02 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_HEAD/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/preservation/PostTransformationStatusContextViewer.java (at line 20) import org.eclipse.ltk.internal.ui.refactoring.FileStatusContextViewer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ltk.internal.ui.refactoring.FileStatusContextViewer is never used ---------- 1 problem (1 warning)[13 .class files generated] # 2/19/10 10:19:54 PM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [4 .class files generated]