# 2/1/10 10:30:34 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/plugins/org.eclipse.photran.cdtinterface/src/org/eclipse/photran/internal/cdtinterface/ui/editor/CDTBasedTextEditor.java (at line 115) 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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)[49 .class files generated] # 2/1/10 10:30:57 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [2 .class files generated] # 2/1/10 10:30:33 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FixedFormLexerPhase1.java (at line 833) private boolean zzAtBOL = true; ^^^^^^^ The field FixedFormLexerPhase1.zzAtBOL is never read locally ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FixedFormLexerPrepass.java (at line 50) private HashMap whiteSpaceMapping = 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_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FixedFormLexerPrepass.java (at line 50) private HashMap whiteSpaceMapping = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FixedFormLexerPrepass.java (at line 314) 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 ---------- ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase1.java (at line 2081) private boolean zzAtBOL = true; ^^^^^^^ The field FreeFormLexerPhase1.zzAtBOL is never read locally ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 608) LinkedList ruleList = (LinkedList)rules.get(thistokenTerminal); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 608) LinkedList ruleList = (LinkedList)rules.get(thistokenTerminal); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 619) private boolean allRulesApplyToTokenAtPosition(LinkedList ruleList, int tokenPos) { ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 620) ListIterator it = ruleList.listIterator(); ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 947) private LinkedList ruleList; ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 951) ruleList = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 957) ruleList = new LinkedList(); ^^^^^^^^^^ 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_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 958) ruleList.add(rule); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 964) ruleList = new LinkedList(); ^^^^^^^^^^ 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_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 965) ruleList.add(rule1); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 966) ruleList.add(rule2); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 972) 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_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 973) ruleList.add(rule1); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 974) ruleList.add(rule2); ^^^^^^^^^^^^^^^^^^^ 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_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 975) ruleList.add(rule3); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 988) 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 ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1079) public MustBePrecededBy(Terminal tokenTerminal1, Terminal tokenTerminal2) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FreeFormLexerPhase2.MustBePrecededBy(Terminal, Terminal) is never used locally ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1235) public StmtMustStartWithOneOf(Terminal tokenTerminal1, Terminal tokenTerminal2, Terminal tokenTerminal3, Terminal tokenTerminal4) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FreeFormLexerPhase2.StmtMustStartWithOneOf(Terminal, Terminal, Terminal, Terminal) is never used locally ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1244) 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 ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1450) Vector identifiersContainingEqualSigns = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1450) Vector identifiersContainingEqualSigns = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1451) Vector identifiersStarred = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1451) Vector identifiersStarred = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1459) 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 ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1464) 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 ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1518) 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 ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1521) 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 ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1522) 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 ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1523) 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 ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1524) 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 ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1525) 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 ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1526) 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 ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1527) 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 ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1572) 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 ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1575) 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 ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1576) 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 ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1577) 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 ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1578) 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 ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1579) 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 ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1580) 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 ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1581) 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 ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1583) 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 ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1584) 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 ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1585) 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 ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1586) 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 ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1587) 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 ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1588) 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 ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core/lexer/org/eclipse/photran/internal/core/lexer/FreeFormLexerPhase2.java (at line 1589) 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 ---------- 92 problems (92 warnings)[57 .class files generated] # 2/1/10 10:31:01 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [2 .class files generated] # 2/1/10 10:30:36 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:30:58 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [1 .class file generated] # 2/1/10 10:30:32 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [1 .class file generated] # 2/1/10 10:30:52 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/AbstractFortranEditor.java (at line 258) public void updateFoldingStructure(ArrayList/**/ positions) ^^^^^^^^^ 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_ptp_3_0/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/AbstractFortranEditor.java (at line 271) private HashMap/**/ mapAnnotationsToPositions(ArrayList/**/ positions) ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/AbstractFortranEditor.java (at line 271) private HashMap/**/ mapAnnotationsToPositions(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_ptp_3_0/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/AbstractFortranEditor.java (at line 273) HashMap newAnnotations = 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_ptp_3_0/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/AbstractFortranEditor.java (at line 273) HashMap newAnnotations = 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_ptp_3_0/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/AbstractFortranEditor.java (at line 277) 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 ---------- ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/FortranKeywordRuleBasedScanner.java (at line 444) protected Map fWords= new HashMap(); ^^^ 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_ptp_3_0/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/FortranKeywordRuleBasedScanner.java (at line 444) protected Map fWords= 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_ptp_3_0/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/FortranKeywordRuleBasedScanner.java (at line 462) public Eclipse33WordRule(IWordDetector detector) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FortranKeywordRuleBasedScanner.Eclipse33WordRule(IWordDetector) is never used locally ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/FortranKeywordRuleBasedScanner.java (at line 476) public Eclipse33WordRule(IWordDetector detector, IToken defaultToken) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FortranKeywordRuleBasedScanner.Eclipse33WordRule(IWordDetector, IToken) is never used locally ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/FortranKeywordRuleBasedScanner.java (at line 511) 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 ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/FortranKeywordRuleBasedScanner.java (at line 522) public void setColumnConstraint(int column) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setColumnConstraint(int) from the type FortranKeywordRuleBasedScanner.Eclipse33WordRule is never used locally ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.ui/src/org/eclipse/photran/internal/ui/editor/FortranKeywordRuleBasedScanner.java (at line 547) Iterator iter= fWords.keySet().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_ptp_3_0/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 ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 35 problems (35 warnings)[38 .class files generated] # 2/1/10 10:28:17 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [1 .class file generated] # 2/1/10 10:28:25 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:30:51 AM 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_ptp_3_0/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/1/10 10:30:37 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/FortranAST.java (at line 60) public Iterator/**/ iterator() ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/FortranAST.java (at line 60) 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 ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/FortranAST.java (at line 60) 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 ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAcImpliedDoNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAcImpliedDoNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAcImpliedDoNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAcImpliedDoNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAcImpliedDoNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAcImpliedDoNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAcImpliedDoNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAcImpliedDoNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAcImpliedDoNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAcImpliedDoNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAcValueNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAcValueNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAcValueNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAcValueNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAcValueNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAcValueNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAcValueNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAcValueNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAcValueNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAcValueNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAccessSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAccessSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAccessSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAccessSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAccessSpecNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAccessSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAccessSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAccessSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAccessSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAccessSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAccessStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAccessStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAccessStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAccessStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAccessStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAccessStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAccessStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAccessStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAccessStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAccessStmtNode.java (at line 103) case 4: this.accessIdList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocatableStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocatableStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocatableStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocatableStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocatableStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocatableStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocatableStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocatableStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocatableStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocatableStmtNode.java (at line 92) case 4: this.arrayAllocationList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocateObjectNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocateObjectNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocateObjectNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocateObjectNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocateObjectNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocateObjectNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocateObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocateObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocateObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocateObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocateStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocateStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocateStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocateStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocateStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocateStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocateStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocateStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocateStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocateStmtNode.java (at line 108) case 3: this.allocationList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocatedShapeNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocatedShapeNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocatedShapeNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocatedShapeNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocatedShapeNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocatedShapeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocatedShapeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocatedShapeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocatedShapeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocatedShapeNode.java (at line 82) case 1: this.sectionSubscriptList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocationNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocationNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocationNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocationNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocationNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocationNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocationNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocationNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocationNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocationNode.java (at line 94) case 0: this.allocateObject = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAllocationNode.java (at line 96) case 2: this.sectionSubscriptList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArithmeticIfStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArithmeticIfStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArithmeticIfStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArithmeticIfStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArithmeticIfStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArithmeticIfStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArithmeticIfStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArithmeticIfStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArithmeticIfStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArithmeticIfStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayAllocationNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayAllocationNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayAllocationNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayAllocationNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayAllocationNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayAllocationNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayAllocationNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayAllocationNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayAllocationNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayAllocationNode.java (at line 85) case 2: this.deferredShapeSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayConstructorNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayConstructorNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayConstructorNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayConstructorNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayConstructorNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayConstructorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayConstructorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayConstructorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayConstructorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayConstructorNode.java (at line 77) case 2: this.acValueList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayDeclaratorNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayDeclaratorNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayDeclaratorNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayDeclaratorNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayDeclaratorNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayDeclaratorNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayDeclaratorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayDeclaratorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayDeclaratorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayDeclaratorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayElementNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayElementNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayElementNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayElementNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayElementNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayElementNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayElementNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayElementNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayElementNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayElementNode.java (at line 97) case 0: this.structureComponent = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayElementNode.java (at line 100) case 3: this.sectionSubscriptList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArrayNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArraySpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArraySpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArraySpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArraySpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArraySpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArraySpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArraySpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArraySpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArraySpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArraySpecNode.java (at line 105) case 0: this.assumedShapeSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArraySpecNode.java (at line 107) case 2: this.explicitShapeSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTArraySpecNode.java (at line 108) case 3: this.deferredShapeSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignedGotoStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignedGotoStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignedGotoStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignedGotoStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignedGotoStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignedGotoStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignedGotoStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignedGotoStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignedGotoStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignedGotoStmtNode.java (at line 114) case 7: this.lblRefList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignmentStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignmentStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignmentStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignmentStmtNode.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignmentStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignmentStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignmentStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignmentStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignmentStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignmentStmtNode.java (at line 207) case 3: this.lhsNameList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignmentStmtNode.java (at line 208) case 4: this.lhsExprList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignmentStmtNode.java (at line 211) case 7: this.derivedTypeComponentRef = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssignmentStmtNode.java (at line 213) case 9: this.componentSectionSubscriptList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociateConstructNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociateConstructNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociateConstructNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociateConstructNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociateConstructNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociateConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociateConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociateConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociateConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociateConstructNode.java (at line 94) case 1: this.associateBody = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociateStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociateStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociateStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociateStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociateStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociateStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociateStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociateStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociateStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociateStmtNode.java (at line 107) case 5: this.associationList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociationNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociationNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociationNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociationNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociationNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociationNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociationNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociationNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociationNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssociationNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedShapeSpecListNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedShapeSpecListNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedShapeSpecListNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedShapeSpecListNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedShapeSpecListNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedShapeSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedShapeSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedShapeSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedShapeSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedShapeSpecListNode.java (at line 83) case 0: this.deferredShapeSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedShapeSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedShapeSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedShapeSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedShapeSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedShapeSpecNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedShapeSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedShapeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedShapeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedShapeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedShapeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedSizeSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedSizeSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedSizeSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedSizeSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedSizeSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedSizeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedSizeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedSizeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedSizeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAssumedSizeSpecNode.java (at line 85) case 0: this.explicitShapeSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAsynchronousStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAsynchronousStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAsynchronousStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAsynchronousStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAsynchronousStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAsynchronousStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAsynchronousStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAsynchronousStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAsynchronousStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAsynchronousStmtNode.java (at line 92) case 4: this.objectList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAttrSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAttrSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAttrSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAttrSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAttrSpecNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAttrSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAttrSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAttrSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAttrSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAttrSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAttrSpecSeqNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAttrSpecSeqNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAttrSpecSeqNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAttrSpecSeqNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAttrSpecSeqNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAttrSpecSeqNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAttrSpecSeqNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAttrSpecSeqNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAttrSpecSeqNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTAttrSpecSeqNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 309. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBackspaceStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 310. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBackspaceStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 311. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBackspaceStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 312. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBackspaceStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 313. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBackspaceStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 314. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBackspaceStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 315. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBackspaceStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 316. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBackspaceStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 317. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBackspaceStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 318. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBackspaceStmtNode.java (at line 105) case 4: this.positionSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 319. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBinaryExprNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 320. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBinaryExprNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 321. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBinaryExprNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 322. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBinaryExprNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 323. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBinaryExprNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 324. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBinaryExprNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 325. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBinaryExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 326. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBinaryExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 327. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBinaryExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 328. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBinaryExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 329. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 330. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 331. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 332. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 333. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 334. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 335. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 336. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 337. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 338. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindStmtNode.java (at line 103) case 4: this.bindEntityList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 339. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindingAttrNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 340. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindingAttrNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 341. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindingAttrNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 342. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindingAttrNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 343. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindingAttrNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 344. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindingAttrNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 345. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindingAttrNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 346. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindingAttrNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 347. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindingAttrNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 348. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindingAttrNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 349. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindingPrivateStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 350. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindingPrivateStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 351. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindingPrivateStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 352. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindingPrivateStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 353. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindingPrivateStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 354. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindingPrivateStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 355. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindingPrivateStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 356. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindingPrivateStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 357. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindingPrivateStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 358. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBindingPrivateStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 359. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 360. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 361. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 362. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 363. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 364. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 365. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 366. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 367. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 368. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 369. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 370. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 371. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 372. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 373. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 374. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 375. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 376. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 377. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 378. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 379. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataSubprogramNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 380. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataSubprogramNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 381. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataSubprogramNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 382. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataSubprogramNode.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 383. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataSubprogramNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 384. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataSubprogramNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 385. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataSubprogramNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 386. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataSubprogramNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 387. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataSubprogramNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 388. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDataSubprogramNode.java (at line 94) case 1: this.blockDataBody = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 389. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDoConstructNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 390. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDoConstructNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 391. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDoConstructNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 392. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDoConstructNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 393. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDoConstructNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 394. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDoConstructNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 395. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDoConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 396. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDoConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 397. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDoConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 398. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBlockDoConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 399. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBodyPlusInternalsNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 400. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBodyPlusInternalsNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 401. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBodyPlusInternalsNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 402. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBodyPlusInternalsNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 403. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBodyPlusInternalsNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 404. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBodyPlusInternalsNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 405. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBodyPlusInternalsNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 406. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBodyPlusInternalsNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 407. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBodyPlusInternalsNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 408. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBodyPlusInternalsNode.java (at line 92) case 0: this.body = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 409. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBodyPlusInternalsNode.java (at line 94) case 2: this.internalSubprograms = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 410. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBozLiteralConstNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 411. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBozLiteralConstNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 412. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBozLiteralConstNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 413. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBozLiteralConstNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 414. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBozLiteralConstNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 415. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBozLiteralConstNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 416. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBozLiteralConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 417. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBozLiteralConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 418. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBozLiteralConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 419. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTBozLiteralConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 420. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCExprNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 421. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCExprNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 422. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCExprNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 423. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCExprNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 424. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCExprNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 425. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCExprNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 426. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 427. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 428. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 429. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 430. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCOperandNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 431. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCOperandNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 432. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCOperandNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 433. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCOperandNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 434. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCOperandNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 435. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCOperandNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 436. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCOperandNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 437. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCOperandNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 438. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCOperandNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 439. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCOperandNode.java (at line 143) case 2: this.functionArgList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 440. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCOperandNode.java (at line 145) case 4: this.primarySectionSubscriptList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 441. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCOperandNode.java (at line 148) case 7: this.derivedTypeComponentRef = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 442. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCOperandNode.java (at line 150) case 9: this.componentSectionSubscriptList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 443. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCPrimaryNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 444. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCPrimaryNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 445. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCPrimaryNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 446. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCPrimaryNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 447. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCPrimaryNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 448. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCPrimaryNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 449. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCPrimaryNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 450. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCPrimaryNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 451. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCPrimaryNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 452. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCPrimaryNode.java (at line 157) case 3: this.functionArgList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 453. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCPrimaryNode.java (at line 159) case 5: this.primarySectionSubscriptList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 454. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCPrimaryNode.java (at line 162) case 8: this.derivedTypeComponentRef = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 455. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCPrimaryNode.java (at line 164) case 10: this.componentSectionSubscriptList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 456. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCallStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 457. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCallStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 458. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCallStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 459. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCallStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 460. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCallStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 461. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCallStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 462. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCallStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 463. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCallStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 464. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCallStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 465. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCallStmtNode.java (at line 117) case 3: this.derivedTypeQualifiers = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 466. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCallStmtNode.java (at line 119) case 5: this.argList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 467. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseConstructNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 468. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseConstructNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 469. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseConstructNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 470. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseConstructNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 471. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseConstructNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 472. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 473. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 474. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 475. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 476. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseConstructNode.java (at line 94) case 1: this.selectCaseBody = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 477. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseSelectorNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 478. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseSelectorNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 479. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseSelectorNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 480. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseSelectorNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 481. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseSelectorNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 482. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseSelectorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 483. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseSelectorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 484. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseSelectorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 485. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseSelectorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 486. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseSelectorNode.java (at line 85) case 2: this.caseValueRangeListSelector = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 487. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 488. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 489. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 490. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseStmtNode.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 491. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 492. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 493. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 494. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 495. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 496. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseStmtNode.java (at line 117) case 3: this.caseValueRangeListSelector = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 497. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseValueRangeNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 498. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseValueRangeNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 499. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseValueRangeNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 500. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseValueRangeNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 501. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseValueRangeNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 502. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseValueRangeNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 503. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseValueRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 504. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseValueRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 505. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseValueRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 506. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCaseValueRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 507. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharLenParamValueNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 508. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharLenParamValueNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 509. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharLenParamValueNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 510. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharLenParamValueNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 511. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharLenParamValueNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 512. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharLenParamValueNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 513. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharLenParamValueNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 514. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharLenParamValueNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 515. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharLenParamValueNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 516. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharLenParamValueNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 517. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharLengthNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 518. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharLengthNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 519. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharLengthNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 520. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharLengthNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 521. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharLengthNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 522. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharLengthNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 523. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharLengthNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 524. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharLengthNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 525. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharLengthNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 526. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharLengthNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 527. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharSelectorNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 528. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharSelectorNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 529. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharSelectorNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 530. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharSelectorNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 531. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharSelectorNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 532. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharSelectorNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 533. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharSelectorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 534. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharSelectorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 535. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharSelectorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 536. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCharSelectorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 537. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseSpecListNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 538. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseSpecListNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 539. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseSpecListNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 540. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseSpecListNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 541. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseSpecListNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 542. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseSpecListNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 543. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 544. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 545. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 546. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 547. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 548. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 549. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 550. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 551. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseSpecNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 552. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 553. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 554. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 555. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 556. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 557. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 558. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 559. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 560. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 561. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 562. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 563. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 564. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 565. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 566. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCloseStmtNode.java (at line 91) case 3: this.closeSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 567. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommaExpNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 568. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommaExpNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 569. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommaExpNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 570. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommaExpNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 571. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommaExpNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 572. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommaExpNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 573. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommaExpNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 574. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommaExpNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 575. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommaExpNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 576. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommaExpNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 577. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommaLoopControlNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 578. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommaLoopControlNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 579. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommaLoopControlNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 580. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommaLoopControlNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 581. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommaLoopControlNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 582. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommaLoopControlNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 583. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommaLoopControlNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 584. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommaLoopControlNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 585. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommaLoopControlNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 586. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommaLoopControlNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 587. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockBinding.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 588. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockBinding.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 589. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockBinding.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 590. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockBinding.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 591. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockBinding.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 592. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockBinding.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 593. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockBinding.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 594. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockBinding.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 595. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockBinding.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 596. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockBinding.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 597. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 598. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 599. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 600. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 601. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 602. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 603. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 604. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 605. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 606. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 607. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 608. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 609. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 610. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 611. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 612. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 613. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 614. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 615. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 616. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockNode.java (at line 86) case 3: this.commonBlockObjectList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 617. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockObjectNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 618. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockObjectNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 619. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockObjectNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 620. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockObjectNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 621. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockObjectNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 622. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockObjectNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 623. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 624. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 625. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 626. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonBlockObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 627. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 628. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 629. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 630. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 631. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 632. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 633. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 634. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 635. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 636. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCommonStmtNode.java (at line 86) case 2: this.commonBlockList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 637. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComplexConstNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 638. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComplexConstNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 639. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComplexConstNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 640. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComplexConstNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 641. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComplexConstNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 642. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComplexConstNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 643. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComplexConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 644. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComplexConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 645. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComplexConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 646. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComplexConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 647. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentArraySpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 648. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentArraySpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 649. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentArraySpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 650. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentArraySpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 651. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentArraySpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 652. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentArraySpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 653. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentArraySpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 654. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentArraySpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 655. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentArraySpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 656. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentArraySpecNode.java (at line 79) case 0: this.deferredShapeSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 657. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentArraySpecNode.java (at line 80) case 1: this.explicitShapeSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 658. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentAttrSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 659. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentAttrSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 660. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentAttrSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 661. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentAttrSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 662. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentAttrSpecNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 663. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentAttrSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 664. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentAttrSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 665. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentAttrSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 666. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentAttrSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 667. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentAttrSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 668. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentDeclNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 669. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentDeclNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 670. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentDeclNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 671. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentDeclNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 672. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentDeclNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 673. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentDeclNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 674. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentDeclNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 675. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentDeclNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 676. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentDeclNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 677. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentDeclNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 678. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentInitializationNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 679. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentInitializationNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 680. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentInitializationNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 681. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentInitializationNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 682. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentInitializationNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 683. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentInitializationNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 684. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentInitializationNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 685. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentInitializationNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 686. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentInitializationNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 687. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentInitializationNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 688. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 689. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 690. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 691. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 692. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 693. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 694. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 695. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 696. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 697. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComponentNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 698. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComputedGotoStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 699. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComputedGotoStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 700. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComputedGotoStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 701. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComputedGotoStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 702. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComputedGotoStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 703. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComputedGotoStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 704. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComputedGotoStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 705. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComputedGotoStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 706. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComputedGotoStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 707. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTComputedGotoStmtNode.java (at line 112) case 5: this.lblRefList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 708. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConnectSpecListNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 709. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConnectSpecListNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 710. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConnectSpecListNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 711. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConnectSpecListNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 712. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConnectSpecListNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 713. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConnectSpecListNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 714. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConnectSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 715. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConnectSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 716. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConnectSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 717. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConnectSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 718. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConnectSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 719. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConnectSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 720. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConnectSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 721. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConnectSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 722. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConnectSpecNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 723. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConnectSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 724. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConnectSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 725. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConnectSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 726. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConnectSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 727. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConnectSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 728. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConstantNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 729. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConstantNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 730. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConstantNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 731. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConstantNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 732. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConstantNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 733. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConstantNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 734. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConstantNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 735. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConstantNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 736. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConstantNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 737. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTConstantNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 738. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTContainsStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 739. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTContainsStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 740. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTContainsStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 741. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTContainsStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 742. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTContainsStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 743. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTContainsStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 744. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTContainsStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 745. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTContainsStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 746. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTContainsStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 747. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTContainsStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 748. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTContinueStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 749. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTContinueStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 750. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTContinueStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 751. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTContinueStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 752. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTContinueStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 753. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTContinueStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 754. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTContinueStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 755. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTContinueStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 756. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTContinueStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 757. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTContinueStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 758. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCrayPointerStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 759. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCrayPointerStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 760. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCrayPointerStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 761. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCrayPointerStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 762. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCrayPointerStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 763. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCrayPointerStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 764. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCrayPointerStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 765. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCrayPointerStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 766. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCrayPointerStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 767. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCrayPointerStmtNode.java (at line 86) case 2: this.crayPointerStmtObjectList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 768. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCrayPointerStmtObjectNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 769. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCrayPointerStmtObjectNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 770. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCrayPointerStmtObjectNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 771. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCrayPointerStmtObjectNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 772. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCrayPointerStmtObjectNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 773. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCrayPointerStmtObjectNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 774. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCrayPointerStmtObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 775. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCrayPointerStmtObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 776. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCrayPointerStmtObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 777. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCrayPointerStmtObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 778. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCycleStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 779. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCycleStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 780. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCycleStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 781. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCycleStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 782. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCycleStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 783. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCycleStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 784. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCycleStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 785. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCycleStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 786. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCycleStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 787. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTCycleStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 788. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataComponentDefStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 789. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataComponentDefStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 790. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataComponentDefStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 791. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataComponentDefStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 792. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataComponentDefStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 793. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataComponentDefStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 794. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataComponentDefStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 795. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataComponentDefStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 796. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataComponentDefStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 797. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataComponentDefStmtNode.java (at line 117) case 3: this.componentAttrSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 798. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataComponentDefStmtNode.java (at line 120) case 6: this.componentDeclList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 799. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataImpliedDoNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 800. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataImpliedDoNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 801. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataImpliedDoNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 802. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataImpliedDoNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 803. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataImpliedDoNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 804. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataImpliedDoNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 805. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataImpliedDoNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 806. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataImpliedDoNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 807. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataImpliedDoNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 808. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataImpliedDoNode.java (at line 133) case 1: this.dataIDoObjectList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 809. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataRefNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 810. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataRefNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 811. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataRefNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 812. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataRefNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 813. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataRefNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 814. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataRefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 815. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataRefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 816. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataRefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 817. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataRefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 818. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataRefNode.java (at line 97) case 1: this.primarySectionSubscriptList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 819. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtConstantNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 820. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtConstantNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 821. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtConstantNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 822. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtConstantNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 823. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtConstantNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 824. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtConstantNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 825. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtConstantNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 826. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtConstantNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 827. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtConstantNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 828. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtConstantNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 829. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 830. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 831. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 832. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtNode.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 833. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 834. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 835. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 836. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 837. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 838. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtNode.java (at line 94) case 2: this.datalist = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 839. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtSetNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 840. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtSetNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 841. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtSetNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 842. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtSetNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 843. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtSetNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 844. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtSetNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 845. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtSetNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 846. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtSetNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 847. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtSetNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 848. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtSetNode.java (at line 83) case 0: this.dataStmtObjectList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 849. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtSetNode.java (at line 85) case 2: this.dataStmtValueList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 850. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtValueNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 851. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtValueNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 852. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtValueNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 853. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtValueNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 854. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtValueNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 855. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtValueNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 856. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtValueNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 857. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtValueNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 858. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtValueNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 859. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDataStmtValueNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 860. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDatalistNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 861. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDatalistNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 862. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDatalistNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 863. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDatalistNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 864. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDatalistNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 865. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDatalistNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 866. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDatalistNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 867. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDatalistNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 868. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDatalistNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 869. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDatalistNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 870. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDblConstNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 871. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDblConstNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 872. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDblConstNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 873. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDblConstNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 874. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDblConstNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 875. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDblConstNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 876. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDblConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 877. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDblConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 878. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDblConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 879. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDblConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 880. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeallocateStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 881. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeallocateStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 882. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeallocateStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 883. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeallocateStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 884. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeallocateStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 885. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeallocateStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 886. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeallocateStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 887. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeallocateStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 888. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeallocateStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 889. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeallocateStmtNode.java (at line 108) case 3: this.allocateObjectList = (IASTListNode>)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode> ---------- ---------- 890. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredShapeSpecListNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 891. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredShapeSpecListNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 892. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredShapeSpecListNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 893. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredShapeSpecListNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 894. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredShapeSpecListNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 895. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredShapeSpecListNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 896. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredShapeSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 897. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredShapeSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 898. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredShapeSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 899. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredShapeSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 900. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredShapeSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 901. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredShapeSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 902. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredShapeSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 903. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredShapeSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 904. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredShapeSpecNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 905. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredShapeSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 906. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredShapeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 907. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredShapeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 908. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredShapeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 909. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDeferredShapeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 910. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeDefNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 911. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeDefNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 912. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeDefNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 913. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeDefNode.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 914. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeDefNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 915. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeDefNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 916. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeDefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 917. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeDefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 918. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeDefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 919. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeDefNode.java (at line 121) case 2: this.derivedTypeBody = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 920. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeQualifiersNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 921. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeQualifiersNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 922. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeQualifiersNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 923. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeQualifiersNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 924. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeQualifiersNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 925. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeQualifiersNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 926. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeQualifiersNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 927. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeQualifiersNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 928. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeQualifiersNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 929. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeQualifiersNode.java (at line 86) case 1: this.argList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 930. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 931. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 932. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 933. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 934. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 935. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 936. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 937. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 938. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 939. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeSpecNode.java (at line 85) case 2: this.typeParamSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 940. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 941. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 942. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 943. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 944. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 945. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 946. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 947. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 948. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 949. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeStmtNode.java (at line 122) case 3: this.typeAttrSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 950. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDerivedTypeStmtNode.java (at line 127) case 8: this.typeParamNameList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 951. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDimensionStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 952. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDimensionStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 953. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDimensionStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 954. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDimensionStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 955. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDimensionStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 956. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDimensionStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 957. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDimensionStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 958. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDimensionStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 959. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDimensionStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 960. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDimensionStmtNode.java (at line 92) case 4: this.arrayDeclaratorList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 961. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDoConstructNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 962. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDoConstructNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 963. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDoConstructNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 964. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDoConstructNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 965. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDoConstructNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 966. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDoConstructNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 967. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDoConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 968. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDoConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 969. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDoConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 970. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDoConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 971. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDummyArgNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 972. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDummyArgNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 973. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDummyArgNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 974. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDummyArgNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 975. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDummyArgNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 976. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDummyArgNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 977. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDummyArgNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 978. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDummyArgNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 979. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDummyArgNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 980. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTDummyArgNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 981. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEditElementNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 982. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEditElementNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 983. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEditElementNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 984. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEditElementNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 985. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEditElementNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 986. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEditElementNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 987. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEditElementNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 988. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEditElementNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 989. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEditElementNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 990. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEditElementNode.java (at line 125) case 3: this.fmtSpec = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 991. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseConstructNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 992. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseConstructNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 993. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseConstructNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 994. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseConstructNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 995. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseConstructNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 996. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 997. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 998. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 999. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1000. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseConstructNode.java (at line 93) case 1: this.conditionalBody = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1001. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseIfConstructNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1002. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseIfConstructNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1003. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseIfConstructNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1004. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseIfConstructNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1005. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseIfConstructNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1006. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseIfConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1007. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseIfConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1008. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseIfConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1009. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseIfConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1010. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseIfConstructNode.java (at line 119) case 1: this.conditionalBody = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1011. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseIfStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1012. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseIfStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1013. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseIfStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1014. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseIfStmtNode.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 1015. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseIfStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1016. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseIfStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1017. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseIfStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1018. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseIfStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1019. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseIfStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1020. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseIfStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1021. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElsePartNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1022. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElsePartNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1023. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElsePartNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1024. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElsePartNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1025. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElsePartNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1026. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElsePartNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1027. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElsePartNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1028. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElsePartNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1029. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElsePartNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1030. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElsePartNode.java (at line 79) case 0: this.conditionalBody = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1031. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1032. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1033. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1034. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseStmtNode.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 1035. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1036. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1037. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1038. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1039. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1040. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1041. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWhereConstructNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1042. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWhereConstructNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1043. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWhereConstructNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1044. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWhereConstructNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1045. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWhereConstructNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1046. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWhereConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1047. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWhereConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1048. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWhereConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1049. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWhereConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1050. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWhereConstructNode.java (at line 93) case 1: this.whereBodyConstructBlock = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1051. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWherePartNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1052. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWherePartNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1053. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWherePartNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1054. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWherePartNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1055. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWherePartNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1056. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWherePartNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1057. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWherePartNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1058. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWherePartNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1059. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWherePartNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1060. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWherePartNode.java (at line 79) case 0: this.whereBodyConstructBlock = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1061. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWhereStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1062. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWhereStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1063. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWhereStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1064. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWhereStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1065. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWhereStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1066. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWhereStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1067. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWhereStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1068. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWhereStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1069. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWhereStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1070. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTElseWhereStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1071. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEmptyProgramNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1072. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEmptyProgramNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1073. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEmptyProgramNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1074. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEmptyProgramNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1075. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEmptyProgramNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1076. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEmptyProgramNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1077. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEmptyProgramNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1078. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEmptyProgramNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1079. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEmptyProgramNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1080. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEmptyProgramNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1081. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndAssociateStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1082. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndAssociateStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1083. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndAssociateStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1084. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndAssociateStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1085. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndAssociateStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1086. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndAssociateStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1087. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndAssociateStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1088. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndAssociateStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1089. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndAssociateStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1090. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndAssociateStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1091. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndBlockDataStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1092. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndBlockDataStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1093. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndBlockDataStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1094. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndBlockDataStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1095. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndBlockDataStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1096. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndBlockDataStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1097. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndBlockDataStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1098. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndBlockDataStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1099. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndBlockDataStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndBlockDataStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndDoStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndDoStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndDoStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndDoStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndDoStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndDoStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndDoStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndDoStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndDoStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndDoStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndEnumStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndEnumStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndEnumStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndEnumStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndEnumStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndEnumStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndEnumStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndEnumStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndEnumStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndEnumStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndForallStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndForallStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndForallStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndForallStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndForallStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndForallStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndForallStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndForallStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndForallStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndForallStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndFunctionStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndFunctionStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndFunctionStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndFunctionStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndFunctionStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndFunctionStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndFunctionStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndFunctionStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndFunctionStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndFunctionStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndIfStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndIfStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndIfStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndIfStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndIfStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndIfStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndIfStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndIfStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndIfStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndIfStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndInterfaceStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndInterfaceStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndInterfaceStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndInterfaceStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndInterfaceStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndInterfaceStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndInterfaceStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndInterfaceStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndInterfaceStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndInterfaceStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndModuleStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndModuleStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndModuleStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndModuleStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndModuleStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndModuleStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndModuleStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndModuleStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndModuleStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndModuleStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndProgramStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndProgramStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndProgramStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndProgramStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndProgramStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndProgramStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndProgramStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndProgramStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndProgramStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndProgramStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSelectStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSelectStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSelectStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSelectStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSelectStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSelectStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSelectStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSelectStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSelectStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSelectStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSelectTypeStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSelectTypeStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSelectTypeStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSelectTypeStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSelectTypeStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSelectTypeStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSelectTypeStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSelectTypeStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSelectTypeStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSelectTypeStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSubroutineStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSubroutineStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSubroutineStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSubroutineStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSubroutineStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSubroutineStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSubroutineStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSubroutineStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSubroutineStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndSubroutineStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndTypeStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndTypeStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndTypeStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndTypeStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndTypeStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndTypeStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndTypeStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndTypeStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndTypeStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndTypeStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndWhereStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndWhereStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndWhereStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndWhereStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndWhereStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndWhereStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndWhereStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndWhereStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndWhereStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndWhereStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndfileStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndfileStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndfileStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndfileStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndfileStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndfileStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndfileStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndfileStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndfileStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEndfileStmtNode.java (at line 110) case 5: this.positionSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntityDeclNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntityDeclNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntityDeclNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntityDeclNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntityDeclNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntityDeclNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntityDeclNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntityDeclNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntityDeclNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntityDeclNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntryNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntryNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntryNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntryNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntryNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntryNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntryNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntryNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntryNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntryNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntryStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntryStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntryStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntryStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntryStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntryStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntryStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntryStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntryStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEntryStmtNode.java (at line 110) case 4: this.subroutinePars = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumDefNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumDefNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumDefNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumDefNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumDefNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumDefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumDefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumDefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumDefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumDefNode.java (at line 94) case 1: this.enumeratorDefStmts = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumDefStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumDefStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumDefStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumDefStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumDefStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumDefStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumDefStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumDefStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumDefStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumDefStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumeratorDefStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumeratorDefStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumeratorDefStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumeratorDefStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumeratorDefStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumeratorDefStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumeratorDefStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumeratorDefStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1309. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumeratorDefStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1310. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumeratorDefStmtNode.java (at line 91) case 4: this.enumeratorList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1311. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumeratorNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1312. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumeratorNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1313. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumeratorNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1314. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumeratorNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1315. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumeratorNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1316. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumeratorNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1317. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumeratorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1318. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumeratorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1319. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumeratorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1320. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEnumeratorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1321. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceObjectListNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1322. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceObjectListNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1323. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceObjectListNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1324. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceObjectListNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1325. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceObjectListNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1326. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceObjectListNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1327. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceObjectListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1328. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceObjectListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1329. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceObjectListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1330. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceObjectListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1331. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceObjectNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1332. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceObjectNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1333. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceObjectNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1334. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceObjectNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1335. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceObjectNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1336. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceObjectNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1337. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1338. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1339. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1340. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1341. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceSetNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1342. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceSetNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1343. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceSetNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1344. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceSetNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1345. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceSetNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1346. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceSetNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1347. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceSetNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1348. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceSetNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1349. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceSetNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1350. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceSetNode.java (at line 88) case 3: this.equivalentObjects = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1351. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1352. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1353. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1354. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1355. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1356. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1357. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1358. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1359. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1360. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTEquivalenceStmtNode.java (at line 86) case 2: this.equivalenceSetList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1361. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExecutableProgramNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1362. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExecutableProgramNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1363. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExecutableProgramNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1364. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExecutableProgramNode.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 1365. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExecutableProgramNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1366. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExecutableProgramNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1367. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExecutableProgramNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1368. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExecutableProgramNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1369. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExecutableProgramNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1370. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExecutableProgramNode.java (at line 80) case 1: this.programUnitList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1371. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExitStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1372. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExitStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1373. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExitStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1374. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExitStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1375. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExitStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1376. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExitStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1377. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExitStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1378. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExitStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1379. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExitStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1380. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExitStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1381. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExplicitShapeSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1382. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExplicitShapeSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1383. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExplicitShapeSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1384. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExplicitShapeSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1385. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExplicitShapeSpecNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1386. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExplicitShapeSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1387. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExplicitShapeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1388. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExplicitShapeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1389. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExplicitShapeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1390. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExplicitShapeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1391. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalNameListNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1392. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalNameListNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1393. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalNameListNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1394. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalNameListNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1395. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalNameListNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1396. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalNameListNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1397. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalNameListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1398. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalNameListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1399. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalNameListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1400. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalNameListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1401. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1402. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1403. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1404. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1405. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1406. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1407. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1408. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1409. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1410. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1411. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1412. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1413. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1414. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1415. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1416. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1417. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1418. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1419. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1420. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTExternalStmtNode.java (at line 92) case 4: this.externalNameList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1421. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFieldSelectorNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1422. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFieldSelectorNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1423. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFieldSelectorNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1424. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFieldSelectorNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1425. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFieldSelectorNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1426. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFieldSelectorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1427. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFieldSelectorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1428. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFieldSelectorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1429. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFieldSelectorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1430. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFieldSelectorNode.java (at line 97) case 1: this.sectionSubscriptList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1431. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFinalBindingNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1432. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFinalBindingNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1433. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFinalBindingNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1434. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFinalBindingNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1435. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFinalBindingNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1436. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFinalBindingNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1437. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFinalBindingNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1438. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFinalBindingNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1439. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFinalBindingNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1440. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFinalBindingNode.java (at line 92) case 4: this.finalSubroutineNameList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1441. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFmtSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1442. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFmtSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1443. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFmtSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1444. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFmtSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1445. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFmtSpecNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1446. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFmtSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1447. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFmtSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1448. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFmtSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1449. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFmtSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1450. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFmtSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1451. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallConstructNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1452. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallConstructNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1453. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallConstructNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1454. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallConstructNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1455. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallConstructNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1456. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1457. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1458. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1459. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1460. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallConstructNode.java (at line 98) case 1: this.forallBody = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1461. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallConstructStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1462. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallConstructStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1463. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallConstructStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1464. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallConstructStmtNode.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 1465. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallConstructStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1466. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallConstructStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1467. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallConstructStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1468. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallConstructStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1469. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallConstructStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1470. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallConstructStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1471. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallHeaderNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1472. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallHeaderNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1473. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallHeaderNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1474. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallHeaderNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1475. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallHeaderNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1476. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallHeaderNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1477. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallHeaderNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1478. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallHeaderNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1479. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallHeaderNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1480. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallHeaderNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1481. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1482. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1483. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1484. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1485. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1486. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1487. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1488. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1489. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1490. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1491. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallTripletSpecListNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1492. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallTripletSpecListNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1493. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallTripletSpecListNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1494. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallTripletSpecListNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1495. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallTripletSpecListNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1496. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallTripletSpecListNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1497. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallTripletSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1498. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallTripletSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1499. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallTripletSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1500. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTForallTripletSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1501. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatEditNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1502. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatEditNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1503. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatEditNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1504. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatEditNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1505. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatEditNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1506. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatEditNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1507. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatEditNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1508. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatEditNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1509. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatEditNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1510. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatEditNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1511. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatIdentifierNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1512. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatIdentifierNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1513. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatIdentifierNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1514. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatIdentifierNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1515. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatIdentifierNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1516. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatIdentifierNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1517. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatIdentifierNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1518. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatIdentifierNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1519. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatIdentifierNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1520. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatIdentifierNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1521. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1522. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1523. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1524. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatStmtNode.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 1525. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1526. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1527. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1528. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1529. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1530. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatStmtNode.java (at line 96) case 3: this.fmtSpec = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1531. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatsepNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1532. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatsepNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1533. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatsepNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1534. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatsepNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1535. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatsepNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1536. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatsepNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1537. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatsepNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1538. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatsepNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1539. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatsepNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1540. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFormatsepNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1541. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionArgListNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1542. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionArgListNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1543. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionArgListNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1544. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionArgListNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1545. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionArgListNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1546. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionArgListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1547. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionArgListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1548. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionArgListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1549. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionArgListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1550. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionArgListNode.java (at line 81) case 0: this.sectionSubscriptList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1551. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionArgNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1552. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionArgNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1553. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionArgNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1554. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionArgNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1555. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionArgNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1556. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionArgNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1557. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionArgNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1558. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionArgNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1559. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionArgNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1560. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionArgNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1561. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionInterfaceRangeNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1562. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionInterfaceRangeNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1563. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionInterfaceRangeNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1564. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionInterfaceRangeNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1565. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionInterfaceRangeNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1566. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionInterfaceRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1567. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionInterfaceRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1568. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionInterfaceRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1569. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionInterfaceRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1570. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionInterfaceRangeNode.java (at line 79) case 0: this.subprogramInterfaceBody = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1571. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1572. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1573. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1574. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1575. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1576. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1577. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1578. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1579. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1580. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1581. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionParNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1582. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionParNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1583. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionParNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1584. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionParNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1585. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionParNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1586. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionParNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1587. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionParNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1588. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionParNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1589. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionParNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1590. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionParNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1591. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionPrefixNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1592. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionPrefixNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1593. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionPrefixNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1594. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionPrefixNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1595. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionPrefixNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1596. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionPrefixNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1597. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionPrefixNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1598. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionPrefixNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1599. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionPrefixNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1600. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionPrefixNode.java (at line 68) case 0: this.prefixSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1601. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionRangeNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1602. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionRangeNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1603. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionRangeNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1604. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionRangeNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1605. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionRangeNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1606. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1607. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1608. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1609. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1610. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionRangeNode.java (at line 105) case 0: this.body = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 1611. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionRangeNode.java (at line 107) case 2: this.internalSubprograms = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1612. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionReferenceNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1613. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionReferenceNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1614. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionReferenceNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1615. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionReferenceNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1616. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionReferenceNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1617. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionReferenceNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1618. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionReferenceNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1619. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionReferenceNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1620. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionReferenceNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1621. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionReferenceNode.java (at line 85) case 2: this.functionArgList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1622. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1623. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1624. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1625. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionStmtNode.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 1626. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1627. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1628. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1629. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1630. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1631. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionStmtNode.java (at line 160) case 1: this.prefixSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 1632. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionStmtNode.java (at line 164) case 5: this.functionPars = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1633. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionSubprogramNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1634. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionSubprogramNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1635. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionSubprogramNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1636. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionSubprogramNode.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 1637. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionSubprogramNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1638. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionSubprogramNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1639. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionSubprogramNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1640. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionSubprogramNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1641. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionSubprogramNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1642. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionSubprogramNode.java (at line 124) case 1: this.body = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 1643. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTFunctionSubprogramNode.java (at line 126) case 3: this.internalSubprograms = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1644. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericBindingNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1645. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericBindingNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1646. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericBindingNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1647. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericBindingNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1648. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericBindingNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1649. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericBindingNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1650. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericBindingNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1651. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericBindingNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1652. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericBindingNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1653. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericBindingNode.java (at line 140) case 9: this.bindingNameList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1654. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1655. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1656. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1657. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1658. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1659. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1660. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1661. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1662. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1663. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1664. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1665. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1666. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1667. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1668. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericSpecNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1669. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1670. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1671. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1672. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1673. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGenericSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1674. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGoToKwNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1675. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGoToKwNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1676. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGoToKwNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1677. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGoToKwNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1678. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGoToKwNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1679. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGoToKwNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1680. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGoToKwNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1681. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGoToKwNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1682. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGoToKwNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1683. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGoToKwNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1684. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGotoStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1685. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGotoStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1686. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGotoStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1687. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGotoStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1688. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGotoStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1689. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGotoStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1690. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGotoStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1691. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGotoStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1692. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGotoStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1693. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTGotoStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1694. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfConstructNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1695. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfConstructNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1696. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfConstructNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1697. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfConstructNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1698. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfConstructNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1699. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1700. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1701. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1702. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1703. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfConstructNode.java (at line 120) case 1: this.conditionalBody = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1704. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1705. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1706. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1707. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1708. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1709. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1710. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1711. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1712. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1713. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1714. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfThenStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1715. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfThenStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1716. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfThenStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1717. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfThenStmtNode.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 1718. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfThenStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1719. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfThenStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1720. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfThenStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1721. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfThenStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1722. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfThenStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1723. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIfThenStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1724. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImplicitSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1725. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImplicitSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1726. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImplicitSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1727. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImplicitSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1728. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImplicitSpecNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1729. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImplicitSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1730. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImplicitSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1731. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImplicitSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1732. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImplicitSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1733. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImplicitSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1734. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImplicitStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1735. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImplicitStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1736. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImplicitStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1737. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImplicitStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1738. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImplicitStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1739. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImplicitStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1740. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImplicitStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1741. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImplicitStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1742. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImplicitStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1743. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImplicitStmtNode.java (at line 110) case 2: this.implicitSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1744. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImpliedDoVariableNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1745. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImpliedDoVariableNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1746. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImpliedDoVariableNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1747. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImpliedDoVariableNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1748. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImpliedDoVariableNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1749. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImpliedDoVariableNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1750. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImpliedDoVariableNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1751. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImpliedDoVariableNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1752. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImpliedDoVariableNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1753. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImpliedDoVariableNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1754. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImportStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1755. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImportStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1756. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImportStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1757. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImportStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1758. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImportStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1759. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImportStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1760. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImportStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1761. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImportStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1762. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImportStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1763. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTImportStmtNode.java (at line 92) case 4: this.importList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1764. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInitializationNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1765. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInitializationNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1766. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInitializationNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1767. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInitializationNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1768. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInitializationNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1769. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInitializationNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1770. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInitializationNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1771. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInitializationNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1772. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInitializationNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1773. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInitializationNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1774. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInputImpliedDoNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1775. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInputImpliedDoNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1776. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInputImpliedDoNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1777. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInputImpliedDoNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1778. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInputImpliedDoNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1779. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInputImpliedDoNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1780. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInputImpliedDoNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1781. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInputImpliedDoNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1782. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInputImpliedDoNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1783. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInputImpliedDoNode.java (at line 132) case 1: this.inputItemList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1784. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireSpecListNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1785. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireSpecListNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1786. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireSpecListNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1787. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireSpecListNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1788. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireSpecListNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1789. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireSpecListNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1790. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1791. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1792. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1793. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1794. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1795. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1796. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1797. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1798. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireSpecNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1799. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1800. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1801. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1802. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1803. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1804. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1805. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1806. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1807. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1808. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1809. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1810. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1811. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1812. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1813. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInquireStmtNode.java (at line 121) case 5: this.inquireSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1814. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntConstNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1815. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntConstNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1816. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntConstNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1817. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntConstNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1818. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntConstNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1819. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntConstNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1820. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1821. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1822. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1823. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1824. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentParListNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1825. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentParListNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1826. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentParListNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1827. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentParListNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1828. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentParListNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1829. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentParListNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1830. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentParListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1831. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentParListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1832. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentParListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1833. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentParListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1834. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentParNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1835. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentParNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1836. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentParNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1837. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentParNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1838. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentParNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1839. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentParNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1840. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentParNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1841. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentParNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1842. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentParNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1843. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentParNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1844. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1845. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1846. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1847. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1848. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentSpecNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1849. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1850. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1851. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1852. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1853. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1854. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1855. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1856. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1857. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1858. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1859. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1860. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1861. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1862. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1863. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntentStmtNode.java (at line 112) case 7: this.variableList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1864. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceBlockNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1865. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceBlockNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1866. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceBlockNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1867. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceBlockNode.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 1868. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceBlockNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1869. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceBlockNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1870. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceBlockNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1871. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceBlockNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1872. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceBlockNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1873. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceBlockNode.java (at line 94) case 1: this.interfaceBlockBody = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1874. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceBodyNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1875. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceBodyNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1876. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceBodyNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1877. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceBodyNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1878. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceBodyNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1879. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceBodyNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1880. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceBodyNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1881. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceBodyNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1882. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceBodyNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1883. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceBodyNode.java (at line 121) case 2: this.subprogramInterfaceBody = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1884. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceRangeNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1885. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceRangeNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1886. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceRangeNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1887. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceRangeNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1888. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceRangeNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1889. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1890. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1891. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1892. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1893. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceRangeNode.java (at line 79) case 0: this.interfaceBlockBody = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1894. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1895. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1896. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1897. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1898. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1899. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1900. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1901. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1902. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1903. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInterfaceStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1904. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicListNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1905. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicListNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1906. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicListNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1907. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicListNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1908. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicListNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1909. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicListNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1910. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1911. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1912. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1913. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1914. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicProcedureNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1915. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicProcedureNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1916. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicProcedureNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1917. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicProcedureNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1918. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicProcedureNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1919. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicProcedureNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1920. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicProcedureNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1921. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicProcedureNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1922. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicProcedureNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1923. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicProcedureNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1924. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1925. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1926. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1927. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1928. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1929. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1930. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1931. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1932. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1933. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIntrinsicStmtNode.java (at line 92) case 4: this.intrinsicList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 1934. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInvalidEntityDeclNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1935. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInvalidEntityDeclNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1936. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInvalidEntityDeclNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1937. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInvalidEntityDeclNode.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 1938. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInvalidEntityDeclNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1939. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInvalidEntityDeclNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1940. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInvalidEntityDeclNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1941. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInvalidEntityDeclNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1942. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInvalidEntityDeclNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1943. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTInvalidEntityDeclNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1944. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIoControlSpecListNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1945. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIoControlSpecListNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1946. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIoControlSpecListNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1947. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIoControlSpecListNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1948. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIoControlSpecListNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1949. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIoControlSpecListNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1950. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIoControlSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1951. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIoControlSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1952. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIoControlSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1953. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIoControlSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1954. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIoControlSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1955. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIoControlSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1956. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIoControlSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1957. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIoControlSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1958. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIoControlSpecNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1959. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIoControlSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1960. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIoControlSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1961. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIoControlSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1962. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIoControlSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1963. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTIoControlSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1964. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTKindParamNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1965. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTKindParamNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1966. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTKindParamNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1967. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTKindParamNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1968. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTKindParamNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1969. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTKindParamNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1970. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTKindParamNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1971. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTKindParamNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1972. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTKindParamNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1973. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTKindParamNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1974. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTKindSelectorNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1975. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTKindSelectorNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1976. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTKindSelectorNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1977. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTKindSelectorNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1978. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTKindSelectorNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1979. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTKindSelectorNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1980. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTKindSelectorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1981. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTKindSelectorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1982. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTKindSelectorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1983. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTKindSelectorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1984. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLabelDoStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1985. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLabelDoStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1986. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLabelDoStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1987. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLabelDoStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1988. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLabelDoStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1989. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLabelDoStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 1990. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLabelDoStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 1991. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLabelDoStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 1992. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLabelDoStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 1993. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLabelDoStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 1994. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLabelNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 1995. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLabelNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1996. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLabelNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1997. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLabelNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 1998. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLabelNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 1999. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLabelNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2000. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLabelNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2001. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLabelNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2002. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLabelNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2003. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLabelNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2004. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLanguageBindingSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2005. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLanguageBindingSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2006. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLanguageBindingSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2007. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLanguageBindingSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2008. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLanguageBindingSpecNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2009. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLanguageBindingSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2010. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLanguageBindingSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2011. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLanguageBindingSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2012. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLanguageBindingSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2013. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLanguageBindingSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2014. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblDefNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2015. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblDefNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2016. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblDefNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2017. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblDefNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2018. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblDefNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2019. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblDefNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2020. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblDefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2021. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblDefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2022. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblDefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2023. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblDefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2024. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblRefListNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2025. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblRefListNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2026. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblRefListNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2027. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblRefListNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2028. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblRefListNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2029. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblRefListNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2030. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblRefListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2031. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblRefListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2032. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblRefListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2033. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblRefListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2034. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblRefNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2035. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblRefNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2036. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblRefNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2037. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblRefNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2038. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblRefNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2039. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblRefNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2040. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblRefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2041. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblRefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2042. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblRefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2043. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLblRefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2044. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLogicalConstNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2045. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLogicalConstNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2046. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLogicalConstNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2047. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLogicalConstNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2048. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLogicalConstNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2049. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLogicalConstNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2050. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLogicalConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2051. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLogicalConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2052. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLogicalConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2053. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLogicalConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2054. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLoopControlNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2055. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLoopControlNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2056. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLoopControlNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2057. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLoopControlNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2058. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLoopControlNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2059. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLoopControlNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2060. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLoopControlNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2061. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLoopControlNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2062. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLoopControlNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2063. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLoopControlNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2064. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLowerBoundNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2065. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLowerBoundNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2066. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLowerBoundNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2067. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLowerBoundNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2068. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLowerBoundNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2069. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLowerBoundNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2070. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLowerBoundNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2071. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLowerBoundNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2072. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLowerBoundNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2073. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTLowerBoundNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2074. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMainProgramNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2075. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMainProgramNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2076. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMainProgramNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2077. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMainProgramNode.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 2078. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMainProgramNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2079. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMainProgramNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2080. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMainProgramNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2081. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMainProgramNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2082. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMainProgramNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2083. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMainProgramNode.java (at line 120) case 1: this.body = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 2084. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMainProgramNode.java (at line 122) case 3: this.internalSubprograms = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2085. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMainRangeNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2086. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMainRangeNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2087. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMainRangeNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2088. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMainRangeNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2089. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMainRangeNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2090. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMainRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2091. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMainRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2092. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMainRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2093. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMainRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2094. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMainRangeNode.java (at line 105) case 0: this.body = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 2095. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMainRangeNode.java (at line 107) case 2: this.internalSubprograms = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2096. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskExprNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2097. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskExprNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2098. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskExprNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2099. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskExprNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskExprNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskExprNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskedElseWhereConstructNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskedElseWhereConstructNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskedElseWhereConstructNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskedElseWhereConstructNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskedElseWhereConstructNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskedElseWhereConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskedElseWhereConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskedElseWhereConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskedElseWhereConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskedElseWhereConstructNode.java (at line 119) case 1: this.whereBodyConstructBlock = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskedElseWhereStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskedElseWhereStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskedElseWhereStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskedElseWhereStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskedElseWhereStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskedElseWhereStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskedElseWhereStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskedElseWhereStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskedElseWhereStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTMaskedElseWhereStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleBlockNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleBlockNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleBlockNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleBlockNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleBlockNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleBlockNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleBlockNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleBlockNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleBlockNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleBlockNode.java (at line 79) case 0: this.moduleBody = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNatureNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNatureNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNatureNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNatureNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNatureNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNatureNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNatureNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNatureNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNatureNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNatureNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNode.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 2160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleNode.java (at line 94) case 1: this.moduleBody = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleProcedureStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleProcedureStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleProcedureStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleProcedureStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleProcedureStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleProcedureStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleProcedureStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleProcedureStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleProcedureStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleProcedureStmtNode.java (at line 89) case 3: this.procedureNameList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTModuleStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantDefNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantDefNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantDefNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantDefNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantDefNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantDefNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantDefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantDefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantDefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantDefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantUseNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantUseNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantUseNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantUseNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantUseNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantUseNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantUseNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantUseNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantUseNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamedConstantUseNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupObjectNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupObjectNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupObjectNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupObjectNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupObjectNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupObjectNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupsNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupsNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupsNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupsNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupsNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupsNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupsNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupsNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupsNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistGroupsNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNamelistStmtNode.java (at line 97) case 2: this.namelistGroups = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNestedExprNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNestedExprNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNestedExprNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNestedExprNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNestedExprNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNestedExprNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNestedExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNestedExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNestedExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNestedExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNullifyStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNullifyStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNullifyStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNullifyStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNullifyStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNullifyStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNullifyStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNullifyStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNullifyStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTNullifyStmtNode.java (at line 91) case 3: this.pointerObjectList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTObjectNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTObjectNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTObjectNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTObjectNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTObjectNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTObjectNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTObjectNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTObjectNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTObjectNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTObjectNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOnlyNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOnlyNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOnlyNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOnlyNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOnlyNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOnlyNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOnlyNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOnlyNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOnlyNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOnlyNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOpenStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOpenStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOpenStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2309. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOpenStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2310. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOpenStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2311. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOpenStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2312. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOpenStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2313. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOpenStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2314. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOpenStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2315. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOpenStmtNode.java (at line 91) case 3: this.connectSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2316. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOperatorNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2317. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOperatorNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2318. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOperatorNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2319. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOperatorNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2320. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOperatorNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2321. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOperatorNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2322. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOperatorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2323. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOperatorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2324. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOperatorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2325. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOperatorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2326. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalParListNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2327. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalParListNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2328. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalParListNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2329. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalParListNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2330. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalParListNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2331. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalParListNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2332. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalParListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2333. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalParListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2334. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalParListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2335. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalParListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2336. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalParNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2337. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalParNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2338. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalParNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2339. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalParNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2340. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalParNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2341. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalParNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2342. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalParNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2343. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalParNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2344. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalParNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2345. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalParNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2346. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2347. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2348. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2349. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2350. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2351. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2352. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2353. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2354. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2355. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOptionalStmtNode.java (at line 92) case 4: this.variableList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2356. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputImpliedDoNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2357. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputImpliedDoNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2358. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputImpliedDoNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2359. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputImpliedDoNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2360. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputImpliedDoNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2361. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputImpliedDoNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2362. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputImpliedDoNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2363. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputImpliedDoNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2364. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputImpliedDoNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2365. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputImpliedDoNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2366. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputItemList1Node.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2367. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputItemList1Node.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2368. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputItemList1Node.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2369. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputItemList1Node.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2370. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputItemList1Node.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2371. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputItemList1Node.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2372. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputItemList1Node.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2373. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputItemList1Node.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2374. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputItemList1Node.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2375. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputItemList1Node.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2376. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputItemListNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2377. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputItemListNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2378. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputItemListNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2379. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputItemListNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2380. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputItemListNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2381. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputItemListNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2382. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputItemListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2383. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputItemListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2384. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputItemListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2385. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTOutputItemListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2386. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTParameterStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2387. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTParameterStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2388. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTParameterStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2389. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTParameterStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2390. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTParameterStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2391. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTParameterStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2392. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTParameterStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2393. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTParameterStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2394. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTParameterStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2395. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTParameterStmtNode.java (at line 91) case 3: this.namedConstantDefList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2396. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTParenthesizedSubroutineArgListNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2397. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTParenthesizedSubroutineArgListNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2398. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTParenthesizedSubroutineArgListNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2399. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTParenthesizedSubroutineArgListNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2400. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTParenthesizedSubroutineArgListNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2401. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTParenthesizedSubroutineArgListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2402. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTParenthesizedSubroutineArgListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2403. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTParenthesizedSubroutineArgListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2404. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTParenthesizedSubroutineArgListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2405. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTParenthesizedSubroutineArgListNode.java (at line 71) case 1: this.argList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2406. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPauseStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2407. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPauseStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2408. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPauseStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2409. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPauseStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2410. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPauseStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2411. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPauseStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2412. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPauseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2413. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPauseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2414. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPauseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2415. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPauseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2416. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerFieldNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2417. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerFieldNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2418. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerFieldNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2419. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerFieldNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2420. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerFieldNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2421. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerFieldNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2422. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerFieldNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2423. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerFieldNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2424. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerFieldNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2425. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerFieldNode.java (at line 138) case 3: this.SFExprList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 2426. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerFieldNode.java (at line 139) case 4: this.SFDummyArgNameList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2427. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2428. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2429. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2430. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2431. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2432. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2433. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2434. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2435. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2436. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2437. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerObjectNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2438. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerObjectNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2439. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerObjectNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2440. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerObjectNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2441. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerObjectNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2442. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2443. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2444. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2445. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2446. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerObjectNode.java (at line 80) case 1: this.pointerField = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2447. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2448. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2449. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2450. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2451. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2452. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2453. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2454. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2455. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2456. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerStmtNode.java (at line 92) case 4: this.pointerStmtObjectList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2457. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerStmtObjectNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2458. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerStmtObjectNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2459. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerStmtObjectNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2460. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerStmtObjectNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2461. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerStmtObjectNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2462. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerStmtObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2463. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerStmtObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2464. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerStmtObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2465. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerStmtObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2466. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPointerStmtObjectNode.java (at line 85) case 2: this.deferredShapeSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2467. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPositionSpecListNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2468. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPositionSpecListNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2469. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPositionSpecListNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2470. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPositionSpecListNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2471. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPositionSpecListNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2472. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPositionSpecListNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2473. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPositionSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2474. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPositionSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2475. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPositionSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2476. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPositionSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2477. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPositionSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2478. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPositionSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2479. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPositionSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2480. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPositionSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2481. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPositionSpecNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2482. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPositionSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2483. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPositionSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2484. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPositionSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2485. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPositionSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2486. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPositionSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2487. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrefixSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2488. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrefixSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2489. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrefixSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2490. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrefixSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2491. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrefixSpecNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2492. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrefixSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2493. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrefixSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2494. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrefixSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2495. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrefixSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2496. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrefixSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2497. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrintStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2498. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrintStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2499. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrintStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2500. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrintStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2501. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrintStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2502. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrintStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2503. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrintStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2504. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrintStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2505. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrintStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2506. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrintStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2507. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrivateSequenceStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2508. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrivateSequenceStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2509. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrivateSequenceStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2510. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrivateSequenceStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2511. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrivateSequenceStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2512. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrivateSequenceStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2513. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrivateSequenceStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2514. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrivateSequenceStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2515. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrivateSequenceStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2516. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTPrivateSequenceStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2517. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcComponentAttrSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2518. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcComponentAttrSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2519. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcComponentAttrSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2520. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcComponentAttrSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2521. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcComponentAttrSpecNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2522. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcComponentAttrSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2523. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcComponentAttrSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2524. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcComponentAttrSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2525. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcComponentAttrSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2526. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcComponentAttrSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2527. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcComponentDefStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2528. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcComponentDefStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2529. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcComponentDefStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2530. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcComponentDefStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2531. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcComponentDefStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2532. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcComponentDefStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2533. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcComponentDefStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2534. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcComponentDefStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2535. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcComponentDefStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2536. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcComponentDefStmtNode.java (at line 126) case 6: this.procComponentAttrSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 2537. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcComponentDefStmtNode.java (at line 129) case 9: this.procDeclList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2538. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcDeclNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2539. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcDeclNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2540. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcDeclNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2541. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcDeclNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2542. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcDeclNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2543. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcDeclNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2544. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcDeclNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2545. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcDeclNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2546. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcDeclNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2547. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcDeclNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2548. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcInterfaceNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2549. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcInterfaceNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2550. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcInterfaceNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2551. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcInterfaceNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2552. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcInterfaceNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2553. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcInterfaceNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2554. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcInterfaceNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2555. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcInterfaceNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2556. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcInterfaceNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2557. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcInterfaceNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2558. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureDeclarationStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2559. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureDeclarationStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2560. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureDeclarationStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2561. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureDeclarationStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2562. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureDeclarationStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2563. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureDeclarationStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2564. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureDeclarationStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2565. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureDeclarationStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2566. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureDeclarationStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2567. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureDeclarationStmtNode.java (at line 126) case 6: this.procAttrSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 2568. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureDeclarationStmtNode.java (at line 129) case 9: this.procDeclList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2569. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureNameListNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2570. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureNameListNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2571. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureNameListNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2572. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureNameListNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2573. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureNameListNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2574. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureNameListNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2575. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureNameListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2576. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureNameListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2577. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureNameListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2578. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureNameListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2579. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2580. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2581. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2582. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2583. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2584. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2585. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2586. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2587. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2588. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProcedureNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2589. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProgramNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2590. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProgramNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2591. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProgramNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2592. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProgramNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2593. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProgramNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2594. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProgramNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2595. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProgramNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2596. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProgramNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2597. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProgramNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2598. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProgramNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2599. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProgramStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2600. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProgramStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2601. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProgramStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2602. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProgramStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2603. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProgramStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2604. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProgramStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2605. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProgramStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2606. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProgramStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2607. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProgramStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2608. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProgramStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2609. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProtectedStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2610. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProtectedStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2611. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProtectedStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2612. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProtectedStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2613. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProtectedStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2614. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProtectedStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2615. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProtectedStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2616. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProtectedStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2617. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProtectedStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2618. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTProtectedStmtNode.java (at line 92) case 4: this.entityNameList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2619. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdCtlSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2620. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdCtlSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2621. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdCtlSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2622. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdCtlSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2623. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdCtlSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2624. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdCtlSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2625. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdCtlSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2626. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdCtlSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2627. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdCtlSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2628. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdCtlSpecNode.java (at line 97) case 1: this.rdIoCtlSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2629. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdFmtIdExprNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2630. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdFmtIdExprNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2631. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdFmtIdExprNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2632. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdFmtIdExprNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2633. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdFmtIdExprNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2634. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdFmtIdExprNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2635. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdFmtIdExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2636. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdFmtIdExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2637. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdFmtIdExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2638. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdFmtIdExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2639. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdFmtIdNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2640. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdFmtIdNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2641. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdFmtIdNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2642. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdFmtIdNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2643. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdFmtIdNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2644. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdFmtIdNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2645. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdFmtIdNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2646. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdFmtIdNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2647. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdFmtIdNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2648. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdFmtIdNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2649. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdIoCtlSpecListNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2650. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdIoCtlSpecListNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2651. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdIoCtlSpecListNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2652. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdIoCtlSpecListNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2653. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdIoCtlSpecListNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2654. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdIoCtlSpecListNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2655. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdIoCtlSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2656. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdIoCtlSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2657. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdIoCtlSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2658. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdIoCtlSpecListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2659. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdUnitIdNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2660. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdUnitIdNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2661. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdUnitIdNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2662. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdUnitIdNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2663. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdUnitIdNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2664. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdUnitIdNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2665. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdUnitIdNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2666. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdUnitIdNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2667. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdUnitIdNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2668. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRdUnitIdNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2669. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTReadStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2670. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTReadStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2671. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTReadStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2672. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTReadStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2673. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTReadStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2674. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTReadStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2675. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTReadStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2676. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTReadStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2677. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTReadStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2678. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTReadStmtNode.java (at line 117) case 5: this.inputItemList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2679. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRealConstNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2680. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRealConstNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2681. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRealConstNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2682. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRealConstNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2683. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRealConstNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2684. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRealConstNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2685. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRealConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2686. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRealConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2687. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRealConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2688. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRealConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2689. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRenameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2690. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRenameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2691. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRenameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2692. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRenameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2693. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRenameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2694. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRenameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2695. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRenameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2696. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRenameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2697. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRenameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2698. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRenameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2699. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTReturnStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2700. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTReturnStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2701. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTReturnStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2702. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTReturnStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2703. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTReturnStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2704. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTReturnStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2705. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTReturnStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2706. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTReturnStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2707. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTReturnStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2708. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTReturnStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2709. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRewindStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2710. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRewindStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2711. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRewindStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2712. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRewindStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2713. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRewindStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2714. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRewindStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2715. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRewindStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2716. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRewindStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2717. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRewindStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2718. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTRewindStmtNode.java (at line 104) case 3: this.positionSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2719. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDataRefNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2720. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDataRefNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2721. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDataRefNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2722. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDataRefNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2723. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDataRefNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2724. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDataRefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2725. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDataRefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2726. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDataRefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2727. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDataRefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2728. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDataRefNode.java (at line 111) case 2: this.primarySectionSubscriptList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2729. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDummyArgNameListNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2730. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDummyArgNameListNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2731. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDummyArgNameListNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2732. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDummyArgNameListNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2733. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDummyArgNameListNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2734. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDummyArgNameListNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2735. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDummyArgNameListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2736. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDummyArgNameListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2737. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDummyArgNameListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2738. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDummyArgNameListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2739. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDummyArgNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2740. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDummyArgNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2741. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDummyArgNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2742. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDummyArgNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2743. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDummyArgNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2744. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDummyArgNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2745. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDummyArgNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2746. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDummyArgNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2747. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDummyArgNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2748. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFDummyArgNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2749. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFExprListNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2750. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFExprListNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2751. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFExprListNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2752. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFExprListNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2753. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFExprListNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2754. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFExprListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2755. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFExprListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2756. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFExprListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2757. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFExprListNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2758. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFExprListNode.java (at line 124) case 0: this.SFDummyArgNameList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2759. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFExprNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2760. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFExprNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2761. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFExprNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2762. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFExprNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2763. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFExprNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2764. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFExprNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2765. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2766. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2767. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2768. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2769. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFFactorNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2770. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFFactorNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2771. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFFactorNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2772. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFFactorNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2773. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFFactorNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2774. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFFactorNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2775. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFFactorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2776. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFFactorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2777. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFFactorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2778. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFFactorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2779. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFPrimaryNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2780. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFPrimaryNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2781. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFPrimaryNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2782. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFPrimaryNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2783. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFPrimaryNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2784. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFPrimaryNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2785. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFPrimaryNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2786. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFPrimaryNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2787. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFPrimaryNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2788. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFPrimaryNode.java (at line 135) case 0: this.SFDataRef = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2789. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFTermNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2790. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFTermNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2791. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFTermNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2792. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFTermNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2793. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFTermNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2794. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFTermNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2795. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFTermNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2796. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFTermNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2797. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFTermNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2798. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFTermNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2799. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFVarNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2800. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFVarNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2801. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFVarNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2802. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFVarNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2803. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFVarNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2804. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFVarNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2805. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFVarNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2806. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFVarNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2807. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFVarNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2808. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSFVarNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2809. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSaveStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2810. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSaveStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2811. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSaveStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2812. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSaveStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2813. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSaveStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2814. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSaveStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2815. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSaveStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2816. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSaveStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2817. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSaveStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2818. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSaveStmtNode.java (at line 92) case 4: this.variableList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2819. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSavedCommonBlockNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2820. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSavedCommonBlockNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2821. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSavedCommonBlockNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2822. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSavedCommonBlockNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2823. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSavedCommonBlockNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2824. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSavedCommonBlockNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2825. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSavedCommonBlockNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2826. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSavedCommonBlockNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2827. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSavedCommonBlockNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2828. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSavedCommonBlockNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2829. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSavedEntityNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2830. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSavedEntityNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2831. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSavedEntityNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2832. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSavedEntityNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2833. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSavedEntityNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2834. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSavedEntityNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2835. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSavedEntityNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2836. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSavedEntityNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2837. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSavedEntityNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2838. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSavedEntityNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2839. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTScalarMaskExprNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2840. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTScalarMaskExprNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2841. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTScalarMaskExprNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2842. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTScalarMaskExprNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2843. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTScalarMaskExprNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2844. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTScalarMaskExprNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2845. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTScalarMaskExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2846. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTScalarMaskExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2847. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTScalarMaskExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2848. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTScalarMaskExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2849. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTScalarVariableNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2850. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTScalarVariableNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2851. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTScalarVariableNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2852. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTScalarVariableNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2853. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTScalarVariableNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2854. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTScalarVariableNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2855. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTScalarVariableNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2856. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTScalarVariableNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2857. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTScalarVariableNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2858. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTScalarVariableNode.java (at line 97) case 1: this.structureComponent = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 2859. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTScalarVariableNode.java (at line 99) case 3: this.sectionSubscriptList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2860. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSectionSubscriptNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2861. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSectionSubscriptNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2862. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSectionSubscriptNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2863. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSectionSubscriptNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2864. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSectionSubscriptNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2865. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSectionSubscriptNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2866. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSectionSubscriptNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2867. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSectionSubscriptNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2868. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSectionSubscriptNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2869. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSectionSubscriptNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2870. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectCaseRangeNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2871. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectCaseRangeNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2872. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectCaseRangeNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2873. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectCaseRangeNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2874. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectCaseRangeNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2875. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectCaseRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2876. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectCaseRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2877. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectCaseRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2878. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectCaseRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2879. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectCaseRangeNode.java (at line 79) case 0: this.selectCaseBody = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2880. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectCaseStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2881. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectCaseStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2882. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectCaseStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2883. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectCaseStmtNode.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 2884. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectCaseStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2885. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectCaseStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2886. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectCaseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2887. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectCaseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2888. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectCaseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2889. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectCaseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2890. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeBodyNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2891. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeBodyNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2892. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeBodyNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2893. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeBodyNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2894. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeBodyNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2895. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeBodyNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2896. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeBodyNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2897. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeBodyNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2898. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeBodyNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2899. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeBodyNode.java (at line 80) case 1: this.typeGuardBlock = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2900. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeConstructNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2901. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeConstructNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2902. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeConstructNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2903. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeConstructNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2904. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeConstructNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2905. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2906. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2907. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2908. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2909. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeConstructNode.java (at line 94) case 1: this.selectTypeBody = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2910. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2911. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2912. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2913. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2914. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2915. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2916. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2917. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2918. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2919. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSelectTypeStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2920. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSignNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2921. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSignNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2922. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSignNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2923. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSignNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2924. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSignNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2925. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSignNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2926. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSignNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2927. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSignNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2928. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSignNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2929. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSignNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2930. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSpecificBindingNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2931. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSpecificBindingNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2932. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSpecificBindingNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2933. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSpecificBindingNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2934. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSpecificBindingNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2935. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSpecificBindingNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2936. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSpecificBindingNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2937. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSpecificBindingNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2938. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSpecificBindingNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2939. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSpecificBindingNode.java (at line 141) case 6: this.bindingAttrList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2940. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStmtFunctionRangeNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2941. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStmtFunctionRangeNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2942. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStmtFunctionRangeNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2943. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStmtFunctionRangeNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2944. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStmtFunctionRangeNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2945. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStmtFunctionRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2946. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStmtFunctionRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2947. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStmtFunctionRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2948. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStmtFunctionRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2949. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStmtFunctionRangeNode.java (at line 88) case 1: this.SFDummyArgNameList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2950. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStmtFunctionStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2951. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStmtFunctionStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2952. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStmtFunctionStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2953. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStmtFunctionStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2954. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStmtFunctionStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2955. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStmtFunctionStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2956. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStmtFunctionStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2957. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStmtFunctionStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2958. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStmtFunctionStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2959. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStmtFunctionStmtNode.java (at line 117) case 3: this.SFDummyArgNameList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 2960. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStopStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2961. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStopStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2962. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStopStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2963. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStopStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2964. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStopStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2965. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStopStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2966. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStopStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2967. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStopStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2968. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStopStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2969. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStopStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2970. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStringConstNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2971. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStringConstNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2972. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStringConstNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2973. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStringConstNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2974. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStringConstNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2975. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStringConstNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2976. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStringConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2977. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStringConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2978. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStringConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2979. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStringConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2980. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStructureComponentNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2981. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStructureComponentNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2982. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStructureComponentNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2983. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStructureComponentNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2984. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStructureComponentNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 2985. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStructureComponentNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2986. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStructureComponentNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2987. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStructureComponentNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2988. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStructureComponentNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2989. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStructureComponentNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 2990. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStructureConstructorNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 2991. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStructureConstructorNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 2992. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStructureConstructorNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 2993. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStructureConstructorNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 2994. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStructureConstructorNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 2995. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStructureConstructorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 2996. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStructureConstructorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 2997. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStructureConstructorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 2998. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStructureConstructorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 2999. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStructureConstructorNode.java (at line 102) case 2: this.typeParamSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 3000. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTStructureConstructorNode.java (at line 105) case 5: this.typeParamSpecList2 = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 3001. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineArgNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3002. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineArgNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3003. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineArgNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3004. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineArgNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3005. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineArgNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3006. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineArgNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3007. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineArgNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3008. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineArgNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3009. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineArgNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3010. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineArgNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3011. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineInterfaceRangeNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3012. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineInterfaceRangeNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3013. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineInterfaceRangeNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3014. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineInterfaceRangeNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3015. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineInterfaceRangeNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3016. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineInterfaceRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3017. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineInterfaceRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3018. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineInterfaceRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3019. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineInterfaceRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 3020. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineInterfaceRangeNode.java (at line 79) case 0: this.subprogramInterfaceBody = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 3021. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3022. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3023. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3024. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3025. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3026. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3027. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3028. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3029. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3030. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3031. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineNameUseNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3032. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineNameUseNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3033. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineNameUseNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3034. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineNameUseNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3035. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineNameUseNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3036. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineNameUseNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3037. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineNameUseNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3038. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineNameUseNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3039. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineNameUseNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3040. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineNameUseNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3041. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineParNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3042. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineParNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3043. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineParNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3044. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineParNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3045. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineParNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3046. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineParNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3047. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineParNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3048. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineParNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3049. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineParNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3050. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineParNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3051. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutinePrefixNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3052. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutinePrefixNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3053. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutinePrefixNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3054. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutinePrefixNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3055. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutinePrefixNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3056. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutinePrefixNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3057. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutinePrefixNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3058. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutinePrefixNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3059. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutinePrefixNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 3060. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutinePrefixNode.java (at line 68) case 0: this.prefixSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 3061. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineRangeNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3062. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineRangeNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3063. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineRangeNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3064. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineRangeNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3065. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineRangeNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3066. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3067. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3068. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3069. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 3070. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineRangeNode.java (at line 105) case 0: this.body = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 3071. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineRangeNode.java (at line 107) case 2: this.internalSubprograms = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 3072. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3073. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3074. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3075. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineStmtNode.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3076. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3077. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3078. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3079. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3080. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 3081. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineStmtNode.java (at line 122) case 1: this.prefixSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 3082. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineStmtNode.java (at line 126) case 5: this.subroutinePars = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 3083. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineSubprogramNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3084. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineSubprogramNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3085. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineSubprogramNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3086. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineSubprogramNode.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3087. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineSubprogramNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3088. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineSubprogramNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3089. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineSubprogramNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3090. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineSubprogramNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3091. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineSubprogramNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 3092. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineSubprogramNode.java (at line 124) case 1: this.body = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 3093. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubroutineSubprogramNode.java (at line 126) case 3: this.internalSubprograms = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 3094. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubscriptNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3095. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubscriptNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3096. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubscriptNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3097. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubscriptNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3098. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubscriptNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3099. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubscriptNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubscriptNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubscriptNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubscriptNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubscriptNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubscriptTripletNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubscriptTripletNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubscriptTripletNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubscriptTripletNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubscriptTripletNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubscriptTripletNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubscriptTripletNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubscriptTripletNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubscriptTripletNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubscriptTripletNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubstrConstNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubstrConstNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubstrConstNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubstrConstNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubstrConstNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubstrConstNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubstrConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubstrConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubstrConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubstrConstNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubstringRangeNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubstringRangeNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubstringRangeNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubstringRangeNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubstringRangeNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubstringRangeNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubstringRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubstringRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubstringRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTSubstringRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetObjectNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetObjectNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetObjectNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetObjectNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetObjectNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetObjectNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetObjectNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 3173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTargetStmtNode.java (at line 92) case 4: this.targetObjectList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 3174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTThenPartNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTThenPartNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTThenPartNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTThenPartNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTThenPartNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTThenPartNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTThenPartNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTThenPartNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTThenPartNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 3183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTThenPartNode.java (at line 105) case 0: this.conditionalBody = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 3184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeAttrSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeAttrSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeAttrSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeAttrSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeAttrSpecNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeAttrSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeAttrSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeAttrSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeAttrSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeAttrSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeBoundProcedurePartNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeBoundProcedurePartNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeBoundProcedurePartNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeBoundProcedurePartNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeBoundProcedurePartNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeBoundProcedurePartNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeBoundProcedurePartNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeBoundProcedurePartNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeBoundProcedurePartNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 3203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeBoundProcedurePartNode.java (at line 94) case 2: this.procBindingStmts = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 3204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeDeclarationStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeDeclarationStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeDeclarationStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeDeclarationStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeDeclarationStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeDeclarationStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeDeclarationStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeDeclarationStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeDeclarationStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 3213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeDeclarationStmtNode.java (at line 114) case 2: this.attrSpecSeq = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 3214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeDeclarationStmtNode.java (at line 117) case 5: this.entityDeclList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 3215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeGuardStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeGuardStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeGuardStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeGuardStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeGuardStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeGuardStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeGuardStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeGuardStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeGuardStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeGuardStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamAttrSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamAttrSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamAttrSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamAttrSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamAttrSpecNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamAttrSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamAttrSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamAttrSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamAttrSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamAttrSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamDeclNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamDeclNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamDeclNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamDeclNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamDeclNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamDeclNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamDeclNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamDeclNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamDeclNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamDeclNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamDefStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamDefStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamDefStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamDefStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamDefStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamDefStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamDefStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamDefStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamDefStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 3264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamDefStmtNode.java (at line 119) case 6: this.typeParamDeclList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 3265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamSpecNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamValueNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamValueNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamValueNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamValueNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamValueNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamValueNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamValueNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamValueNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamValueNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeParamValueNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 3304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTTypeSpecNode.java (at line 232) case 13: this.typeParamSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 3305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFExprNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFExprNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFExprNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFExprNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3309. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFExprNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3310. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFExprNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3311. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3312. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3313. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3314. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3315. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFFactorNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3316. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFFactorNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3317. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFFactorNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3318. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFFactorNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3319. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFFactorNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3320. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFFactorNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3321. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFFactorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3322. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFFactorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3323. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFFactorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3324. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFFactorNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3325. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFPrimaryNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3326. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFPrimaryNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3327. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFPrimaryNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3328. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFPrimaryNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3329. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFPrimaryNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3330. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFPrimaryNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3331. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFPrimaryNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3332. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFPrimaryNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3333. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFPrimaryNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 3334. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFPrimaryNode.java (at line 184) case 4: this.primarySectionSubscriptList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 3335. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFPrimaryNode.java (at line 186) case 6: this.functionArgList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 3336. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFPrimaryNode.java (at line 189) case 9: this.derivedTypeComponentRef = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 3337. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFPrimaryNode.java (at line 191) case 11: this.componentSectionSubscriptList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 3338. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFTermNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3339. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFTermNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3340. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFTermNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3341. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFTermNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3342. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFTermNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3343. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFTermNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3344. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFTermNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3345. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFTermNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3346. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFTermNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3347. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUFTermNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3348. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnaryExprNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3349. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnaryExprNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3350. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnaryExprNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3351. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnaryExprNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3352. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnaryExprNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3353. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnaryExprNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3354. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnaryExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3355. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnaryExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3356. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnaryExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3357. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnaryExprNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3358. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnitIdentifierNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3359. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnitIdentifierNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3360. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnitIdentifierNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3361. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnitIdentifierNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3362. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnitIdentifierNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3363. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnitIdentifierNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3364. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnitIdentifierNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3365. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnitIdentifierNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3366. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnitIdentifierNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3367. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnitIdentifierNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3368. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnprocessedIncludeStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3369. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnprocessedIncludeStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3370. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnprocessedIncludeStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3371. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnprocessedIncludeStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3372. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnprocessedIncludeStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3373. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnprocessedIncludeStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3374. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnprocessedIncludeStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3375. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnprocessedIncludeStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3376. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnprocessedIncludeStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3377. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUnprocessedIncludeStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3378. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUpperBoundNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3379. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUpperBoundNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3380. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUpperBoundNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3381. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUpperBoundNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3382. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUpperBoundNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3383. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUpperBoundNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3384. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUpperBoundNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3385. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUpperBoundNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3386. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUpperBoundNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3387. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUpperBoundNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3388. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUseNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3389. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUseNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3390. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUseNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3391. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUseNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3392. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUseNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3393. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUseNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3394. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUseNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3395. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUseNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3396. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUseNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3397. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUseNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3398. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUseStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3399. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUseStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3400. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUseStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3401. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUseStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3402. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUseStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3403. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3404. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3405. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3406. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUseStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 3407. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUseStmtNode.java (at line 154) case 8: this.renameList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 3408. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTUseStmtNode.java (at line 157) case 11: this.onlyList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 3409. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTValueStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3410. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTValueStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3411. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTValueStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3412. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTValueStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3413. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTValueStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3414. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTValueStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3415. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTValueStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3416. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTValueStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3417. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTValueStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 3418. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTValueStmtNode.java (at line 92) case 4: this.entityNameList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 3419. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVarOrFnRefNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3420. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVarOrFnRefNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3421. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVarOrFnRefNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3422. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVarOrFnRefNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3423. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVarOrFnRefNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3424. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVarOrFnRefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3425. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVarOrFnRefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3426. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVarOrFnRefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3427. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVarOrFnRefNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 3428. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVarOrFnRefNode.java (at line 145) case 2: this.primarySectionSubscriptList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 3429. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVarOrFnRefNode.java (at line 146) case 3: this.functionArgList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 3430. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVarOrFnRefNode.java (at line 149) case 6: this.derivedTypeComponentRef = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 3431. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVarOrFnRefNode.java (at line 151) case 8: this.componentSectionSubscriptList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 3432. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableCommaNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3433. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableCommaNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3434. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableCommaNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3435. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableCommaNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3436. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableCommaNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3437. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableCommaNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3438. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableCommaNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3439. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableCommaNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3440. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableCommaNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3441. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableCommaNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3442. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableNameNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3443. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableNameNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3444. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableNameNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3445. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableNameNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3446. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableNameNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3447. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableNameNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3448. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3449. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3450. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3451. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableNameNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3452. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3453. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3454. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3455. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3456. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3457. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3458. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3459. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3460. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 3461. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableNode.java (at line 111) case 0: this.dataRef = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- 3462. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVariableNode.java (at line 114) case 3: this.sectionSubscriptList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 3463. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVolatileStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3464. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVolatileStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3465. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVolatileStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3466. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVolatileStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3467. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVolatileStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3468. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVolatileStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3469. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVolatileStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3470. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVolatileStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3471. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVolatileStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 3472. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTVolatileStmtNode.java (at line 92) case 4: this.entityNameList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 3473. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWaitSpecNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3474. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWaitSpecNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3475. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWaitSpecNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3476. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWaitSpecNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3477. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWaitSpecNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3478. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWaitSpecNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3479. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWaitSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3480. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWaitSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3481. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWaitSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3482. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWaitSpecNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3483. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWaitStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3484. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWaitStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3485. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWaitStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3486. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWaitStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3487. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWaitStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3488. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWaitStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3489. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWaitStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3490. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWaitStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3491. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWaitStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 3492. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWaitStmtNode.java (at line 91) case 3: this.waitSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 3493. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereConstructNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3494. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereConstructNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3495. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereConstructNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3496. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereConstructNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3497. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereConstructNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3498. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3499. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3500. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3501. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereConstructNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 3502. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereConstructNode.java (at line 125) case 1: this.whereBodyConstructBlock = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 3503. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereConstructStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3504. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereConstructStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3505. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereConstructStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3506. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereConstructStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3507. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereConstructStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3508. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereConstructStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3509. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereConstructStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3510. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereConstructStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3511. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereConstructStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3512. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereConstructStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3513. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereRangeNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3514. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereRangeNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3515. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereRangeNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3516. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereRangeNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3517. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereRangeNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3518. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3519. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3520. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3521. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereRangeNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 3522. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereRangeNode.java (at line 105) case 0: this.whereBodyConstructBlock = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 3523. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3524. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3525. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3526. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3527. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereStmtNode.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3528. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3529. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3530. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3531. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3532. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWhereStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3533. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWriteStmtNode.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3534. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWriteStmtNode.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3535. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWriteStmtNode.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3536. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWriteStmtNode.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3537. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWriteStmtNode.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3538. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWriteStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3539. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWriteStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3540. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWriteStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3541. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWriteStmtNode.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 3542. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ASTWriteStmtNode.java (at line 104) case 3: this.ioControlSpecList = (IASTListNode)value; return; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Parser.IASTNode to Parser.IASTListNode ---------- ---------- 3543. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IAccessId.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3544. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IAccessId.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3545. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IAccessId.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3546. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IAccessId.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3547. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IAccessId.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3548. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IAccessId.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3549. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IAccessId.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3550. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IAccessId.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3551. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IAccessId.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3552. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IAccessId.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3553. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IAccessId.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3554. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IAccessId.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3555. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IActionStmt.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3556. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IActionStmt.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3557. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IActionStmt.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3558. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IActionStmt.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3559. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IActionStmt.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3560. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IActionStmt.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3561. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IActionStmt.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3562. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IActionStmt.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3563. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IActionStmt.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3564. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IActionStmt.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3565. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IActionStmt.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3566. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IActionStmt.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3567. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBindEntity.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3568. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBindEntity.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3569. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBindEntity.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3570. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBindEntity.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3571. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBindEntity.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3572. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBindEntity.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3573. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBindEntity.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3574. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBindEntity.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3575. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBindEntity.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3576. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBindEntity.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3577. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBindEntity.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3578. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBindEntity.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3579. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBlockDataBodyConstruct.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3580. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBlockDataBodyConstruct.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3581. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBlockDataBodyConstruct.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3582. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBlockDataBodyConstruct.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3583. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBlockDataBodyConstruct.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3584. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBlockDataBodyConstruct.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3585. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBlockDataBodyConstruct.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3586. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBlockDataBodyConstruct.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3587. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBlockDataBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3588. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBlockDataBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3589. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBlockDataBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3590. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBlockDataBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3591. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBodyConstruct.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3592. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBodyConstruct.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3593. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBodyConstruct.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3594. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBodyConstruct.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3595. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBodyConstruct.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3596. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBodyConstruct.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3597. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBodyConstruct.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3598. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBodyConstruct.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3599. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3600. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3601. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3602. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3603. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ICaseBodyConstruct.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3604. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ICaseBodyConstruct.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3605. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ICaseBodyConstruct.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3606. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ICaseBodyConstruct.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3607. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ICaseBodyConstruct.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3608. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ICaseBodyConstruct.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3609. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ICaseBodyConstruct.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3610. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ICaseBodyConstruct.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3611. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ICaseBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3612. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ICaseBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3613. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ICaseBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3614. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ICaseBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3615. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IComponentDefStmt.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3616. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IComponentDefStmt.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3617. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IComponentDefStmt.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3618. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IComponentDefStmt.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3619. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IComponentDefStmt.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3620. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IComponentDefStmt.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3621. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IComponentDefStmt.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3622. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IComponentDefStmt.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3623. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IComponentDefStmt.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3624. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IComponentDefStmt.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3625. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IComponentDefStmt.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3626. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IComponentDefStmt.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3627. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataIDoObject.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3628. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataIDoObject.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3629. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataIDoObject.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3630. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataIDoObject.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3631. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataIDoObject.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3632. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataIDoObject.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3633. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataIDoObject.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3634. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataIDoObject.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3635. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataIDoObject.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3636. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataIDoObject.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3637. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataIDoObject.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3638. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataIDoObject.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3639. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataStmtObject.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3640. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataStmtObject.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3641. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataStmtObject.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3642. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataStmtObject.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3643. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataStmtObject.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3644. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataStmtObject.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3645. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataStmtObject.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3646. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataStmtObject.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3647. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataStmtObject.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3648. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataStmtObject.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3649. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataStmtObject.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3650. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDataStmtObject.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3651. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDeclarationConstruct.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3652. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDeclarationConstruct.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3653. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDeclarationConstruct.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3654. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDeclarationConstruct.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3655. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDeclarationConstruct.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3656. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDeclarationConstruct.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3657. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDeclarationConstruct.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3658. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDeclarationConstruct.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3659. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDeclarationConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3660. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDeclarationConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3661. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDeclarationConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3662. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDeclarationConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3663. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDefinedOperator.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3664. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDefinedOperator.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3665. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDefinedOperator.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3666. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDefinedOperator.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3667. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDefinedOperator.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3668. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDefinedOperator.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3669. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDefinedOperator.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3670. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDefinedOperator.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3671. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDefinedOperator.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3672. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDefinedOperator.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3673. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDefinedOperator.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3674. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDefinedOperator.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3675. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDerivedTypeBodyConstruct.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3676. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDerivedTypeBodyConstruct.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3677. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDerivedTypeBodyConstruct.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3678. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDerivedTypeBodyConstruct.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3679. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDerivedTypeBodyConstruct.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3680. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDerivedTypeBodyConstruct.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3681. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDerivedTypeBodyConstruct.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3682. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDerivedTypeBodyConstruct.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3683. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDerivedTypeBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3684. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDerivedTypeBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3685. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDerivedTypeBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3686. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IDerivedTypeBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3687. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutableConstruct.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3688. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutableConstruct.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3689. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutableConstruct.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3690. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutableConstruct.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3691. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutableConstruct.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3692. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutableConstruct.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3693. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutableConstruct.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3694. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutableConstruct.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3695. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutableConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3696. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutableConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3697. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutableConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3698. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutableConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3699. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutionPartConstruct.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3700. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutionPartConstruct.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3701. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutionPartConstruct.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3702. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutionPartConstruct.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3703. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutionPartConstruct.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3704. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutionPartConstruct.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3705. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutionPartConstruct.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3706. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutionPartConstruct.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3707. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutionPartConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3708. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutionPartConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3709. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutionPartConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3710. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExecutionPartConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3711. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExpr.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3712. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExpr.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3713. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExpr.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3714. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExpr.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3715. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExpr.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3716. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExpr.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3717. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExpr.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3718. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExpr.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3719. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExpr.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3720. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExpr.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3721. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExpr.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3722. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IExpr.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3723. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IForallBodyConstruct.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3724. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IForallBodyConstruct.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3725. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IForallBodyConstruct.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3726. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IForallBodyConstruct.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3727. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IForallBodyConstruct.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3728. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IForallBodyConstruct.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3729. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IForallBodyConstruct.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3730. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IForallBodyConstruct.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3731. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IForallBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3732. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IForallBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3733. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IForallBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3734. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IForallBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3735. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInputItem.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3736. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInputItem.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3737. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInputItem.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3738. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInputItem.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3739. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInputItem.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3740. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInputItem.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3741. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInputItem.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3742. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInputItem.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3743. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInputItem.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3744. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInputItem.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3745. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInputItem.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3746. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInputItem.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3747. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInterfaceSpecification.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3748. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInterfaceSpecification.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3749. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInterfaceSpecification.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3750. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInterfaceSpecification.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3751. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInterfaceSpecification.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3752. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInterfaceSpecification.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3753. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInterfaceSpecification.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3754. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInterfaceSpecification.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3755. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInterfaceSpecification.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3756. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInterfaceSpecification.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3757. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInterfaceSpecification.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3758. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInterfaceSpecification.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3759. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInternalSubprogram.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3760. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInternalSubprogram.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3761. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInternalSubprogram.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3762. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInternalSubprogram.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3763. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInternalSubprogram.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3764. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInternalSubprogram.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3765. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInternalSubprogram.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3766. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInternalSubprogram.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3767. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInternalSubprogram.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3768. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInternalSubprogram.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3769. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInternalSubprogram.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3770. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IInternalSubprogram.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3771. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleBodyConstruct.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3772. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleBodyConstruct.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3773. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleBodyConstruct.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3774. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleBodyConstruct.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3775. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleBodyConstruct.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3776. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleBodyConstruct.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3777. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleBodyConstruct.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3778. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleBodyConstruct.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3779. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3780. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3781. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3782. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3783. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogram.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3784. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogram.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3785. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogram.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3786. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogram.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3787. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogram.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3788. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogram.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3789. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogram.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3790. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogram.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3791. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogram.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3792. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogram.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3793. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogram.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3794. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogram.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3795. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogramPartConstruct.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3796. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogramPartConstruct.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3797. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogramPartConstruct.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3798. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogramPartConstruct.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3799. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogramPartConstruct.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3800. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogramPartConstruct.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3801. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogramPartConstruct.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3802. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogramPartConstruct.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3803. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogramPartConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3804. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogramPartConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3805. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogramPartConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3806. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IModuleSubprogramPartConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3807. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteActionStmt.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3808. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteActionStmt.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3809. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteActionStmt.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3810. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteActionStmt.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3811. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteActionStmt.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3812. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteActionStmt.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3813. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteActionStmt.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3814. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteActionStmt.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3815. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteActionStmt.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3816. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteActionStmt.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3817. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteActionStmt.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3818. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteActionStmt.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3819. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteExecutionPartConstruct.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3820. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteExecutionPartConstruct.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3821. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteExecutionPartConstruct.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3822. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteExecutionPartConstruct.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3823. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteExecutionPartConstruct.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3824. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteExecutionPartConstruct.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3825. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteExecutionPartConstruct.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3826. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteExecutionPartConstruct.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3827. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteExecutionPartConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3828. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteExecutionPartConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3829. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteExecutionPartConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3830. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IObsoleteExecutionPartConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3831. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProcBindingStmt.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3832. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProcBindingStmt.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3833. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProcBindingStmt.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3834. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProcBindingStmt.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3835. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProcBindingStmt.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3836. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProcBindingStmt.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3837. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProcBindingStmt.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3838. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProcBindingStmt.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3839. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProcBindingStmt.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3840. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProcBindingStmt.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3841. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProcBindingStmt.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3842. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProcBindingStmt.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3843. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProgramUnit.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3844. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProgramUnit.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3845. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProgramUnit.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3846. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProgramUnit.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3847. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProgramUnit.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3848. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProgramUnit.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3849. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProgramUnit.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3850. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProgramUnit.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3851. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProgramUnit.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3852. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProgramUnit.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3853. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProgramUnit.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3854. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IProgramUnit.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3855. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISelector.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3856. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISelector.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3857. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISelector.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3858. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISelector.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3859. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISelector.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3860. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISelector.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3861. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISelector.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3862. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISelector.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3863. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISelector.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3864. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISelector.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3865. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISelector.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3866. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISelector.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3867. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationPartConstruct.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3868. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationPartConstruct.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3869. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationPartConstruct.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3870. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationPartConstruct.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3871. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationPartConstruct.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3872. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationPartConstruct.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3873. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationPartConstruct.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3874. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationPartConstruct.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3875. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationPartConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3876. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationPartConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3877. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationPartConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3878. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationPartConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3879. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationStmt.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3880. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationStmt.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3881. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationStmt.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3882. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationStmt.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3883. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationStmt.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3884. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationStmt.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3885. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationStmt.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3886. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationStmt.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3887. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationStmt.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3888. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationStmt.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3889. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationStmt.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3890. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/ISpecificationStmt.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3891. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IUnsignedArithmeticConst.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3892. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IUnsignedArithmeticConst.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3893. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IUnsignedArithmeticConst.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3894. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IUnsignedArithmeticConst.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3895. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IUnsignedArithmeticConst.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3896. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IUnsignedArithmeticConst.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3897. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IUnsignedArithmeticConst.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3898. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IUnsignedArithmeticConst.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3899. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IUnsignedArithmeticConst.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3900. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IUnsignedArithmeticConst.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3901. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IUnsignedArithmeticConst.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3902. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IUnsignedArithmeticConst.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3903. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IWhereBodyConstruct.java (at line 13) import java.io.PrintStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintStream is never used ---------- 3904. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IWhereBodyConstruct.java (at line 14) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 3905. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IWhereBodyConstruct.java (at line 16) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3906. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IWhereBodyConstruct.java (at line 18) import org.eclipse.photran.internal.core.parser.Parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNode is never used ---------- 3907. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IWhereBodyConstruct.java (at line 19) import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.ASTNodeWithErrorRecoverySymbols is never used ---------- 3908. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IWhereBodyConstruct.java (at line 20) import org.eclipse.photran.internal.core.parser.Parser.IASTListNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTListNode is never used ---------- 3909. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IWhereBodyConstruct.java (at line 22) import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser.IASTVisitor is never used ---------- 3910. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IWhereBodyConstruct.java (at line 23) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- 3911. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IWhereBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer is never used ---------- 3912. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IWhereBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3913. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IWhereBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.SyntaxException is never used ---------- 3914. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/IWhereBodyConstruct.java (at line 25) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 3915. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 13) import org.eclipse.photran.internal.core.lexer.*; import org.eclipse.photran.internal.core.analysis.binding.ScopingNode; import org.eclipse.photran.internal.core.SyntaxException; import java.io.IOException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.ScopingNode is never used ---------- 3916. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 26) import java.util.HashMap; ^^^^^^^^^^^^^^^^^ The import java.util.HashMap is never used ---------- 3917. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 9158) && node.getParent() instanceof IASTListNode ^^^^^^^^^^^^ Parser.IASTListNode is a raw type. References to generic type Parser.IASTListNode should be parameterized ---------- 3918. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 9637) public static final class ASTListNode extends ArrayList implements IASTListNode ^^^^^^^^^^^ The serializable class ASTListNode does not declare a static final serialVersionUID field of type long ---------- 3919. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 9695) public T findNearestAncestor(Class targetClass) ^ The type parameter T is hiding the type T ---------- 3920. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 9924) public T findNearestAncestor(Class targetClass) ^ The type parameter T is hiding the type T ---------- 3921. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27636) node.hiddenTComma = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 3)).get("hiddenTComma"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3922. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27638) node.loopControl = (ASTLoopControlNode)((Map)valueStack.get(valueStackOffset + 3)).get("loopControl"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3923. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27647) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3924. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27652) tmp2.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 2)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3925. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27663) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3926. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27667) node.hiddenTComma = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 2)).get("hiddenTComma"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3927. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27669) node.loopControl = (ASTLoopControlNode)((Map)valueStack.get(valueStackOffset + 2)).get("loopControl"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3928. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27678) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3929. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27689) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3930. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27691) node.name = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 1)).get("name"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3931. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27698) tmp4.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 4)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3932. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27702) node.hiddenTComma = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 5)).get("hiddenTComma"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3933. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27704) node.loopControl = (ASTLoopControlNode)((Map)valueStack.get(valueStackOffset + 5)).get("loopControl"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3934. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27713) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3935. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27715) node.name = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 1)).get("name"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3936. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27722) tmp4.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 4)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3937. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27733) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3938. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27735) node.name = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 1)).get("name"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3939. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27741) node.hiddenTComma = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 4)).get("hiddenTComma"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3940. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27743) node.loopControl = (ASTLoopControlNode)((Map)valueStack.get(valueStackOffset + 4)).get("loopControl"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3941. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27752) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3942. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27754) node.name = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 1)).get("name"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3943. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27788) node.variableName = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("variableName"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3944. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27803) node.variableName = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("variableName"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3945. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27835) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3946. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27846) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3947. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27850) node.endName = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 2)).get("endName"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3948. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27878) node.endName = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 3)).get("endName"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3949. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27887) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3950. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27898) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3951. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27939) node.hiddenTGo = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 1)).get("hiddenTGo"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3952. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27941) node.hiddenTTo = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 1)).get("hiddenTTo"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3953. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27944) tmp2.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 2)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3954. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27978) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3955. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27980) node.hiddenTGoto = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 1)).get("hiddenTGoto"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3956. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27982) node.hiddenTGo = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 1)).get("hiddenTGo"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3957. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27984) node.hiddenTTo = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 1)).get("hiddenTTo"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3958. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 27988) node.lblRefList = (IASTListNode)valueStack.get(valueStackOffset + 3); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Parser.IASTListNode ---------- 3959. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28001) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3960. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28003) node.hiddenTGoto = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 1)).get("hiddenTGoto"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3961. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28005) node.hiddenTGo = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 1)).get("hiddenTGo"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3962. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28007) node.hiddenTTo = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 1)).get("hiddenTTo"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3963. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28011) node.lblRefList = (IASTListNode)valueStack.get(valueStackOffset + 3); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Parser.IASTListNode ---------- 3964. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28015) node.hiddenTComma = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 5)).get("hiddenTComma"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3965. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28017) node.expr = (IExpr)((Map)valueStack.get(valueStackOffset + 5)).get("expr"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3966. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28037) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3967. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28049) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 2)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3968. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28051) ASTListNode list = (ASTListNode)valueStack.get(valueStackOffset); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Parser.ASTListNode ---------- 3969. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28059) node.put("label", (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3970. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28068) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3971. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28079) tmp5.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 5)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3972. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28086) tmp7.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 7)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3973. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28093) tmp9.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 9)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3974. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28104) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3975. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28115) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3976. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28126) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3977. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28139) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3978. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28152) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3979. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28179) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3980. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28185) node.connectSpecList = (IASTListNode)valueStack.get(valueStackOffset + 3); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Parser.IASTListNode ---------- 3981. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28220) ASTListNode list = (ASTListNode)valueStack.get(valueStackOffset); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Parser.ASTListNode ---------- 3982. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28240) tmp1.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 1)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3983. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28402) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3984. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28408) node.closeSpecList = (IASTListNode)valueStack.get(valueStackOffset + 3); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Parser.IASTListNode ---------- 3985. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28443) ASTListNode list = (ASTListNode)valueStack.get(valueStackOffset); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Parser.ASTListNode ---------- 3986. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28463) tmp1.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 1)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3987. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28499) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3988. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28505) node.inputItemList = (IASTListNode)valueStack.get(valueStackOffset + 3); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Parser.IASTListNode ---------- 3989. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28514) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3990. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28527) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3991. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28535) node.inputItemList = (IASTListNode)valueStack.get(valueStackOffset + 4); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Parser.IASTListNode ---------- 3992. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28544) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3993. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28557) node.hiddenTLparen = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("hiddenTLparen"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3994. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28559) node.readUnitIsAsterisk = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("readUnitIsAsterisk"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3995. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28561) node.readUnitExpr = (ASTUFExprNode)((Map)valueStack.get(valueStackOffset + 0)).get("readUnitExpr"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3996. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28563) node.hiddenTRparen = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("hiddenTRparen"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 3997. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28572) node.rdIoCtlSpecList = (IASTListNode)valueStack.get(valueStackOffset + 1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Parser.IASTListNode ---------- 3998. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28651) ASTListNode list = (ASTListNode)valueStack.get(valueStackOffset); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Parser.ASTListNode ---------- 3999. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28659) node.label = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("label"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 4000. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28674) tmp0.name = (ASTNameNode)((Map)valueStack.get(valueStackOffset + 0)).get("name"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 4001. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28676) tmp0.hiddenTLparen = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("hiddenTLparen"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 4002. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28678) tmp0.functionArgList = (IASTListNode)((Map)valueStack.get(valueStackOffset + 0)).get("functionArgList"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Parser.IASTListNode ---------- 4003. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28678) tmp0.functionArgList = (IASTListNode)((Map)valueStack.get(valueStackOffset + 0)).get("functionArgList"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 4004. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28680) tmp0.stringConst = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("stringConst"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 4005. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28682) tmp0.primarySectionSubscriptList = (IASTListNode)((Map)valueStack.get(valueStackOffset + 0)).get("primarySectionSubscriptList"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Parser.IASTListNode ---------- 4006. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28682) tmp0.primarySectionSubscriptList = (IASTListNode)((Map)valueStack.get(valueStackOffset + 0)).get("primarySectionSubscriptList"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 4007. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28684) tmp0.hiddenTRparen = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("hiddenTRparen"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 4008. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28686) tmp0.hiddenTPercent = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("hiddenTPercent"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 4009. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28688) tmp0.derivedTypeComponentRef = (IASTListNode)((Map)valueStack.get(valueStackOffset + 0)).get("derivedTypeComponentRef"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Parser.IASTListNode ---------- 4010. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28688) tmp0.derivedTypeComponentRef = (IASTListNode)((Map)valueStack.get(valueStackOffset + 0)).get("derivedTypeComponentRef"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 4011. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28690) tmp0.hiddenLparen2 = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("hiddenLparen2"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 4012. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28692) tmp0.componentSectionSubscriptList = (IASTListNode)((Map)valueStack.get(valueStackOffset + 0)).get("componentSectionSubscriptList"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Parser.IASTListNode ---------- 4013. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28692) tmp0.componentSectionSubscriptList = (IASTListNode)((Map)valueStack.get(valueStackOffset + 0)).get("componentSectionSubscriptList"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 4014. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/parser/Parser.java (at line 28694) tmp0.hiddenRparen2 = (org.eclipse.photran.internal.core.lexer.Token)((Map)valueStack.get(valueStackOffset + 0)).get("hiddenRparen2"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 4014 problems (4014 warnings)[587 .class files generated] # 2/1/10 10:30:54 AM 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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 12 problems (12 warnings)[130 .class files generated] # 2/1/10 10:28:18 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:28:31 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:28:46 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [32 .class files generated] # 2/1/10 10:28:48 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [19 .class files generated] # 2/1/10 10:28:38 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/actions/ToggleBreakpointAdapter.java (at line 237) 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.debug.ui_3.5.0.v20090603.jar ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.debug.ui_3.5.0.v20090603.jar ---------- ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.debug.ui_3.5.0.v20090603.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.debug.ui_3.5.0.v20090603.jar ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.debug.ui_3.5.0.v20090603.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.debug.ui_3.5.0.v20090603.jar ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.debug.ui_3.5.0.v20090603.jar ---------- ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.debug.ui_3.5.0.v20090603.jar ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.debug.ui_3.5.0.v20090603.jar ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.debug.ui_3.5.0.v20090603.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.debug.ui_3.5.0.v20090603.jar ---------- 38 problems (38 warnings)[250 .class files generated] # 2/1/10 10:29:54 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:30:01 AM 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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 4 problems (4 warnings)[5 .class files generated] # 2/1/10 10:30:07 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:30:05 AM 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_ptp_3_0/results/plugins/org.eclipse.ptp.etfw.tau.perfdmf/src/org/eclipse/ptp/etfw/tau/perfdmf/views/PerfDMFView.java (at line 126) public Object getAdapter(Class adapter) { ^^^^^ 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_ptp_3_0/results/plugins/org.eclipse.ptp.etfw.tau.perfdmf/src/org/eclipse/ptp/etfw/tau/perfdmf/views/PerfDMFView.java (at line 226) List dbs = Database.getDatabases(); ^^^^^^^^^^^^^^^^^^^^^^^ 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_ptp_3_0/results/plugins/org.eclipse.ptp.etfw.tau.perfdmf/src/org/eclipse/ptp/etfw/tau/perfdmf/views/PerfDMFView.java (at line 253) List dbs = Database.getDatabases(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.etfw.tau.perfdmf/src/org/eclipse/ptp/etfw/tau/perfdmf/views/PerfDMFView.java (at line 260) Iterator dit = dbs.iterator(); ^^^^^^^^ 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_ptp_3_0/results/plugins/org.eclipse.ptp.etfw.tau.perfdmf/src/org/eclipse/ptp/etfw/tau/perfdmf/views/PerfDMFView.java (at line 280) List dbs = Database.getDatabases(); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.etfw.tau.perfdmf/src/org/eclipse/ptp/etfw/tau/perfdmf/views/PerfDMFView.java (at line 468) for (Iterator it = dbApi.getApplicationList().iterator(); it.hasNext();) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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_ptp_3_0/results/plugins/org.eclipse.ptp.etfw.tau.perfdmf/src/org/eclipse/ptp/etfw/tau/perfdmf/views/PerfDMFView.java (at line 474) for (Iterator it2 = dbApi.getExperimentList().iterator(); it2.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_ptp_3_0/results/plugins/org.eclipse.ptp.etfw.tau.perfdmf/src/org/eclipse/ptp/etfw/tau/perfdmf/views/PerfDMFView.java (at line 481) for (Iterator it3 = dbApi.getTrialList(false).iterator(); it3.hasNext();) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator ---------- 8 problems (8 warnings)[15 .class files generated] # 2/1/10 10:30:03 AM 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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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/1/10 10:30:11 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [5 .class files generated] # 2/1/10 10:30:09 AM 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_ptp_3_0/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_ptp_3_0/results/plugins/org.eclipse.ptp.etfw.tau/src/org/eclipse/ptp/etfw/tau/TAUAnalysisTab.java (at line 1139) 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_ptp_3_0/results/plugins/org.eclipse.ptp.etfw.tau/src/org/eclipse/ptp/etfw/tau/TAUAnalysisTab.java (at line 1216) 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.ui.workbench_3.5.0.I20090603-2000.jar ---------- 9 problems (9 warnings)[36 .class files generated] # 2/1/10 10:29:53 AM 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_ptp_3_0/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_ptp_3_0/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/1/10 10:29:55 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 84 problems (84 warnings)[44 .class files generated] # 2/1/10 10:30:19 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:28:41 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:28:50 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/actions/RunAnalyseHandlerBase.java (at line 311) if (false) { message += " - "; message += debugMessage; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code ---------- ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:29:02 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [1 .class file generated] # 2/1/10 10:29:11 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:28:52 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [14 .class files generated] # 2/1/10 10:28:53 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:28:58 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 24 problems (24 warnings)[16 .class files generated] # 2/1/10 10:29:02 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 309. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 310. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 311. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:29:07 AM 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_ptp_3_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 25) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 25) 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_ptp_3_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 124) 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_ptp_3_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 194) 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_ptp_3_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 194) 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_ptp_3_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 195) 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_ptp_3_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 196) 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_ptp_3_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 197) 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_ptp_3_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 198) 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_ptp_3_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 201) 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 45 problems (45 warnings)[13 .class files generated] # 2/1/10 10:29:04 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:29:12 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:29:09 AM 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_ptp_3_0/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_ptp_3_0/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/1/10 10:28:11 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [216 .class files generated] # 2/1/10 10:29:14 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 69) import org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPTemplates.CPPImplicitFunctionTemplate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPTemplates.CPPImplicitFunctionTemplate is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 197) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 198) || binding instanceof CPPImplicitFunctionTemplate || binding instanceof CPPImplicitTypedef) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPTemplates.CPPImplicitFunctionTemplate is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 198) || binding instanceof CPPImplicitFunctionTemplate || 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 199) && !(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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 41) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 42) import org.eclipse.cdt.internal.core.dom.NullCodeReaderFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type NullCodeReaderFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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.IndexBasedCodeReaderFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBasedCodeReaderFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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.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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 136) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 157) private AbstractCodeReaderFactory getCodeReaderFactory(int style, IIndex index, int linkageID) { ^^^^^^^^^^^^^^^^^^^^^^^^^ 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 158) ASTFilePathResolver pathResolver = new RemoteIndexerInputAdapter(); ^^^^^^^^^^^^^^^^^^^ 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 159) ProjectIndexerIncludeResolutionHeuristics heuristics = null; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 161) AbstractCodeReaderFactory codeReaderFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^ 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 163) codeReaderFactory= NullCodeReaderFactory.getInstance(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type NullCodeReaderFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 163) codeReaderFactory= NullCodeReaderFactory.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type NullCodeReaderFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 169) IndexBasedCodeReaderFactory ibcf= new IndexBasedCodeReaderFactory(index, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBasedCodeReaderFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 169) IndexBasedCodeReaderFactory ibcf= new IndexBasedCodeReaderFactory(index, heuristics, pathResolver, linkageID, codeReaderFactory); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor IndexBasedCodeReaderFactory(IIndex, IIncludeFileResolutionHeuristics, ASTFilePathResolver, int, AbstractCodeReaderFactory) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 169) IndexBasedCodeReaderFactory ibcf= new IndexBasedCodeReaderFactory(index, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBasedCodeReaderFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 172) ibcf.setSupportFillGapFromContextToHeader(true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setSupportFillGapFromContextToHeader(boolean) from the type IndexBasedCodeReaderFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 193) AbstractCodeReaderFactory crf= getCodeReaderFactory(style, index, language.getLinkageID()); ^^^^^^^^^^^^^^^^^^^^^^^^^ 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 255) AbstractCodeReaderFactory crf= getCodeReaderFactory(style, index, language.getLinkageID()); ^^^^^^^^^^^^^^^^^^^^^^^^^ 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 309. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 310. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 311. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 312. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 313. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 314. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 315. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 316. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 317. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 318. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 319. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 320. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 321. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 322. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 323. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 324. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 325. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 326. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 327. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 328. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 329. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 330. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 331. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 332. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 333. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 334. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 335. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 336. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 337. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 338. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 339. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 340. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 341. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 342. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 343. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 344. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 345. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 346. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 347. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 348. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 349. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 350. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 351. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 352. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 353. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 354. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 355. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 356. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 357. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 358. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 359. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 360. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 361. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 362. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 363. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 364. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 365. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 366. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 367. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 368. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 369. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 370. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 371. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 372. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 373. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 374. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 375. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 376. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- ---------- 377. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 378. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 379. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 380. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 381. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 382. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 383. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 384. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 385. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 386. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 387. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 388. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 389. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 390. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 391. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 392. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 393. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 394. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 395. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 396. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 397. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 398. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 399. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- ---------- 400. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 401. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 402. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 403. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 404. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 405. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 406. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 407. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 408. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 409. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 410. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 411. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 412. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 413. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 414. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 415. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 416. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 417. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- 418. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.core_6.0.0.201001290609.jar ---------- ---------- 419. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 420. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 421. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 422. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 423. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 424. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 425. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 426. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 427. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 428. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 429. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 430. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 431. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 432. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 433. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 434. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 435. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 436. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 437. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 438. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 439. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 440. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 441. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 442. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 443. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 444. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 445. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 446. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 447. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 448. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 449. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 450. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 451. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 452. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 453. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 454. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 455. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 456. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 457. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 458. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 459. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 460. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 461. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 462. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 463. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 464. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 465. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 466. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 467. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 468. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 469. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 470. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 471. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 472. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 473. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 474. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 475. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 476. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 477. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 478. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 479. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 480. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 481. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 482. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 483. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 484. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 485. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 486. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 487. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 488. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 489. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 490. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 491. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 492. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 493. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 494. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 495. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 496. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 497. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 498. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 499. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 500. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 501. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 502. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 503. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 504. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 505. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 506. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 507. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 508. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 509. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 510. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 511. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 512. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 513. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 514. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 515. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 516. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 517. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 518. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 519. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 520. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 521. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 522. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 523. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 524. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 525. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 526. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 527. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 528. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 529. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 530. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 531. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 532. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 533. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 534. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 535. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 536. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 537. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 538. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 539. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 540. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 541. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 542. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 543. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 544. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 545. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 546. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 547. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 548. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 549. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 550. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 551. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 552. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 553. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 554. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 555. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 556. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 557. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 558. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 559. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 560. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 561. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 562. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 563. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 564. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 565. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 566. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 567. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 568. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 569. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 570. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 571. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 572. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 573. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 574. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 575. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 576. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 577. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 578. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 578 problems (578 warnings)[162 .class files generated] # 2/1/10 10:29:17 AM 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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_6.0.1.201001290609.jar ---------- 25 problems (25 warnings)[5 .class files generated] # 2/1/10 10:30:24 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [7 .class files generated] # 2/1/10 10:29:18 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 309. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 310. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 311. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 312. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 313. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 314. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 315. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 316. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 317. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 318. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 319. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 320. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 321. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 322. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 323. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 324. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 325. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 326. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 327. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 328. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 329. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 330. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 331. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 332. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 333. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 334. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 335. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 336. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 337. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 338. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 339. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 340. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 341. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 342. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 343. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 344. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 345. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 346. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 347. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 348. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 349. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 350. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 351. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 352. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 353. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 354. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 355. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 356. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 357. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 358. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 359. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 360. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 361. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 362. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 363. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 364. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 365. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 366. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 367. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 368. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 369. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 370. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 371. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 372. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 373. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 374. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 375. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 376. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 377. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 378. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 379. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 380. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 381. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 382. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 383. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 384. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 385. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 386. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 387. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 388. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 389. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 390. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 391. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 392. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 393. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 394. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 395. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 396. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 397. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 398. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 399. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 400. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 401. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 402. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 403. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 404. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 405. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 406. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 407. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 408. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 409. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 410. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 411. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 412. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 413. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 414. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 415. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 416. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 417. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 418. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 419. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 420. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 421. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 422. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 423. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 424. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 425. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 426. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 427. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 428. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 429. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 430. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 431. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 432. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 433. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 434. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 435. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 436. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 437. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 438. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 439. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 440. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 441. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 442. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 443. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 444. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 445. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 446. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 447. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 448. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 449. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 450. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 451. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 452. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 453. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 454. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 455. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 456. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 457. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 458. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 459. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 460. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 461. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 462. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 463. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 464. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 465. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 466. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 467. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 468. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 469. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 470. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 471. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 472. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 473. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 474. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 475. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 476. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 477. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 478. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 479. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 480. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 481. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 482. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 483. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 484. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 485. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 486. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 487. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 488. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 489. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 490. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 491. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 492. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 493. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 494. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 495. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 496. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 497. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 498. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 499. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 500. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 501. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 502. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 503. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 504. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 505. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 506. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 507. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 49) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 508. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 57) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 509. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 60) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 510. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 70) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 511. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 87) : 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 512. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 94) : 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 513. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 514. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 111) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 515. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 113) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 516. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 114) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 517. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 115) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 518. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 115) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 519. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 117) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 520. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 117) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 521. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 118) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 522. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 121) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 523. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 130) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 524. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 132) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 525. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 132) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 526. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 140) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 527. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 141) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 528. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 155) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 529. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 160) 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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 530. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 531. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 532. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 533. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 534. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 535. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 536. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 537. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 538. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 539. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 540. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 541. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 542. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 543. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 544. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 545. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 546. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 547. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 548. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 549. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 550. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 551. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 552. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 553. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 554. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 555. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 556. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 557. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 558. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 559. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 560. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 561. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 562. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 563. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 564. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 565. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 566. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 567. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 568. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 569. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 570. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 571. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 572. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 573. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 574. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 575. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 576. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 577. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 578. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 579. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 580. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 581. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 582. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 583. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 584. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 585. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 586. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 587. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 588. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 589. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 590. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 591. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 592. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 593. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 594. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 595. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 596. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 597. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 598. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 599. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 600. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 601. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 602. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 603. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 604. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 605. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 606. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 607. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 608. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 609. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 610. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 611. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 612. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 613. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 614. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 615. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 616. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 617. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 618. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 619. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 620. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 621. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 622. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 623. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 624. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 625. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 626. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 627. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 628. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 629. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 630. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 631. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 632. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 633. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 634. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 635. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 636. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 637. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 638. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 639. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 640. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 641. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 642. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 643. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 644. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 645. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 646. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 647. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 648. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 649. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 650. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 651. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 652. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 653. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 654. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 655. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 656. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 657. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 658. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 659. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 660. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 661. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 662. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 663. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 664. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 665. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 666. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 667. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 668. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 669. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 670. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 671. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 672. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 673. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 674. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 675. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 676. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 677. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 678. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 679. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 680. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 681. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 682. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 683. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 684. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 685. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 686. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 687. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 688. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 689. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 690. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 691. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 692. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 693. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 694. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 695. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 696. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 697. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 698. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 699. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 700. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 701. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 702. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 703. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 704. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 705. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 706. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 707. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 708. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 709. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 710. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 711. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 712. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 713. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 714. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 715. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 716. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 717. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 718. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 719. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 720. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 721. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 722. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 723. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 724. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 725. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 726. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 727. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 728. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 729. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 730. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 731. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 732. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 733. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 734. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 735. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 736. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 737. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 738. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 739. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 740. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 741. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 742. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 743. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 744. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 745. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 746. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 747. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 748. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 749. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 750. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 751. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 752. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 753. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 754. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 755. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 756. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 757. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 758. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 759. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 760. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 761. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 762. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 763. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 764. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 765. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 766. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 767. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 768. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 769. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 770. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 771. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 772. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 773. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 774. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 775. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 776. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 777. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 778. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 779. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 780. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 781. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 782. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 783. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 784. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 785. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 786. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 787. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 788. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 789. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 790. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 791. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 792. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 793. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 794. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 795. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 796. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 797. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 798. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 799. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 800. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 801. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 802. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 803. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 804. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 805. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 806. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 807. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 808. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 809. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 810. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 811. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 812. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 813. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 814. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 815. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 816. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 817. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 818. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 819. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 820. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 821. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 822. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 823. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 824. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 825. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 826. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 827. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 828. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 829. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 830. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 831. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 832. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 833. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 834. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 835. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 836. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 837. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 838. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 839. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 840. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 841. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 842. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 843. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 844. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 845. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 846. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 847. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 848. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 849. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 850. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 851. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 852. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 853. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 854. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 855. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 856. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 857. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 858. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 859. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 860. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 861. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 862. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 863. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 864. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 865. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 866. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 867. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 868. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 869. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 870. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 871. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 872. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 873. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 874. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 875. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 876. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 877. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 878. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 879. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 880. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 881. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 882. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 883. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 884. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 885. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 886. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 887. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 888. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 889. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 890. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 891. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 892. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 893. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 894. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 895. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 896. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 897. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 898. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 899. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 900. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 901. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 902. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 903. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 904. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 905. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 906. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 907. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 908. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 909. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 910. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 911. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 912. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 913. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 914. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 915. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 916. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 917. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 918. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 919. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 920. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 921. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 922. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 923. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 924. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 925. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 926. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 927. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 928. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 929. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 930. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 931. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 932. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 933. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 934. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 935. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 936. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 937. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 938. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 939. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 940. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 941. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 942. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 943. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 944. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 945. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 946. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 947. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 948. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 949. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 950. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 951. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 952. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 953. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 954. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 955. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 956. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 957. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 958. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 959. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 960. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 961. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 962. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 963. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 964. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 965. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 966. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 967. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 968. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 969. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 970. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 971. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 972. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 973. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 974. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 975. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 976. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 977. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 978. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 979. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 980. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 981. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 982. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 983. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 984. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 985. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 986. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 987. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 988. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 989. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 990. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 991. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 992. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 993. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 994. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 995. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 996. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 997. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 998. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 999. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1000. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1001. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1002. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1003. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1004. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1005. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1006. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1007. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1008. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1009. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1010. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1011. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1012. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1013. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1014. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1015. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1016. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1017. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1018. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1019. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1020. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1021. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1022. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1023. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1024. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1025. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1026. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1027. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1028. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1029. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1030. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1031. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1032. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1033. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1034. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1035. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1036. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1037. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1038. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1039. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1040. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1041. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1042. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1043. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1044. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1045. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1046. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1047. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1048. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1049. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1050. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1051. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1052. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1053. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1054. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1055. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1056. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1057. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1058. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1059. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1060. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1061. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1062. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1063. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1064. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1065. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1066. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1067. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1068. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1069. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1070. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1071. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1072. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1073. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1074. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1075. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1076. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1077. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1078. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1079. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1080. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1081. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1082. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1083. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1084. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1085. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1086. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1087. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1088. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1089. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1090. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1091. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1092. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1093. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1094. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1095. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1096. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1097. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1098. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1099. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 1116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 1167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 1238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1309. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1310. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1311. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1312. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1313. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1314. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1315. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1316. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1317. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1318. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1319. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1320. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1321. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1322. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1323. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1324. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1325. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1326. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1327. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1328. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1329. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1330. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1331. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1332. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1333. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1334. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1335. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1336. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1337. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1338. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1339. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1340. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 1341. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1342. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1343. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1344. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1345. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1346. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1347. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1348. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1349. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1350. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1351. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1352. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1353. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1354. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1355. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1356. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1357. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1358. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1359. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1360. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1361. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1362. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1363. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1364. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1365. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 1366. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1367. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1368. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1369. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1370. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1371. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1372. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1373. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1374. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1375. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1376. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1377. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1378. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1379. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 1380. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1381. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1382. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1383. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1384. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1385. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1386. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1387. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1388. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1389. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1390. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1391. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1392. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1393. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1394. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1395. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1396. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1397. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1398. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1399. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1400. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1401. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1402. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1403. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1404. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1405. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1406. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1407. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1408. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1409. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1410. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1411. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1412. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1413. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1414. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1415. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1416. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1417. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1418. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1419. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1420. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1421. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1422. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1423. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1424. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1425. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1426. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1427. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1428. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1429. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1430. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1431. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1432. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1433. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1434. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1435. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1436. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1437. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1438. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1439. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1440. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1441. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1442. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1443. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1444. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1445. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1446. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1447. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1448. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1449. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1450. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1451. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1452. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1453. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1454. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1455. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1456. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1457. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1458. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1459. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1460. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1461. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1462. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1463. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1464. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1465. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1466. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1467. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1468. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1469. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1470. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1471. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1472. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1473. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1474. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1475. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1476. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1477. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1478. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1479. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1480. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1481. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1482. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1483. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1484. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1485. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1486. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1487. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1488. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1489. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1490. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1491. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1492. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1493. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1494. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1495. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1496. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1497. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1498. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1499. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1500. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1501. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1502. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1503. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1504. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1505. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1506. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1507. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1508. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1509. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 1510. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1511. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1512. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1513. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1514. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1515. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1516. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1517. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1518. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1519. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1520. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1521. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1522. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1523. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1524. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1525. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1526. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1527. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1528. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1529. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1530. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1531. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1532. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1533. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1534. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1535. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1536. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1537. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1538. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1539. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1540. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1541. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1542. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1543. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1544. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1545. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1546. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1547. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1548. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1549. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1550. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1551. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1552. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1553. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1554. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1555. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1556. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1557. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1558. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1559. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1560. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1561. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1562. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1563. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1564. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1565. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1566. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1567. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1568. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1569. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1570. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1571. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1572. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1573. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1574. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1575. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1576. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1577. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1578. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1579. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1580. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1581. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1582. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1583. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1584. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1585. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1586. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1587. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1588. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1589. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1590. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1591. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1592. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1593. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1594. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1595. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1596. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1597. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1598. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1599. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1600. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1601. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1602. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1603. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1604. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1605. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1606. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1607. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1608. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1609. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1610. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1611. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1612. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1613. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1614. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1615. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1616. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1617. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1618. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1619. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1620. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1621. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1622. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1623. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1624. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1625. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1626. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1627. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1628. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1629. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1630. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1631. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1632. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1633. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1634. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1635. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1636. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1637. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1638. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1639. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1640. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1641. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1642. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1643. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1644. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1645. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1646. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1647. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1648. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1649. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1650. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1651. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1652. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1653. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1654. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1655. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1656. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1657. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1658. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1659. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1660. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1661. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1662. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1663. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1664. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1665. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1666. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1667. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1668. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1669. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1670. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1671. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1672. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1673. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1674. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1675. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1676. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1677. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1678. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1679. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1680. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1681. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1682. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1683. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1684. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1685. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1686. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1687. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1688. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1689. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1690. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1691. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1692. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1693. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1694. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1695. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1696. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1697. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1698. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1699. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1700. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1701. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1702. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1703. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1704. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1705. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1706. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1707. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1708. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1709. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1710. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1711. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1712. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1713. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1714. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1715. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1716. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1717. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1718. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1719. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.ui.editors_3.5.0.v20090527-2000.jar ---------- 1720. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.ui.editors_3.5.0.v20090527-2000.jar ---------- 1721. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.ui.editors_3.5.0.v20090527-2000.jar ---------- 1722. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.ui.editors_3.5.0.v20090527-2000.jar ---------- 1723. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.ui.editors_3.5.0.v20090527-2000.jar ---------- 1724. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1725. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1726. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1727. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- 1728. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.1.2.201001290609.jar ---------- ---------- 1729. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1730. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1731. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1732. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1733. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1734. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1735. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1736. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1737. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1738. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1739. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1740. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1741. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1742. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 1743. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 1744. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1745. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 1746. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1747. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1748. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1749. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1750. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1751. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1752. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 1753. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1754. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.rse.connectorservice.dstore_3.1.1.v200909160005.jar ---------- 1755. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.rse.connectorservice.dstore_3.1.1.v200909160005.jar ---------- 1756. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1757. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1758. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1759. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 1760. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.ui.ide_3.5.0.I20090525-2000.jar ---------- 1761. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.ui.ide_3.5.0.I20090525-2000.jar ---------- 1762. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.ui.ide_3.5.0.I20090525-2000.jar ---------- ---------- 1763. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1764. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 1765. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 1766. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 1767. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1768. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_6.0.0.201001290609.jar ---------- 1769. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_6.0.0.201001290609.jar ---------- 1770. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_6.0.0.201001290609.jar ---------- 1771. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_6.0.0.201001290609.jar ---------- 1772. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_6.0.0.201001290609.jar ---------- 1773. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_6.0.0.201001290609.jar ---------- 1774. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_6.0.0.201001290609.jar ---------- 1775. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_6.0.0.201001290609.jar ---------- 1776. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_6.0.0.201001290609.jar ---------- 1777. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_6.0.0.201001290609.jar ---------- 1778. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_6.0.0.201001290609.jar ---------- 1779. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_6.0.0.201001290609.jar ---------- 1780. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_6.0.0.201001290609.jar ---------- 1781. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_6.0.0.201001290609.jar ---------- 1782. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_6.0.0.201001290609.jar ---------- 1783. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_6.0.0.201001290609.jar ---------- 1784. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_6.0.0.201001290609.jar ---------- 1785. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_6.0.0.201001290609.jar ---------- 1786. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_6.0.0.201001290609.jar ---------- 1787. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_6.0.0.201001290609.jar ---------- 1788. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_6.0.0.201001290609.jar ---------- 1789. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1790. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1791. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1792. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1793. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1794. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 1795. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 1796. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1797. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.rse.connectorservice.dstore_3.1.1.v200909160005.jar ---------- 1798. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.rse.connectorservice.dstore_3.1.1.v200909160005.jar ---------- 1799. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1800. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1801. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1802. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 1802 problems (1802 warnings)[288 .class files generated] # 2/1/10 10:30:23 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [4 .class files generated] # 2/1/10 10:28:08 AM 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_ptp_3_0/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/1/10 10:29:35 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [18 .class files generated] # 2/1/10 10:29:36 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:29:37 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [11 .class files generated] # 2/1/10 10:29:39 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [9 .class files generated] # 2/1/10 10:28:09 AM 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_ptp_3_0/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/1/10 10:29:26 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteFileEnumeration.java (at line 16) import org.eclipse.ptp.remotetools.exception.CancelException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remotetools.exception.CancelException is never used ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteFileEnumeration.java (at line 17) import org.eclipse.ptp.remotetools.exception.RemoteConnectionException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remotetools.exception.RemoteConnectionException is never used ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteFileEnumeration.java (at line 18) import org.eclipse.ptp.remotetools.exception.RemoteException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remotetools.exception.RemoteException is never used ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteFileEnumeration.java (at line 19) import org.eclipse.ptp.remotetools.exception.RemoteOperationException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remotetools.exception.RemoteOperationException is never used ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteFileEnumeration.java (at line 22) public interface IRemoteFileEnumeration extends Enumeration { ^^^^^^^^^^^ 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_ptp_3_0/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 ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CopyTools.java (at line 163) Enumeration enumeration; ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CopyTools.java (at line 206) Enumeration enumeration; ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteFileEnumeration.java (at line 14) import java.util.Enumeration; ^^^^^^^^^^^^^^^^^^^^^ The import java.util.Enumeration is never used ---------- ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/StatusTools.java (at line 153) private static int PASSWD_HOMEDIR_FIELD = 5; ^^^^^^^^^^^^^^^^^^^^ The field StatusTools.PASSWD_HOMEDIR_FIELD is never read locally ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/StatusTools.java (at line 180) private Set getGroupIDSet_CatBased() throws RemoteConnectionException, RemoteOperationException, CancelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getGroupIDSet_CatBased() from the type StatusTools is never used locally ---------- 31 problems (31 warnings)[68 .class files generated] # 2/1/10 10:29:27 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:29:34 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:29:29 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.core_5.1.2.201001290609.jar ---------- ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/results/eclipse/plugins/org.eclipse.cdt.launch_6.0.0.201001290609.jar ---------- ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:29:28 AM 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_ptp_3_0/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/1/10 10:29:25 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:29:24 AM 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_ptp_3_0/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/1/10 10:28:30 AM 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_ptp_3_0/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/1/10 10:29:41 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [8 .class files generated] # 2/1/10 10:29:40 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [1 .class file generated] # 2/1/10 10:29:42 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:29:44 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [7 .class files generated] # 2/1/10 10:29:43 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [1 .class file generated] # 2/1/10 10:29:45 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:29:47 AM 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_ptp_3_0/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/1/10 10:29:48 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:29:49 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [63 .class files generated] # 2/1/10 10:29:51 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:30:17 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [9 .class files generated] # 2/1/10 10:30:18 AM 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_ptp_3_0/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_ptp_3_0/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/1/10 10:30:12 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [16 .class files generated] # 2/1/10 10:30:14 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:28:44 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [41 .class files generated] # 2/1/10 10:28:04 AM 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_ptp_3_0/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/1/10 10:28:05 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:28:00 AM 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_ptp_3_0/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_ptp_3_0/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/file/FileEnumeration.java (at line 22) public class FileEnumeration implements Enumeration { ^^^^^^^^^^^ 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_ptp_3_0/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/file/FileRecursiveEnumeration.java (at line 15) import java.io.FileNotFoundException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import java.io.FileNotFoundException is never used ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/file/FileRecursiveEnumeration.java (at line 23) public class FileRecursiveEnumeration implements Enumeration { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/file/FileRecursiveEnumeration.java (at line 25) Stack roots; ^^^^^ 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_ptp_3_0/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/file/FileRecursiveEnumeration.java (at line 28) LinkedList exceptionList = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/file/FileRecursiveEnumeration.java (at line 28) LinkedList exceptionList = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/file/FileRecursiveEnumeration.java (at line 38) roots = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/file/FileRecursiveEnumeration.java (at line 39) roots.add(root); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/file/FileRecursiveEnumeration.java (at line 54) exceptionList.addLast(e); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addLast(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/file/FileRecursiveEnumeration.java (at line 60) roots.add(nextFile); ^^^^^^^^^^^^^^^^^^^ 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_ptp_3_0/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/file/FileRecursiveEnumeration.java (at line 92) Enumeration enumeration = new FileRecursiveEnumeration("c:/command/gs"); //$NON-NLS-1$ ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_3_0/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 ---------- 23 problems (23 warnings)[12 .class files generated] # 2/1/10 10:28:02 AM 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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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_ptp_3_0/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/1/10 10:30:27 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [5 .class files generated] # 2/1/10 10:30:29 AM 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_ptp_3_0/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_ptp_3_0/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)[90 .class files generated] # 2/1/10 10:30:26 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [5 .class files generated] # 2/1/10 10:30:28 AM 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_ptp_3_0/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_ptp_3_0/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 ---------- 2 problems (2 warnings)[13 .class files generated] # 2/1/10 10:30:30 AM 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_ptp_3_0/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/1/10 10:30:27 AM EST # Eclipse Java Compiler 0.961, 3.5.0 rc2, Copyright IBM Corp 2000, 2008. All rights reserved. [4 .class files generated]