# 4/28/10 7:11:54 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.alf.ui/src/org/eclipse/ptp/cell/alf/ui/core/ALFWizardCreationAction.java (at line 91) private ArrayList buffers; ^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.alf.ui/src/org/eclipse/ptp/cell/alf/ui/core/ALFWizardCreationAction.java (at line 94) public ALFWizardCreationAction(ALFWizard wizard, IPath projectLocation, String projectName, int stackSize, int expAccelNum, int partitionMethod, ArrayList buffers, boolean is64bit){ ^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.alf.ui/src/org/eclipse/ptp/cell/alf/ui/wizard/ALFWizard.java (at line 202) ArrayList buffers = pageB.getBuffers(); ^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.alf.ui/src/org/eclipse/ptp/cell/alf/ui/wizard/ALFWizardPageB.java (at line 56) private ArrayList alfBuffers; ^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.alf.ui/src/org/eclipse/ptp/cell/alf/ui/wizard/ALFWizardPageB.java (at line 76) alfBuffers = 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/results/plugins/org.eclipse.ptp.cell.alf.ui/src/org/eclipse/ptp/cell/alf/ui/wizard/ALFWizardPageB.java (at line 279) protected ArrayList getBuffers(){ ^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.alf.ui/src/org/eclipse/ptp/cell/alf/ui/wizard/ALFWizardPageB.java (at line 314) alfBuffers.add(newBuffer); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.alf.ui/src/org/eclipse/ptp/cell/alf/ui/wizard/ALFWizardPageB.java (at line 348) alfBuffers.set(index, dialog.getBuffer()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 8 problems (8 warnings)[37 .class files generated] # 4/28/10 7:11:40 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.core/src/org/eclipse/ptp/cell/core/variables/TimestampResolver.java (at line 15) import org.eclipse.core.runtime.CoreException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.CoreException is never used ---------- 1 problem (1 warning)[4 .class files generated] # 4/28/10 7:11:49 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUDMAInfoInfo.java (at line 82) List aList = new ArrayList(); ^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUDMAInfoInfo.java (at line 82) List aList = 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUDMAInfoInfo.java (at line 83) List bList = new ArrayList(); ^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUDMAInfoInfo.java (at line 83) List bList = new ArrayList(); ^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUDMAInfoInfo.java (at line 91) bList.add(new MISPUDMAElement(tables[j])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUDMAInfoInfo.java (at line 93) bList.add(new MISPUDMAElement(tables[j])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUDMAInfoInfo.java (at line 95) bList.add(new MISPUDMAElement(tables[j])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUDMAInfoInfo.java (at line 97) bList.add(new MISPUDMAElement(tables[j])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUDMAInfoInfo.java (at line 99) bList.add(new MISPUDMAElement(tables[j])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUDMAInfoInfo.java (at line 105) aList.add(new MISPUDMAListTuple(BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$ //$NON-NLS-8$ //$NON-NLS-9$ //$NON-NLS-10$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUDMAInfoInfo.java (at line 108) bList.add(new MISPUDMAElement(MISPUDMAElement.DMA_INFO_TYPE,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUDMAInfoInfo.java (at line 109) bList.add(new MISPUDMAElement(MISPUDMAElement.DMA_INFO_MASK,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUDMAInfoInfo.java (at line 110) bList.add(new MISPUDMAElement(MISPUDMAElement.DMA_INFO_STATUS,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUDMAInfoInfo.java (at line 111) bList.add(new MISPUDMAElement(MISPUDMAElement.DMA_INFO_STALLNNOTIFY,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUDMAInfoInfo.java (at line 112) bList.add(new MISPUDMAElement(MISPUDMAElement.DMA_INFO_ATOMICCMDST,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUDMAInfoInfo.java (at line 114) dmacmdlist = (MISPUDMAListTuple[]) aList.toArray(new MISPUDMAListTuple[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUDMAInfoInfo.java (at line 115) dmacmds = (MISPUDMAElement[]) bList.toArray(new MISPUDMAElement[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUDMAInfoInfo.java (at line 118) protected void parseTable(MIValue val, List aList) { ^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUDMAInfoInfo.java (at line 130) protected void parseBody(MIValue body, List aList) { ^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUDMAInfoInfo.java (at line 145) protected void parseTuple(MITuple tuple, List aList, int row) { ^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUDMAInfoInfo.java (at line 147) aList.add(new MISPUDMAListTuple(args)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUEventInfoInfo.java (at line 72) List eventsList = new ArrayList(); ^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUEventInfoInfo.java (at line 72) List eventsList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUEventInfoInfo.java (at line 74) eventsList.add(new MISPUEvent(args[0])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUEventInfoInfo.java (at line 75) eventsList.add(new MISPUEvent(args[1])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUEventInfoInfo.java (at line 76) events = (MISPUEvent[]) eventsList.toArray(new MISPUEvent[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUEventInfoInfo.java (at line 78) eventsList.add(new MISPUEvent(MISPUEvent.EVENT_MASK,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUEventInfoInfo.java (at line 79) eventsList.add(new MISPUEvent(MISPUEvent.EVENT_STATUS,BEMessages.getString("SPUEnhancementsProcessor.1"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUEventInfoInfo.java (at line 80) events = (MISPUEvent[]) eventsList.toArray(new MISPUEvent[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUMailboxInfoInfo.java (at line 71) List aList = 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUMailboxInfoInfo.java (at line 71) List aList = 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUMailboxInfoInfo.java (at line 82) aList.add(new MISPUMailbox(MISPUMailbox.MBOX,BEMessages.getString("SPUEnhancementsProcessor.0"),Integer.toString(0))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUMailboxInfoInfo.java (at line 83) aList.add(new MISPUMailbox(MISPUMailbox.IBOX,BEMessages.getString("SPUEnhancementsProcessor.0"),Integer.toString(0))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUMailboxInfoInfo.java (at line 84) aList.add(new MISPUMailbox(MISPUMailbox.WBOX,BEMessages.getString("SPUEnhancementsProcessor.0"),Integer.toString(0))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUMailboxInfoInfo.java (at line 86) mailboxes = (MISPUMailbox[]) aList.toArray(new MISPUMailbox[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUMailboxInfoInfo.java (at line 89) protected void parseTable(MIValue val, List aList) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUMailboxInfoInfo.java (at line 101) protected void parseBody(MIValue body, List aList) { ^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUMailboxInfoInfo.java (at line 116) protected void parseTuple(MITuple tuple, List aList, int row) { ^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUMailboxInfoInfo.java (at line 119) aList.add(new MISPUMailbox(args[i], Integer.toString(row))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUProxyDMAInfoInfo.java (at line 82) List aList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUProxyDMAInfoInfo.java (at line 82) List aList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUProxyDMAInfoInfo.java (at line 83) List bList = 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUProxyDMAInfoInfo.java (at line 83) List bList = 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUProxyDMAInfoInfo.java (at line 91) bList.add(new MISPUProxyDMAElement(tables[j])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUProxyDMAInfoInfo.java (at line 93) bList.add(new MISPUProxyDMAElement(tables[j])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUProxyDMAInfoInfo.java (at line 95) bList.add(new MISPUProxyDMAElement(tables[j])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUProxyDMAInfoInfo.java (at line 101) aList.add(new MISPUDMAListTuple(BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$ //$NON-NLS-8$ //$NON-NLS-9$ //$NON-NLS-10$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUProxyDMAInfoInfo.java (at line 104) bList.add(new MISPUProxyDMAElement(MISPUProxyDMAElement.PROXYDMA_INFO_TYPE,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUProxyDMAInfoInfo.java (at line 105) bList.add(new MISPUProxyDMAElement(MISPUProxyDMAElement.PROXYDMA_INFO_MASK,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUProxyDMAInfoInfo.java (at line 106) bList.add(new MISPUProxyDMAElement(MISPUProxyDMAElement.PROXYDMA_INFO_STATUS,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUProxyDMAInfoInfo.java (at line 109) dmacmdlist = (MISPUDMAListTuple[]) aList.toArray(new MISPUDMAListTuple[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUProxyDMAInfoInfo.java (at line 110) dmacmds = (MISPUProxyDMAElement[]) bList.toArray(new MISPUProxyDMAElement[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUProxyDMAInfoInfo.java (at line 113) protected void parseTable(MIValue val, List aList) { ^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUProxyDMAInfoInfo.java (at line 125) protected void parseBody(MIValue body, List aList) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUProxyDMAInfoInfo.java (at line 140) protected void parseTuple(MITuple tuple, List aList, int row) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUProxyDMAInfoInfo.java (at line 142) aList.add(new MISPUDMAListTuple(args)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUSignalInfoInfo.java (at line 72) List signalsList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUSignalInfoInfo.java (at line 72) List signalsList = 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUSignalInfoInfo.java (at line 74) signalsList.add(new MISPUSignal(args[0])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUSignalInfoInfo.java (at line 75) signalsList.add(new MISPUSignal(args[1])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUSignalInfoInfo.java (at line 76) signalsList.add(new MISPUSignal(args[2])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUSignalInfoInfo.java (at line 77) signalsList.add(new MISPUSignal(args[3])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUSignalInfoInfo.java (at line 78) signalsList.add(new MISPUSignal(args[4])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUSignalInfoInfo.java (at line 79) signalsList.add(new MISPUSignal(args[5])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUSignalInfoInfo.java (at line 80) signals = (MISPUSignal[]) signalsList.toArray(new MISPUSignal[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUSignalInfoInfo.java (at line 82) signalsList.add(new MISPUSignal(MISPUSignal.SIGNAL1_PENDING,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUSignalInfoInfo.java (at line 83) signalsList.add(new MISPUSignal(MISPUSignal.SIGNAL1,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUSignalInfoInfo.java (at line 84) signalsList.add(new MISPUSignal(MISPUSignal.SIGNAL1_TYPE,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUSignalInfoInfo.java (at line 85) signalsList.add(new MISPUSignal(MISPUSignal.SIGNAL2_PENDING,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUSignalInfoInfo.java (at line 86) signalsList.add(new MISPUSignal(MISPUSignal.SIGNAL2,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUSignalInfoInfo.java (at line 87) signalsList.add(new MISPUSignal(MISPUSignal.SIGNAL2_TYPE,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/command/CellMISPUSignalInfoInfo.java (at line 88) signals = (MISPUSignal[]) signalsList.toArray(new MISPUSignal[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 70) List events = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 70) List events = new ArrayList(); ^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 71) events.add(new MISPUEvent(MISPUEvent.EVENT_MASK,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 72) events.add(new MISPUEvent(MISPUEvent.EVENT_STATUS,BEMessages.getString("SPUEnhancementsProcessor.1"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 73) return (MISPUEvent[]) events.toArray(new MISPUEvent[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 78) List events = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 78) List events = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 79) events.add(new MISPUEvent(MISPUEvent.EVENT_MASK,BEMessages.getString("SPUEnhancementsProcessor.2"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 80) events.add(new MISPUEvent(MISPUEvent.EVENT_STATUS,BEMessages.getString("SPUEnhancementsProcessor.3"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 81) return (MISPUEvent[]) events.toArray(new MISPUEvent[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 100) List signals = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 100) List signals = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 101) signals.add(new MISPUSignal(MISPUSignal.SIGNAL1_PENDING,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 102) signals.add(new MISPUSignal(MISPUSignal.SIGNAL1,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 103) signals.add(new MISPUSignal(MISPUSignal.SIGNAL1_TYPE,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 104) signals.add(new MISPUSignal(MISPUSignal.SIGNAL2_PENDING,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 105) signals.add(new MISPUSignal(MISPUSignal.SIGNAL2,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 106) signals.add(new MISPUSignal(MISPUSignal.SIGNAL2_TYPE,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 107) return (MISPUSignal[]) signals.toArray(new MISPUSignal[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 112) List signals = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 112) List signals = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 113) signals.add(new MISPUSignal(MISPUSignal.SIGNAL1_PENDING,BEMessages.getString("SPUEnhancementsProcessor.2"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 114) signals.add(new MISPUSignal(MISPUSignal.SIGNAL1,BEMessages.getString("SPUEnhancementsProcessor.2"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 115) signals.add(new MISPUSignal(MISPUSignal.SIGNAL1_TYPE,BEMessages.getString("SPUEnhancementsProcessor.2"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 116) signals.add(new MISPUSignal(MISPUSignal.SIGNAL2_PENDING,BEMessages.getString("SPUEnhancementsProcessor.2"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 117) signals.add(new MISPUSignal(MISPUSignal.SIGNAL2,BEMessages.getString("SPUEnhancementsProcessor.2"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 118) signals.add(new MISPUSignal(MISPUSignal.SIGNAL2_TYPE,BEMessages.getString("SPUEnhancementsProcessor.2"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 119) return (MISPUSignal[]) signals.toArray(new MISPUSignal[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 138) List mboxs = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 138) List mboxs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 139) mboxs.add(new MISPUMailbox(MISPUMailbox.MBOX,BEMessages.getString("SPUEnhancementsProcessor.0"),Integer.toString(0))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 140) mboxs.add(new MISPUMailbox(MISPUMailbox.IBOX,BEMessages.getString("SPUEnhancementsProcessor.0"),Integer.toString(0))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 141) mboxs.add(new MISPUMailbox(MISPUMailbox.WBOX,BEMessages.getString("SPUEnhancementsProcessor.0"),Integer.toString(0))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 142) return (MISPUMailbox[]) mboxs.toArray(new MISPUMailbox[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 147) List mboxs = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 147) List mboxs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 148) mboxs.add(new MISPUMailbox(MISPUMailbox.MBOX,BEMessages.getString("SPUEnhancementsProcessor.2"),Integer.toString(0))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 149) mboxs.add(new MISPUMailbox(MISPUMailbox.IBOX,BEMessages.getString("SPUEnhancementsProcessor.2"),Integer.toString(0))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 150) mboxs.add(new MISPUMailbox(MISPUMailbox.WBOX,BEMessages.getString("SPUEnhancementsProcessor.2"),Integer.toString(0))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 151) return (MISPUMailbox[]) mboxs.toArray(new MISPUMailbox[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 173) List aList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 173) List aList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 174) List bList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 174) List bList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 175) aList.add(new MISPUDMAListTuple(BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$ //$NON-NLS-8$ //$NON-NLS-9$ //$NON-NLS-10$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 176) bList.add(new MISPUDMAElement(MISPUDMAElement.DMA_INFO_TYPE,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 177) bList.add(new MISPUDMAElement(MISPUDMAElement.DMA_INFO_MASK,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 178) bList.add(new MISPUDMAElement(MISPUDMAElement.DMA_INFO_STATUS,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 179) bList.add(new MISPUDMAElement(MISPUDMAElement.DMA_INFO_STALLNNOTIFY,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 180) bList.add(new MISPUDMAElement(MISPUDMAElement.DMA_INFO_ATOMICCMDST,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 181) Object[] cmdlist = aList.toArray(new MISPUDMAListTuple[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 182) Object[] cmds = bList.toArray(new MISPUDMAElement[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 188) List aList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 188) List aList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 189) List bList = new ArrayList(); ^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 189) List bList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 190) aList.add(new MISPUDMAListTuple(BEMessages.getString("SPUEnhancementsProcessor.2"),BEMessages.getString("SPUEnhancementsProcessor.2"),BEMessages.getString("SPUEnhancementsProcessor.2"),BEMessages.getString("SPUEnhancementsProcessor.2"),BEMessages.getString("SPUEnhancementsProcessor.2"),BEMessages.getString("SPUEnhancementsProcessor.2"),BEMessages.getString("SPUEnhancementsProcessor.2"),BEMessages.getString("SPUEnhancementsProcessor.2"),BEMessages.getString("SPUEnhancementsProcessor.2"),BEMessages.getString("SPUEnhancementsProcessor.2"))); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$ //$NON-NLS-8$ //$NON-NLS-9$ //$NON-NLS-10$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 191) bList.add(new MISPUDMAElement(MISPUDMAElement.DMA_INFO_TYPE,BEMessages.getString("SPUEnhancementsProcessor.2"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 192) bList.add(new MISPUDMAElement(MISPUDMAElement.DMA_INFO_MASK,BEMessages.getString("SPUEnhancementsProcessor.2"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 193) bList.add(new MISPUDMAElement(MISPUDMAElement.DMA_INFO_STATUS,BEMessages.getString("SPUEnhancementsProcessor.2"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 194) bList.add(new MISPUDMAElement(MISPUDMAElement.DMA_INFO_STALLNNOTIFY,BEMessages.getString("SPUEnhancementsProcessor.2"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 195) bList.add(new MISPUDMAElement(MISPUDMAElement.DMA_INFO_ATOMICCMDST,BEMessages.getString("SPUEnhancementsProcessor.2"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 196) Object[] cmdlist = aList.toArray(new MISPUDMAListTuple[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 197) Object[] cmds = bList.toArray(new MISPUDMAElement[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 220) List aList = new ArrayList(); ^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 220) List aList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 221) List bList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 221) List bList = 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 222) aList.add(new MISPUDMAListTuple(BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"),BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$ //$NON-NLS-8$ //$NON-NLS-9$ //$NON-NLS-10$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 223) bList.add(new MISPUProxyDMAElement(MISPUProxyDMAElement.PROXYDMA_INFO_TYPE,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 224) bList.add(new MISPUProxyDMAElement(MISPUProxyDMAElement.PROXYDMA_INFO_MASK,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 225) bList.add(new MISPUProxyDMAElement(MISPUProxyDMAElement.PROXYDMA_INFO_STATUS,BEMessages.getString("SPUEnhancementsProcessor.0"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 226) Object[] cmdlist = aList.toArray(new MISPUDMAListTuple[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 227) Object[] cmds = bList.toArray(new MISPUProxyDMAElement[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 233) List aList = new ArrayList(); ^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 233) List aList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 234) List bList = new ArrayList(); ^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 234) List bList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 235) aList.add(new MISPUDMAListTuple(BEMessages.getString("SPUEnhancementsProcessor.2"),BEMessages.getString("SPUEnhancementsProcessor.2"),BEMessages.getString("SPUEnhancementsProcessor.2"),BEMessages.getString("SPUEnhancementsProcessor.2"),BEMessages.getString("SPUEnhancementsProcessor.2"),BEMessages.getString("SPUEnhancementsProcessor.2"),BEMessages.getString("SPUEnhancementsProcessor.2"),BEMessages.getString("SPUEnhancementsProcessor.2"),BEMessages.getString("SPUEnhancementsProcessor.2"),BEMessages.getString("SPUEnhancementsProcessor.2"))); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$ //$NON-NLS-8$ //$NON-NLS-9$ //$NON-NLS-10$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 236) bList.add(new MISPUProxyDMAElement(MISPUProxyDMAElement.PROXYDMA_INFO_TYPE,BEMessages.getString("SPUEnhancementsProcessor.2"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 237) bList.add(new MISPUProxyDMAElement(MISPUProxyDMAElement.PROXYDMA_INFO_MASK,BEMessages.getString("SPUEnhancementsProcessor.2"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 238) bList.add(new MISPUProxyDMAElement(MISPUProxyDMAElement.PROXYDMA_INFO_STATUS,BEMessages.getString("SPUEnhancementsProcessor.2"))); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 239) Object[] cmdlist = aList.toArray(new MISPUDMAListTuple[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(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/results/plugins/org.eclipse.ptp.cell.debug.be.core/src/org/eclipse/ptp/cell/debug/be/cdi/model/spu/SPUEnhancementsProcessor.java (at line 240) Object[] cmds = bList.toArray(new MISPUProxyDMAElement[] {}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 156 problems (156 warnings)[25 .class files generated] # 4/28/10 7:12:05 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.be.ui/src/org/eclipse/ptp/cell/debug/be/preferences/GdbClientSearcher.java (at line 24) import org.eclipse.ptp.cell.utils.packagemanager.PackageManagementSystemManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.cell.utils.packagemanager.PackageManagementSystemManager is never used ---------- 1 problem (1 warning)[47 .class files generated] # 4/28/10 7:11:21 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.core/src/org/eclipse/ptp/cell/debug/CellDebugPlugin.java (at line 51) private Map getRemoteDbgConfigs() { ^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.core/src/org/eclipse/ptp/cell/debug/CellDebugPlugin.java (at line 52) final Map configs = new HashMap(); ^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.core/src/org/eclipse/ptp/cell/debug/CellDebugPlugin.java (at line 52) final Map configs = 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/results/plugins/org.eclipse.ptp.cell.debug.core/src/org/eclipse/ptp/cell/debug/CellDebugPlugin.java (at line 67) configs.put(name,dbg); ^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.core/src/org/eclipse/ptp/cell/debug/CellDebugPlugin.java (at line 82) Map configs = getRemoteDbgConfigs(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.core/src/org/eclipse/ptp/cell/debug/CellDebugPlugin.java (at line 83) List names = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.core/src/org/eclipse/ptp/cell/debug/CellDebugPlugin.java (at line 83) List 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/results/plugins/org.eclipse.ptp.cell.debug.core/src/org/eclipse/ptp/cell/debug/CellDebugPlugin.java (at line 84) Iterator i = configs.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.core/src/org/eclipse/ptp/cell/debug/CellDebugPlugin.java (at line 88) names.add(name); ^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.core/src/org/eclipse/ptp/cell/debug/CellDebugPlugin.java (at line 91) return (String[]) names.toArray(new String[]{}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.core/src/org/eclipse/ptp/cell/debug/CellDebugPlugin.java (at line 95) Map configs = getRemoteDbgConfigs(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.core/src/org/eclipse/ptp/cell/debug/launch/LocalCellCDILaunchDelegate.java (at line 51) private String assembleCmdLine(List cmds) { ^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.core/src/org/eclipse/ptp/cell/debug/launch/LocalCellCDILaunchDelegate.java (at line 103) ArrayList command = new ArrayList(1 + arguments.length); ^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.core/src/org/eclipse/ptp/cell/debug/launch/LocalCellCDILaunchDelegate.java (at line 103) ArrayList command = new ArrayList(1 + arguments.length); ^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.core/src/org/eclipse/ptp/cell/debug/launch/LocalCellCDILaunchDelegate.java (at line 104) command.add(applicationFullPath); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.debug.core/src/org/eclipse/ptp/cell/debug/launch/LocalCellCDILaunchDelegate.java (at line 105) command.addAll(Arrays.asList(arguments)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 16 problems (16 warnings)[13 .class files generated] # 4/28/10 7:12:00 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.ui/src/org/eclipse/ptp/cell/debug/launch/ui/tabs/CellDebugTab.java (at line 71) private void setPPUGDBServerDefaults(ILaunchConfigurationWorkingCopy configuration) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPPUGDBServerDefaults(ILaunchConfigurationWorkingCopy) from the type CellDebugTab is never used locally ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.debug.ui/src/org/eclipse/ptp/cell/debug/launch/ui/tabs/CellDebugTab.java (at line 84) private void setSPUGDBServerDefaults(ILaunchConfigurationWorkingCopy configuration) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSPUGDBServerDefaults(ILaunchConfigurationWorkingCopy) from the type CellDebugTab is never used locally ---------- 2 problems (2 warnings)[28 .class files generated] # 4/28/10 7:11:57 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 36) protected 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 37) protected 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 48) public CommonConfigurationBean(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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 54) 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 54) 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 59) 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 68) 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 74) defaultMap.put(ATTR_SIMULATOR_BASE_DIRECTORY, CommonDefaultValues.SIMULATOR_BASE_DIRECTORY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 76) defaultMap.put(ATTR_ARCHITECTURE_ID, CommonDefaultValues.ARCHITECTURE_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 77) defaultMap.put(ATTR_MEMORY_SIZE, CommonDefaultValues.MEMORY_SIZE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 78) defaultMap.put(ATTR_PROFILE_ID, CommonDefaultValues.PROFILE_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 79) defaultMap.put(ATTR_EXTRA_COMMAND_LINE_SWITCHES, CommonDefaultValues.EXTRA_COMMAND_LINE_SWITCHES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 81) defaultMap.put(ATTR_AUTOMATIC_AUTHENTICATION, CommonDefaultValues.AUTOMATIC_AUTHENTICATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 82) defaultMap.put(ATTR_USERNAME, CommonDefaultValues.USERNAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 83) defaultMap.put(ATTR_PASSWORD, CommonDefaultValues.PASSWORD); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 84) defaultMap.put(ATTR_TIMEOUT, CommonDefaultValues.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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 85) defaultMap.put(ATTR_SIMULATOR_CIPHER_TYPE, AbstractTargetControl.DEFAULT_SIMULATOR_CIPHER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 87) defaultMap.put(ATTR_EXTRA_IMAGE_INIT, CommonDefaultValues.EXTRA_IMAGE_INIT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 88) defaultMap.put(ATTR_EXTRA_IMAGE_PATH, CommonDefaultValues.EXTRA_IMAGE_PATH); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 89) defaultMap.put(ATTR_EXTRA_IMAGE_PERSISTENCE, CommonDefaultValues.EXTRA_IMAGE_PERSISTENCE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 90) defaultMap.put(ATTR_EXTRA_IMAGE_JOURNAL_PATH, CommonDefaultValues.EXTRA_IMAGE_JOURNAL_PATH); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 91) defaultMap.put(ATTR_EXTRA_IMAGE_TYPE, CommonDefaultValues.EXTRA_IMAGE_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 92) defaultMap.put(ATTR_EXTRA_IMAGE_MOUNTPOINT, CommonDefaultValues.EXTRA_IMAGE_MOUNTPOINT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 94) defaultMap.put(ATTR_KERNEL_IMAGE_PATH, CommonDefaultValues.KERNEL_IMAGE_PATH); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 95) defaultMap.put(ATTR_ROOT_IMAGE_PATH, CommonDefaultValues.ROOT_IMAGE_PATH); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 96) defaultMap.put(ATTR_ROOT_IMAGE_PERSISTENCE, CommonDefaultValues.ROOT_IMAGE_PERSISTENCE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 97) defaultMap.put(ATTR_ROOT_IMAGE_JOURNAL_PATH, CommonDefaultValues.ROOT_IMAGE_JOURNAL_PATH); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 99) defaultMap.put(ATTR_CUSTOMIZATION_SCRIPT, CommonDefaultValues.CUSTOMIZATION_SCRIPT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/common/CommonConfigurationBean.java (at line 103) currentMap = 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 45) List list; ^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 47) list = new Vector(Arrays.asList(CommonConfigurationBean.SPECIFIC_KEY_ARRAY)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor Vector(Collection) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 47) list = new Vector(Arrays.asList(CommonConfigurationBean.SPECIFIC_KEY_ARRAY)); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 48) list.addAll(Arrays.asList(SPECIFIC_KEY_ARRAY)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 49) KEY_ARRAY= (String[]) list.toArray(new String [list.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 51) list = new Vector(Arrays.asList(CommonConfigurationBean.SPECIFIC_KEY_CIPHERED_ARRAY)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor Vector(Collection) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 51) list = new Vector(Arrays.asList(CommonConfigurationBean.SPECIFIC_KEY_CIPHERED_ARRAY)); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 52) list.addAll(Arrays.asList(SPECIFIC_KEY_CIPHERED_ARRAY)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 53) KEY_CIPHERED_ARRAY= (String[]) list.toArray(new String [list.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 61) public LocalConfigurationBean(Map newMap, String pluginId) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 70) defaultMap.put(ATTR_WORK_DIRECTORY, LocalDefaultValues.WORK_DIRECTORY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 71) defaultMap.put(AUTOMATIC_WORK_DIRECTORY, LocalDefaultValues.AUTOMATIC_WORK_DIRECTORY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 73) defaultMap.put(ATTR_SHOW_SIMULATOR_GUI, LocalDefaultValues.SHOW_SIMULATOR_GUI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 74) defaultMap.put(ATTR_CONSOLE_SHOW_LINUX, LocalDefaultValues.CONSOLE_SHOW_LINUX); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 75) defaultMap.put(ATTR_CONSOLE_SHOW_SIMULATOR, LocalDefaultValues.CONSOLE_SHOW_SIMULATOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 77) defaultMap.put(ATTR_AUTOMATIC_NETWORK, LocalDefaultValues.AUTOMATIC_NETWORK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 78) defaultMap.put(ATTR_IP_HOST, LocalDefaultValues.IP_HOST); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 79) defaultMap.put(ATTR_IP_SIMULATOR, LocalDefaultValues.IP_SIMULATOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 80) defaultMap.put(ATTR_MAC_SIMULATOR, LocalDefaultValues.MAC_SIMULATOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 82) defaultMap.put(ATTR_AUTOMATIC_PORTCONFIG, LocalDefaultValues.AUTOMATIC_PORTCONFIG); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 83) defaultMap.put(ATTR_JAVA_API_SOCKET_PORT, LocalDefaultValues.JAVA_API_SOCKET_PORT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 84) defaultMap.put(ATTR_CONSOLE_SOCKET_PORT, LocalDefaultValues.CONSOLE_SOCKET_PORT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 86) defaultMap.put(ATTR_SYSTEM_WORKSPACE, LocalDefaultValues.SYSTEM_WORKSPACE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 93) currentMap.put(ATTR_SHOW_SIMULATOR_GUI, store.getString(ATTR_PREFERENCES_PREFIX + ATTR_SHOW_SIMULATOR_GUI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 94) currentMap.put(ATTR_CONSOLE_SHOW_LINUX, store.getString(ATTR_PREFERENCES_PREFIX + ATTR_CONSOLE_SHOW_LINUX)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 95) currentMap.put(ATTR_CONSOLE_SHOW_SIMULATOR, store.getString(ATTR_PREFERENCES_PREFIX + ATTR_CONSOLE_SHOW_SIMULATOR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 97) currentMap.put(ATTR_SIMULATOR_BASE_DIRECTORY, store.getString(ATTR_PREFERENCES_PREFIX + ATTR_SIMULATOR_BASE_DIRECTORY)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 98) currentMap.put(ATTR_WORK_DIRECTORY, store.getString(ATTR_PREFERENCES_PREFIX + ATTR_WORK_DIRECTORY)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 99) currentMap.put(ATTR_ROOT_IMAGE_PATH, store.getString(ATTR_PREFERENCES_PREFIX + ATTR_ROOT_IMAGE_PATH)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 100) currentMap.put(ATTR_KERNEL_IMAGE_PATH, store.getString(ATTR_PREFERENCES_PREFIX + ATTR_KERNEL_IMAGE_PATH)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 102) currentMap.put(ATTR_SYSTEM_WORKSPACE, store.getString(ATTR_PREFERENCES_PREFIX + ATTR_SYSTEM_WORKSPACE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 119) currentMap.put(EnvironmentPlugin.ATTR_CORE_ENVIRONMENTID, targetID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 129) currentMap.put(ATTR_IP_HOST, ipHost); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 130) currentMap.put(ATTR_IP_SIMULATOR, ipSimulator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 131) currentMap.put(ATTR_MAC_SIMULATOR, macSimulator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 133) currentMap.put(ATTR_IP_HOST, LocalDefaultValues.IP_HOST); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 134) currentMap.put(ATTR_IP_SIMULATOR, LocalDefaultValues.IP_SIMULATOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 135) currentMap.put(ATTR_MAC_SIMULATOR, LocalDefaultValues.MAC_SIMULATOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 141) currentMap.put(ATTR_JAVA_API_SOCKET_PORT, Integer.toString(javaApiPort)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 142) currentMap.put(ATTR_CONSOLE_SOCKET_PORT, Integer.toString(consolePort)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 144) currentMap.put(ATTR_JAVA_API_SOCKET_PORT, LocalDefaultValues.JAVA_API_SOCKET_PORT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalConfigurationBean.java (at line 145) currentMap.put(ATTR_CONSOLE_SOCKET_PORT, LocalDefaultValues.CONSOLE_SOCKET_PORT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalLaunchAutomaticAttributeGenerator.java (at line 39) private HashMap portsMap; ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalLaunchAutomaticAttributeGenerator.java (at line 40) private HashMap addressesMap; ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalLaunchAutomaticAttributeGenerator.java (at line 77) addressesMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalLaunchAutomaticAttributeGenerator.java (at line 78) portsMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalLaunchAutomaticAttributeGenerator.java (at line 262) addressesMap.put(id, ak); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalLaunchAutomaticAttributeGenerator.java (at line 282) portsMap.put(id, ak); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalLaunchEnvironment.java (at line 17) import org.eclipse.ptp.cell.environment.cellsimulator.SimulatorProperties; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.cell.environment.cellsimulator.SimulatorProperties is never used ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalLaunchEnvironment.java (at line 21) import org.eclipse.ptp.cell.utils.packagemanager.PackageManagementSystemManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.cell.utils.packagemanager.PackageManagementSystemManager is never used ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalLaunchEnvironment.java (at line 57) public Map getAttributes() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalSimulatorDelegate.java (at line 50) Map env = DebugPlugin.getDefault().getLaunchManager().getNativeEnvironmentCasePreserved(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalSimulatorDelegate.java (at line 139) Stack s = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalSimulatorDelegate.java (at line 139) Stack s = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalSimulatorDelegate.java (at line 140) s.add(f); ^^^^^^^^ Type safety: The method add(Object) 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalSimulatorDelegate.java (at line 151) s.push(file); ^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/local/LocalSimulatorDelegate.java (at line 152) s.addAll(Arrays.asList(l)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 59) List list; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 61) list = new Vector(Arrays.asList(CommonConfigurationBean.SPECIFIC_KEY_ARRAY)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor Vector(Collection) 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 61) list = new Vector(Arrays.asList(CommonConfigurationBean.SPECIFIC_KEY_ARRAY)); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 62) list.addAll(Arrays.asList(SPECIFIC_KEY_ARRAY)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 63) KEY_ARRAY= (String[]) list.toArray(new String [list.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 65) list = new Vector(Arrays.asList(CommonConfigurationBean.SPECIFIC_KEY_CIPHERED_ARRAY)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor Vector(Collection) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 65) list = new Vector(Arrays.asList(CommonConfigurationBean.SPECIFIC_KEY_CIPHERED_ARRAY)); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 66) list.addAll(Arrays.asList(SPECIFIC_KEY_CIPHERED_ARRAY)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 67) KEY_CIPHERED_ARRAY= (String[]) list.toArray(new String [list.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 74) public RemoteConfigurationBean(Map newMap) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 81) defaultMap.put(ATTR_WORK_DIRECTORY, RemoteDefaultValues.WORK_DIRECTORY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 83) defaultMap.put(ATTR_SHOW_SIMULATOR_GUI, RemoteDefaultValues.SHOW_SIMULATOR_GUI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 84) defaultMap.put(ATTR_CONSOLE_SHOW_LINUX, RemoteDefaultValues.CONSOLE_SHOW_LINUX); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 85) defaultMap.put(ATTR_CONSOLE_SHOW_SIMULATOR, RemoteDefaultValues.CONSOLE_SHOW_SIMULATOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 87) defaultMap.put(ATTR_AUTOMATIC_NETWORK, RemoteDefaultValues.AUTOMATIC_NETWORK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 88) defaultMap.put(ATTR_IP_HOST, RemoteDefaultValues.IP_HOST); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 89) defaultMap.put(ATTR_IP_SIMULATOR, RemoteDefaultValues.IP_SIMULATOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 90) defaultMap.put(ATTR_MAC_SIMULATOR, RemoteDefaultValues.MAC_SIMULATOR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 92) defaultMap.put(ATTR_AUTOMATIC_PORTCONFIG, RemoteDefaultValues.AUTOMATIC_PORTCONFIG); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 93) defaultMap.put(ATTR_JAVA_API_SOCKET_PORT, RemoteDefaultValues.JAVA_API_SOCKET_PORT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 94) defaultMap.put(ATTR_CONSOLE_SOCKET_PORT, RemoteDefaultValues.CONSOLE_SOCKET_PORT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 96) defaultMap.put(ATTR_SYSTEM_WORKSPACE, RemoteDefaultValues.SYSTEM_WORKSPACE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 98) defaultMap.put(ATTR_REMOTE_LOGIN_USERNAME, RemoteDefaultValues.REMOTE_LOGIN_USERNAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 99) defaultMap.put(ATTR_REMOTE_LOGIN_PASSWORD, RemoteDefaultValues.REMOTE_LOGIN_PASSWORD); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 100) defaultMap.put(ATTR_REMOTE_CONNECTION_ADDRESS, RemoteDefaultValues.REMOTE_CONNECTION_ADDRESS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 101) defaultMap.put(ATTR_REMOTE_CONNECTION_PORT, RemoteDefaultValues.REMOTE_CONNECTION_PORT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 102) defaultMap.put(ATTR_REMOTE_KEY_PATH, RemoteDefaultValues.REMOTE_KEY_PATH); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 103) defaultMap.put(ATTR_REMOTE_KEY_PASSPHRASE, RemoteDefaultValues.REMOTE_KEY_PASSPHRASE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 104) defaultMap.put(ATTR_REMOTE_IS_PASSWORD_AUTH, RemoteDefaultValues.REMOTE_IS_PASSWORD_AUTH); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 105) defaultMap.put(ATTR_REMOTE_TIMEOUT, RemoteDefaultValues.REMOTE_TIMEOUT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 106) defaultMap.put(ATTR_REMOTE_CIPHER_TYPE, RemoteTargetControl.DEFAULT_HOST_CIPHER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 113) currentMap.put(ATTR_SIMULATOR_BASE_DIRECTORY, store.getString(ATTR_PREFERENCES_PREFIX + ATTR_SIMULATOR_BASE_DIRECTORY)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 114) currentMap.put(ATTR_WORK_DIRECTORY, store.getString(ATTR_PREFERENCES_PREFIX + ATTR_WORK_DIRECTORY)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 115) currentMap.put(ATTR_ROOT_IMAGE_PATH, store.getString(ATTR_PREFERENCES_PREFIX + ATTR_ROOT_IMAGE_PATH)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 116) currentMap.put(ATTR_KERNEL_IMAGE_PATH, store.getString(ATTR_PREFERENCES_PREFIX + ATTR_KERNEL_IMAGE_PATH)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 118) currentMap.put(ATTR_SHOW_SIMULATOR_GUI, store.getString(ATTR_PREFERENCES_PREFIX + ATTR_SHOW_SIMULATOR_GUI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 119) currentMap.put(ATTR_CONSOLE_SHOW_LINUX, store.getString(ATTR_PREFERENCES_PREFIX + ATTR_CONSOLE_SHOW_LINUX)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 120) currentMap.put(ATTR_CONSOLE_SHOW_SIMULATOR, store.getString(ATTR_PREFERENCES_PREFIX + ATTR_CONSOLE_SHOW_SIMULATOR)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteConfigurationBean.java (at line 122) currentMap.put(ATTR_SYSTEM_WORKSPACE, store.getString(ATTR_PREFERENCES_PREFIX + ATTR_SYSTEM_WORKSPACE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteSimulatorDelegate.java (at line 66) Map env = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteSimulatorDelegate.java (at line 66) Map env = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteTargetControl.java (at line 58) Map tunnels = null; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteTargetControl.java (at line 314) tunnels = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/core/remote/RemoteTargetControl.java (at line 555) tunnels.put(remotePortInteger, tunnel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/preferences/core/InstallDirectorySearcher.java (at line 16) import org.eclipse.cdt.internal.core.envvar.DefaultEnvironmentContextInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DefaultEnvironmentContextInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/preferences/core/InstallDirectorySearcher.java (at line 17) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/preferences/core/InstallDirectorySearcher.java (at line 27) import org.eclipse.ptp.cell.utils.packagemanager.PackageManagementSystemManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.cell.utils.packagemanager.PackageManagementSystemManager is never used ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/preferences/core/InstallDirectorySearcher.java (at line 70) IEnvironmentVariable systemsim_topEnvVar = EnvironmentVariableManager.getVariable( ^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/preferences/core/InstallDirectorySearcher.java (at line 70) IEnvironmentVariable systemsim_topEnvVar = EnvironmentVariableManager.getVariable( LocalSimulatorProperties.SYSTEMSIM_TOP_variableName, new DefaultEnvironmentContextInfo(null), true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getVariable(String, IEnvironmentContextInfo, boolean) from the type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/preferences/core/InstallDirectorySearcher.java (at line 72) new DefaultEnvironmentContextInfo(null), true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor DefaultEnvironmentContextInfo(Object) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/preferences/core/InstallDirectorySearcher.java (at line 72) new DefaultEnvironmentContextInfo(null), true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DefaultEnvironmentContextInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/preferences/ui/LocalSimulatorPreferencePage.java (at line 22) import org.eclipse.ptp.cell.environment.cellsimulator.SimulatorProperties; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.cell.environment.cellsimulator.SimulatorProperties is never used ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/preferences/ui/LocalSimulatorPreferencePage.java (at line 31) import org.eclipse.ptp.cell.utils.packagemanager.PackageManagementSystemManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.cell.utils.packagemanager.PackageManagementSystemManager is never used ---------- ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/ui/ConfigurationPage.java (at line 754) public Map getAttributes() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/ui/ConfigurationPage.java (at line 961) Map cipherMap = AbstractTargetControl.getCipherTypesMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/ui/ConfigurationPage.java (at line 962) Set cKeySet = cipherMap.keySet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/ui/ConfigurationPage.java (at line 963) for(Iterator it = cKeySet.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/ui/ConfigurationPage.java (at line 1058) Map cMap = AbstractTargetControl.getCipherTypesMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/ui/ConfigurationPage.java (at line 1059) Set ckSet = cipherMap.keySet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.cellsimulator/src/org/eclipse/ptp/cell/environment/cellsimulator/ui/ConfigurationPage.java (at line 1061) for(Iterator it = ckSet.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 146 problems (146 warnings)[56 .class files generated] # 4/28/10 7:12:23 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.launcher.cellbe/src/org/eclipse/ptp/cell/environment/launcher/cellbe/internal/integration/DebugIntegration.java (at line 58) Set ports = null; ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.launcher.cellbe/src/org/eclipse/ptp/cell/environment/launcher/cellbe/internal/integration/DebugIntegration.java (at line 102) Set ports = null; ^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.launcher.cellbe/src/org/eclipse/ptp/cell/environment/launcher/cellbe/ui/TargetTab.java (at line 166) String remoteDirectory = Messages.TargetTab_WorkingDirectoryFrame_PreviewNotAvailable; ^^^^^^^^^^^^^^^ The local variable remoteDirectory is never read ---------- 3 problems (3 warnings)[17 .class files generated] # 4/28/10 7:12:26 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.launcher.pdt/src/org/eclipse/ptp/cell/environment/launcher/pdt/internal/integration/PdtProfileIntegration.java (at line 92) String remoteXmlFile = config.getAttribute( ^^^^^^^^^^^^^ The local variable remoteXmlFile is never read ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.launcher.pdt/src/org/eclipse/ptp/cell/environment/launcher/pdt/ui/PdtEnvironmentTab.java (at line 223) private String getProjectDirectory(ILaunchConfiguration configuration) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getProjectDirectory(ILaunchConfiguration) from the type PdtEnvironmentTab is never used locally ---------- 2 problems (2 warnings)[17 .class files generated] # 4/28/10 7:11:45 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 138) ArrayList errors = 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 138) ArrayList errors = 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 146) errors.add(new Status(Status.ERROR, Activator.getDefault().getBundle().getSymbolicName(),0, e.getMessage(), e)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 187) errors.add(new Status(Status.ERROR, Activator.getDefault().getBundle().getSymbolicName(),0, e.getMessage(), e)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 216) public static Map createDefaultConfig() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 217) Map attributes = new HashMap(); ^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 217) Map attributes = 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 219) IPreferenceStore store = Activator.getDefault().getPreferenceStore(); ^^^^^ The local variable store is never read ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 220) attributes.put(ATTR_REMOTE_IS_PASSWORD_AUTH, Boolean.toString(DEFAULT_REMOTE_IS_PASSWORD_AUTH)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 221) attributes.put(ATTR_REMOTE_LOGIN_USERNAME, DEFAULT_REMOTE_LOGIN_USERNAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 222) attributes.put(ATTR_REMOTE_LOGIN_PASSWORD, DEFAULT_REMOTE_LOGIN_PASSWORD); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 223) attributes.put(ATTR_REMOTE_KEY_PATH, DEFAULT_REMOTE_KEY_PATH); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 224) attributes.put(ATTR_REMOTE_KEY_PASSPHRASE, DEFAULT_REMOTE_KEY_PASSPHRASE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 225) attributes.put(ATTR_REMOTE_CONNECTION_ADDRESS, DEFAULT_REMOTE_CONNECTION_ADDRESS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 226) attributes.put(ATTR_REMOTE_CONNECTION_PORT, Integer.toString(DEFAULT_REMOTE_CONNECTION_PORT)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 227) attributes.put(ATTR_REMOTE_CIPHER_TYPE, DEFAULT_REMOTE_CIPHER_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 229) attributes.put(ATTR_SIMULATOR_IS_AUTOMATIC_CONFIG, Boolean.toString(DEFAULT_SIMULATOR_IS_AUTOMATIC_CONFIG)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 230) attributes.put(ATTR_SIMULATOR_LOGIN_USERNAME, DEFAULT_SIMULATOR_LOGIN_USERNAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 231) attributes.put(ATTR_SIMULATOR_LOGIN_PASSWORD, DEFAULT_SIMULATOR_LOGIN_PASSWORD); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 232) attributes.put(ATTR_SIMULATOR_CONNECTION_ADDRESS, DEFAULT_SIMULATOR_CONNECTION_ADDRESS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 233) attributes.put(ATTR_SIMULATOR_CONNECTION_PORT, Integer.toString(DEFAULT_SIMULATOR_CONNECTION_PORT)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 234) attributes.put(ATTR_SIMULATOR_CONNECTION_TIMEOUT, Integer.toString(DEFAULT_SIMULATOR_CONNECTION_TIMEOUT)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 235) attributes.put(ATTR_SIMULATOR_CIPHER_TYPE, DEFAULT_SIMULATOR_CIPHER_TYPE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/ConfigFactory.java (at line 237) attributes.put(ATTR_SYSTEM_WORKSPACE, DEFAULT_SYSTEM_WORKSPACE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/TargetControl.java (at line 75) Map tunnels = 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/TargetControl.java (at line 246) tunnels = 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/core/TargetControl.java (at line 280) tunnels.put(remotePortInteger, tunnel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/ui/ConfigurationPage.java (at line 94) private Map attributesMap; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/ui/ConfigurationPage.java (at line 97) private boolean hasWarning = false; ^^^^^^^^^^ The field ConfigurationPage.hasWarning is never read locally ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/ui/ConfigurationPage.java (at line 116) public ConfigurationPage(String targetName, Map attributesMap) { ^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/ui/ConfigurationPage.java (at line 239) Map cipherMap = TargetControl.getCipherTypesMap(); ^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/ui/ConfigurationPage.java (at line 240) Set cKeySet = cipherMap.keySet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/ui/ConfigurationPage.java (at line 242) for(Iterator it = cKeySet.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/ui/ConfigurationPage.java (at line 342) public Map getAttributes() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/ui/ConfigurationPage.java (at line 373) IStatus status = factory.checkTargetConfig(); ^^^^^^ The local variable status is never read ---------- ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/ui/SimulatorConfigDialog.java (at line 125) Map cipherMap = TargetControl.getCipherTypesMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/ui/SimulatorConfigDialog.java (at line 126) Set cKeySet = cipherMap.keySet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.remotesimulator/src/org/eclipse/ptp/cell/environment/remotesimulator/ui/SimulatorConfigDialog.java (at line 128) for(Iterator it = cKeySet.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 38 problems (38 warnings)[18 .class files generated] # 4/28/10 7:11:24 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/events/ExportJobWrapper.java (at line 31) List resourcesToCopy; ^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/events/ExportJobWrapper.java (at line 40) public void init(ITargetControl control, List resources, String dir, CellExportResourcesPage page, int s) { ^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/events/ImportJobWrapper.java (at line 33) private CellImportResourcesPage importPage; ^^^^^^^^^^ The field ImportJobWrapper.importPage is never read locally ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 51) import org.eclipse.ui.internal.ide.DialogUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DialogUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 52) import org.eclipse.ui.internal.ide.dialogs.ResourceTreeAndListGroup; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 64) private ResourceTreeAndListGroup resourceGroup; ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 198) List input = new ArrayList(); ^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 198) List input = new ArrayList(); ^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 203) input.add(projects[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/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 212) this.resourceGroup = new ResourceTreeAndListGroup(filesGroup, input, getResourceProvider(IResource.FOLDER | IResource.PROJECT), WorkbenchLabelProvider.getDecoratingWorkbenchLabelProvider(), getResourceProvider(IResource.FILE), WorkbenchLabelProvider .getDecoratingWorkbenchLabelProvider(), SWT.NONE, DialogUtil.inRegularFontMode(parent)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ResourceTreeAndListGroup(Composite, Object, ITreeContentProvider, ILabelProvider, IStructuredContentProvider, ILabelProvider, int, boolean) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 212) this.resourceGroup = new ResourceTreeAndListGroup(filesGroup, input, ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 217) DialogUtil.inRegularFontMode(parent)); ^^^^^^^^^^ Discouraged access: The type DialogUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 217) DialogUtil.inRegularFontMode(parent)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method inRegularFontMode(Composite) from the type DialogUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 223) List whiteResources = getWhiteCheckedResources(); ^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 225) List resourcesToCopy = getSelectedResources(); ^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 294) ArrayList results = 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/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 294) ArrayList results = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 298) results.add(members[i]); ^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 305) return ((ArrayList) o).toArray(); ^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 314) protected List getSelectedResources() { ^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 317) Iterator iterator = this.getSelectedResourcesIterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 318) List resources = new ArrayList(); ^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 318) List resources = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 322) resources.add(iterator.next()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 330) resources.add(file); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 350) protected Iterator getSelectedResourcesIterator() { ^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 351) return this.resourceGroup.getAllCheckedListItems().iterator(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getAllCheckedListItems() from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 354) protected List getWhiteCheckedResources() { ^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 355) List resources = this.resourceGroup.getAllWhiteCheckedItems(); ^^^^ 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/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 355) List resources = this.resourceGroup.getAllWhiteCheckedItems(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getAllWhiteCheckedItems() from the type ResourceTreeAndListGroup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.environment.ui.deploy/src/org/eclipse/ptp/cell/environment/ui/deploy/wizard/CellExportResourcesPage.java (at line 360) resources.add(new File(items[i].getText(0))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 31 problems (31 warnings)[27 .class files generated] # 4/28/10 7:11:34 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.examples.ui/src/org/eclipse/ptp/cell/examples/ui/internal/ExampleProjectWizardRegistry.java (at line 36) private final Map projectsWizards = 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/results/plugins/org.eclipse.ptp.cell.examples.ui/src/org/eclipse/ptp/cell/examples/ui/internal/ExampleProjectWizardRegistry.java (at line 36) private final Map projectsWizards = 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/results/plugins/org.eclipse.ptp.cell.examples.ui/src/org/eclipse/ptp/cell/examples/ui/internal/ExampleProjectWizardRegistry.java (at line 48) List projectsWizardsSetupList; ^^^^ 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/results/plugins/org.eclipse.ptp.cell.examples.ui/src/org/eclipse/ptp/cell/examples/ui/internal/ExampleProjectWizardRegistry.java (at line 52) projectsWizards.put(member.getAttribute(ID), (projectsWizardsSetupList = new ArrayList())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.examples.ui/src/org/eclipse/ptp/cell/examples/ui/internal/ExampleProjectWizardRegistry.java (at line 53) (projectsWizardsSetupList = 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/results/plugins/org.eclipse.ptp.cell.examples.ui/src/org/eclipse/ptp/cell/examples/ui/internal/ExampleProjectWizardRegistry.java (at line 58) projectsWizardsSetupList .add(new ProjectWizardDefinition( projectsSetup[i])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.examples.ui/src/org/eclipse/ptp/cell/examples/ui/internal/ExampleProjectWizardRegistry.java (at line 81) public List getProjectWizardDefinitionList(String wizardId) { ^^^^ 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/results/plugins/org.eclipse.ptp.cell.examples.ui/src/org/eclipse/ptp/cell/examples/ui/internal/ExampleProjectWizardRegistry.java (at line 82) return (List) projectsWizards.get(wizardId); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.examples.ui/src/org/eclipse/ptp/cell/examples/ui/internal/wizards/ExampleProjectCreationOperation.java (at line 161) Iterator children = structureProvider.getChildren(entry) ^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.examples.ui/src/org/eclipse/ptp/cell/examples/ui/internal/wizards/ExampleProjectCreationWizard.java (at line 60) protected List projectWizardDefinitionList; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.examples.ui/src/org/eclipse/ptp/cell/examples/ui/internal/wizards/ExampleProjectCreationWizard.java (at line 76) Iterator i = projectWizardDefinitionList.listIterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 11 problems (11 warnings)[12 .class files generated] # 4/28/10 7:11:39 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. [1 .class file generated] # 4/28/10 7:11:28 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.make.core/src/org/eclipse/ptp/cell/make/internal/core/scannerconfig/xl/XLCSpecsConsoleParser.java (at line 54) private List symbols = new ArrayList(); ^^^^ 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/results/plugins/org.eclipse.ptp.cell.make.core/src/org/eclipse/ptp/cell/make/internal/core/scannerconfig/xl/XLCSpecsConsoleParser.java (at line 54) private List symbols = 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/results/plugins/org.eclipse.ptp.cell.make.core/src/org/eclipse/ptp/cell/make/internal/core/scannerconfig/xl/XLCSpecsConsoleParser.java (at line 56) private List includes = new ArrayList(); ^^^^ 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/results/plugins/org.eclipse.ptp.cell.make.core/src/org/eclipse/ptp/cell/make/internal/core/scannerconfig/xl/XLCSpecsConsoleParser.java (at line 56) private List includes = new ArrayList(); ^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.make.core/src/org/eclipse/ptp/cell/make/internal/core/scannerconfig/xl/XLCSpecsConsoleParser.java (at line 108) symbols.add(symbolMatcher.group(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.make.core/src/org/eclipse/ptp/cell/make/internal/core/scannerconfig/xl/XLCSpecsConsoleParser.java (at line 121) includes.add(includePaths[j]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.make.core/src/org/eclipse/ptp/cell/make/internal/core/scannerconfig/xl/XLCSpecsConsoleParser.java (at line 142) Map scannerInfo = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.make.core/src/org/eclipse/ptp/cell/make/internal/core/scannerconfig/xl/XLCSpecsConsoleParser.java (at line 142) Map scannerInfo = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.make.core/src/org/eclipse/ptp/cell/make/internal/core/scannerconfig/xl/XLCSpecsConsoleParser.java (at line 143) scannerInfo.put(ScannerInfoTypes.INCLUDE_PATHS, includes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.make.core/src/org/eclipse/ptp/cell/make/internal/core/scannerconfig/xl/XLCSpecsConsoleParser.java (at line 144) scannerInfo.put(ScannerInfoTypes.SYMBOL_DEFINITIONS, symbols); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.make.core/src/org/eclipse/ptp/cell/make/internal/core/scannerconfig/xl/XLCSpecsConsoleParser.java (at line 149) "Include paths", includes, new ArrayList(), "Defined symbols", symbols); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 11 problems (11 warnings)[5 .class files generated] # 4/28/10 7:11:52 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.managedbuilder.core/src/org/eclipse/ptp/cell/managedbuilder/makegen/gnu/GnuMakefileGenerator.java (at line 18) import org.eclipse.cdt.internal.core.model.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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.managedbuilder.core/src/org/eclipse/ptp/cell/managedbuilder/makegen/gnu/GnuMakefileGenerator.java (at line 281) buffer.append(Util.getContent(fileHandle)); ^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.managedbuilder.core/src/org/eclipse/ptp/cell/managedbuilder/makegen/gnu/GnuMakefileGenerator.java (at line 281) buffer.append(Util.getContent(fileHandle)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getContent(IFile) from the type Util is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.managedbuilder.core/src/org/eclipse/ptp/cell/managedbuilder/makegen/gnu/GnuMakefileGenerator.java (at line 291) Util.save(buffer, fileHandle); ^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.managedbuilder.core/src/org/eclipse/ptp/cell/managedbuilder/makegen/gnu/GnuMakefileGenerator.java (at line 291) Util.save(buffer, fileHandle); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method save(StringBuffer, IFile) from the type Util is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.managedbuilder.core/src/org/eclipse/ptp/cell/managedbuilder/makegen/gnu/GnuMakefileGenerator.java (at line 433) Util.save(buffer, importSPUObjsMakefileHandle); ^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.managedbuilder.core/src/org/eclipse/ptp/cell/managedbuilder/makegen/gnu/GnuMakefileGenerator.java (at line 433) Util.save(buffer, importSPUObjsMakefileHandle); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method save(StringBuffer, IFile) from the type Util is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 7 problems (7 warnings)[21 .class files generated] # 4/28/10 7:12:09 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.managedbuilder.gnu.core/src/org/eclipse/ptp/cell/managedbuilder/gnu/core/preferences/GnuToolsSearcher.java (at line 24) import org.eclipse.ptp.cell.utils.packagemanager.PackageManagementSystemManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.cell.utils.packagemanager.PackageManagementSystemManager is never used ---------- 1 problem (1 warning)[7 .class files generated] # 4/28/10 7:12:12 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. [8 .class files generated] # 4/28/10 7:11:47 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. [2 .class files generated] # 4/28/10 7:12:11 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.managedbuilder.xl.core/src/org/eclipse/ptp/cell/managedbuilder/xl/core/preferences/XlToolsSearcher.java (at line 24) import org.eclipse.ptp.cell.utils.packagemanager.PackageManagementSystemManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.cell.utils.packagemanager.PackageManagementSystemManager is never used ---------- 1 problem (1 warning)[7 .class files generated] # 4/28/10 7:12:21 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. [8 .class files generated] # 4/28/10 7:11:42 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.pdt.xml/src/org/eclipse/ptp/cell/pdt/xml/core/ConfigGroupParserException.java (at line 19) public class ConfigGroupParserException extends Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The serializable class ConfigGroupParserException 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/results/plugins/org.eclipse.ptp.cell.pdt.xml/src/org/eclipse/ptp/cell/pdt/xml/core/ConfigurationFileGenerationException.java (at line 19) public class ConfigurationFileGenerationException extends Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The serializable class ConfigurationFileGenerationException does not declare a static final serialVersionUID field of type long ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.pdt.xml/src/org/eclipse/ptp/cell/pdt/xml/core/PdtXmlGenerationException.java (at line 21) public class PdtXmlGenerationException extends RuntimeException { ^^^^^^^^^^^^^^^^^^^^^^^^^ The serializable class PdtXmlGenerationException 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/results/plugins/org.eclipse.ptp.cell.pdt.xml/src/org/eclipse/ptp/cell/pdt/xml/wizard/AbstractPdtXmlWizard.java (at line 15) import java.io.File; ^^^^^^^^^^^^ The import java.io.File is never used ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.pdt.xml/src/org/eclipse/ptp/cell/pdt/xml/wizard/AbstractPdtXmlWizard.java (at line 20) import org.eclipse.core.resources.IResource; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.resources.IResource is never used ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.pdt.xml/src/org/eclipse/ptp/cell/pdt/xml/wizard/AbstractPdtXmlWizard.java (at line 47) import org.eclipse.ui.IWorkbenchPage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IWorkbenchPage is never used ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.pdt.xml/src/org/eclipse/ptp/cell/pdt/xml/wizard/AbstractPdtXmlWizard.java (at line 48) import org.eclipse.ui.PartInitException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.PartInitException is never used ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.pdt.xml/src/org/eclipse/ptp/cell/pdt/xml/wizard/AbstractPdtXmlWizard.java (at line 49) import org.eclipse.ui.PlatformUI; ^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.PlatformUI is never used ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.pdt.xml/src/org/eclipse/ptp/cell/pdt/xml/wizard/AbstractPdtXmlWizard.java (at line 50) import org.eclipse.ui.ide.IDE; ^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.ide.IDE is never used ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.pdt.xml/src/org/eclipse/ptp/cell/pdt/xml/wizard/ui/PdtWizardAddRemoveEventsPage.java (at line 148) protected void selectEventGroups(List eventGroupList) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.pdt.xml/src/org/eclipse/ptp/cell/pdt/xml/wizard/ui/PdtWizardAddRemoveEventsPage.java (at line 154) selEvtGrpSet.addAll(eventGroupList); ^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to Collection ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.pdt.xml/src/org/eclipse/ptp/cell/pdt/xml/wizard/ui/PdtWizardAddRemoveEventsPage.java (at line 168) protected void removeEventGroups(List eventGroupList) { ^^^^ 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/results/plugins/org.eclipse.ptp.cell.pdt.xml/src/org/eclipse/ptp/cell/pdt/xml/wizard/ui/PdtWizardAddRemoveEventsPage.java (at line 174) availEvtGrpSet.addAll(eventGroupList); ^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to Collection ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.pdt.xml/src/org/eclipse/ptp/cell/pdt/xml/wizard/ui/PdtWizardAddRemoveEventsPage.java (at line 191) List availSelList = ((StructuredSelection)availableSel).toList(); ^^^^ 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/results/plugins/org.eclipse.ptp.cell.pdt.xml/src/org/eclipse/ptp/cell/pdt/xml/wizard/ui/PdtWizardAddRemoveEventsPage.java (at line 194) List availAllList = new LinkedList(availableEventGroupForest.getVisibleGroups()); ^^^^ 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/results/plugins/org.eclipse.ptp.cell.pdt.xml/src/org/eclipse/ptp/cell/pdt/xml/wizard/ui/PdtWizardAddRemoveEventsPage.java (at line 194) List availAllList = new LinkedList(availableEventGroupForest.getVisibleGroups()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor LinkedList(Collection) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.pdt.xml/src/org/eclipse/ptp/cell/pdt/xml/wizard/ui/PdtWizardAddRemoveEventsPage.java (at line 194) List availAllList = new LinkedList(availableEventGroupForest.getVisibleGroups()); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.pdt.xml/src/org/eclipse/ptp/cell/pdt/xml/wizard/ui/PdtWizardAddRemoveEventsPage.java (at line 197) List selSelList = ((StructuredSelection)selectedSel).toList(); ^^^^ 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/results/plugins/org.eclipse.ptp.cell.pdt.xml/src/org/eclipse/ptp/cell/pdt/xml/wizard/ui/PdtWizardAddRemoveEventsPage.java (at line 200) List selAllList = new LinkedList(selectedEventGroupForest.getVisibleGroups()); ^^^^ 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/results/plugins/org.eclipse.ptp.cell.pdt.xml/src/org/eclipse/ptp/cell/pdt/xml/wizard/ui/PdtWizardAddRemoveEventsPage.java (at line 200) List selAllList = new LinkedList(selectedEventGroupForest.getVisibleGroups()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor LinkedList(Collection) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.pdt.xml/src/org/eclipse/ptp/cell/pdt/xml/wizard/ui/PdtWizardAddRemoveEventsPage.java (at line 200) List selAllList = new LinkedList(selectedEventGroupForest.getVisibleGroups()); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.pdt.xml/src/org/eclipse/ptp/cell/pdt/xml/wizard/ui/table/TableModifier.java (at line 94) Column col = null; ^^^ The local variable col is never read ---------- 22 problems (22 warnings)[42 .class files generated] # 4/28/10 7:11:31 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.preferences/src/org/eclipse/ptp/cell/preferences/PreferencesPlugin.java (at line 37) private List propertiesListeners; ^^^^ 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/results/plugins/org.eclipse.ptp.cell.preferences/src/org/eclipse/ptp/cell/preferences/PreferencesPlugin.java (at line 46) propertiesListeners = 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/results/plugins/org.eclipse.ptp.cell.preferences/src/org/eclipse/ptp/cell/preferences/PreferencesPlugin.java (at line 96) propertiesListeners.add(listener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.preferences/src/org/eclipse/ptp/cell/preferences/PreferencesPlugin.java (at line 108) Iterator i = propertiesListeners.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/results/plugins/org.eclipse.ptp.cell.preferences/src/org/eclipse/ptp/cell/preferences/core/SysrootSearcher.java (at line 22) import org.eclipse.ptp.cell.utils.packagemanager.PackageManagementSystemManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.cell.utils.packagemanager.PackageManagementSystemManager is never used ---------- ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.preferences/src/org/eclipse/ptp/cell/preferences/ui/PreferenceInitializer.java (at line 35) PreferenceConstants prefs = PreferenceConstants.getInstance(); ^^^^^ The local variable prefs is never read ---------- 6 problems (6 warnings)[32 .class files generated] # 4/28/10 7:11:36 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 40) protected String[] toVariablesArray(Map env) { ^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 41) Iterator iterator = env.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 45) Map.Entry entry = (Map.Entry) iterator.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 45) Map.Entry entry = (Map.Entry) iterator.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 52) protected void addDefaultVariables(Map env) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 53) env.put("SYSTEMSIM_TOP", configuration.getSimulatorBaseDirectory()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 58) env.put("CELL_CPU_CONFIG", configuration.getArchitectureTclString()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 61) env.put("CELL_MEMORY_SIZE", Integer.toString(configuration.getMemorySize())); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 64) env.put("CELL_KERNEL_IMAGE", configuration.getKernelImagePath()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 67) env.put("CELL_ROOT_IMAGE", configuration.getRootImagePath()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 70) env.put("CELL_ROOT_PERSISTENCE", "discard"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 72) env.put("CELL_ROOT_PERSISTENCE", "write"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 74) env.put("CELL_ROOT_PERSISTENCE", "journal"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 76) env.put("CELL_ROOT_JOURNAL", configuration.getRootImageJournalPath()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 81) env.put("CELL_EXTRA_IMAGE", configuration.getExtraImagePath()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 83) env.put("CELL_EXTRA_PERSISTENCE", "discard"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 85) env.put("CELL_EXTRA_PERSISTENCE", "write"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 87) env.put("CELL_EXTRA_PERSISTENCE", "journal"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 89) env.put("CELL_EXTRA_JOURNAL", configuration.getExtraImageJournalPath()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 93) env.put("CELL_EXTRA_MOUNTPOINT", configuration.getExtraImageMountPoint()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 96) env.put("CELL_EXTRA_TYPE", configuration.getExtraImageType()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 100) env.put("CELL_NET_INIT", "true"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 102) env.put("CELL_NET_IP_HOST", configuration.getIpHost()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 105) env.put("CELL_NET_IP_SIMULATOR", configuration.getIpSimulator()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 108) env.put("CELL_NET_MAC_SIMULATOR", configuration.getMacSimulator()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 111) env.put("CELL_NET_MASK", configuration.getNetmaskSimulator()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 114) env.put("CELL_SSH_INIT", "true"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 116) env.put("CELL_SSH_INIT", "false"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 119) env.put("CELL_NET_INIT", "false"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 122) env.put("CELL_CONSOLE_PORT", Integer.toString(configuration.getConsolePort())); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 125) env.put("CELL_CONSOLE_ECHO", "true"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 127) env.put("CELL_CONSOLE_ECHO", "false"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 130) env.put("CELL_CONSOLE_COMMANDS", configuration.getConsoleCommands()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 141) Vector commandVector = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 141) Vector commandVector = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 142) commandVector.add(configuration.getSimulatorExecutable()); // Programm executable call ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 144) commandVector.add("-g"); // Start the simulator in graphical user interface mode //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 146) commandVector.add("-f"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 147) commandVector.add(configuration.getTclScriptName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 149) commandVector.add("-s"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 150) commandVector.add(Integer.toString(configuration.getJavaApiPort())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 153) commandVector.add("-n"); // Suppress the simulated console xterm window at start-up. //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 161) commandVector.addAll(argumentParser.getTokenList()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/AbstractSimulatorDelegate.java (at line 165) commandArray = (String[]) commandVector.toArray(commandArray); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/ISimulatorDelegate.java (at line 18) import org.eclipse.ptp.cell.simulator.internal.SimulatorControl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.cell.simulator.internal.SimulatorControl is never used ---------- ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/ISimulatorListener.java (at line 14) import org.eclipse.ptp.cell.simulator.internal.SimulatorControl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.cell.simulator.internal.SimulatorControl is never used ---------- ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/ISimulatorParameters.java (at line 17) import org.eclipse.ptp.cell.simulator.internal.SimulatorControl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.cell.simulator.internal.SimulatorControl is never used ---------- ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/ISimulatorStatus.java (at line 15) import org.eclipse.ptp.cell.simulator.internal.SimulatorControl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.cell.simulator.internal.SimulatorControl is never used ---------- ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/IllegalParameterException.java (at line 14) import org.eclipse.ptp.cell.simulator.conf.AttributeNames; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.cell.simulator.conf.AttributeNames is never used ---------- ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/MissingParameterException.java (at line 14) import org.eclipse.ptp.cell.simulator.conf.AttributeNames; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.cell.simulator.conf.AttributeNames is never used ---------- ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/core/SimulatorKilledException.java (at line 15) import org.eclipse.ptp.cell.simulator.internal.SimulatorControl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.cell.simulator.internal.SimulatorControl is never used ---------- ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/extensions/ArchitectureManager.java (at line 40) Map architectures = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/extensions/ArchitectureManager.java (at line 40) Map architectures = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/extensions/ArchitectureManager.java (at line 109) architectures.put(architecture.getId(), architecture); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/extensions/ArchitectureManager.java (at line 115) Collection set = architectures.values(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/extensions/ArchitectureManager.java (at line 117) result = (Architecture[]) set.toArray(result); ^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/extensions/LaunchProfileManager.java (at line 42) Map launchProfiles = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/extensions/LaunchProfileManager.java (at line 42) Map launchProfiles = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/extensions/LaunchProfileManager.java (at line 111) Vector tmpDeployPaths = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/extensions/LaunchProfileManager.java (at line 111) Vector tmpDeployPaths = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/extensions/LaunchProfileManager.java (at line 112) Vector tmpDeployURLs = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/extensions/LaunchProfileManager.java (at line 112) Vector tmpDeployURLs = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/extensions/LaunchProfileManager.java (at line 126) tmpDeployPaths.add(path); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/extensions/LaunchProfileManager.java (at line 127) tmpDeployURLs.add(url); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/extensions/LaunchProfileManager.java (at line 131) deployPaths = (String[]) tmpDeployPaths.toArray(deployPaths); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/extensions/LaunchProfileManager.java (at line 132) deployURLs = (URL[]) tmpDeployURLs.toArray(deployURLs); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/extensions/LaunchProfileManager.java (at line 142) launchProfiles.put(launchProfile.getId(), launchProfile); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/extensions/LaunchProfileManager.java (at line 148) Collection set = launchProfiles.values(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/extensions/LaunchProfileManager.java (at line 150) result = (LaunchProfile[]) set.toArray(result); ^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/internal/SimulatorControl.java (at line 130) List listeners = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/internal/SimulatorControl.java (at line 130) List listeners = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/internal/SimulatorControl.java (at line 179) listeners.add(listener); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/internal/SimulatorControl.java (at line 1176) Iterator iterator = listeners.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/internal/SimulatorControl.java (at line 1186) Iterator iterator = listeners.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/internal/SimulatorControl.java (at line 1196) Iterator iterator = listeners.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/internal/TSimQueue.java (at line 21) List requestQueue = new LinkedList(); ^^^^ 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/internal/TSimQueue.java (at line 21) List requestQueue = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/internal/TSimQueue.java (at line 22) Set requestSet = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/internal/TSimQueue.java (at line 22) Set requestSet = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/internal/TSimQueue.java (at line 31) requestQueue.add(request); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/internal/TSimQueue.java (at line 32) requestSet.add(request); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/internal/TSimQueue.java (at line 48) ListIterator iterator = requestQueue.listIterator(); ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/internal/TSimSocket.java (at line 59) Vector result = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/internal/TSimSocket.java (at line 59) Vector result = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/internal/TSimSocket.java (at line 65) result.add(line); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) 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/results/plugins/org.eclipse.ptp.cell.simulator/src/org/eclipse/ptp/cell/simulator/internal/TSimSocket.java (at line 73) lines = (String[]) result.toArray(lines); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 86 problems (86 warnings)[39 .class files generated] # 4/28/10 7:12:19 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/parse/ParsedTimingFile.java (at line 24) private Vector lineVector; ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/parse/ParsedTimingFile.java (at line 32) public Vector getLineVector() ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/parse/ParsedTimingFile.java (at line 37) public void setLineVector(Vector lineVector) ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/parse/TimingFileParser.java (at line 57) Vector linevector = ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/parse/TimingFileParser.java (at line 58) new Vector(50, 50); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/parse/TimingFileParser.java (at line 99) linevector.addElement(il); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/parse/TimingFileParser.java (at line 109) linevector.addElement(nil); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addElement(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/parse/TimingFileParser.java (at line 115) Map lastStartByPipeline = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/parse/TimingFileParser.java (at line 115) Map lastStartByPipeline = new HashMap(); ^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/parse/TimingFileParser.java (at line 116) Iterator it = parsedTiming.getLineVector().iterator(); ^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/parse/TimingFileParser.java (at line 130) lastStartByPipeline.put(currentPipeline, info); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/views/DiagramBar.java (at line 82) Iterator it = diagramVector.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/views/DiagramVector.java (at line 22) private List vector = new ArrayList(); ^^^^ 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/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/views/DiagramVector.java (at line 22) private List vector = 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/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/views/DiagramVector.java (at line 26) vector.add(block); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/views/DiagramVector.java (at line 29) 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/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/views/TimeDiagram.java (at line 50) private List lineNumberLabels = 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/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/views/TimeDiagram.java (at line 50) private List lineNumberLabels = 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/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/views/TimeDiagram.java (at line 51) private List instructionLabels = new ArrayList(); ^^^^ 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/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/views/TimeDiagram.java (at line 51) private List instructionLabels = 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/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/views/TimeDiagram.java (at line 77) Iterator it = timingFile.getLineVector().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/views/TimeDiagram.java (at line 119) private void buildNonInstructionBlock(int lineCount, int lineNumber, String line) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method buildNonInstructionBlock(int, int, String) from the type TimeDiagram is never used locally ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/views/TimeDiagram.java (at line 141) private int getTheWidestCLabel(List labelsList) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/views/TimeDiagram.java (at line 143) Iterator it = labelsList.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/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/views/TimeDiagram.java (at line 179) instructionLabels.add(instructionLabel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming.ui/src/org/eclipse/ptp/cell/sputiming/ui/views/TimeDiagram.java (at line 208) lineNumberLabels.add(lineLabel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 26 problems (26 warnings)[18 .class files generated] # 4/28/10 7:12:15 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming/src/org/eclipse/ptp/cell/sputiming/core/CommonOperations.java (at line 41) private IProject project; ^^^^^^^ The field CommonOperations.project is never read locally ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming/src/org/eclipse/ptp/cell/sputiming/core/PopupActionDelegate.java (at line 312) private IPath getActualObjectFilePath(IManagedBuildInfo managedBuildInfo) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getActualObjectFilePath(IManagedBuildInfo) from the type PopupActionDelegate is never used locally ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming/src/org/eclipse/ptp/cell/sputiming/core/SPUTimingPopupAction.java (at line 24) 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/results/plugins/org.eclipse.ptp.cell.sputiming/src/org/eclipse/ptp/cell/sputiming/ui/SPUTimingMainTab.java (at line 454) ArrayList list = new ArrayList(cproject.length); ^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.sputiming/src/org/eclipse/ptp/cell/sputiming/ui/SPUTimingMainTab.java (at line 454) ArrayList list = new ArrayList(cproject.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/results/plugins/org.eclipse.ptp.cell.sputiming/src/org/eclipse/ptp/cell/sputiming/ui/SPUTimingMainTab.java (at line 461) list.add(cproject[i]); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming/src/org/eclipse/ptp/cell/sputiming/ui/SPUTimingMainTab.java (at line 469) return (ICProject[]) list.toArray(new ICProject[list.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming/src/org/eclipse/ptp/cell/sputiming/ui/SPUTimingMainTab.java (at line 563) LinkedList filelist = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming/src/org/eclipse/ptp/cell/sputiming/ui/SPUTimingMainTab.java (at line 563) LinkedList filelist = new LinkedList(); ^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.sputiming/src/org/eclipse/ptp/cell/sputiming/ui/SPUTimingMainTab.java (at line 605) HashSet extensionset = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming/src/org/eclipse/ptp/cell/sputiming/ui/SPUTimingMainTab.java (at line 605) HashSet extensionset = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming/src/org/eclipse/ptp/cell/sputiming/ui/SPUTimingMainTab.java (at line 616) extensionset.add(extensions[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming/src/org/eclipse/ptp/cell/sputiming/ui/SPUTimingMainTab.java (at line 625) filelist.add(tempfile); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming/src/org/eclipse/ptp/cell/sputiming/ui/SPUTimingMainTab.java (at line 632) filelist.addAll(collectSourceFiles(resourcelist)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming/src/org/eclipse/ptp/cell/sputiming/ui/SPUTimingMainTab.java (at line 657) return (IFile[]) filelist.toArray(temp);// (IFile [])objlist; ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming/src/org/eclipse/ptp/cell/sputiming/ui/SPUTimingMainTab.java (at line 668) protected LinkedList collectSourceFiles(IResource[] resourcelist) ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming/src/org/eclipse/ptp/cell/sputiming/ui/SPUTimingMainTab.java (at line 670) LinkedList filelist = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming/src/org/eclipse/ptp/cell/sputiming/ui/SPUTimingMainTab.java (at line 670) LinkedList filelist = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming/src/org/eclipse/ptp/cell/sputiming/ui/SPUTimingMainTab.java (at line 676) filelist.add((IFile) resourcelist[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.sputiming/src/org/eclipse/ptp/cell/sputiming/ui/SPUTimingMainTab.java (at line 680) filelist.addAll(collectSourceFiles(sublist)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 20 problems (20 warnings)[24 .class files generated] # 4/28/10 7:11:16 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/ui/progress/ICancelCallback.java (at line 14) import org.eclipse.core.runtime.IProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.IProgressMonitor is never used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/ui/progress/ProgressInfo.java (at line 14) import org.eclipse.core.runtime.IProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.IProgressMonitor is never used ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/ui/progress/ProgressQueue.java (at line 65) private ArrayList operations = 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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/ui/progress/ProgressQueue.java (at line 65) private ArrayList operations = new ArrayList(); ^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/ui/progress/ProgressQueue.java (at line 160) operations.add(new ProgressInfo(id, description, steps)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/ui/progress/ProgressQueue.java (at line 503) Iterator iterator = operations.iterator(); ^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/UtilsPlugin.java (at line 18) import org.eclipse.ptp.cell.utils.platform.Platform; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.cell.utils.platform.Platform is never used ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/linux/packagemanager/rpm/RPMPackageManager.java (at line 90) private Map packageInformationCache; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/linux/packagemanager/rpm/RPMPackageManager.java (at line 93) this.packageInformationCache = new HashMap(); ^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/linux/packagemanager/rpm/RPMPackageManager.java (at line 200) this.packageInformationCache.put(m.group(1), new PackageInformation(m.group(1), false, currentTime + CACHE_EXPIRE_DATE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/linux/packagemanager/rpm/RPMPackageManager.java (at line 208) this.packageInformationCache.put(line, new PackageInformation( line, true, currentTime + CACHE_EXPIRE_DATE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/linux/packagemanager/rpm/RPMPackageManager.java (at line 232) public List queryList(String pack) { ^^^^ 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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/linux/packagemanager/rpm/RPMPackageManager.java (at line 237) List fileList; ^^^^ 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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/linux/packagemanager/rpm/RPMPackageManager.java (at line 258) return 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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/linux/packagemanager/rpm/RPMPackageManager.java (at line 260) fileList = 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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/linux/packagemanager/rpm/RPMPackageManager.java (at line 262) fileList.add(line); ^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/linux/packagemanager/rpm/RPMPackageManager.java (at line 264) fileList.add(line); ^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/linux/packagemanager/rpm/RPMPackageManager.java (at line 274) return 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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/linux/packagemanager/rpm/RPMPackageManager.java (at line 280) return 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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/linux/packagemanager/rpm/RPMPackageManager.java (at line 285) return 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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/linux/packagemanager/rpm/RPMPackageManager.java (at line 298) Iterator files = queryList(pack).iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/linux/packagemanager/rpm/RPMPackageManager.java (at line 317) Iterator files = queryList(pack).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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/packagemanager/PackageManager.java (at line 50) public List queryList(String pack); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/terminal/AbstractTerminalProvider.java (at line 30) Collection terminalReceivers = new HashSet(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/terminal/AbstractTerminalProvider.java (at line 30) Collection terminalReceivers = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/terminal/AbstractTerminalProvider.java (at line 33) terminalReceivers.add(receiver); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/terminal/AbstractTerminalProvider.java (at line 41) Iterator iterator = terminalReceivers.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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/terminal/AbstractTerminalProvider.java (at line 54) Iterator iterator = terminalReceivers.iterator(); ^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/terminal/AbstractTerminalProvider.java (at line 67) Iterator iterator = terminalReceivers.iterator(); ^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/vt100/CSIParameter.java (at line 47) private List parameters; ^^^^ 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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/vt100/CSIParameter.java (at line 64) parameters = 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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/vt100/CSIParameter.java (at line 102) parameters.add(nextCandidateParameter.toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/vt100/CSIParameter.java (at line 127) parameters.add(nextCandidateParameter.toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(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/results/plugins/org.eclipse.ptp.cell.utils/src/org/eclipse/ptp/cell/utils/vt100/CSIParameter.java (at line 187) public Iterator iterator() { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 34 problems (34 warnings)[50 .class files generated] # 4/28/10 7:08:35 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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[] ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/core/attributes/AttributeManager.java (at line 73) ArrayAttribute exAttr = (ArrayAttribute)map.get(def); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from IAttribute to ArrayAttribute ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/core/attributes/AttributeManager.java (at line 101) return (A) this.getAttribute(def.getId()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from IAttribute to A ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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[] ---------- 8 problems (8 warnings)[230 .class files generated] # 4/28/10 7:08:48 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/PBreakpointManager.java (at line 348) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 30 problems (30 warnings)[537 .class files generated] # 4/28/10 7:09:12 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. [32 .class files generated] # 4/28/10 7:09:14 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.debug.sdm.ui/src/org/eclipse/ptp/debug/sdm/internal/ui/SDMPage.java (at line 62) private String errMsg = null; ^^^^^^ The field SDMPage.errMsg is never read locally ---------- 1 problem (1 warning)[9 .class files generated] # 4/28/10 7:08:59 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 23) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 150) return new ExternalEditorInput(new LocalFileStorage(f.getFullPath().toFile())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ExternalEditorInput(IStorage) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 150) return new ExternalEditorInput(new LocalFileStorage(f.getFullPath().toFile())); ^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 166) return new ExternalEditorInput(new LocalFileStorage(fsfile)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ExternalEditorInput(IStorage) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 166) return new ExternalEditorInput(new LocalFileStorage(fsfile)); ^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 178) return new ExternalEditorInput((IStorage) element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ExternalEditorInput(IStorage) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 178) return new ExternalEditorInput((IStorage) element); ^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.debug.ui_3.4.0.v20080529-1300.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.debug.ui_3.4.0.v20080529-1300.jar ---------- ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.debug.ui_3.4.0.v20080529-1300.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.debug.ui_3.4.0.v20080529-1300.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.debug.ui_3.4.0.v20080529-1300.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.debug.ui_3.4.0.v20080529-1300.jar ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.debug.ui_3.4.0.v20080529-1300.jar ---------- ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.debug.ui_3.4.0.v20080529-1300.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.debug.ui_3.4.0.v20080529-1300.jar ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.debug.ui_3.4.0.v20080529-1300.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.debug.ui_3.4.0.v20080529-1300.jar ---------- 32 problems (32 warnings)[249 .class files generated] # 4/28/10 7:08:33 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. [1 .class file generated] # 4/28/10 7:09:07 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/internal/RuntimeProcess.java (at line 142) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/internal/ui/AbstractDebuggerTab.java (at line 116) wc.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/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/internal/ui/AbstractDebuggerTab.java (at line 196) config.setAttribute(IPTPLaunchConfigurationConstants.ATTR_DEBUGGER_SPECIFIC_ATTRS_MAP, (Map)null); ^^^ 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/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/rulesengine/DownloadBackAction.java (at line 14) import java.io.File; ^^^^^^^^^^^^ The import java.io.File is never used ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/rulesengine/DownloadBackAction.java (at line 16) import java.io.PrintWriter; ^^^^^^^^^^^^^^^^^^^ The import java.io.PrintWriter is never used ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/rulesengine/DownloadBackAction.java (at line 28) import org.eclipse.osgi.util.NLS; ^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.osgi.util.NLS is never used ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/rulesengine/DownloadBackAction.java (at line 31) import org.eclipse.ptp.launch.internal.LinuxPath; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.launch.internal.LinuxPath is never used ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/rulesengine/DownloadBackAction.java (at line 33) import org.eclipse.ptp.remote.core.exception.RemoteConnectionException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remote.core.exception.RemoteConnectionException is never used ---------- ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/rulesengine/DownloadRuleAction.java (at line 40) private DownloadBackRule downloadBackRule; ^^^^^^^^^^^^^^^^ The field DownloadRuleAction.downloadBackRule is never read locally ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/DownloadRuleDialog.java (at line 443) ArrayList list = new ArrayList(Arrays.asList(fileList.getItems())); ^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/DownloadRuleDialog.java (at line 443) 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 ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/DownloadRuleDialog.java (at line 443) ArrayList list = new ArrayList(Arrays.asList(fileList.getItems())); ^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/DownloadRuleDialog.java (at line 444) list.add(inputDialog.getValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) 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/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/DownloadRuleDialog.java (at line 446) 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 ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/DownloadRuleDialog.java (at line 475) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/DownloadRuleDialog.java (at line 475) 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 ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/DownloadRuleDialog.java (at line 475) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/DownloadRuleDialog.java (at line 482) 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 ---------- ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/EnhancedSynchronizeTab.java (at line 72) protected ArrayList rules = 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/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/EnhancedSynchronizeTab.java (at line 72) protected ArrayList rules = 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/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/EnhancedSynchronizeTab.java (at line 285) 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/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/EnhancedSynchronizeTab.java (at line 303) java.util.List list = configuration.getAttribute( ^^^^^^^^^^^^^^ List is a raw type. References to generic type List should be parameterized ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/EnhancedSynchronizeTab.java (at line 305) new ArrayList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/EnhancedSynchronizeTab.java (at line 307) for (Iterator iter = list.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/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/EnhancedSynchronizeTab.java (at line 310) rules.add(rule); ^^^^^^^^^^^^^^^ Type safety: The method add(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/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/EnhancedSynchronizeTab.java (at line 322) String plugid = PTPLaunchPlugin.getDefault().getUniqueIdentifier(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getUniqueIdentifier() from the type PTPLaunchPlugin should be accessed in a static way ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/EnhancedSynchronizeTab.java (at line 366) ArrayList list = 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/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/EnhancedSynchronizeTab.java (at line 366) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/EnhancedSynchronizeTab.java (at line 367) for (Iterator iter = rules.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/EnhancedSynchronizeTab.java (at line 369) list.add(rule.toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/EnhancedSynchronizeTab.java (at line 403) rules.add(newRule); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/EnhancedSynchronizeTab.java (at line 423) 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 ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/EnhancedSynchronizeTab.java (at line 437) HashSet set = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/EnhancedSynchronizeTab.java (at line 437) HashSet set = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/EnhancedSynchronizeTab.java (at line 440) 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 ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/EnhancedSynchronizeTab.java (at line 442) rules.removeAll(set); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection should be parameterized ---------- ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 302) class PathIterator implements Iterator { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 303) Iterator internalIterator; ^^^^^^^^ 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/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 305) public PathIterator(Iterator internalIterator) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 313) public PathIterator(java.util.List list) { ^^^^^^^^^^^^^^ List is a raw type. References to generic type List should be parameterized ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 349) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 349) 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 ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 349) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 350) for (Iterator iter = new PathIterator(fileDialog.getFileNames()); 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/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 373) fileSet.add(fullPath); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 378) 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 ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 394) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 394) 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 ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 394) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 411) fileSet.add(fullPath); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 414) 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 ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 438) ArrayList resourceList = 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/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 438) ArrayList resourceList = 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/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 439) for (Iterator iter = new PathIterator(fileList.getItems()); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 446) resourceList.add(resource); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 472) HashSet newFileList = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 472) HashSet newFileList = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 473) for (Iterator iter = new PathIterator(fileList.getItems()); iter.hasNext();) { ^^^^^^^^ 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/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 478) newFileList.add(path.toOSString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 487) newFileList.add(entry); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 491) 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 ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 503) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 503) 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 ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 503) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/UploadRuleDialog.java (at line 510) 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 ---------- ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 67 problems (67 warnings)[94 .class files generated] # 4/28/10 7:11:01 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf.parallel/src/org/eclipse/ptp/perf/parallel/ParallelPerformanceLaunchConfigurationDelegate.java (at line 29) import org.eclipse.ptp.launch.internal.ParallelLaunchConfigurationDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ParallelLaunchConfigurationDelegate is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/@dot ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf.parallel/src/org/eclipse/ptp/perf/parallel/ParallelPerformanceLaunchConfigurationDelegate.java (at line 37) public class ParallelPerformanceLaunchConfigurationDelegate extends ParallelLaunchConfigurationDelegate implements IPerformanceLaunchConfigurationConstants{ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ParallelLaunchConfigurationDelegate is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/@dot ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf.parallel/src/org/eclipse/ptp/perf/parallel/ParallelPerformanceLaunchConfigurationDelegate.java (at line 48) super.launch(configuration, mode, launchIn, monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor) from the type ParallelLaunchConfigurationDelegate is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.launch/@dot ---------- 3 problems (3 warnings)[5 .class files generated] # 4/28/10 7:11:04 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf.tau.papiselect/src/org/eclipse/ptp/perf/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/results/plugins/org.eclipse.ptp.perf.tau.papiselect/src/org/eclipse/ptp/perf/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/results/plugins/org.eclipse.ptp.perf.tau.papiselect/src/org/eclipse/ptp/perf/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/results/plugins/org.eclipse.ptp.perf.tau.papiselect/src/org/eclipse/ptp/perf/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] # 4/28/10 7:11:08 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. [4 .class files generated] # 4/28/10 7:11:10 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf.tau.perfdmf/src/org/eclipse/ptp/perf/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/results/plugins/org.eclipse.ptp.perf.tau.perfdmf/src/org/eclipse/ptp/perf/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/results/plugins/org.eclipse.ptp.perf.tau.perfdmf/src/org/eclipse/ptp/perf/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/results/plugins/org.eclipse.ptp.perf.tau.perfdmf/src/org/eclipse/ptp/perf/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/results/plugins/org.eclipse.ptp.perf.tau.perfdmf/src/org/eclipse/ptp/perf/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/results/plugins/org.eclipse.ptp.perf.tau.perfdmf/src/org/eclipse/ptp/perf/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/results/plugins/org.eclipse.ptp.perf.tau.perfdmf/src/org/eclipse/ptp/perf/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/results/plugins/org.eclipse.ptp.perf.tau.perfdmf/src/org/eclipse/ptp/perf/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] # 4/28/10 7:11:07 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf.tau.selinst/src/org/eclipse/ptp/perf/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf.tau.selinst/src/org/eclipse/ptp/perf/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf.tau.selinst/src/org/eclipse/ptp/perf/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf.tau.selinst/src/org/eclipse/ptp/perf/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf.tau.selinst/src/org/eclipse/ptp/perf/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/results/plugins/org.eclipse.ptp.perf.tau.selinst/src/org/eclipse/ptp/perf/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/results/plugins/org.eclipse.ptp.perf.tau.selinst/src/org/eclipse/ptp/perf/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf.tau.selinst/src/org/eclipse/ptp/perf/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf.tau.selinst/src/org/eclipse/ptp/perf/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf.tau.selinst/src/org/eclipse/ptp/perf/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf.tau.selinst/src/org/eclipse/ptp/perf/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/results/plugins/org.eclipse.ptp.perf.tau.selinst/src/org/eclipse/ptp/perf/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] # 4/28/10 7:12:35 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. [5 .class files generated] # 4/28/10 7:11:12 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf.tau/src/org/eclipse/ptp/perf/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/results/plugins/org.eclipse.ptp.perf.tau/src/org/eclipse/ptp/perf/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/results/plugins/org.eclipse.ptp.perf.tau/src/org/eclipse/ptp/perf/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/results/plugins/org.eclipse.ptp.perf.tau/src/org/eclipse/ptp/perf/tau/TAUPortalUploadDialog.java (at line 272) Class sslProvider=null; ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 4 problems (4 warnings)[33 .class files generated] # 4/28/10 7:10:56 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf.toolopts/src/org/eclipse/ptp/perf/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 ---------- 1 problem (1 warning)[18 .class files generated] # 4/28/10 7:10:58 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/internal/PerfBuilder.java (at line 248) IConfiguration selectedconf = null; ^^^^^^^^^^^^ The local variable selectedconf is never read ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/internal/PerfLauncher.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 ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/internal/PerformanceParametricLaunchManager.java (at line 608) argNames = configuration.getAttribute(IPerformanceLaunchConfigurationConstants.PARA_ARG_NAMES,(List) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/internal/PerformanceParametricLaunchManager.java (at line 608) argNames = configuration.getAttribute(IPerformanceLaunchConfigurationConstants.PARA_ARG_NAMES,(List) null); ^^^^ 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/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/internal/PerformanceParametricLaunchManager.java (at line 609) argVars = configuration.getAttribute(IPerformanceLaunchConfigurationConstants.PARA_ARG_VALUES, (List) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/internal/PerformanceParametricLaunchManager.java (at line 609) argVars = configuration.getAttribute(IPerformanceLaunchConfigurationConstants.PARA_ARG_VALUES, (List) null); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/internal/PerformanceParametricLaunchManager.java (at line 610) argBools = configuration.getAttribute(IPerformanceLaunchConfigurationConstants.PARA_ARG_BOOLS, (List) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/internal/PerformanceParametricLaunchManager.java (at line 610) argBools = configuration.getAttribute(IPerformanceLaunchConfigurationConstants.PARA_ARG_BOOLS, (List) null); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/internal/PerformanceParametricLaunchManager.java (at line 612) varNames = configuration.getAttribute(IPerformanceLaunchConfigurationConstants.PARA_VAR_NAMES, (List) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/internal/PerformanceParametricLaunchManager.java (at line 612) varNames = configuration.getAttribute(IPerformanceLaunchConfigurationConstants.PARA_VAR_NAMES, (List) null); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/internal/PerformanceParametricLaunchManager.java (at line 613) varVars = configuration.getAttribute(IPerformanceLaunchConfigurationConstants.PARA_VAR_VALUES, (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/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/internal/PerformanceParametricLaunchManager.java (at line 613) varVars = configuration.getAttribute(IPerformanceLaunchConfigurationConstants.PARA_VAR_VALUES, (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/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/internal/PerformanceParametricLaunchManager.java (at line 614) varBools = configuration.getAttribute(IPerformanceLaunchConfigurationConstants.PARA_VAR_BOOLS, (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/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/internal/PerformanceParametricLaunchManager.java (at line 614) varBools = configuration.getAttribute(IPerformanceLaunchConfigurationConstants.PARA_VAR_BOOLS, (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/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/internal/PerformanceParametricLaunchManager.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 ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/internal/PerformanceParametricLaunchManager.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 ---------- ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/ui/ParametricParameterTab.java (at line 63) private Text trial; ^^^^^ The field ParametricParameterTab.trial is never read locally ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/ui/ParametricParameterTab.java (at line 69) private ParametricParameterTab(){ ^^^^^^^^^^^^^^^^^^^^^^^^ The constructor ParametricParameterTab() is never used locally ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/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 ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/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 ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/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 ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/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 ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/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 ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/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 ---------- ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.perf/src/org/eclipse/ptp/perf/ui/PerformanceAnalysisTab.java (at line 30) import org.eclipse.debug.ui.ILaunchConfigurationTab; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.debug.ui.ILaunchConfigurationTab is never used ---------- 25 problems (25 warnings)[44 .class files generated] # 4/28/10 7:09:16 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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/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/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/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/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/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/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 ---------- ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 35 problems (35 warnings)[75 .class files generated] # 4/28/10 7:09:26 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. [1 .class file generated] # 4/28/10 7:09:38 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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] # 4/28/10 7:09:18 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. [14 .class files generated] # 4/28/10 7:09:19 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 70) 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/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 71) 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/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 71) 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/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 72) 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/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 82) 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/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 83) 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/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 83) 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/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 84) 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/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 94) 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/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 95) 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/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 95) 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/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 96) 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/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierMatching.java (at line 483) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierMatching.java (at line 484) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierMatching.java (at line 484) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierMatching.java (at line 485) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierMatching.java (at line 486) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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> ---------- 174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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/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 ---------- 193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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 ---------- 199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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/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 ---------- 203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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/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/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 ---------- 212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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/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 ---------- 215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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 ---------- 221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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 ---------- 225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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 ---------- 242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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 ---------- 245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 74) String parentAttr=IDs.parentAttribName; ^^^^^^^^^^ The local variable parentAttr is never read ---------- 250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 77) 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/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 78) 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/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 79) 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/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 80) 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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableErrorView.java (at line 44) import org.eclipse.jface.util.Assert; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.util.Assert is never used ---------- 273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableErrorView.java (at line 139) private String columnName_ = "Value"; ^^^^^^^^^^^ The field SimpleTreeTableErrorView.columnName_ is never read locally ---------- 274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableErrorView.java (at line 151) private String[] columnNames_; ^^^^^^^^^^^^ The field SimpleTreeTableErrorView.columnNames_ is never read locally ---------- 275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableErrorView.java (at line 358) ArrayList list = new ArrayList(); ^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableErrorView.java (at line 358) ArrayList list = new ArrayList(); ^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableErrorView.java (at line 371) list.add(marker); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableErrorView.java (at line 668) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableErrorView.java (at line 668) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableErrorView.java (at line 810) 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 ---------- 281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableErrorView.java (at line 825) for (Iterator iter = iconHash.values().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableErrorView.java (at line 1155) TreeColumn column; ^^^^^^ The local variable column is never read ---------- 283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableErrorView.java (at line 1382) Map attrs = marker.getAttributes(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableErrorView.java (at line 1383) Iterator iter = attrs.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableErrorView.java (at line 1385) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableErrorView.java (at line 1385) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableErrorView.java (at line 1491) private LinkedList list = new LinkedList(); ^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableErrorView.java (at line 1491) private LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableErrorView.java (at line 1494) list.addFirst(v); ^^^^^^^^^^^^^^^^ Type safety: The method addFirst(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableErrorView.java (at line 1590) int len = md1.length; ^^^ The local variable len is never read ---------- ---------- 291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 108) private String parentMarkerAttrib = "parent"; ^^^^^^^^^^^^^^^^^^ The field SimpleTreeTableMarkerView.parentMarkerAttrib is never read locally ---------- 292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 160) private String columnName_ = "Value"; ^^^^^^^^^^^ The field SimpleTreeTableMarkerView.columnName_ is never read locally ---------- 293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 172) private String[] columnNames_; ^^^^^^^^^^^^ The field SimpleTreeTableMarkerView.columnNames_ is never read locally ---------- 294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 442) private String getMyName(IMarker marker) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getMyName(IMarker) from the type SimpleTreeTableMarkerView.ViewContentProvider is never used locally ---------- 295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 767) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 767) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 911) 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 ---------- 298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 927) for (Iterator iter = iconHash.values().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1263) TreeColumn column; ^^^^^^ The local variable column is never read ---------- 300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1511) Map attrs = marker.getAttributes(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1512) Iterator iter = attrs.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1514) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1514) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1662) private LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1662) private LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1665) list.addFirst(v); ^^^^^^^^^^^^^^^^ Type safety: The method addFirst(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1767) int len = md1.length; ^^^ The local variable len is never read ---------- 307 problems (307 warnings)[123 .class files generated] # 4/28/10 7:09:24 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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/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/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/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/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/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/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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, 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/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 53) super(mpiIncludes, fileName, 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/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 24 problems (24 warnings)[16 .class files generated] # 4/28/10 7:09:27 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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/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/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/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/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/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/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 ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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 ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 19) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 30) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 43) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 69) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 70) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 134) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 138) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 143) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 147) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 151) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 155) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 159) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 163) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 167) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 171) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 175) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 309. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 310. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 310 problems (310 warnings)[58 .class files generated] # 4/28/10 7:09:33 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 123) 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/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 193) 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/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 193) 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/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 194) 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/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 195) 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/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 196) 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/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 197) 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/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 200) 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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 45 problems (45 warnings)[12 .class files generated] # 4/28/10 7:09:30 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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/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/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/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] # 4/28/10 7:09:22 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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/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/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/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/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/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] # 4/28/10 7:09:35 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. [30 .class files generated] # 4/28/10 7:08:29 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.proxy.protocol/src/org/eclipse/ptp/internal/proxy/event/ProxyMessageEvent.java (at line 24) import org.eclipse.ptp.proxy.event.IProxyMessageEvent.Level; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.proxy.event.IProxyMessageEvent.Level is never used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.proxy.protocol/src/org/eclipse/ptp/proxy/client/AbstractProxyClient.java (at line 74) private DebugOptions debugOptions; ^^^^^^^^^^^^ The field AbstractProxyClient.debugOptions is never read locally ---------- 2 problems (2 warnings)[215 .class files generated] # 4/28/10 7:09:43 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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.FileEncodingRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FileEncodingRegistry is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/IRemoteIndexerInfoProvider.java (at line 19) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/IRemoteIndexerInfoProvider.java (at line 19) import org.eclipse.cdt.internal.core.pdom.indexer.IndexerPreferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.internal.core.pdom.indexer.IndexerPreferences is never used ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/IRemoteIndexerInfoProvider.java (at line 20) import org.eclipse.ptp.rdt.core.ILanguagePropertyProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.rdt.core.ILanguagePropertyProvider is never used ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/IRemoteIndexerInfoProvider.java (at line 25) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/IRemoteIndexerInfoProvider.java (at line 84) FileEncodingRegistry getFileEncodingRegistry(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FileEncodingRegistry is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProvider.java (at line 25) import org.eclipse.cdt.internal.core.indexer.FileEncodingRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FileEncodingRegistry is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProvider.java (at line 46) private FileEncodingRegistry fFileEncodingRegistry; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FileEncodingRegistry is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProvider.java (at line 58) FileEncodingRegistry fileEncodingRegistry) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FileEncodingRegistry is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProvider.java (at line 139) public FileEncodingRegistry getFileEncodingRegistry() { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FileEncodingRegistry is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.indexer.FileEncodingRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FileEncodingRegistry is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 34) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 256) FileEncodingRegistry fileEncodingRegistry = null; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FileEncodingRegistry is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 258) fileEncodingRegistry = new FileEncodingRegistry(project.getDefaultCharset()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor FileEncodingRegistry(String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 258) fileEncodingRegistry = new FileEncodingRegistry(project.getDefaultCharset()); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FileEncodingRegistry is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 302) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 302) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 305) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 305) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 325) private static void registerFileEncoding(FileEncodingRegistry fileEncodingRegistry, ITranslationUnit tu, String filePath) throws CoreException { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FileEncodingRegistry is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 332) fileEncodingRegistry.registerFileEncoding(filePath, specificEncoding); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method registerFileEncoding(String, String) from the type FileEncodingRegistry is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 35) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 40) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteFastIndexer.java (at line 20) import org.eclipse.cdt.internal.core.pdom.indexer.AbstractPDOMIndexer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AbstractPDOMIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteFastIndexer.java (at line 21) import org.eclipse.cdt.internal.core.pdom.indexer.PDOMRebuildTask; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMRebuildTask is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteFastIndexer.java (at line 34) public class RemoteFastIndexer extends AbstractPDOMIndexer { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AbstractPDOMIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteFastIndexer.java (at line 41) IServiceConfiguration serviceConfig = smm.getActiveConfiguration(getProject().getProject()); ^^^^^^^^^^^^ Discouraged access: The method getProject() from the type AbstractPDOMIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteFastIndexer.java (at line 56) String pdomRebuildTask = PDOMRebuildTask.class.getName(); ^^^^^^^^^^^^^^^ Discouraged access: The type PDOMRebuildTask is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerProgress.java (at line 15) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerProgress.java (at line 43) public RemoteIndexerProgress(IndexerProgress info) { ^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerProgress.java (at line 44) fRequestedFilesCount= info.fRequestedFilesCount; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field fRequestedFilesCount from the type IndexerProgress is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerProgress.java (at line 45) fCompletedSources= info.fCompletedSources; ^^^^^^^^^^^^^^^^^ Discouraged access: The field fCompletedSources from the type IndexerProgress is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerProgress.java (at line 46) fCompletedHeaders= info.fCompletedHeaders; ^^^^^^^^^^^^^^^^^ Discouraged access: The field fCompletedHeaders from the type IndexerProgress is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerProgress.java (at line 47) fPrimaryHeaderCount= info.fPrimaryHeaderCount; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field fPrimaryHeaderCount from the type IndexerProgress is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerProgress.java (at line 56) public static IndexerProgress getIndexerProgress(RemoteIndexerProgress progress) { ^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerProgress.java (at line 57) IndexerProgress info = new 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerProgress.java (at line 57) IndexerProgress info = new IndexerProgress(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor IndexerProgress() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerProgress.java (at line 57) IndexerProgress info = new 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerProgress.java (at line 59) info.fRequestedFilesCount= progress.fRequestedFilesCount; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field fRequestedFilesCount from the type IndexerProgress is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerProgress.java (at line 60) info.fCompletedSources= progress.fCompletedSources; ^^^^^^^^^^^^^^^^^ Discouraged access: The field fCompletedSources from the type IndexerProgress is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerProgress.java (at line 61) info.fCompletedHeaders= progress.fCompletedHeaders; ^^^^^^^^^^^^^^^^^ Discouraged access: The field fCompletedHeaders from the type IndexerProgress is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerProgress.java (at line 62) info.fPrimaryHeaderCount= progress.fPrimaryHeaderCount; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field fPrimaryHeaderCount from the type IndexerProgress is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerTask.java (at line 13) import java.net.URI; ^^^^^^^^^^^^ The import java.net.URI is never used ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerTask.java (at line 20) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerTask.java (at line 21) import org.eclipse.cdt.utils.FileSystemUtilityManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.utils.FileSystemUtilityManager is never used ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerTask.java (at line 66) public IndexerProgress 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerTask.java (at line 85) IProject project = fIndexer.getProject().getProject(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getProject() from the type AbstractPDOMIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 83) import org.eclipse.cdt.internal.core.dom.parser.IASTAmbiguousDeclaration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 84) import org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPVisitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 85) import org.eclipse.cdt.internal.core.model.ASTStringUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 129) long startTime= System.currentTimeMillis(); ^^^^^^^^^ The local variable startTime is never read ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 218) problems= CPPVisitor.getProblems(ast); ^^^^^^^^^^ Discouraged access: The type CPPVisitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 218) problems= CPPVisitor.getProblems(ast); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getProblems(IASTTranslationUnit) from the type CPPVisitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 235) Include element= new Include(parent, ASTStringUtil.getSimpleName(name), inclusion.isSystemInclude()); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 235) Include element= new Include(parent, ASTStringUtil.getSimpleName(name), inclusion.isSystemInclude()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSimpleName(IASTName) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 255) Macro element= new Macro(parent, ASTStringUtil.getSimpleName(name)); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 255) Macro element= new Macro(parent, ASTStringUtil.getSimpleName(name)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSimpleName(IASTName) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 291) } else if (declaration instanceof IASTAmbiguousDeclaration) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 302) String[] parameterTypes= ASTStringUtil.getTemplateParameterArray(templateDeclaration.getTemplateParameters()); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 302) String[] parameterTypes= ASTStringUtil.getTemplateParameterArray(templateDeclaration.getTemplateParameters()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTemplateParameterArray(ICPPASTTemplateParameter[]) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 317) String[] parameterTypes= ASTStringUtil.getTemplateParameterArray(templateDeclaration.getTemplateParameters()); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 317) String[] parameterTypes= ASTStringUtil.getTemplateParameterArray(templateDeclaration.getTemplateParameters()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTemplateParameterArray(ICPPASTTemplateParameter[]) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 436) IASTDeclarator typeRelevant= CPPVisitor.findTypeRelevantDeclarator(declarator); ^^^^^^^^^^ Discouraged access: The type CPPVisitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 436) IASTDeclarator typeRelevant= CPPVisitor.findTypeRelevantDeclarator(declarator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method findTypeRelevantDeclarator(IASTDeclarator) from the type CPPVisitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 447) final String nsName= ASTStringUtil.getQualifiedName(name); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 447) final String nsName= ASTStringUtil.getQualifiedName(name); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getQualifiedName(IASTName) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 509) final String className= ASTStringUtil.getSimpleName(astClassName); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 509) final String className= ASTStringUtil.getSimpleName(astClassName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSimpleName(IASTName) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 539) final String enumName= ASTStringUtil.getSimpleName(astEnumName); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 539) final String enumName= ASTStringUtil.getSimpleName(astEnumName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSimpleName(IASTName) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 561) final Enumerator element= new Enumerator (enumarator, ASTStringUtil.getSimpleName(astEnumName)); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 561) final Enumerator element= new Enumerator (enumarator, ASTStringUtil.getSimpleName(astEnumName)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSimpleName(IASTName) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 603) final String className= ASTStringUtil.getSimpleName(astClassName); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 603) final String className= ASTStringUtil.getSimpleName(astClassName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSimpleName(IASTName) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 634) element.addSuperClass(ASTStringUtil.getSimpleName(baseName), visibility); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 634) element.addSuperClass(ASTStringUtil.getSimpleName(baseName), visibility); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSimpleName(IASTName) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 679) String name= ASTStringUtil.getSimpleName(astTypedefName); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 679) String name= ASTStringUtil.getSimpleName(astTypedefName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSimpleName(IASTName) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 683) String typeName= ASTStringUtil.getSignatureString(declSpecifier, declarator); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 683) String typeName= ASTStringUtil.getSignatureString(declSpecifier, declarator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSignatureString(IASTDeclSpecifier, IASTDeclarator) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 713) final String variableName= ASTStringUtil.getQualifiedName(astVariableName); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 713) final String variableName= ASTStringUtil.getQualifiedName(astVariableName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getQualifiedName(IASTName) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 726) newElement.setTypeName(ASTStringUtil.getSignatureString(specifier, declarator)); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 726) newElement.setTypeName(ASTStringUtil.getSignatureString(specifier, declarator)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSignatureString(IASTDeclSpecifier, IASTDeclarator) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 747) element.setTypeName(ASTStringUtil.getSignatureString(specifier, declarator)); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 747) element.setTypeName(ASTStringUtil.getSignatureString(specifier, declarator)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSignatureString(IASTDeclSpecifier, IASTDeclarator) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 783) final String functionName= ASTStringUtil.getSimpleName(name); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 783) final String functionName= ASTStringUtil.getSimpleName(name); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSimpleName(IASTName) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 784) final String[] parameterTypes= ASTStringUtil.getParameterSignatureArray(declarator); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 784) final String[] parameterTypes= ASTStringUtil.getParameterSignatureArray(declarator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getParameterSignatureArray(IASTFunctionDeclarator) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 785) final String returnType= ASTStringUtil.getReturnTypeString(declSpecifier, declarator); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 785) final String returnType= ASTStringUtil.getReturnTypeString(declSpecifier, declarator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getReturnTypeString(IASTDeclSpecifier, IASTFunctionDeclarator) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 814) scope= CPPVisitor.getContainingScope(simpleName); ^^^^^^^^^^ Discouraged access: The type CPPVisitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 814) scope= CPPVisitor.getContainingScope(simpleName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getContainingScope(IASTName) from the type CPPVisitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 823) methodName= ASTStringUtil.getSimpleName(name); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 823) methodName= ASTStringUtil.getSimpleName(name); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSimpleName(IASTName) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 825) methodName= ASTStringUtil.getQualifiedName(name); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 825) methodName= ASTStringUtil.getQualifiedName(name); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getQualifiedName(IASTName) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 867) isConstructor= CPPVisitor.isConstructor(scope, declarator); ^^^^^^^^^^ Discouraged access: The type CPPVisitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 867) isConstructor= CPPVisitor.isConstructor(scope, declarator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isConstructor(IScope, IASTDeclarator) from the type CPPVisitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 877) element= new FunctionTemplate(parent, ASTStringUtil.getSimpleName(name)); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 877) element= new FunctionTemplate(parent, ASTStringUtil.getSimpleName(name)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSimpleName(IASTName) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 880) element= new Function(parent, ASTStringUtil.getSimpleName(name)); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 880) element= new Function(parent, ASTStringUtil.getSimpleName(name)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSimpleName(IASTName) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 920) final String functionName= ASTStringUtil.getSimpleName(name); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 920) final String functionName= ASTStringUtil.getSimpleName(name); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSimpleName(IASTName) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 921) final String[] parameterTypes= ASTStringUtil.getParameterSignatureArray(declarator); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 921) final String[] parameterTypes= ASTStringUtil.getParameterSignatureArray(declarator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getParameterSignatureArray(IASTFunctionDeclarator) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 922) final String returnType= ASTStringUtil.getReturnTypeString(declSpecifier, declarator); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 922) final String returnType= ASTStringUtil.getReturnTypeString(declSpecifier, declarator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getReturnTypeString(IASTDeclSpecifier, IASTFunctionDeclarator) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 997) Using element= new Using(parent, ASTStringUtil.getQualifiedName(name), true); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 997) Using element= new Using(parent, ASTStringUtil.getQualifiedName(name), true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getQualifiedName(IASTName) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 1011) Using element= new Using(parent, ASTStringUtil.getSimpleName(name), false); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 1011) Using element= new Using(parent, ASTStringUtil.getSimpleName(name), false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSimpleName(IASTName) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 38) import org.eclipse.cdt.internal.core.model.CElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 39) import org.eclipse.cdt.internal.core.model.Enumeration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Enumeration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 40) import org.eclipse.cdt.internal.core.model.Enumerator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Enumerator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 41) import org.eclipse.cdt.internal.core.model.Field; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 42) import org.eclipse.cdt.internal.core.model.Function; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 43) import org.eclipse.cdt.internal.core.model.FunctionDeclaration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 44) import org.eclipse.cdt.internal.core.model.FunctionTemplate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 45) import org.eclipse.cdt.internal.core.model.FunctionTemplateDeclaration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FunctionTemplateDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 46) import org.eclipse.cdt.internal.core.model.Include; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Include is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 47) import org.eclipse.cdt.internal.core.model.Macro; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Macro is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 48) import org.eclipse.cdt.internal.core.model.Method; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 49) import org.eclipse.cdt.internal.core.model.MethodDeclaration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 50) import org.eclipse.cdt.internal.core.model.MethodTemplate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 51) import org.eclipse.cdt.internal.core.model.MethodTemplateDeclaration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 52) import org.eclipse.cdt.internal.core.model.Namespace; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Namespace is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 53) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 54) import org.eclipse.cdt.internal.core.model.SourceManipulation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SourceManipulation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 55) import org.eclipse.cdt.internal.core.model.Structure; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Structure is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 56) import org.eclipse.cdt.internal.core.model.StructureDeclaration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StructureDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 57) import org.eclipse.cdt.internal.core.model.StructureTemplate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StructureTemplate is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 58) import org.eclipse.cdt.internal.core.model.StructureTemplateDeclaration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StructureTemplateDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 59) import org.eclipse.cdt.internal.core.model.TranslationUnit; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 60) import org.eclipse.cdt.internal.core.model.TypeDef; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TypeDef is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 61) import org.eclipse.cdt.internal.core.model.Using; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 62) import org.eclipse.cdt.internal.core.model.Variable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 63) import org.eclipse.cdt.internal.core.model.VariableDeclaration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 64) import org.eclipse.cdt.internal.core.model.VariableTemplate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 81) private final TranslationUnit fTranslationUnit; ^^^^^^^^^^^^^^^ Discouraged access: The type TranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 90) public ModelBuilder(TranslationUnit tu, IProgressMonitor monitor) { ^^^^^^^^^^^^^^^ Discouraged access: The type TranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 91) fTranslationUnit= (TranslationUnit)tu; ^^^^^^^^^^^^^^^ Discouraged access: The type TranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 114) final List 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 373) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 374) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 375) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 18) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 32) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 34) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 37) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 38) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 38) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 38) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 38) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 38) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 42) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 43) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 43) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 43) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 43) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 43) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 50) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 58) protected boolean buildStructure(OpenableInfo info, IProgressMonitor pm, Map newElements, ^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 58) protected boolean buildStructure(OpenableInfo info, IProgressMonitor pm, 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 65) IModelBuilderService service = new RemoteModelBuilderServiceFactory().getModelBuilderService(getCProject() ^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 83) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 84) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 86) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 87) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 90) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 157) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 181) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 186) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 186) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 192) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 192) IndexBasedCodeReaderFactory ibcf= new IndexBasedCodeReaderFactory(index, pathResolver, linkageID, codeReaderFactory); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor IndexBasedCodeReaderFactory(IIndex, ASTFilePathResolver, int, ICodeReaderFactory) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 192) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 195) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 376) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 382) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 404) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/WorkingCopy.java (at line 14) 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/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 310. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 311. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 312. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 313. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 314. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 315. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 316. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 317. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 318. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 319. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 320. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 321. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 322. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 323. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 324. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 325. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 326. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 327. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 328. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 329. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 330. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 331. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 332. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 333. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 334. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 335. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 336. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 337. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 338. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 339. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 340. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 341. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 342. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 343. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 344. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 345. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 346. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 347. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 348. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 349. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 350. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 351. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 352. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 353. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 354. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 355. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 356. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 357. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 358. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 359. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 360. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 361. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 362. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 363. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 364. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 365. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 366. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 367. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 368. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 369. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 370. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 371. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 372. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 373. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 374. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 375. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 376. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 377. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 378. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 379. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 380. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 381. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/typehierarchy/THGraph.java (at line 179) private THGraph getOuterType() { ^^^^^^^^^^^^^^ The method getOuterType() from the type THGraph.StackElement is never used locally ---------- ---------- 382. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ProjectDescriptionCollector.java (at line 112) public List getCollectedScannerInfo(Object resource, ScannerInfoTypes type) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 383. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 384. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 255) IScannerConfigBuilderInfo2 scBuilderInfo = ScannerConfigProfileManager.createScannerConfigBuildInfo2(currProject, id); ^^^^^^^^^^^^^ The local variable scBuilderInfo is never read ---------- 385. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 266) ConsoleOutputSniffer sniffer = ScannerInfoUtility.createBuildOutputSniffer(currentStdOut, ^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 386. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 269) currentStdOut = (sniffer == null ? currentStdOut : 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 387. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 270) currentStdErr = (sniffer == null ? currentStdErr : 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 388. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 389. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 159) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 390. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 161) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 391. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 162) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 392. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 24) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 393. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 47) public static ConsoleOutputSniffer createBuildOutputSniffer(OutputStream outputStream, ^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 394. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 55) Map map = container.getInfoMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 395. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 56) List clParserList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 396. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 56) List clParserList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 397. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 91) return new ConsoleOutputSniffer(outputStream, errorStream, (IScannerInfoConsoleParser[])clParserList.toArray(new IScannerInfoConsoleParser[clParserList.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ConsoleOutputSniffer(OutputStream, OutputStream, IConsoleParser[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 398. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 91) return new ConsoleOutputSniffer(outputStream, errorStream, ^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 399. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 92) (IScannerInfoConsoleParser[])clParserList.toArray(new IScannerInfoConsoleParser[clParserList.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 400. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 100) Map map, ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 401. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 105) List parserList){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 402. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 150) parserList.add(clParser); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 403. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 41) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 404. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 270) String scheme = getString(theCommand, 2); ^^^^^^ The local variable scheme is never read ---------- 405. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 271) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 406. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 272) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 407. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 320) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 408. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 321) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 409. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 342) String scheme = getString(theCommand, 2); ^^^^^^ The local variable scheme is never read ---------- 410. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 343) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 411. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 344) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 412. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 365) String scheme = getString(theCommand, 2); ^^^^^^ The local variable scheme is never read ---------- 413. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 366) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 414. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 367) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 415. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 389) String scheme = getString(theCommand, 2); ^^^^^^ The local variable scheme is never read ---------- 416. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 390) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 417. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 391) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 418. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 415) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 419. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 416) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 420. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 452) String scheme = getString(theCommand, 2); ^^^^^^ The local variable scheme is never read ---------- 421. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 453) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 422. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 454) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 423. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 472) String scheme = getString(theCommand, 2); ^^^^^^ The local variable scheme is never read ---------- 424. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 473) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 425. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 474) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 426. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 493) String scheme = getString(theCommand, 2); ^^^^^^ The local variable scheme is never read ---------- 427. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 494) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 428. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 495) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 429. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 516) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 430. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 517) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 431. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 1198) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 432. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 1229) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 433. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 434. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 435. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 436. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 437. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 438. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 439. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 440. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 441. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 442. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 443. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 444. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 445. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 446. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 447. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 448. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 449. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 450. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 451. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 452. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 453. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 454. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 455. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 456. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 457. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 458. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 459. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 460. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 461. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 462. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 463. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 464. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 465. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 466. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 467. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 81) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 468. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 81) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 469. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 84) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 470. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 84) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 471. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 84) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 472. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 91) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 473. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 91) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 474. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 91) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 475. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 94) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 476. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 95) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 477. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 105) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 478. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 106) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 479. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 109) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 480. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 110) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 481. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 111) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 482. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 112) indexer.setFileEncodingRegistry(provider.getFileEncodingRegistry()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setFileEncodingRegistry(FileEncodingRegistry) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 483. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 115) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 484. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 115) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 485. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 115) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 486. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 120) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 487. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 120) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 488. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 122) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 489. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 122) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 490. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 127) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 491. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 127) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 492. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 127) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 493. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 129) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 494. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 132) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 495. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 154) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 496. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 160) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 497. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 160) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 498. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 164) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 499. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 192) indexer = new StandaloneFastIndexer(indexFile, locationConverter, linkageFactoryMap, null, null, LOG); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor StandaloneFastIndexer(File, IIndexLocationConverter, Map, FileEncodingRegistry, ILanguageMapper, IParserLogService) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 500. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 192) indexer = new StandaloneFastIndexer(indexFile, locationConverter, linkageFactoryMap, null, 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 501. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 239) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 502. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 239) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 503. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 246) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 504. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 246) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 505. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 246) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 506. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 252) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 507. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 252) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 508. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 252) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 509. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 252) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 510. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 511. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 512. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 513. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 514. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 515. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 516. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLanguageMapper.java (at line 26) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 517. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLanguageMapper.java (at line 36) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 518. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 519. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 520. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 521. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 522. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 523. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 524. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 525. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 526. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 527. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 528. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 529. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 530. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 531. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 532. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 533. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 534. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 535. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 536. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 537. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 538. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 539. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 540. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 541. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 542. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 543. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 544. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 545. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 546. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 547. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 548. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 549. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 550. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 551. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 552. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 553. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 554. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 555. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 556. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 557. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 558. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 559. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 560. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 561. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 562. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 563. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 564. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 565. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 566. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 567. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 568. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 569. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 570. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 571. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 572. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 573. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 574. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 575. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 576. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 577. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 578. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 579. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 580. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 581. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 582. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 583. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 584. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/SimpleLocationConverter.java (at line 18) import org.eclipse.core.runtime.IPath; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.IPath is never used ---------- 585. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/SimpleLocationConverter.java (at line 19) import org.eclipse.core.runtime.Path; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.Path is never used ---------- ---------- 586. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/StandaloneSavedCodeReaderFactory.java (at line 13) import org.eclipse.cdt.core.CCorePlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.CCorePlugin is never used ---------- 587. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/StandaloneSavedCodeReaderFactory.java (at line 20) import org.eclipse.cdt.internal.core.dom.SavedCodeReaderFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SavedCodeReaderFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 588. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/StandaloneSavedCodeReaderFactory.java (at line 20) import org.eclipse.cdt.internal.core.dom.SavedCodeReaderFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.internal.core.dom.SavedCodeReaderFactory is never used ---------- 589. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 590. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/StandaloneSavedCodeReaderFactory.java (at line 22) import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.Preferences is never used ---------- 591. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/StandaloneSavedCodeReaderFactory.java (at line 41) int size= CodeReaderCache.DEFAULT_CACHE_SIZE_IN_MB; ^^^^ The local variable size is never read ---------- 592. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/StandaloneSavedCodeReaderFactory.java (at line 44) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 593. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/StandaloneSavedCodeReaderFactory.java (at line 44) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 593 problems (593 warnings)[168 .class files generated] # 4/28/10 7:10:03 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. [5 .class files generated] # 4/28/10 7:12:40 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.managedbuilder.xlc.ui/src/RemoteConfigurationEnvironmentSupplier.java (at line 47) @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.managedbuilder.xlc.ui/src/org/eclipse/ptp/rdt/managedbuilder/xlc/ui/RemoteProjectEnvironmentSupplier.java (at line 43) @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") ---------- 2 problems (2 warnings)[8 .class files generated] # 4/28/10 7:09:41 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.services/src/org/eclipse/ptp/rdt/services/core/ServiceModelManager.java (at line 467) IMemento providerMemento = serviceMemento.createChild(PROVIDER_CONFIGURATION_ELEMENT_NAME); ^^^^^^^^^^^^^^^ The local variable providerMemento is never read ---------- 1 problem (1 warning)[38 .class files generated] # 4/28/10 7:09:51 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 25) import org.eclipse.cdt.managedbuilder.core.IManagedBuildInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.managedbuilder.core.IManagedBuildInfo is never used ---------- 289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 26) import org.eclipse.cdt.managedbuilder.core.ManagedBuildManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.managedbuilder.core.ManagedBuildManager is never used ---------- 290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 35) import org.eclipse.ptp.internal.rdt.core.callhierarchy.LocalCallHierarchyService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.internal.rdt.core.callhierarchy.LocalCallHierarchyService is never used ---------- 291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 36) import org.eclipse.ptp.internal.rdt.core.index.RemoteFastIndexer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.internal.rdt.core.index.RemoteFastIndexer is never used ---------- 292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 63) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 63) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 63) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 79) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 79) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 80) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 80) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 84) IProject project = elements[0].getCProject().getProject(); ^^^^^^^ The local variable project is never read ---------- 300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 99) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 102) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 102) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 103) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 103) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 104) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 104) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 309. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 310. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 311. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 312. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 313. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 314. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 315. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 316. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 317. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 318. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 319. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 320. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 321. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 322. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 323. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 324. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 325. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 326. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 327. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 328. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 329. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 330. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 331. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 332. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 333. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 334. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 335. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 336. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 337. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 338. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 339. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 340. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 341. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 342. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 343. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 344. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 345. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 346. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 347. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 348. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 349. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 350. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 351. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 352. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 353. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 354. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 355. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 356. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 357. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 358. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 359. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 360. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 361. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 362. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 363. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 364. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 365. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 366. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 367. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 368. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 369. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 370. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 371. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 372. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 373. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 374. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 375. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 376. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 377. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 378. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 379. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 380. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 381. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 382. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 383. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 384. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 385. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 386. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 387. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 388. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 389. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 390. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 391. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 392. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 393. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 394. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 395. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 396. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 397. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 398. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 399. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 400. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 401. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 402. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 403. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 404. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 405. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 406. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 407. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 408. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 409. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 410. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 411. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 412. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 413. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 414. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 415. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 416. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 417. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 418. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 419. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 420. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 421. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 422. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 423. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 424. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 425. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 426. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 427. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 428. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 429. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 430. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 431. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 432. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 433. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 434. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 435. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 436. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 437. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 438. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 439. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 440. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 441. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 442. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 443. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 444. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 445. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 446. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 447. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 448. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 449. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 450. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 451. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 452. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 453. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 454. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 455. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 456. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 457. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 458. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 459. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 460. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 461. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 462. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 463. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 49) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 464. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 52) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 465. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 52) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 466. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 56) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 467. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 468. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 469. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 470. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 471. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 472. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 473. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 474. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 475. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 476. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 477. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 478. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 479. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 480. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 280) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 481. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 280) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 482. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 280) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 483. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 282) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 484. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 283) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 485. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 285) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 486. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 286) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 487. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 488. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 489. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 490. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 491. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 492. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 493. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 494. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 495. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 496. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 497. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 498. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 499. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 500. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 501. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 502. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 503. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 47) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 504. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 55) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 505. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 58) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 506. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 68) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 507. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 85) : 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 508. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 92) : 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 509. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 101) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 510. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 113) return super.getAdapter(required); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getAdapter(Class) from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 511. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 122) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 512. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 124) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 513. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 125) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 514. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 126) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 515. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 126) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 516. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 128) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 517. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 128) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 518. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 129) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 519. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 132) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 520. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 141) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 521. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 143) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 522. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 143) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 523. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 151) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 524. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 152) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 525. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 166) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 526. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 171) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 527. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditorHelpContextProvider.java (at line 14) import org.eclipse.cdt.internal.ui.text.CWordFinder; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CWordFinder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 528. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditorHelpContextProvider.java (at line 15) import org.eclipse.cdt.internal.ui.util.CHelpDisplayContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHelpDisplayContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 529. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditorHelpContextProvider.java (at line 41) context= new CHelpDisplayContext(context, editor, selected); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CHelpDisplayContext(IContext, ITextEditor, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 530. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditorHelpContextProvider.java (at line 41) context= new CHelpDisplayContext(context, editor, selected); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHelpDisplayContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 531. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditorHelpContextProvider.java (at line 61) IRegion region = CWordFinder.findWord(document, selection.getOffset()); ^^^^^^^^^^^ Discouraged access: The type CWordFinder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 532. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditorHelpContextProvider.java (at line 61) IRegion region = CWordFinder.findWord(document, selection.getOffset()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method findWord(IDocument, int) from the type CWordFinder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 533. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 534. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 535. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 536. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 537. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 538. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 539. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 540. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 541. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 542. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 543. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 544. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 17) import org.eclipse.cdt.internal.ui.text.IColorManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IColorManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 545. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 546. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 27) public RemoteCSourceViewerConfiguration(IColorManager colorManager, ^^^^^^^^^^^^^ Discouraged access: The type IColorManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 547. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 548. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 549. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 41) if (fTextEditor != null) { ^^^^^^^^^^^ Discouraged access: The field fTextEditor from the type CSourceViewerConfiguration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 550. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 43) new RemoteCCompositeReconcilingStrategy(sourceViewer, fTextEditor, getConfiguredDocumentPartitioning(sourceViewer)); ^^^^^^^^^^^ Discouraged access: The field fTextEditor from the type CSourceViewerConfiguration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 551. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 43) new RemoteCCompositeReconcilingStrategy(sourceViewer, fTextEditor, getConfiguredDocumentPartitioning(sourceViewer)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getConfiguredDocumentPartitioning(ISourceViewer) from the type CSourceViewerConfiguration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 552. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 553. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 554. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 field fTextEditor from the type CSourceViewerConfiguration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 555. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 556. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 557. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 558. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 559. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 29) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 560. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 41) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 561. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 51) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 562. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 56) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 563. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 57) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 564. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 57) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 565. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 58) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 566. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 60) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 567. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 67) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 568. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 67) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 569. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 67) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 570. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 67) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 571. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 69) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 572. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 70) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 573. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 70) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 574. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 71) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 575. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 71) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 576. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 72) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 577. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 81) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 578. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 82) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 579. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 82) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 580. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 83) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 581. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 84) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 582. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 86) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 583. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 89) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 584. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 90) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 585. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 97) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 586. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 100) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 587. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 100) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 588. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 105) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 589. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 105) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 590. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 110) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 591. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 110) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 592. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 113) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 593. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 113) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 594. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 116) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 595. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 116) IBNode newnode= new IBNode(node, targetFile, directiveFile, include.getNameOffset(), include.getNameLength(), include.getIncludedBy().getTimestamp()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 596. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 116) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 597. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 120) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 598. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 121) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 599. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 132) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 600. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 601. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 602. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 603. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 604. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 605. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 606. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 607. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 608. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 609. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 610. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 611. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 612. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 613. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 614. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 615. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 616. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 617. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 618. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 619. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 620. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 621. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 622. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 623. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 624. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 625. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 626. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 627. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 628. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 629. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 630. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 631. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 632. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 633. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 634. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 635. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 636. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 637. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 638. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 639. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 640. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 641. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 642. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 643. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 644. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 645. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 646. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 647. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 648. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 649. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 62) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ IListAdapter is a raw type. References to generic type IListAdapter should be parameterized ---------- 650. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 651. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 652. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 653. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 654. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 655. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 656. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 657. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 658. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 659. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 660. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 661. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 662. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 663. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 664. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 665. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 666. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 667. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 668. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 669. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 670. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 671. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 672. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 673. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 674. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 675. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 676. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 677. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 678. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 679. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 680. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 681. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 682. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 683. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 684. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 685. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 686. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 687. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 688. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 689. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 690. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 691. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 692. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 693. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 694. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 695. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 696. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 697. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 698. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 699. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 700. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 701. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 702. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 703. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 704. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 705. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 706. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 707. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 708. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 709. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 710. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 711. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 712. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 713. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 714. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 715. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 716. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 717. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 718. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 719. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 720. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 721. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 722. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 723. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 724. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 725. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 726. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 727. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 728. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 729. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 730. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 731. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 732. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 733. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 734. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 735. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 736. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 737. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 738. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 47) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 739. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 127) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 740. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 138) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 741. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 141) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 742. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 158) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 743. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 184) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 744. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 184) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 745. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 193) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 746. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 193) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 747. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 221) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 748. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 221) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 749. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 228) if (!IndexUI.isIndexed(index, 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 750. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 228) if (!IndexUI.isIndexed(index, input)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isIndexed(IIndex, 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 751. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 229) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 752. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 229) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 753. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 277) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 754. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 277) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 755. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 298) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 756. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 358) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 757. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 358) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 758. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 395) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 759. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 395) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 760. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 430) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 761. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 442) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 762. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 442) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 763. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 450) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 764. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 450) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 765. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 451) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 766. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 451) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 767. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 451) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 768. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 451) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 769. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 451) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 770. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 451) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 771. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 454) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 772. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 454) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 773. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 462) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 774. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 462) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 775. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 463) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 776. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 463) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 777. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 463) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 778. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 463) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 779. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 463) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 780. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 463) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 781. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 468) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 782. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 469) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 783. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 469) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 784. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 470) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 785. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 475) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 786. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 475) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 787. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 486) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 788. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 486) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 789. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 487) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 790. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 487) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 791. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 487) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 792. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 487) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 793. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 487) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 794. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 487) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 795. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 492) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 796. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 493) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 797. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 493) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 798. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 494) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 799. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 499) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 800. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 499) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 801. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 510) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 802. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 510) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 803. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 511) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 804. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 511) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 805. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 511) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 806. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 511) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 807. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 511) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 808. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 511) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 809. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 517) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 810. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 524) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 811. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 525) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 812. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 530) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 813. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 533) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 814. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 533) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 815. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 534) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 816. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 534) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 817. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 535) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 818. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 535) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 819. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 539) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 820. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 539) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 821. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 545) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 822. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 545) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 823. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 546) fNextAction = new Action(IBMessages.IBViewPart_nextMatch_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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 824. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 546) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 825. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 552) fNextAction.setToolTipText(IBMessages.IBViewPart_nextMatch_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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 826. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IncludeBrowserUI.java (at line 29) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 827. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 828. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IncludeBrowserUI.java (at line 51) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 829. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IncludeBrowserUI.java (at line 51) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 830. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IncludeBrowserUI.java (at line 51) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 831. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IncludeBrowserUI.java (at line 51) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 832. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 833. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 834. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 835. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 836. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 837. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 838. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 839. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 840. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 841. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 842. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 843. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 844. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 845. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 846. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 847. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 848. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 849. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 850. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 851. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 852. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 853. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 854. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 855. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 856. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 857. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 858. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 859. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 860. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 861. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 862. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 863. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 864. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 865. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 866. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 867. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 868. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 869. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 870. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 871. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 872. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 873. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 874. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 875. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 876. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 877. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 878. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 879. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 880. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 881. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 882. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 883. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 884. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 885. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 886. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 887. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 888. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 889. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 890. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 891. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 892. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 893. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 894. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 895. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 896. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 897. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 898. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 899. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 900. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 901. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 902. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 903. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 904. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 905. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 906. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 907. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 908. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 909. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 910. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/LocalSearchService.java (at line 19) import org.eclipse.ptp.internal.rdt.core.miners.RemoteLocationConverter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.internal.rdt.core.miners.RemoteLocationConverter is never used ---------- ---------- 911. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 912. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 913. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 914. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 915. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 916. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 917. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 918. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 919. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 920. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 921. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 922. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 923. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 924. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 925. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 926. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 927. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 928. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 929. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 930. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 931. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 932. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 933. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 934. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 935. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 936. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 937. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 938. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 939. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 940. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 941. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 942. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 943. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 944. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 945. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 946. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 947. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 948. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 949. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 950. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 951. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 952. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 953. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 954. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 955. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 956. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 957. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 958. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 959. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 960. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 961. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 962. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 963. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 964. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 965. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 966. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 967. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 968. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 969. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 970. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 971. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 972. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 973. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 974. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 975. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 976. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 76) import org.eclipse.swt.widgets.Shell; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Shell is never used ---------- 977. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 101) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 978. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 101) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 979. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 102) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 980. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 102) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 981. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 103) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 982. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 103) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 983. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 104) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 984. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 104) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 985. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 105) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 986. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 105) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 987. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 106) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 988. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 106) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 989. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 107) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 990. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 107) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 991. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 108) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 992. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 108) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 993. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 109) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 994. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 109) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 995. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 110) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 996. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 110) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 997. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 111) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 998. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 111) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 999. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 112) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1000. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 112) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1001. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 117) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1002. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 117) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1003. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 118) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1004. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 118) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1005. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 119) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1006. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 119) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1007. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 120) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1008. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 120) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1009. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 121) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1010. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 121) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1011. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 122) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1012. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 122) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1013. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 123) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1014. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 123) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1015. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 124) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1016. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 124) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1017. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 125) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1018. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 125) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1019. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 126) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1020. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 126) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1021. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 127) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1022. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 127) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1023. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 128) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1024. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 128) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1025. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 135) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1026. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 135) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1027. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 136) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1028. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 136) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1029. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 137) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1030. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 137) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1031. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 138) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1032. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 138) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1033. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 188) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1034. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 188) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1035. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 201) List elements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1036. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 201) List elements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 1037. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 206) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1038. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 206) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1039. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 207) 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/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 210) elements.add(project); ^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 216) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1042. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 216) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1043. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 217) for (Iterator i = structuredSelection.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 1044. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 220) 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 ---------- 1045. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 222) elements.add(obj); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 1046. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 228) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1047. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 228) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1048. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 233) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1049. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 233) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1050. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 233) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1051. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 233) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1052. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 233) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1053. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 233) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1054. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 239) elements.add(project); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 1055. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 248) : (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 ---------- 1056. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 284) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1057. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 284) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1058. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 329) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1059. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 329) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1060. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 329) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1061. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 334) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1062. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 335) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1063. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 336) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1064. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 338) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1065. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 339) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1066. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 379) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1067. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 379) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1068. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 405) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1069. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 405) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1070. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 420) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1071. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1072. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1073. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1074. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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, Object, 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1075. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1076. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1077. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 20) import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 1078. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1079. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 26) import org.eclipse.core.resources.IProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.resources.IProject is never used ---------- 1080. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 32) import org.eclipse.ptp.internal.rdt.core.Serializer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.internal.rdt.core.Serializer is never used ---------- 1081. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 70) type = CSearchMessages.PDOMSearch_query_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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1082. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 70) type = CSearchMessages.PDOMSearch_query_refs_label; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearch_query_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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1083. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 72) type = CSearchMessages.PDOMSearch_query_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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1084. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 72) type = CSearchMessages.PDOMSearch_query_decls_label; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearch_query_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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1085. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 74) type = CSearchMessages.PDOMSearch_query_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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1086. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 74) type = CSearchMessages.PDOMSearch_query_defs_label; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearch_query_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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1087. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1088. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1089. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1090. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 1091. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1092. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1093. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1094. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 88) return extInput.getStorage().getFullPath().toOSString(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getStorage() from the type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1095. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 116) } 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1096. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 117) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1097. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 117) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1098. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 118) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1099. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 147) private Match[] computeContainedMatches(AbstractTextSearchResult result, String filename) throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method computeContainedMatches(AbstractTextSearchResult, String) from the type RemoteSearchResult is never used locally ---------- 1100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 232) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 232) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 232) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 232) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 1108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 1109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 1110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 1121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 1131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 1132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 1158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 1159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 1162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 1170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 1171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 1172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindAction.java (at line 29) import org.eclipse.ptp.internal.rdt.core.index.RemoteFastIndexer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.internal.rdt.core.index.RemoteFastIndexer is never used ---------- 1175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindAction.java (at line 45) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindAction.java (at line 64) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindAction.java (at line 73) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindAction.java (at line 73) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 1240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 1241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 1242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 1243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 33) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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.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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 73) super(CEditorMessages.getString("OpenDeclarations.dialog.title")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 73) super(CEditorMessages.getString("OpenDeclarations.dialog.title")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 96) setText(CEditorMessages.getString("OpenDeclarations.label")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 96) setText(CEditorMessages.getString("OpenDeclarations.label")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 97) setToolTipText(CEditorMessages.getString("OpenDeclarations.tooltip")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 97) setToolTipText(CEditorMessages.getString("OpenDeclarations.tooltip")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 98) setDescription(CEditorMessages.getString("OpenDeclarations.description")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 98) setDescription(CEditorMessages.getString("OpenDeclarations.description")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 204) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1309. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 204) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1310. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 232) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1311. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 232) target = OpenActionUtil.selectCElement(elements, getSite().getShell(), CEditorMessages.getString("OpenDeclarationsAction.dialog.title"), CEditorMessages.getString("OpenDeclarationsAction.selectMessage"), //$NON-NLS-1$ //$NON-NLS-2$ 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1312. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 233) CEditorMessages.getString("OpenDeclarationsAction.dialog.title"), CEditorMessages.getString("OpenDeclarationsAction.selectMessage"), //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1313. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 233) CEditorMessages.getString("OpenDeclarationsAction.dialog.title"), CEditorMessages.getString("OpenDeclarationsAction.selectMessage"), //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1314. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 233) CEditorMessages.getString("OpenDeclarationsAction.dialog.title"), CEditorMessages.getString("OpenDeclarationsAction.selectMessage"), //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1315. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 233) CEditorMessages.getString("OpenDeclarationsAction.dialog.title"), CEditorMessages.getString("OpenDeclarationsAction.selectMessage"), //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1316. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 255) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1317. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 255) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1318. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 320) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1319. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 320) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1320. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1321. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1322. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1323. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1324. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1325. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1326. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1327. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1328. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1329. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1330. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1331. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1332. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 1333. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 1334. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1335. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1336. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 1337. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1338. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1339. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1340. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1341. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1342. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1343. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1344. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 1345. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 1346. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1347. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1348. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1349. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1350. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1351. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1352. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1353. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1354. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1355. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1356. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1357. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1358. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1359. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1360. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1361. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1362. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1363. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1364. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1365. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1366. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1367. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1368. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1369. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1370. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 1371. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1372. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1373. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1374. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1375. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1376. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 30) import org.eclipse.ptp.internal.rdt.core.index.RemoteFastIndexer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.internal.rdt.core.index.RemoteFastIndexer is never used ---------- 1377. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 50) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1378. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 50) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1379. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 51) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1380. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 51) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1381. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 61) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1382. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 61) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1383. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 108) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1384. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 108) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1385. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 115) private Object getAdapter(Object object, Class desiredClass) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 1386. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1387. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1388. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 32) import org.eclipse.ptp.internal.rdt.core.index.RemoteFastIndexer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.internal.rdt.core.index.RemoteFastIndexer is never used ---------- 1389. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 60) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1390. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 60) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1391. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 60) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1392. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 76) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1393. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 76) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1394. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 77) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1395. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 77) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1396. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 96) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1397. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 99) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1398. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 99) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1399. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 100) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1400. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 100) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1401. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 101) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1402. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 101) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1403. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1404. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1405. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1406. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1407. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1408. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1409. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1410. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1411. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1412. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1413. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1414. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1415. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1416. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1417. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1418. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1419. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1420. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1421. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1422. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1423. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1424. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1425. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1426. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1427. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1428. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1429. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1430. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1431. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1432. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1433. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1434. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1435. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1436. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1437. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1438. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1439. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1440. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1441. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1442. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1443. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1444. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1445. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1446. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1447. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1448. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1449. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1450. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1451. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1452. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1453. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1454. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1455. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1456. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1457. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1458. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1459. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1460. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1461. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1462. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1463. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1464. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1465. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1466. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1467. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1468. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1469. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1470. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1471. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1472. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1473. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1474. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1475. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1476. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1477. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1478. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1479. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1480. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1481. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1482. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1483. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1484. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1485. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1486. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1487. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1488. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1489. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1490. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1491. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1492. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1493. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1494. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1495. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1496. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1497. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1498. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1499. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1500. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1501. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1502. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1503. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1504. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1505. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1506. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1507. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1508. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1509. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1510. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1511. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1512. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1513. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1514. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THDropTargetListener.java (at line 29) import org.eclipse.ptp.internal.rdt.core.index.RemoteFastIndexer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.internal.rdt.core.index.RemoteFastIndexer is never used ---------- 1515. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THDropTargetListener.java (at line 64) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1516. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THDropTargetListener.java (at line 64) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1517. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THDropTargetListener.java (at line 75) for (Iterator iter = ((IStructuredSelection)sel).iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 1518. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1519. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1520. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1521. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1522. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1523. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1524. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 43) import org.eclipse.ptp.internal.rdt.core.index.RemoteFastIndexer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.internal.rdt.core.index.RemoteFastIndexer is never used ---------- 1525. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 62) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1526. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 62) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1527. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 77) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1528. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 77) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1529. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 85) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1530. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 86) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1531. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 93) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1532. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 94) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1533. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 96) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1534. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 131) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1535. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 152) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1536. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 203) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1537. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 203) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1538. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 204) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1539. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 204) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1540. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 205) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1541. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 205) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1542. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 225) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1543. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 231) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1544. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 232) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1545. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 241) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1546. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 242) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1547. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 247) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1548. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 251) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1549. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 258) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1550. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 260) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1551. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 261) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1552. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 265) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1553. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 265) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1554. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 266) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1555. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 266) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1556. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 274) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1557. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 274) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1558. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 283) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1559. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 283) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1560. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 284) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1561. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 289) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1562. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 293) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1563. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 293) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1564. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 301) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1565. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 324) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1566. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 324) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1567. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 326) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1568. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 326) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1569. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 326) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1570. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 327) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1571. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 328) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1572. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 341) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1573. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 341) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1574. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 341) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1575. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 344) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1576. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 344) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1577. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 344) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1578. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 360) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1579. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 371) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1580. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 375) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1581. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 378) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1582. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 386) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1583. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 406) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1584. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 412) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1585. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 413) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1586. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 413) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1587. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 414) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1588. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 414) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1589. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 416) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1590. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 452) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1591. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1592. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1593. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1594. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1595. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1596. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1597. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1598. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1599. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1600. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1601. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1602. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1603. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1604. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1605. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1606. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1607. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1608. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1609. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1610. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1611. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1612. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1613. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1614. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1615. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1616. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 49) private ListDialogField fHistoryList; ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized ---------- 1617. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1618. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1619. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1620. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1621. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1622. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 61) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ IListAdapter is a raw type. References to generic type IListAdapter should be parameterized ---------- 1623. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1624. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 61) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ IListAdapter is a raw type. References to generic type IListAdapter should be parameterized ---------- 1625. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1626. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 62) public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized ---------- 1627. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1628. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 65) public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized ---------- 1629. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1630. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 69) public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized ---------- 1631. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1632. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1633. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1634. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1635. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1636. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 76) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ListDialogField(IListAdapter, String[], IBaseLabelProvider) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized ---------- 1637. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1638. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 76) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^ ListDialogField is a raw type. References to generic type ListDialogField should be parameterized ---------- 1639. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1640. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1641. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1642. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 78) fHistoryList.setElements(Arrays.asList(historyEntries)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setElements(List) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized ---------- 1643. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1644. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1645. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1646. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1647. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1648. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1649. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1650. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1651. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1652. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1653. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1654. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 117) fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeElements(List) belongs to the raw type ListDialogField. References to generic type ListDialogField should be parameterized ---------- 1655. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1656. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1657. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1658. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1659. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1660. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 129) List selected= fHistoryList.getSelectedElements(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1661. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1662. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1663. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1664. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1665. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1666. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1667. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1668. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1669. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1670. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1671. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1672. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1673. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1674. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1675. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1676. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1677. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1678. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1679. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1680. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1681. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1682. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1683. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1684. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1685. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1686. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1687. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1688. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1689. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1690. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1691. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1692. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1693. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1694. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1695. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1696. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1697. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1698. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1699. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1700. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1701. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1702. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1703. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1704. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1705. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1706. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1707. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1708. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1709. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1710. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1711. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1712. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1713. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1714. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1715. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1716. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1717. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1718. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1719. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1720. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1721. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1722. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1723. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1724. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1725. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1726. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1727. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/wizards/settings/IncludePathsSettingsProcessor.java (at line 27) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1728. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/wizards/settings/IncludePathsSettingsProcessor.java (at line 44) return CUIPlugin.getImageDescriptorRegistry().get(CPluginImages.DESC_OBJS_INCLUDES_FOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1729. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/wizards/settings/IncludePathsSettingsProcessor.java (at line 44) return CUIPlugin.getImageDescriptorRegistry().get(CPluginImages.DESC_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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1730. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/wizards/settings/IncludePathsSettingsProcessor.java (at line 44) return CUIPlugin.getImageDescriptorRegistry().get(CPluginImages.DESC_OBJS_INCLUDES_FOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field DESC_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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1731. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/wizards/settings/MacroSettingsProcessor.java (at line 32) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1732. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/wizards/settings/MacroSettingsProcessor.java (at line 50) return CUIPlugin.getImageDescriptorRegistry().get(CPluginImages.DESC_OBJS_MACRO); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1733. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/wizards/settings/MacroSettingsProcessor.java (at line 50) return CUIPlugin.getImageDescriptorRegistry().get(CPluginImages.DESC_OBJS_MACRO); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1734. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/wizards/settings/MacroSettingsProcessor.java (at line 50) return CUIPlugin.getImageDescriptorRegistry().get(CPluginImages.DESC_OBJS_MACRO); ^^^^^^^^^^^^^^^ Discouraged access: The field DESC_OBJS_MACRO from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1735. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/wizards/settings/ProjectSettingsWizardPage.java (at line 58) import org.eclipse.cdt.internal.ui.viewsupport.ListContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ListContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1736. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/wizards/settings/ProjectSettingsWizardPage.java (at line 228) projectViewer.setContentProvider(new ListContentProvider()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ListContentProvider() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1737. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/wizards/settings/ProjectSettingsWizardPage.java (at line 228) projectViewer.setContentProvider(new ListContentProvider()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ListContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1738. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/wizards/settings/ProjectSettingsWizardPage.java (at line 242) configViewer.setContentProvider(new ListContentProvider()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ListContentProvider() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1739. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/wizards/settings/ProjectSettingsWizardPage.java (at line 242) configViewer.setContentProvider(new ListContentProvider()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ListContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1740. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/wizards/settings/ProjectSettingsWizardPage.java (at line 337) settingsViewer.setContentProvider(new ListContentProvider()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ListContentProvider() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1741. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/wizards/settings/ProjectSettingsWizardPage.java (at line 337) settingsViewer.setContentProvider(new ListContentProvider()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ListContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1742. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1743. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.ui.editors_3.4.0.v20080603-2000.jar ---------- 1744. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/UIPlugin.java (at line 96) 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/results/eclipse/plugins/org.eclipse.ui.editors_3.4.0.v20080603-2000.jar ---------- 1745. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/UIPlugin.java (at line 96) 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/results/eclipse/plugins/org.eclipse.ui.editors_3.4.0.v20080603-2000.jar ---------- 1746. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/UIPlugin.java (at line 109) 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/results/eclipse/plugins/org.eclipse.ui.editors_3.4.0.v20080603-2000.jar ---------- 1747. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/UIPlugin.java (at line 109) 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/results/eclipse/plugins/org.eclipse.ui.editors_3.4.0.v20080603-2000.jar ---------- 1748. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/UIPlugin.java (at line 126) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1749. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/UIPlugin.java (at line 126) 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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1750. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1751. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1752. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1753. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1754. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1755. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1756. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1757. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1758. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1759. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1760. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1761. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1762. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1763. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1764. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 1765. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/serviceproviders/NullBuildServiceProvider.java (at line 16) import org.eclipse.ptp.rdt.services.core.ServiceProviderDescriptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.rdt.services.core.ServiceProviderDescriptor is never used ---------- 1766. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/serviceproviders/NullBuildServiceProvider.java (at line 20) import org.eclipse.ui.IMemento; ^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IMemento is never used ---------- ---------- 1767. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/ProjectChangeListener.java (at line 13) import java.net.URI; ^^^^^^^^^^^^ The import java.net.URI is never used ---------- 1768. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/ProjectChangeListener.java (at line 15) import org.eclipse.cdt.utils.FileSystemUtilityManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.utils.FileSystemUtilityManager is never used ---------- 1769. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/ProjectChangeListener.java (at line 22) import org.eclipse.core.resources.IWorkspaceRunnable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.resources.IWorkspaceRunnable is never used ---------- 1770. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/ProjectChangeListener.java (at line 23) import org.eclipse.core.resources.ResourcesPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.resources.ResourcesPlugin is never used ---------- ---------- 1771. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RemoteCIndexSubsystem.java (at line 31) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1772. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RemoteCIndexSubsystem.java (at line 304) String info = ParserMessages.getFormattedString("BaseProblemFactory.problemPattern", args); //$NON-NLS-1$ ^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1773. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RemoteCIndexSubsystem.java (at line 304) String info = ParserMessages.getFormattedString("BaseProblemFactory.problemPattern", args); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1774. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RemoteCIndexSubsystem.java (at line 306) info = ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.inclusionNotFound", info); //$NON-NLS-1$ ^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1775. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RemoteCIndexSubsystem.java (at line 306) info = ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.inclusionNotFound", info); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1776. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RemoteCIndexSubsystem.java (at line 308) info = ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.definitionNotFound", info); //$NON-NLS-1$ ^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1777. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RemoteCIndexSubsystem.java (at line 308) info = ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.definitionNotFound", info); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 1778. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 1779. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- 1780. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300.jar ---------- ---------- 1781. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ConvertToRemoteWizardPage.java (at line 23) import org.eclipse.core.internal.filesystem.local.LocalFile; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LocalFile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.core.filesystem_1.2.0.v20080604-1400.jar ---------- 1782. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ConvertToRemoteWizardPage.java (at line 128) if (!(fileStore instanceof LocalFile)) { ^^^^^^^^^ Discouraged access: The type LocalFile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.core.filesystem_1.2.0.v20080604-1400.jar ---------- ---------- 1783. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 1784. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 1785. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 1786. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 1787. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizard.java (at line 13) import org.eclipse.cdt.internal.ui.wizards.DefaultEntryDescriptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DefaultEntryDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1788. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizard.java (at line 55) EntryDescriptor entryDescriptor = new DefaultEntryDescriptor(ID + ".default", ID, //$NON-NLS-1$ EMPTY_PROJECT, false, handler, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor DefaultEntryDescriptor(String, String, String, boolean, CWizardHandler, Image) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- 1789. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizard.java (at line 55) EntryDescriptor entryDescriptor = new DefaultEntryDescriptor(ID + ".default", ID, //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DefaultEntryDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/eclipse/plugins/org.eclipse.cdt.ui_5.0.2.201003151528.jar ---------- ---------- 1790. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1791. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 20) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1792. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 34) import org.eclipse.core.resources.ICommand; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.resources.ICommand is never used ---------- 1793. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 36) import org.eclipse.core.resources.IProjectDescription; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.resources.IProjectDescription is never used ---------- 1794. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 60) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1795. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 60) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1796. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 60) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1797. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 124) StorableEnvironment 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1798. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 127) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1799. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 127) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1800. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 127) 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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 1801. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteServicesProviderSelectionDialog.java (at line 62) private String fConfigLocation; ^^^^^^^^^^^^^^^ The field RemoteServicesProviderSelectionDialog.fConfigLocation is never read locally ---------- ---------- 1802. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ServiceModelWizardPage.java (at line 33) import org.eclipse.swt.widgets.Event; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Event is never used ---------- 1803. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ServiceModelWizardPage.java (at line 34) import org.eclipse.swt.widgets.Listener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Listener is never used ---------- ---------- 1804. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1805. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.rse.connectorservice.dstore_3.0.2.v200907312035.jar ---------- 1806. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.rse.connectorservice.dstore_3.0.2.v200907312035.jar ---------- 1807. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1808. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1809. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1810. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 1810 problems (1810 warnings)[305 .class files generated] # 4/28/10 7:12:37 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. [4 .class files generated] # 4/28/10 7:08:26 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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)[30 .class files generated] # 4/28/10 7:10:26 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remote.remotetools.core/src/org/eclipse/ptp/remote/remotetools/core/environment/PTPTargetControl.java (at line 85) configFactory = new ConfigFactory(targetElement.getAttributes()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.remote.remotetools.core/src/org/eclipse/ptp/remote/remotetools/core/environment/PTPTargetControl.java (at line 307) configFactory = new ConfigFactory(targetElement.getAttributes()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 2 problems (2 warnings)[20 .class files generated] # 4/28/10 7:10:28 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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/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/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/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/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)[15 .class files generated] # 4/28/10 7:10:32 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remote.rse.core/src/org/eclipse/ptp/remote/rse/core/RSEServices.java (at line 15) import org.eclipse.core.runtime.jobs.Job; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.jobs.Job is never used ---------- 1 problem (1 warning)[13 .class files generated] # 4/28/10 7:10:37 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. [7 .class files generated] # 4/28/10 7:08:27 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. [23 .class files generated] # 4/28/10 7:10:08 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/RemotetoolsPlugin.java (at line 118) 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/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/RemotetoolsPlugin.java (at line 119) 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/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/RemotetoolsPlugin.java (at line 119) 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/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/RemotetoolsPlugin.java (at line 119) 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/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteCopyTools.java (at line 20) import org.eclipse.ptp.remotetools.exception.RemoteExecutionException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remotetools.exception.RemoteExecutionException is never used ---------- ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteDirectory.java (at line 16) import org.eclipse.ptp.remotetools.exception.RemoteOperationException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remotetools.exception.RemoteOperationException is never used ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteFile.java (at line 14) import org.eclipse.ptp.remotetools.exception.CancelException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remotetools.exception.CancelException is never used ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteFile.java (at line 15) import org.eclipse.ptp.remotetools.exception.RemoteConnectionException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remotetools.exception.RemoteConnectionException is never used ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteFile.java (at line 16) import org.eclipse.ptp.remotetools.exception.RemoteOperationException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remotetools.exception.RemoteOperationException is never used ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteFileTools.java (at line 14) import java.util.Enumeration; ^^^^^^^^^^^^^^^^^^^^^ The import java.util.Enumeration is never used ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteFileTools.java (at line 18) import org.eclipse.ptp.remotetools.exception.RemoteExecutionException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remotetools.exception.RemoteExecutionException is never used ---------- ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteItem.java (at line 16) import org.eclipse.ptp.remotetools.exception.RemoteExecutionException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remotetools.exception.RemoteExecutionException is never used ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteStatusTools.java (at line 69) public Set getRemotePortsInUse(int protocol) throws RemoteConnectionException, RemoteOperationException, CancelException; ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteStatusTools.java (at line 99) public Set getGroupIDSet() throws RemoteConnectionException, RemoteOperationException, CancelException; ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/common/RemoteScript.java (at line 32) private List environment; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/common/RemoteScript.java (at line 50) environment = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/common/RemoteScript.java (at line 62) environment.add(variable); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/common/RemoteScript.java (at line 66) this.environment.addAll(Arrays.asList(environment)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/common/RemoteScript.java (at line 134) Iterator it = environment.iterator(); ^^^^^^^^ 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/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 ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 72) private ArrayList executionManagers; ^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 76) Set tunnels; ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 81) Set executions; ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 90) Hashtable activeProcessTable; ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 107) ArrayList connectionPool = 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/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 107) ArrayList connectionPool = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 122) HashMap channelToConnectioPool; ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 249) connectionPool = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 251) connectionPool.add(slot); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 253) executionManagers = 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/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 254) tunnels = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 255) executions = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 256) activeProcessTable = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 257) channelToConnectioPool = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 268) executionManagers.add(e); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 286) Iterator iterator = executionManagers.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 311) Iterator iterator = connectionPool.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 437) Iterator iterator = connectionPool.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 458) channelToConnectioPool.put(channel, suggestedSlot); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 514) tunnels.add(tunnel); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 564) activeProcessTable.put(new Integer(killableExecution.getInternaID()), killableExecution); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 620) connectionPool.add(slot); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 644) Hashtable config=new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 644) Hashtable config=new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 645) config.put("cipher.s2c", cipherType); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 646) config.put("cipher.c2s", cipherType); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/Connection.java (at line 669) Iterator iterator = connectionPool.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/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 ---------- ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CopyTools.java (at line 24) import org.eclipse.ptp.remotetools.RemotetoolsPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remotetools.RemotetoolsPlugin is never used ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CopyTools.java (at line 170) Enumeration enumeration; ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CopyTools.java (at line 213) Enumeration enumeration; ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/ExecutionManager.java (at line 40) Set tunnels = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/ExecutionManager.java (at line 40) Set tunnels = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/ExecutionManager.java (at line 45) Set executions = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/ExecutionManager.java (at line 45) Set executions = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/ExecutionManager.java (at line 131) Iterator operationEnum = executions.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/ExecutionManager.java (at line 161) Iterator iterator = tunnels.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/ExecutionManager.java (at line 175) Iterator iterator = executions.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/ExecutionManager.java (at line 252) tunnels.add(tunnel); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/ExecutionManager.java (at line 289) executions.add(operation); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/ExecutionObserver.java (at line 60) Iterator operationEnum = connection.activeProcessTable.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/ExecutionObserver.java (at line 64) Entry e = (Entry) o; ^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/ExecutionObserver.java (at line 64) Entry e = (Entry) o; ^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/FileTools.java (at line 45) public Set cachedGroupIDSet; ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/FileTools.java (at line 253) Vector files; ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/FileTools.java (at line 262) List result = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/FileTools.java (at line 262) List result = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/FileTools.java (at line 263) Enumeration enumeration = files.elements(); ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/FileTools.java (at line 273) result.add(new RemoteDirectory(this, pathName, entry.getAttrs())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/FileTools.java (at line 275) result.add(new RemoteFile(this, pathName, entry.getAttrs())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/FileTools.java (at line 280) result.toArray(resultArray); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/PortForwardingTools.java (at line 13) import java.util.HashSet; ^^^^^^^^^^^^^^^^^ The import java.util.HashSet is never used ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/PortForwardingTools.java (at line 14) import java.util.Hashtable; ^^^^^^^^^^^^^^^^^^^ The import java.util.Hashtable is never used ---------- ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteDirectory.java (at line 17) import org.eclipse.ptp.remotetools.exception.RemoteOperationException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remotetools.exception.RemoteOperationException is never used ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteDirectory.java (at line 20) import com.jcraft.jsch.ChannelSftp.LsEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import com.jcraft.jsch.ChannelSftp.LsEntry is never used ---------- ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteFile.java (at line 16) import org.eclipse.ptp.remotetools.exception.CancelException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remotetools.exception.CancelException is never used ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteFile.java (at line 17) import org.eclipse.ptp.remotetools.exception.RemoteConnectionException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remotetools.exception.RemoteConnectionException is never used ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteFile.java (at line 18) import org.eclipse.ptp.remotetools.exception.RemoteOperationException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remotetools.exception.RemoteOperationException is never used ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteFile.java (at line 21) import com.jcraft.jsch.ChannelSftp.LsEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import com.jcraft.jsch.ChannelSftp.LsEntry is never used ---------- ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteFileRecursiveEnumeration.java (at line 15) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteFileRecursiveEnumeration.java (at line 30) Stack directories; ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteFileRecursiveEnumeration.java (at line 33) LinkedList currentExceptions = 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/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteFileRecursiveEnumeration.java (at line 33) LinkedList currentExceptions = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteFileRecursiveEnumeration.java (at line 40) directories = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteFileRecursiveEnumeration.java (at line 41) directories.add(root); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteFileRecursiveEnumeration.java (at line 62) currentExceptions = new LinkedList(); ^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteFileRecursiveEnumeration.java (at line 63) currentExceptions.addLast(e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addLast(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteFileRecursiveEnumeration.java (at line 66) currentExceptions = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteFileRecursiveEnumeration.java (at line 67) currentExceptions.addLast(e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addLast(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/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteFileRecursiveEnumeration.java (at line 70) currentExceptions.addLast(e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addLast(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteFileRecursiveEnumeration.java (at line 78) directories.add(directory.getPath()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteItem.java (at line 24) import com.jcraft.jsch.ChannelSftp.LsEntry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import com.jcraft.jsch.ChannelSftp.LsEntry is never used ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteItem.java (at line 127) Set groupIDSet = fileTools.cachedGroupIDSet; ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteItem.java (at line 178) Set groupIDSet = fileTools.cachedGroupIDSet; ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/RemoteItem.java (at line 212) Set groupIDSet = fileTools.cachedGroupIDSet; ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/StatusTools.java (at line 51) Set groupIDSet; ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/StatusTools.java (at line 54) public UserInformation(Integer userID, Set groupIDSet, String username) { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/StatusTools.java (at line 80) public Set getRemotePortsInUse(int protocol) throws RemoteConnectionException, RemoteOperationException, CancelException { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/StatusTools.java (at line 89) HashSet portSet = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/StatusTools.java (at line 89) HashSet portSet = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/StatusTools.java (at line 134) portSet.add(Integer.valueOf(allocedPort, 16)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/StatusTools.java (at line 146) private static int PASSWD_HOMEDIR_FIELD = 5; ^^^^^^^^^^^^^^^^^^^^ The field StatusTools.PASSWD_HOMEDIR_FIELD is never read locally ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/StatusTools.java (at line 155) public Set getGroupIDSet() throws RemoteConnectionException, RemoteOperationException, CancelException { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/StatusTools.java (at line 173) private Set getGroupIDSet_CatBased() throws RemoteConnectionException, RemoteOperationException, CancelException { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/StatusTools.java (at line 173) private Set getGroupIDSet_CatBased() throws RemoteConnectionException, RemoteOperationException, CancelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getGroupIDSet_CatBased() from the type StatusTools is never used locally ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/StatusTools.java (at line 177) Set groupIDSet = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/StatusTools.java (at line 177) Set groupIDSet = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/StatusTools.java (at line 181) groupIDSet.add(new Integer(Integer.parseInt(strPasswdGroupID))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/StatusTools.java (at line 201) groupIDSet.add(new Integer(Integer.parseInt(groupFields[GROUP_GROUPID_FIELD].trim()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 128 problems (128 warnings)[70 .class files generated] # 4/28/10 7:10:12 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/EnvironmentPlugin.java (at line 59) public Map getControls() { ^^^ 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/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/EnvironmentPlugin.java (at line 60) final Map controls = new HashMap(); ^^^ 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/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/EnvironmentPlugin.java (at line 60) final Map controls = 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/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/EnvironmentPlugin.java (at line 69) controls.put(member.getAttribute("name"),mprovider); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/EnvironmentPlugin.java (at line 118) public synchronized void destroyTypeElements(Class extensionClass) { ^^^^^ 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/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/EnvironmentPlugin.java (at line 121) List typeList = getTargetsManager().getTypeElements(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/EnvironmentPlugin.java (at line 122) for(Iterator typeIt = typeList.iterator(); typeIt.hasNext();) { ^^^^^^^^ 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/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/EnvironmentPlugin.java (at line 129) List elemList = typeElement.getElements(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/EnvironmentPlugin.java (at line 130) for(Iterator elemIt = elemList.iterator(); elemIt.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/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 ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/SSHTargetControl.java (at line 50) private Map remoteJobs; ^^^ 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/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/SSHTargetControl.java (at line 60) private Set jobListeners = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/SSHTargetControl.java (at line 60) private Set jobListeners = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/SSHTargetControl.java (at line 195) jobListeners.add(listener); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/SSHTargetControl.java (at line 213) remoteJobs.put(job, controlledJob); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/SSHTargetControl.java (at line 219) for (Iterator listenerIterator = jobListeners.iterator(); listenerIterator.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/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/SSHTargetControl.java (at line 233) for (Iterator listenerIterator = jobListeners.iterator(); listenerIterator.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/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/SSHTargetControl.java (at line 258) remoteJobs.keySet().toArray(array); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/SSHTargetControl.java (at line 334) remoteJobs = 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/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/SSHTargetControl.java (at line 442) Iterator iterator = remoteJobs.keySet().iterator(); ^^^^^^^^ 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/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/ITargetElement.java (at line 22) public abstract Map getAttributes(); ^^^ 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/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/ITargetElement.java (at line 24) public abstract void setAttributes(Map attributes); ^^^ 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/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetElement.java (at line 30) private Map attributes; ^^^ 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/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetElement.java (at line 43) public TargetElement(TargetTypeElement type, String name, Map attrs, String id) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetElement.java (at line 50) public void update(Map attr) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetElement.java (at line 67) public Map getAttributes() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetElement.java (at line 74) public void setAttributes(Map attributes) { ^^^ 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/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 ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 59) private List targetTypeElements; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 60) private List eventListeners = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 60) private List eventListeners = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 61) private List modelChangedListeners = 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/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 61) private List modelChangedListeners = 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/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 63) private TargetEnvironmentEventManager manager; ^^^^^^^ The field TargetEnvironmentManager.manager is never read locally ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 65) private Map storedCypherEnvToKeyMap; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 70) Map targets = EnvironmentPlugin.getDefault().getControls(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 71) targetTypeElements = 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/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 75) Map cypherEnvTypeMap = Platform.getAuthorizationInfo(pluginURL, "", ""); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 78) storedCypherEnvToKeyMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 97) Iterator keys = targets.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 98) Set cipherKeySet = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 98) Set cipherKeySet = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 102) targetTypeElements.add(new TargetTypeElement(name,env,this)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 110) List keyList = Arrays.asList(controlKeysCypher); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 111) cipherKeySet.addAll(keyList); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 115) storedCypherEnvToKeyMap.put(name, cipherKeySet); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 120) public Map initContentFromFile(XMLMemento memento,Map targets, Map cypherEnvTypeMap) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 120) public Map initContentFromFile(XMLMemento memento,Map targets, Map cypherEnvTypeMap) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 120) public Map initContentFromFile(XMLMemento memento,Map targets, Map cypherEnvTypeMap) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 127) Map cypherConfigNameMap = null; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 129) if(cypherEnvTypeMap != null) cypherConfigNameMap = (Map)cypherEnvTypeMap.get(name); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 132) Set cipherKeySet = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 132) Set cipherKeySet = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 139) List keyList = Arrays.asList(controlKeysCypher); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 140) cipherKeySet.addAll(keyList); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 144) storedCypherEnvToKeyMap.put(name, cipherKeySet); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 151) Map attrsElement = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 151) Map attrsElement = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 154) attrsElement.put(controlKeys[k],childrenElements[j].getString(controlKeys[k])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 158) Map cypherPasswdKeyMap = null; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 160) if(cypherConfigNameMap != null) cypherPasswdKeyMap = (Map)cypherConfigNameMap.get(nameElement); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 167) attrsElement.put(controlKeysCypher[k], ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 169) attrsElement.put(controlKeysCypher[k], cypherPasswdKeyMap.get(controlKeysCypher[k])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 172) cipherKeySet.add(controlKeysCypher[k]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 192) targetTypeElements.add(typeElement); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 204) Map cypherEnvTypeMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 204) Map cypherEnvTypeMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 207) Iterator iterator = targetTypeElements.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 215) Map cypherConfigNameMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 215) Map cypherConfigNameMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 218) Set cypherKeySet = (Set)storedCypherEnvToKeyMap.get(type.getName()); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 218) Set cypherKeySet = (Set)storedCypherEnvToKeyMap.get(type.getName()); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 220) Iterator elements = type.getElements().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 226) Map elementAttr = element.getAttributes(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 229) Map cypherPasswdKeyMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 229) Map cypherPasswdKeyMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 231) Iterator attrKeys = elementAttr.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 237) cypherPasswdKeyMap.put(key, (String) elementAttr.get(key)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 248) cypherConfigNameMap.put(element.getName(), cypherPasswdKeyMap); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 251) cypherEnvTypeMap.put(type.getName(), cypherConfigNameMap); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 273) public List getTypeElements() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 278) List rsp = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 278) List rsp = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 279) Iterator i = targetTypeElements.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 281) rsp.addAll( ((TargetTypeElement)i.next()).getElements() ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 287) rspObj = (ITargetElement[])rsp.toArray(new ITargetElement[]{}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 302) eventListeners.add (listener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 328) modelChangedListeners.add (listener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 347) Iterator i = modelChangedListeners.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 382) Iterator i = eventListeners.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 412) List names = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 412) List names = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 417) names.add(element.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentManager.java (at line 421) return (String[]) names.toArray(new String[]{}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetTypeElement.java (at line 30) private List elements; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetTypeElement.java (at line 36) this.elements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetTypeElement.java (at line 41) public List getElements() { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetTypeElement.java (at line 46) this.elements.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 130 problems (130 warnings)[38 .class files generated] # 4/28/10 7:10:23 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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] # 4/28/10 7:10:17 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 74) public Set progressListeners = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 74) public Set progressListeners = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 84) List extraSynchronizationRules = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 84) List extraSynchronizationRules = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 121) Iterator iterator = progressListeners.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 129) Iterator iterator = progressListeners.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 319) List rules_tmp = new ArrayList(Arrays.asList(configuration.getSynchronizationRulesArray())); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 319) 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 ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 319) List rules_tmp = new ArrayList(Arrays.asList(configuration.getSynchronizationRulesArray())); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 320) rules_tmp.addAll(extraSynchronizationRules); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 321) 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 ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 467) ArrayList commandsList = new ArrayList(Arrays.asList(launchScript)); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 467) 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 ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 467) ArrayList commandsList = new ArrayList(Arrays.asList(launchScript)); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 470) 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 ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 474) 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 ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 477) 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 ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 723) progressListeners.add(progressListener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 795) extraSynchronizationRules.add(rule); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/UploadRuleAction.java (at line 15) 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/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/UploadRuleAction.java (at line 17) import java.util.Enumeration; ^^^^^^^^^^^^^^^^^^^^^ The import java.util.Enumeration is never used ---------- ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/eclipse/plugins/org.eclipse.cdt.core_5.0.3.201003151528.jar ---------- ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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 ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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 ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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 ---------- 186 problems (186 warnings)[85 .class files generated] # 4/28/10 7:10:15 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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] # 4/28/10 7:10:06 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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/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/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/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/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] # 4/28/10 7:10:05 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. [11 .class files generated] # 4/28/10 7:09:05 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.core/src/org/eclipse/ptp/rm/core/rmsystem/AbstractEffectiveToolRMConfiguration.java (at line 34) private AbstractToolRMConfiguration configuration; ^^^^^^^^^^^^^ The field AbstractEffectiveToolRMConfiguration.configuration is never read locally ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.core/src/org/eclipse/ptp/rm/core/rtsystem/AbstractToolRuntimeSystem.java (at line 119) private boolean eventsEnabled = false; ^^^^^^^^^^^^^ The field AbstractToolRuntimeSystem.eventsEnabled is never read locally ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.core/src/org/eclipse/ptp/rm/core/rtsystem/AbstractToolRuntimeSystemJob.java (at line 81) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 3 problems (3 warnings)[23 .class files generated] # 4/28/10 7:10:40 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. [7 .class files generated] # 4/28/10 7:10:39 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. [1 .class file generated] # 4/28/10 7:10:44 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 132) private static final String LL_PTP_MAX_INT = "LL_PTP_MAX_INT"; ^^^^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.LL_PTP_MAX_INT is never read locally ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 179) private TextRowWidget llComment = null; ^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llComment is never read locally ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 186) private ComboRowWidget llLargePage = null; ^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llLargePage is never read locally ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 190) private TextRowWidget llRequirements = null; ^^^^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llRequirements is never read locally ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 194) private TextRowWidget llResources = null; ^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llResources is never read locally ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 llError = null; ^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llError is never read locally ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 llInput = null; ^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llInput is never read locally ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 llOutput = null; ^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llOutput is never read locally ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 llInitialDir = null; ^^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llInitialDir is never read locally ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 llShell = null; ^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llShell is never read locally ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 llExecutable = null; ^^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llExecutable is never read locally ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 204) private TextRowWidget llEnvironment = null; ^^^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llEnvironment is never read locally ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 209) private ComboRowWidget llBulkxfer = null; ^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llBulkxfer is never read locally ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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_mpi = null; ^^^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llNetwork_mpi is never read locally ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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_lapi = null; ^^^^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llNetwork_lapi is never read locally ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 212) private TextRowWidget llNetwork_mpi_lapi = null; ^^^^^^^^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llNetwork_mpi_lapi is never read locally ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 682) private void restoreTabPaneWidgetState(Control widget) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method restoreTabPaneWidgetState(Control) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 721) Boolean state; ^^^^^ The local variable state is never read ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 722) boolean enableFlag; ^^^^^^^^^^ The local variable enableFlag is never read ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 822) 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 ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 858) private CheckboxRowWidget createCheckbox(Composite parent, IResourceManager rm, String id) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCheckbox(Composite, IResourceManager, String) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 998) 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 ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 1433) allAttrs = configuration.getAttributes(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 2253) String jt_default = ""; ^^^^^^^^^^ The local variable jt_default is never read ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 2490) private void validateOutputPath(String path, String errorID) throws ValidationException, IOException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateOutputPath(String, String) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 2518) private void validateDirectory(FileSelectorRowWidget selector, String errorID) throws ValidationException, IOException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateDirectory(FileSelectorRowWidget, String) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 2564) private boolean isValidListSelection(ComboRowWidget widget, String attrName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isValidListSelection(ComboRowWidget, String) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 2652) 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 ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 2813) 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 ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 2846) 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 ---------- ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/wizards/IBMLLResourceManagerConfigurationWizardPage.java (at line 27) import org.eclipse.core.runtime.Preferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.Preferences is never used ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/wizards/IBMLLResourceManagerConfigurationWizardPage.java (at line 28) import org.eclipse.ptp.rm.ibm.ll.ui.IBMLLPreferenceManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.rm.ibm.ll.ui.IBMLLPreferenceManager is never used ---------- 39 problems (39 warnings)[30 .class files generated] # 4/28/10 7:10:47 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. [8 .class files generated] # 4/28/10 7:10:46 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. [1 .class file generated] # 4/28/10 7:10:48 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 207) 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/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 451) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 453) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 455) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 458) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 472) @SuppressWarnings({ "unused", "unused" }) ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 474) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 500) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 506) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 1828) 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/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 2214) 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/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 ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/wizards/PEResourceManagerOptionDialog.java (at line 167) Preferences preferences; ^^^^^^^^^^^ The local variable preferences is never read ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/wizards/PEResourceManagerOptionDialog.java (at line 360) int interval; ^^^^^^^^ The local variable interval is never read ---------- 16 problems (16 warnings)[28 .class files generated] # 4/28/10 7:12:29 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. [29 .class files generated] # 4/28/10 7:12:32 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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/results/plugins/org.eclipse.ptp.rm.mpi.mpich2.ui/src/org/eclipse/ptp/rm/mpi/mpich2/ui/wizards/MPICH2ConfigurationWizardPage.java (at line 68) private MPICH2ResourceManagerConfiguration config; ^^^^^^ The field MPICH2ConfigurationWizardPage.DataSource.config is never read locally ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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)[19 .class files generated] # 4/28/10 7:10:51 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.mpi.openmpi.core/src/org/eclipse/ptp/rm/mpi/openmpi/core/rtsystem/OpenMPIDiscoverJob.java (at line 133) IPNode node = machine.getNodeById(nodeId); ^^^^ The local variable node is never read ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.mpi.openmpi.core/src/org/eclipse/ptp/rm/mpi/openmpi/core/rtsystem/OpenMPIProcessMapXml13Parser.java (at line 568) OpenMPIProcessMap map = OpenMPIProcessMapXml13Parser.parse(is); ^^^ The local variable map is never read ---------- 2 problems (2 warnings)[51 .class files generated] # 4/28/10 7:10:53 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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/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/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 ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.mpi.openmpi.ui/src/org/eclipse/ptp/rm/mpi/openmpi/ui/wizards/OpenMPIConfigurationWizardPage.java (at line 191) String remoteInstallPath = null; ^^^^^^^^^^^^^^^^^ The local variable remoteInstallPath is never read ---------- 5 problems (5 warnings)[28 .class files generated] # 4/28/10 7:09:04 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.remote/src/org/eclipse/ptp/rm/remote/ui/Messages.java (at line 52) return MessageFormat.format(getResourceString(key), new String[]{arg}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.rm.remote/src/org/eclipse/ptp/rm/remote/ui/Messages.java (at line 56) return MessageFormat.format(getResourceString(key), args); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation ---------- 2 problems (2 warnings)[28 .class files generated] # 4/28/10 7:09:10 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. [23 .class files generated] # 4/28/10 7:08:40 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/internal/ui/actions/TerminateJobFromListAction.java (at line 6) import java.util.ArrayList; ^^^^^^^^^^^^^^^^^^^ The import java.util.ArrayList is never used ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/internal/ui/actions/TerminateJobFromListAction.java (at line 7) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/internal/ui/actions/TerminateJobFromListAction.java (at line 13) import org.eclipse.jface.dialogs.MessageDialog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.dialogs.MessageDialog is never used ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/internal/ui/actions/TerminateJobFromListAction.java (at line 17) import org.eclipse.jface.viewers.StructuredSelection; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.viewers.StructuredSelection is never used ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/internal/ui/actions/TerminateJobFromListAction.java (at line 22) import org.eclipse.ptp.core.elements.IPQueue; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.core.elements.IPQueue is never used ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/internal/ui/actions/TerminateJobFromListAction.java (at line 23) import org.eclipse.ptp.core.elements.IPUniverse; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.core.elements.IPUniverse is never used ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/internal/ui/actions/TerminateJobFromListAction.java (at line 26) import org.eclipse.ptp.ui.IManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.ui.IManager is never used ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/internal/ui/actions/TerminateJobFromListAction.java (at line 28) import org.eclipse.ptp.ui.managers.AbstractUIManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.ui.managers.AbstractUIManager is never used ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/internal/ui/actions/TerminateJobFromListAction.java (at line 29) import org.eclipse.ptp.ui.managers.JobManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.ui.managers.JobManager is never used ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/internal/ui/actions/TerminateJobFromListAction.java (at line 160) IModelManager mm = PTPCorePlugin.getDefault().getModelManager(); ^^ The local variable mm is never read ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/ui/PTPUIPlugin.java (at line 243) Class rmFactoryClass = factory.getRMFactoryClass(); ^^^^^ 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/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/ui/UIMessage.java (at line 51) return MessageFormat.format(getResourceString(key), new String[]{arg}); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/ui/UIMessage.java (at line 55) return MessageFormat.format(getResourceString(key), args); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The argument of type String[] should explicitly be cast to Object[] for the invocation of the varargs method format(String, Object...) from type MessageFormat. It could alternatively be cast to Object for a varargs invocation ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/ui/actions/RemoveResourceManagersAction.java (at line 33) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/ui/views/JobsListView.java (at line 183) private static final String TAG_COLUMN_WIDTHS = "columnWidths"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^ The field JobsListView.TAG_COLUMN_WIDTHS is never read locally ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/ui/views/JobsListView.java (at line 185) private IMemento memento; ^^^^^^^ The field JobsListView.memento is never read locally ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/results/plugins/org.eclipse.ptp.ui/src/org/eclipse/ptp/ui/views/ParallelMachinesView.java (at line 815) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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 ---------- 20 problems (20 warnings)[229 .class files generated] # 4/28/10 7:08:19 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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] # 4/28/10 7:08:23 PM EDT # Eclipse Java Compiler 0.894_R34x, 3.4.2 release, Copyright IBM Corp 2000, 2008. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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)[37 .class files generated]